| /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/components/Mixins/ |
| H A D | BVToastMixin.js | 9 $_BVToastMixin_createTitle(title, status) { argument 11 return h('strong', { class: 'toast-icon' }, [statusIcon, title]); 36 $_BVToastMixin_initToast(body, title, variant) { argument 42 typeof title === 'string' 43 ? title 44 : title?.children?.[1] || title?.children || ''; 66 title: titleText, property in $toast.AnonymousClass850f68a00701.props 88 title: t = i18n.global.t('global.status.success'), property in BVToastMixin.methods.AnonymousClass850f68a00801 94 const title = this.$_BVToastMixin_createTitle(t, 'success'); 100 this.$_BVToastMixin_initToast(body, title, 'success'); [all …]
|
| /openbmc/webui-vue/src/env/router/ |
| H A D | ibm.js | 44 title: i18n.global.t('appPageTitle.login'), property in AnonymousClass8eff0dbc0101.AnonymousClass8eff0dbc0201.meta 52 title: i18n.global.t('appPageTitle.changePassword'), property in AnonymousClass8eff0dbc0101.AnonymousClass8eff0dbc0301.meta 70 title: i18n.global.t('appPageTitle.serialOverLan'), property in AnonymousClass8eff0dbc0401.AnonymousClass8eff0dbc0501.meta 87 title: i18n.global.t('appPageTitle.overview'), property in AnonymousClass8eff0dbc0601.AnonymousClass8eff0dbc0701.meta 95 title: i18n.global.t('appPageTitle.profileSettings'), property in AnonymousClass8eff0dbc0601.AnonymousClass8eff0dbc0801.meta 103 title: i18n.global.t('appPageTitle.dumps'), property in AnonymousClass8eff0dbc0601.AnonymousClass8eff0dbc0901.meta 111 title: i18n.global.t('appPageTitle.eventLogs'), property in AnonymousClass8eff0dbc0601.AnonymousClass8eff0dbc0a01.meta 119 title: i18n.global.t('appPageTitle.postCodeLogs'), property in AnonymousClass8eff0dbc0601.AnonymousClass8eff0dbc0b01.meta 127 title: i18n.global.t('appPageTitle.inventory'), property in AnonymousClass8eff0dbc0601.AnonymousClass8eff0dbc0c01.meta 135 title: i18n.global.t('appPageTitle.sensors'), property in AnonymousClass8eff0dbc0601.AnonymousClass8eff0dbc0d01.meta [all …]
|
| H A D | intel.js | 47 title: i18n.global.t('appPageTitle.login'), property in AnonymousClassfaeba7400101.AnonymousClassfaeba7400201.meta 55 title: i18n.global.t('appPageTitle.changePassword'), property in AnonymousClassfaeba7400101.AnonymousClassfaeba7400301.meta 73 title: i18n.global.t('appPageTitle.serialOverLan'), property in AnonymousClassfaeba7400401.AnonymousClassfaeba7400501.meta 81 title: i18n.global.t('appPageTitle.kvm'), property in AnonymousClassfaeba7400401.AnonymousClassfaeba7400601.meta 98 title: i18n.global.t('appPageTitle.overview'), property in AnonymousClassfaeba7400701.AnonymousClassfaeba7400801.meta 106 title: i18n.global.t('appPageTitle.profileSettings'), property in AnonymousClassfaeba7400701.AnonymousClassfaeba7400901.meta 114 title: i18n.global.t('appPageTitle.eventLogs'), property in AnonymousClassfaeba7400701.AnonymousClassfaeba7400a01.meta 122 title: i18n.global.t('appPageTitle.postCodeLogs'), property in AnonymousClassfaeba7400701.AnonymousClassfaeba7400b01.meta 130 title: i18n.global.t('appPageTitle.inventory'), property in AnonymousClassfaeba7400701.AnonymousClassfaeba7400c01.meta 138 title: i18n.global.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(), 41 .page-title {
|
| H A D | TableRowAction.vue | 9 :title="title" 14 <span v-if="btnIconOnly" class="visually-hidden">{{ title }}</span> 24 :title="title" 37 :title="title" 49 :title="title" 53 {{ title }} 55 <span v-if="btnIconOnly" class="visually-hidden">{{ title }}</span> 75 title: {
|
| /openbmc/webui-vue/src/ |
| H A D | App.vue | 25 document.title = `${tag} - ${this.$route.meta.title}`; 29 document.title = to.meta.title || 'Page is missing title'; 31 document.title = `${this.assetTag} - ${to.meta.title}`; 37 document.title = ''; 38 //document.title = this.$route.meta.title || 'Page is missing title';
|
| /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/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/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/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.global.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/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/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/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/phosphor-webui/app/common/services/ |
| H A D | toastService.js | 17 type = 'create', title = '', message = '', dismissOnTimeout = false) { argument 29 <h2 class="alert-content__header">${title}</h2> 48 this.info = function(title, message) { argument 49 initToast('info', title, message);
|
| /openbmc/openbmc/poky/scripts/tiny/ |
| H A D | ksize.py | 29 self.title = glob 43 (indent+self.title, self.total, self.text, self.data, self.bss)) 47 def create(filename, title, subglob=None): argument 48 r = Report(filename, title) 55 oreport.sizes.title = str(path) + "/*.o" 78 def __init__(self, glob, title): argument 80 self.title = title 89 (indent+self.title, "total", "text", "data", "bss")) 149 if b.title == "drivers" and driver_detail:
|
| /openbmc/u-boot/scripts/kconfig/lxdialog/ |
| H A D | dialog.h | 107 struct dialog_color title; member 212 void print_title(WINDOW *dialog, const char *title, int width); 218 int dialog_yesno(const char *title, const char *prompt, int height, int width); 219 int dialog_msgbox(const char *title, const char *prompt, int height, 225 int dialog_textbox(const char *title, char *tbuf, int initial_height, 228 int dialog_menu(const char *title, const char *prompt, 230 int dialog_checklist(const char *title, const char *prompt, int height, 232 int dialog_inputbox(const char *title, const char *prompt, int height,
|
| /openbmc/openbmc-build-scripts/config/ |
| H A D | .gitlint | 40 # contrib=contrib-title-conventional-commits,CC1 46 # set the title line-length to 72 47 [title-max-length] 50 # Conversely, you can also enforce minimal length of a title with the 51 # "title-min-length" rule: 52 [title-min-length] 55 [title-must-not-contain-word] 56 # Comma-separated list of words that should not occur in the title. Matching is case 58 # will not cause a violation, but "WIP: my title" will. 61 # [title-match-regex] [all …]
|
| /openbmc/webui-vue/docs/guide/quickstart/ |
| H A D | page-anatomy.md | 11 - `<page-title>` 14 Learn more about the [page title](/guide/components/page-title)and 20 <page-title /> 21 <page-section :section-title="$t('pageName.sectionTitle')"> 64 <page-title :description="$t('pageName.pageDescription')" /> 65 <page-section :section-title="$t('pageName.sectionTitle')">
|
| /openbmc/webui-vue/src/views/Operations/FactoryReset/ |
| H A D | FactoryReset.vue | 3 <page-title :description="$t('pageFactoryReset.description')" /> 97 .then((title) => { 99 title, 104 title: message, 111 .then((title) => { 113 title, 118 title: message,
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | table.js | 217 help_text.tooltip({title: col.help_text}); property in AnonymousClass170eed3b0501 223 var title = $('<a href=\"#\" ></a>'); 225 title.data('field-name', col.field_name); 226 title.attr('data-sort-field', col.field_name); 227 title.text(col.title); 228 title.click(sortColumnClicked); 230 header.append(title); 248 title.addClass("default-orderby"); 254 header.append('<span class="text-muted">' + col.title + '</span> '); 278 … col.field_name +'" class="col-toggle" value="'+col.field_name+'" />'+col.title+'</label></div></l… [all …]
|
| /openbmc/ipmitool/contrib/ |
| H A D | create_webpage_compact.sh | 54 <title>$hostname</title> 112 --title "Daily graph" 126 --title "Weelky graph" 140 --title "Monthly graph"
|
| /openbmc/openbmc/poky/bitbake/doc/sphinx-static/ |
| H A D | switchers.js | 63 $.each(all_versions, function(version, title) { argument 67 buf.push('<option value="' + version + '" selected="selected">' + title + '</option>'); 69 buf.push('<option value="' + version + '">' + title + '</option>'); 74 buf.push('<option value="' + version + '">' + title + '</option>'); 85 $.each(all_doctypes, function(doctype, title) { argument 90 buf.push('<option value="' + doctype + '">' + title + '</option>'); 224 $.each(all_versions, function(version, title) { argument
|