/openbmc/webui-vue/src/router/ |
H A D | routes.js | 54 title: i18n.global.t('appPageTitle.login'), property in AnonymousClasse4a86fee0101.AnonymousClasse4a86fee0201.meta 62 title: i18n.global.t('appPageTitle.changePassword'), property in AnonymousClasse4a86fee0101.AnonymousClasse4a86fee0301.meta 80 title: i18n.global.t('appPageTitle.serialOverLan'), property in AnonymousClasse4a86fee0401.AnonymousClasse4a86fee0501.meta 88 title: i18n.global.t('appPageTitle.kvm'), property in AnonymousClasse4a86fee0401.AnonymousClasse4a86fee0601.meta 105 title: i18n.global.t('appPageTitle.overview'), property in AnonymousClasse4a86fee0701.AnonymousClasse4a86fee0801.meta 113 title: i18n.global.t('appPageTitle.profileSettings'), property in AnonymousClasse4a86fee0701.AnonymousClasse4a86fee0901.meta 121 title: i18n.global.t('appPageTitle.eventLogs'), property in AnonymousClasse4a86fee0701.AnonymousClasse4a86fee0a01.meta 129 title: i18n.global.t('appPageTitle.dumps'), property in AnonymousClasse4a86fee0701.AnonymousClasse4a86fee0b01.meta 137 title: i18n.global.t('appPageTitle.postCodeLogs'), property in AnonymousClasse4a86fee0701.AnonymousClasse4a86fee0c01.meta 145 title: i18n.global.t('appPageTitle.inventory'), property in AnonymousClasse4a86fee0701.AnonymousClasse4a86fee0d01.meta [all …]
|
/openbmc/webui-vue/src/env/router/ |
H A D | ibm.js | 44 title: i18n.t('appPageTitle.login'), property in AnonymousClass8eff0dbc0101.AnonymousClass8eff0dbc0201.meta 52 title: i18n.t('appPageTitle.changePassword'), property in AnonymousClass8eff0dbc0101.AnonymousClass8eff0dbc0301.meta 70 title: i18n.t('appPageTitle.serialOverLan'), property in AnonymousClass8eff0dbc0401.AnonymousClass8eff0dbc0501.meta 87 title: i18n.t('appPageTitle.overview'), property in AnonymousClass8eff0dbc0601.AnonymousClass8eff0dbc0701.meta 95 title: i18n.t('appPageTitle.profileSettings'), property in AnonymousClass8eff0dbc0601.AnonymousClass8eff0dbc0801.meta 103 title: i18n.t('appPageTitle.dumps'), property in AnonymousClass8eff0dbc0601.AnonymousClass8eff0dbc0901.meta 111 title: i18n.t('appPageTitle.eventLogs'), property in AnonymousClass8eff0dbc0601.AnonymousClass8eff0dbc0a01.meta 119 title: i18n.t('appPageTitle.postCodeLogs'), property in AnonymousClass8eff0dbc0601.AnonymousClass8eff0dbc0b01.meta 127 title: i18n.t('appPageTitle.inventory'), property in AnonymousClass8eff0dbc0601.AnonymousClass8eff0dbc0c01.meta 135 title: i18n.t('appPageTitle.sensors'), property in AnonymousClass8eff0dbc0601.AnonymousClass8eff0dbc0d01.meta [all …]
|
H A D | intel.js | 47 title: i18n.t('appPageTitle.login'), property in AnonymousClassfaeba7400101.AnonymousClassfaeba7400201.meta 55 title: i18n.t('appPageTitle.changePassword'), property in AnonymousClassfaeba7400101.AnonymousClassfaeba7400301.meta 73 title: i18n.t('appPageTitle.serialOverLan'), property in AnonymousClassfaeba7400401.AnonymousClassfaeba7400501.meta 81 title: i18n.t('appPageTitle.kvm'), property in AnonymousClassfaeba7400401.AnonymousClassfaeba7400601.meta 98 title: i18n.t('appPageTitle.overview'), property in AnonymousClassfaeba7400701.AnonymousClassfaeba7400801.meta 106 title: i18n.t('appPageTitle.profileSettings'), property in AnonymousClassfaeba7400701.AnonymousClassfaeba7400901.meta 114 title: i18n.t('appPageTitle.eventLogs'), property in AnonymousClassfaeba7400701.AnonymousClassfaeba7400a01.meta 122 title: i18n.t('appPageTitle.postCodeLogs'), property in AnonymousClassfaeba7400701.AnonymousClassfaeba7400b01.meta 130 title: i18n.t('appPageTitle.inventory'), property in AnonymousClassfaeba7400701.AnonymousClassfaeba7400c01.meta 138 title: i18n.t('appPageTitle.sensors'), property in AnonymousClassfaeba7400701.AnonymousClassfaeba7400d01.meta [all …]
|
/openbmc/webui-vue/src/components/Global/ |
H A D | PageTitle.vue | 2 <div class="page-title"> 3 <h1>{{ title }}</h1> 20 title: this.$route.meta.title, 24 let title = this.$route.name; 26 if (title) { 28 let index = title.search('-'); 29 title = title.replace( 30 '-' + title.charAt(index + 1), 31 title.charAt(index + 1).toUpperCase(), 35 //this.title = i18n.t('appPageTitle.' + title); [all …]
|
H A D | TableRowAction.vue | 8 :title="title" 13 <span v-if="btnIconOnly" class="sr-only">{{ title }}</span> 22 :title="title" 34 :title="title" 46 :title="btnIconOnly ? title : !title" 50 {{ title }} 52 <span v-if="btnIconOnly" class="sr-only">{{ title }}</span> 72 title: {
|
/openbmc/webui-vue/src/components/Mixins/ |
H A D | BVToastMixin.js | 9 $_BVToastMixin_createTitle(title, status) { argument 16 [statusIcon, title], 47 $_BVToastMixin_initToast(body, title, variant) { argument 49 title, field in $root.$root.AnonymousClass850f68a00701 60 title: t = i18n.global.t('global.status.success'), property in BVToastMixin.methods.AnonymousClass850f68a00801 66 const title = this.$_BVToastMixin_createTitle(t, 'success'); 69 this.$_BVToastMixin_initToast(body, title, 'success'); 74 title: t = i18n.global.t('global.status.error'), property in BVToastMixin.methods.AnonymousClass850f68a00a01 80 const title = this.$_BVToastMixin_createTitle(t, 'danger'); 83 this.$_BVToastMixin_initToast(body, title, 'danger'); [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | buildtables.py | 31 self.title = "Packages built" 94 self.add_column(title="Layer", 108 self.add_column(title="Layer branch", 126 self.add_column(title="Layer commit", 136 self.title = "Packages built" 166 self.title = "Packages Included" 206 self.add_column(title="Installed size", 236 self.title = "Recipes built" 315 self.add_column(title="Recipe", 322 self.add_column(title="Version", [all …]
|
H A D | tables.py | 37 self.title = "Compatible layers" 91 self.add_column(title="Layer", 97 self.add_column(title="Summary", 115 self.add_column(title="Layer source code location", 136 self.add_column(title="Subdirectory", 153 self.add_column(title="Git revision", 173 self.add_column(title="Dependencies", 178 self.add_column(title="Add | Remove", 192 self.title = "Compatible machines" 235 self.add_column(title="Machine", [all …]
|
H A D | tablefilter.py | 21 def __init__(self, name, title): argument 23 self.title = title 62 'title': self.title, 107 def __init__(self, name, title, criteria): argument 109 self.title = title 132 'title': self.title, 157 def __init__(self, name, title, field, day, argument 163 super(TableFilterActionDay, self).__init__(name, title, None) 200 def __init__(self, name, title, field, argument 207 title,
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | asciidoc.conf | 34 <example><title>{title}</title> 44 {title#}</example> 51 <example><title>{title}</title> 55 {title#}</example> 58 <formalpara{id? id="{id}"}><title>{title}</title><para> 59 {title%}<literallayout{id? id="{id}"}> 60 {title#}<literallayout> 63 {title#}</para></formalpara> 64 {title%}<simpara></simpara>
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | biblio.rst | 14 :title: CEA-608-E R-2014 "Line 21 Data Services" 24 :title: EN 300 294 "625-line television Wide Screen Signalling (WSS)" 34 :title: ETS 300 231 "Specification of the domestic video Programme Delivery Control system (PDC… 44 :title: ETS 300 706 "Enhanced Teletext specification" 54 :title: ITU-T Rec. H.222.0 | ISO/IEC 13818-1 "Information technology --- Generic coding of movi… 64 :title: ITU-T Rec. H.262 | ISO/IEC 13818-2 "Information technology --- Generic coding of moving… 74 :title: ITU-R Recommendation BT.470-6 "Conventional Television Systems" 84 :title: ITU-R Recommendation BT.601-5 "Studio Encoding Parameters of Digital Television for Sta… 94 :title: ITU-R Recommendation BT.653-3 "Teletext systems" 104 :title: ITU-R Recommendation BT.709-5 "Parameter values for the HDTV standards for production a… [all …]
|
/openbmc/webui-vue/src/ |
H A D | App.vue | 19 document.title = `${tag} - ${this.$route.meta.title}`; 23 document.title = to.meta.title || 'Page is missing title'; 25 document.title = `${this.assetTag} - ${to.meta.title}`; 31 document.title = ''; 32 //document.title = this.$route.meta.title || 'Page is missing title';
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | rsdump.c | 19 static void acpi_rs_out_string(const char *title, const char *value); 21 static void acpi_rs_out_integer8(const char *title, u8 value); 23 static void acpi_rs_out_integer16(const char *title, u16 value); 25 static void acpi_rs_out_integer32(const char *title, u32 value); 27 static void acpi_rs_out_integer64(const char *title, u64 value); 29 static void acpi_rs_out_title(const char *title); 43 acpi_rs_dump_resource_label(char *title, 425 acpi_rs_dump_resource_label(char *title, in acpi_rs_dump_resource_label() argument 430 acpi_rs_out_string(title, in acpi_rs_dump_resource_label() 496 static void acpi_rs_out_string(const char *title, const char *value) in acpi_rs_out_string() argument [all …]
|
/openbmc/linux/tools/lib/perf/Documentation/ |
H A D | asciidoc.conf | 34 <example><title>{title}</title> 44 {title#}</example> 51 <example><title>{title}</title> 55 {title#}</example> 58 <formalpara{id? id="{id}"}><title>{title}</title><para> 59 {title%}<literallayout{id? id="{id}"}> 60 {title#}<literallayout> 63 {title#}</para></formalpara> 64 {title%}<simpara></simpara>
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | terminal.py | 34 def __init__(self, sh_cmd, title=None, env=None, d=None): argument 36 fmt_sh_cmd = self.format_command(sh_cmd, title) 46 def format_command(self, sh_cmd, title): argument 47 fmt = {'title': title or 'Terminal', 'command': sh_cmd, 'cwd': os.getcwd() } 54 def __init__(self, sh_cmd, title=None, env=None, d=None): argument 55 Terminal.__init__(self, sh_cmd, title, env, d) 63 def __init__(self, sh_cmd, title=None, env=None, d=None): argument 70 XTerminal.__init__(self, sh_cmd, title, env, d) 88 def __init__(self, sh_cmd, title=None, env=None, d=None): argument 97 XTerminal.__init__(self, sh_cmd, title, env, d) [all …]
|
/openbmc/linux/tools/testing/selftests/splice/ |
H A D | short_splice_read.sh | 17 title="$1" 21 echo "$title ..." >&2 30 echo "ok: $title succeeded" >&2 33 echo "FAIL: $title should work" >&2 45 title="$1" 49 echo "$title ..." >&2 58 echo "FAIL: $title unexpectedly worked" >&2 62 echo "ok: $title correctly failed" >&2
|
/openbmc/linux/tools/perf/ui/tui/ |
H A D | util.c | 75 int ui_browser__input_window(const char *title, const char *text, char *input, in ui_browser__input_window() argument 107 if (title) { in ui_browser__input_window() 109 SLsmg_write_string(title); in ui_browser__input_window() 167 void __ui__info_window(const char *title, const char *text, const char *exit_msg) in __ui__info_window() argument 198 if (title) { in __ui__info_window() 200 SLsmg_write_string(title); in __ui__info_window() 216 void ui__info_window(const char *title, const char *text) in ui__info_window() argument 219 __ui__info_window(title, text, NULL); in ui__info_window() 224 int ui__question_window(const char *title, const char *text, in ui__question_window() argument 228 __ui__info_window(title, text, exit_msg); in ui__question_window() [all …]
|
/openbmc/linux/tools/perf/ui/ |
H A D | progress.h | 10 const char *title; member 16 const char *title, bool size); 18 #define ui_progress__init(p, total, title) \ argument 19 __ui_progress__init(p, total, title, false) 21 #define ui_progress__init_size(p, total, title) \ argument 22 __ui_progress__init(p, total, title, true)
|
/openbmc/webui-vue/docs/guide/components/page-title/ |
H A D | index.md | 1 # Page title 3 The `<page-title>` component will automatically render the page title that 4 corresponds with the title property set in the route record's meta field in 14 title: i18n.t('appPageTitle.login'), 25 <page-title :description="$t('pageLdap.pageDescription')" /> 28 [View the page title component source code](https://github.com/openbmc/webui-vue/blob/master/src/co…
|
/openbmc/u-boot/cmd/ |
H A D | bootmenu.c | 27 char *title; /* title of entry */ member 74 puts(entry->title); in bootmenu_print_entry() 239 free(iter->title); in bootmenu_destroy() 283 entry->title = malloc(len + 1); in bootmenu_create() 284 if (!entry->title) { in bootmenu_create() 288 memcpy(entry->title, option, len); in bootmenu_create() 289 entry->title[len] = 0; in bootmenu_create() 294 free(entry->title); in bootmenu_create() 325 entry->title = strdup("U-Boot console"); in bootmenu_create() 326 if (!entry->title) { in bootmenu_create() [all …]
|
/openbmc/u-boot/common/ |
H A D | menu.c | 36 char *title; member 117 if (m->title) { in menu_display() 118 puts(m->title); in menu_display() 359 struct menu *menu_create(char *title, int timeout, int prompt, in menu_create() argument 378 if (title) { in menu_create() 379 m->title = strdup(title); in menu_create() 380 if (!m->title) { in menu_create() 385 m->title = NULL; in menu_create() 407 if (m->title) in menu_destroy() 408 free(m->title); in menu_destroy()
|
/openbmc/linux/scripts/ |
H A D | get_feat.pl | 212 my $title = "Feature status on $arch architecture"; 214 print "=" x length($title) . "\n"; 215 print "$title\n"; 216 print "=" x length($title) . "\n\n"; 299 my $title = "Feature $feat"; 301 print "=" x length($title) . "\n"; 302 print "$title\n"; 303 print "=" x length($title) . "\n\n"; 376 my $title = "Feature status on all architectures"; 379 print "=" x length($title) . "\n"; [all …]
|
/openbmc/webui-vue/docs/.vuepress/ |
H A D | config.js | 5 title: "OpenBMC Web UI Style Guide", property in module.exports 29 title: "Coding Standards", property in module.exports.themeConfig.sidebar.AnonymousClass8cdfb32d0401 36 title: "Guidelines", property in module.exports.themeConfig.sidebar.AnonymousClass8cdfb32d0501 46 title: "Components", property in module.exports.themeConfig.sidebar.AnonymousClass8cdfb32d0601 61 title: "Quick Start", property in module.exports.themeConfig.sidebar.AnonymousClass8cdfb32d0701
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | fix_number_of_modules.patch | 22 my $title; 25 - $title=$module . " of $Number_Modules"; 26 + $title=$module; 31 my $title; 34 - $title=$module . " of $Number_Modules"; 35 + $title=$module;
|
/openbmc/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | parse-console.sh | 16 title="$2" 27 echo $title unreadable console output file: $file 63 print_bug $title FAILURE, $nerrs 100 print_warning $title `cat $T.seq` 107 print_warning HOTPLUG FAILURES $title `cat $T.seq` 111 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version… 114 print_warning $title `cat $T.seq` 123 print_warning "Assertion failure in $file $title"
|