Home
last modified time | relevance | path

Searched defs:title (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/openbmc/webui-vue/src/router/
H A Droutes.js52 title: i18n.t('appPageTitle.login'), property in AnonymousClasse4a86fee0101.AnonymousClasse4a86fee0201.meta
86 title: i18n.t('appPageTitle.kvm'), property in AnonymousClasse4a86fee0401.AnonymousClasse4a86fee0601.meta
103 title: i18n.t('appPageTitle.overview'), property in AnonymousClasse4a86fee0701.AnonymousClasse4a86fee0801.meta
143 title: i18n.t('appPageTitle.sensors'), property in AnonymousClasse4a86fee0701.AnonymousClasse4a86fee0d01.meta
151 title: i18n.t('appPageTitle.sessions'), property in AnonymousClasse4a86fee0701.AnonymousClasse4a86fee0e01.meta
159 title: i18n.t('appPageTitle.ldap'), property in AnonymousClasse4a86fee0701.AnonymousClasse4a86fee0f01.meta
175 title: i18n.t('appPageTitle.policies'), property in AnonymousClasse4a86fee0701.AnonymousClasse4a86fee1101.meta
191 title: i18n.t('appPageTitle.dateTime'), property in AnonymousClasse4a86fee0701.AnonymousClasse4a86fee1301.meta
223 title: i18n.t('appPageTitle.kvm'), property in AnonymousClasse4a86fee0701.AnonymousClasse4a86fee1701.meta
239 title: i18n.t('appPageTitle.network'), property in AnonymousClasse4a86fee0701.AnonymousClasse4a86fee1901.meta
[all …]
/openbmc/webui-vue/src/env/router/
H A Dintel.js47 title: i18n.t('appPageTitle.login'), property in AnonymousClassfaeba7400101.AnonymousClassfaeba7400201.meta
81 title: i18n.t('appPageTitle.kvm'), property in AnonymousClassfaeba7400401.AnonymousClassfaeba7400601.meta
98 title: i18n.t('appPageTitle.overview'), property in AnonymousClassfaeba7400701.AnonymousClassfaeba7400801.meta
114 title: i18n.t('appPageTitle.eventLogs'), property in AnonymousClassfaeba7400701.AnonymousClassfaeba7400a01.meta
138 title: i18n.t('appPageTitle.sensors'), property in AnonymousClassfaeba7400701.AnonymousClassfaeba7400d01.meta
146 title: i18n.t('appPageTitle.sessions'), property in AnonymousClassfaeba7400701.AnonymousClassfaeba7400e01.meta
162 title: i18n.t('appPageTitle.policies'), property in AnonymousClassfaeba7400701.AnonymousClassfaeba7401001.meta
178 title: i18n.t('appPageTitle.dateTime'), property in AnonymousClassfaeba7400701.AnonymousClassfaeba7401201.meta
186 title: i18n.t('appPageTitle.kvm'), property in AnonymousClassfaeba7400701.AnonymousClassfaeba7401301.meta
202 title: i18n.t('appPageTitle.network'), property in AnonymousClassfaeba7400701.AnonymousClassfaeba7401501.meta
[all …]
/openbmc/webui-vue/src/components/Mixins/
H A DBVToastMixin.js8 $_BVToastMixin_createTitle(title, status) { argument
46 $_BVToastMixin_initToast(body, title, variant) { argument
48 title, field in $root.$root.AnonymousClass850f68a00701
59 title: t = this.$t('global.status.success'), property in BVToastMixin.methods.AnonymousClass850f68a00801
73 title: t = this.$t('global.status.error'), property in BVToastMixin.methods.AnonymousClass850f68a00a01
87 title: t = this.$t('global.status.warning'), property in BVToastMixin.methods.AnonymousClass850f68a00c01
101 title: t = this.$t('global.status.informational'), property in BVToastMixin.methods.AnonymousClass850f68a00e01
/openbmc/linux/drivers/acpi/acpica/
H A Drsdump.c425 acpi_rs_dump_resource_label(char *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()
506 static void acpi_rs_out_integer8(const char *title, u8 value) in acpi_rs_out_integer8()
511 static void acpi_rs_out_integer16(const char *title, u16 value) in acpi_rs_out_integer16()
517 static void acpi_rs_out_integer32(const char *title, u32 value) in acpi_rs_out_integer32()
523 static void acpi_rs_out_integer64(const char *title, u64 value) in acpi_rs_out_integer64()
529 static void acpi_rs_out_title(const char *title) in acpi_rs_out_title()
H A Dexdump.c914 static void acpi_ex_out_string(const char *title, const char *value) in acpi_ex_out_string()
919 static void acpi_ex_out_pointer(const char *title, const void *value) in acpi_ex_out_pointer()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dterminal.py34 def __init__(self, sh_cmd, title=None, env=None, d=None): argument
46 def format_command(self, sh_cmd, title): argument
54 def __init__(self, sh_cmd, title=None, env=None, d=None): argument
63 def __init__(self, sh_cmd, title=None, env=None, d=None): argument
88 def __init__(self, sh_cmd, title=None, env=None, d=None): argument
114 def __init__(self, sh_cmd, title=None, env=None, d=None): argument
132 def __init__(self, sh_cmd, title=None, env=None, d=None): argument
150 def __init__(self, sh_cmd, title=None, env=None, d=None): argument
164 def __init__(self, sh_cmd, title=None, env=None, d=None): argument
214 def spawn_preferred(sh_cmd, title=None, env=None, d=None): argument
[all …]
/openbmc/linux/tools/perf/ui/tui/
H A Dutil.c75 int ui_browser__input_window(const char *title, const char *text, char *input, in ui_browser__input_window()
167 void __ui__info_window(const char *title, const char *text, const char *exit_msg) in __ui__info_window()
216 void ui__info_window(const char *title, const char *text) in ui__info_window()
224 int ui__question_window(const char *title, const char *text, in ui__question_window()
244 static int __ui__warning(const char *title, const char *format, va_list args) in __ui__warning()
/openbmc/linux/tools/perf/ui/
H A Dprogress.h10 const char *title; member
18 #define ui_progress__init(p, total, title) \ argument
21 #define ui_progress__init_size(p, total, title) \ argument
/openbmc/entity-manager/schemas/
H A Dglobal.json42 "title": "Missing Type" string
49 "title": "Missing Name" string
52 "title": "Exposes Property Element" string
55 "title": "Entity Manager Configuration", string
92 "title": "Configuration Type", string
139 "title": "Entity Manager Configuration File", string
H A Dibm.json5 "title": "IBM Common Form Factor (CFF) Power Supply connectors", string
37 "title": "System compatibility", string
69 "title": "PowerMode Properties", string
/openbmc/openbmc/poky/bitbake/doc/sphinx-static/
H A Dswitchers.js63 $.each(all_versions, function(version, title) { argument
85 $.each(all_doctypes, function(doctype, title) { argument
224 $.each(all_versions, function(version, title) { argument
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dtablefilter.py21 def __init__(self, name, title): argument
107 def __init__(self, name, title, criteria): argument
157 def __init__(self, name, title, field, day, argument
200 def __init__(self, name, title, field, argument
H A Dwidgets.py144 def add_column(self, title="", help_text="", argument
174 def set_column_hidden(self, title, hidden): argument
183 def set_column_hideable(self, title, hideable): argument
/openbmc/phosphor-webui/app/common/services/
H A DtoastService.js17 type = 'create', title = '', message = '', dismissOnTimeout = false) { argument
48 this.info = function(title, message) { argument
/openbmc/openbmc/poky/scripts/tiny/
H A Dksize.py47 def create(filename, title, subglob=None): argument
78 def __init__(self, glob, title): argument
/openbmc/linux/arch/um/drivers/
H A Dxterm.c22 char *title; member
92 char title[256], file[] = "/tmp/xterm-pipeXXXXXX"; in xterm_open() local
/openbmc/openbmc-tools/dbus-vis/
H A Ddbus_timeline_vis.js184 let the_header = { "header":true, "title":content_key, "intervals_idxes":[] }; property in GenerateTimeLine_DBus.the_header
193 titles.push({ "header":false, "title":keys1[i], "intervals_idxes":[interval_idx] }); property in AnonymousClassab8f6cff0101
H A Dmain.js9 title: 'Open a file or folder', property in options
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dncurses.py109 … def __init__( self, title, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ): argument
116 def setTitle( self, title ): argument
158 def setTitle( self, title ): argument
/openbmc/u-boot/scripts/kconfig/
H A Dmconf.c395 struct gstr title; in search_conf() local
756 static int show_textbox_ext(const char *title, char *text, int r, int c, int in show_textbox_ext()
765 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox()
771 static void show_helptext(const char *title, const char *text) in show_helptext()
/openbmc/linux/scripts/kconfig/
H A Dmconf.c350 static int show_textbox_ext(const char *title, const char *text, int r, int c, in show_textbox_ext()
360 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox()
365 static void show_helptext(const char *title, const char *text) in show_helptext()
437 struct gstr title; in search_conf() local
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DPrivileges.v1_0_6.json9 "title": "#Privileges.v1_0_6" string
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Privileges/
H A DPrivileges.json9 "title": "#Privileges.v1_0_6" string
/openbmc/openbmc/poky/documentation/
H A Dset_versions.py283 title = "Release Series %s (%s)" % (release_series[activerelease], activerelease) variable
306 title = "Release Series %s (%s)" % (release_series[series], series) variable
/openbmc/webui-vue/docs/.vuepress/
H A Dconfig.js5 title: "OpenBMC Web UI Style Guide", property in module.exports

12345678910>>...20