Home
last modified time | relevance | path

Searched refs:template (Results 51 – 75 of 509) sorted by relevance

12345678910>>...21

/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTableSystem.vue1 <template>
13 <template #cell(expandRow)="row">
24 </template>
27 <template #cell(health)="{ value }">
30 </template>
32 <template #cell(locationIndicatorActive)="{ item }">
45 </template>
47 <template #row-details="{ item }">
129 </template>
132 </template>
H A DInventoryTableChassis.vue1 <template>
13 <template #cell(expandRow)="row">
24 </template>
27 <template #cell(health)="{ value }">
30 </template>
32 <template #cell(identifyLed)="row">
46 </template>
47 <template #row-details="{ item }">
117 </template>
120 </template>
H A DInventoryTableProcessors.vue1 <template>
34 <template #cell(expandRow)="row">
45 </template>
47 <template #cell(health)="{ value }">
50 </template>
55 </template>
58 <template #cell(identifyLed)="row">
72 </template>
74 <template #row-details="{ item }">
155 </template>
[all …]
H A DInventoryTableFans.vue1 <template>
35 <template #cell(expandRow)="row">
46 </template>
49 <template #cell(health)="{ value }">
52 </template>
55 <template #cell(statusState)="{ value }">
58 </template>
60 <template #row-details="{ item }">
102 </template>
105 </template>
H A DInventoryTableDimmSlot.vue1 <template>
35 <template #cell(expandRow)="row">
46 </template>
49 <template #cell(health)="{ value }">
52 </template>
58 </template>
61 <template #cell(identifyLed)="row">
75 </template>
76 <template #row-details="{ item }">
184 </template>
[all …]
H A DInventoryTableBmcManager.vue1 <template>
13 <template #cell(expandRow)="row">
24 </template>
27 <template #cell(health)="{ value }">
30 </template>
33 <template #cell(identifyLed)="row">
47 </template>
49 <template #row-details="{ item }">
159 </template>
162 </template>
/openbmc/webui-vue/src/views/Logs/EventLogs/
H A DEventLogs.vue1 <template>
67 </template>
103 </template>
112 </template>
125 </template>
160 </template>
166 </template>
171 </template>
186 </template>
189 </template>
[all …]
/openbmc/webui-vue/docs/guide/quickstart/
H A Dpage-anatomy.md3 Single-file components (SFC) consist of a `template`, `script` and `style`
8 When creating a new page, each template consists of at least 3 components:
18 <template>
25 </template>
62 <template>
69 </template>
/openbmc/webui-vue/src/views/Operations/FactoryReset/
H A DFactoryResetModal.vue1 <template>
25 <template v-if="!isServerOff">
45 </template>
47 <template #modal-footer="{ cancel }">
63 </template>
65 </template>
/openbmc/webui-vue/src/views/Operations/Firmware/
H A DFirmwareFormUpdate.vue1 <template>
6 <template>
18 <template #invalid>
22 </template>
25 </template>
41 </template>
H A DFirmwareAlertServerPower.vue1 <template>
23 <template #action>
27 </template>
31 </template>
H A DFirmwareCardsBmc.vue1 <template>
7 <template #header>
11 </template>
20 <template #header>
24 </template>
52 </template>
/openbmc/linux/include/trace/
H A Dperf.h64 #define DEFINE_EVENT(template, call, proto, args) \ argument
67 check_trace_callback_type_##call(perf_trace_##template); \
72 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
73 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/
H A D0001-replace-old-sync-with-new-atomic-builtin-equivalents.patch20 @@ -77,37 +77,37 @@ template <typename T, typename U>
27 template <typename T, typename U>
34 template <typename T, typename U>
41 template <typename T, typename U>
48 template <typename T, typename U, typename V>
55 template <typename T, typename U, typename V>
/openbmc/openbmc/poky/scripts/
H A Doe-setup-build16 def makebuildpath(topdir, template): argument
17 return os.path.join(topdir, "build-{}".format(template))
88 template = find_template(args.c, templates)
89 if not template:
91 builddir = args.b if args.b else template["buildpath"]
94 …cmd = "TEMPLATECONF={} . {} {}".format(template["templatepath"], os.path.join(coredir, 'oe-init-bu…
/openbmc/webui-vue/src/views/Settings/SnmpAlerts/
H A DSnmpAlerts.vue1 <template>
34 <template #head(checkbox)>
43 </template>
44 <template #cell(checkbox)="row">
52 </template>
55 <template #cell(actions)="{ item }">
65 <template #icon>
67 </template>
69 </template>
76 </template>
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/
H A DTableRoleGroups.vue1 <template>
47 <template #head(checkbox)>
56 </template>
57 <template #cell(checkbox)="row">
65 </template>
68 <template #cell(actions)="{ item }">
77 <template #icon>
80 </template>
82 </template>
92 </template>
/openbmc/webui-vue/src/views/Logs/PostCodeLogs/
H A DPostCodeLogs.vue1 <template>
48 <template #toolbar-buttons>
53 </template>
79 <template #head(checkbox)>
88 </template>
97 </template>
102 </template>
118 <template #icon>
121 </template>
123 </template>
[all …]
/openbmc/webui-vue/src/views/Logs/Dumps/
H A DDumps.vue1 <template>
67 <template #head(checkbox)>
75 </template>
83 </template>
89 </template>
94 </template>
97 <template #cell(actions)="row">
107 <template #icon>
110 </template>
112 </template>
[all …]
/openbmc/linux/drivers/pci/msi/
H A Dirqdomain.c397 bool pci_create_ims_domain(struct pci_dev *pdev, const struct msi_domain_template *template, in pci_create_ims_domain() argument
405 if (template->info.bus_token != DOMAIN_BUS_PCI_DEVICE_IMS || in pci_create_ims_domain()
406 !(template->info.flags & MSI_FLAG_ALLOC_SIMPLE_MSI_DESCS) || in pci_create_ims_domain()
407 !(template->info.flags & MSI_FLAG_FREE_MSI_DESCS) || in pci_create_ims_domain()
408 !template->chip.irq_mask || !template->chip.irq_unmask || in pci_create_ims_domain()
409 !template->chip.irq_write_msi_msg || template->chip.irq_set_affinity) in pci_create_ims_domain()
412 return msi_create_device_irq_domain(&pdev->dev, MSI_SECONDARY_DOMAIN, template, in pci_create_ims_domain()
/openbmc/phosphor-settingsd/
H A Dsettings.py7 from mako.template import Template
28 template = os.path.join(script_dir, "settings_manager.mako.hpp")
29 t = Template(filename=template)
/openbmc/ipmi-fru-parser/scripts/
H A Dextra-properties.py7 from mako.template import Template
28 template = os.path.join(script_dir, "extra-properties.mako.cpp")
29 t = Template(filename=template)
/openbmc/openpower-vpd-parser/
H A Dwritefru.py7 from mako.template import Template
28 template = os.path.join(script_dir, "writefru.mako.hpp")
29 t = Template(filename=template)
H A Dextra-properties.py7 from mako.template import Template
28 template = os.path.join(script_dir, "extra-properties.mako.hpp")
29 t = Template(filename=template)
/openbmc/webui-vue/src/views/Settings/Network/
H A DTableDns.vue1 <template>
20 <template #cell(actions)="{ item, index }">
29 <template #icon>
32 </template>
34 </template>
39 </template>

12345678910>>...21