Home
last modified time | relevance | path

Searched refs:title (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/openbmc/webui-vue/src/router/
H A Droutes.js54 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 DBVToastMixin.js9 $_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 Dibm.js44 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 Dintel.js47 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 DPageTitle.vue2 <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 DTableRowAction.vue9 :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 DApp.vue25 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 Dbuildtables.py31 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 Dtables.py37 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 Dtablefilter.py21 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 Dterminal.py34 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 Dconfig.js5 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 Dindex.md1 # 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 Dfix_number_of_modules.patch22 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 Dmenu.c36 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 Dbootmenu.c27 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 DtoastService.js17 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 Dksize.py29 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 Ddialog.h107 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.gitlint40 # 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 Dpage-anatomy.md11 - `<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 DFactoryReset.vue3 <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 Dtable.js217 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 Dcreate_webpage_compact.sh54 <title>$hostname</title>
112 --title "Daily graph"
126 --title "Weelky graph"
140 --title "Monthly graph"
/openbmc/openbmc/poky/bitbake/doc/sphinx-static/
H A Dswitchers.js63 $.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

12345678910>>...17