Home
last modified time | relevance | path

Searched refs:component (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/openbmc/webui-vue/src/
H A Dmain.js85 app.component('BButton', BButton);
86 app.component('BBtn', BButton);
87 app.component('BContainer', BContainer);
88 app.component('BForm', BForm);
89 app.component('BFormGroup', BFormGroup);
90 app.component('BFormInput', BFormInput);
91 app.component('BFormCheckboxGroup', BFormCheckboxGroup);
92 app.component('BInputGroup', BInputGroup);
93 app.component('BInputGroupText', BInputGroupText);
94 app.component('BFormSelect', BFormSelect);
[all …]
/openbmc/webui-vue/src/router/
H A Droutes.js47 component: LoginLayout, property in AnonymousClasse4a86fee0101
52 component: Login, property in AnonymousClasse4a86fee0101.AnonymousClasse4a86fee0201
60 component: ChangePassword, property in AnonymousClasse4a86fee0101.AnonymousClasse4a86fee0301
70 component: ConsoleLayout, property in AnonymousClasse4a86fee0401
78 component: SerialOverLanConsole, property in AnonymousClasse4a86fee0401.AnonymousClasse4a86fee0501
86 component: KvmConsole, property in AnonymousClasse4a86fee0401.AnonymousClasse4a86fee0601
98 component: AppLayout, property in AnonymousClasse4a86fee0701
103 component: Overview, property in AnonymousClasse4a86fee0701.AnonymousClasse4a86fee0801
111 component: ProfileSettings, property in AnonymousClasse4a86fee0701.AnonymousClasse4a86fee0901
119 component: EventLogs, property in AnonymousClasse4a86fee0701.AnonymousClasse4a86fee0a01
[all …]
/openbmc/webui-vue/src/env/router/
H A Dintel.js40 component: LoginLayout, property in AnonymousClassfaeba7400101
45 component: Login, property in AnonymousClassfaeba7400101.AnonymousClassfaeba7400201
53 component: ChangePassword, property in AnonymousClassfaeba7400101.AnonymousClassfaeba7400301
63 component: ConsoleLayout, property in AnonymousClassfaeba7400401
71 component: SerialOverLanConsole, property in AnonymousClassfaeba7400401.AnonymousClassfaeba7400501
79 component: KvmConsole, property in AnonymousClassfaeba7400401.AnonymousClassfaeba7400601
91 component: AppLayout, property in AnonymousClassfaeba7400701
96 component: Overview, property in AnonymousClassfaeba7400701.AnonymousClassfaeba7400801
104 component: ProfileSettings, property in AnonymousClassfaeba7400701.AnonymousClassfaeba7400901
112 component: EventLogs, property in AnonymousClassfaeba7400701.AnonymousClassfaeba7400a01
[all …]
H A Dibm.js37 component: LoginLayout, property in AnonymousClass8eff0dbc0101
42 component: Login, property in AnonymousClass8eff0dbc0101.AnonymousClass8eff0dbc0201
50 component: ChangePassword, property in AnonymousClass8eff0dbc0101.AnonymousClass8eff0dbc0301
60 component: ConsoleLayout, property in AnonymousClass8eff0dbc0401
68 component: SerialOverLanConsole, property in AnonymousClass8eff0dbc0401.AnonymousClass8eff0dbc0501
80 component: AppLayout, property in AnonymousClass8eff0dbc0601
85 component: Overview, property in AnonymousClass8eff0dbc0601.AnonymousClass8eff0dbc0701
93 component: ProfileSettings, property in AnonymousClass8eff0dbc0601.AnonymousClass8eff0dbc0801
101 component: Dumps, property in AnonymousClass8eff0dbc0601.AnonymousClass8eff0dbc0901
109 component: EventLogs, property in AnonymousClass8eff0dbc0601.AnonymousClass8eff0dbc0a01
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dvpd_tool_resource.robot21 [Documentation] Verify reading VPD details of given component via vpdtool.
22 [Arguments] ${component}
24 # component VDP component (e.g. /system/chassis/motherboard/vdd_vrm1).
26 ${vpd_records}= Vpdtool -o -O ${component}
38 ${vpdtool_res}= Set To Dictionary ${vpd_records}[${component}]
44 IF 'drive' in '${component}'
48 IF '${vpd_records['${component}']['${vpd_field}']}' == '' CONTINUE
56 ... /xyz/openbmc_project/inventory${component} ${busctl_field}
59 Valid Value vpd_records['${component}']['${vpd_field}']
68 [Documentation] Verify reading all VPD fields for given component via vpdtool.
[all …]
/openbmc/webui-vue/docs/guide/components/file-upload/
H A Dreadme.md3 `FormFile` is a custom component wrapper around the Bootstrap-vue Form File
4 component. The purpose of this component is to upload files to the BMC.
6 To use this component:
8 1. Import it into the single file component (SFC)
12 [Learn more about the Bootstrap-vue Form File component](https://bootstrap-vue.org/docs/components/…
18 - `disabled` - When set to `true`, disables the component's functionality and
21 - `state` - Controls the validation state appearance of the component. `true`
/openbmc/openbmc-test-automation/openpower/vpd/
H A Dtest_vpd_tool.robot33 [Documentation] Verify details of all VPD component via vpdtool.
38 FOR ${component} IN @{components}
39 Verify VPD Component Read Operation ${component}
49 FOR ${component} IN @{components}
50 # Drive component field values response in ascii format
52 IF 'drive' in '${component}'
55 Verify VPD Field Read Operation ${component}
68 FOR ${component} IN @{components}
72 Verify VPD Field Write Operation ${component} ${field}
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/files/
H A D0001-Allow-configuring-flash-image-files-compile-time.patch14 .../service/block_storage/factory/file/component.cmake | 6 +++++-
16 .../block_storage/factory/semihosting/component.cmake | 6 +++++-
43 …ents/service/block_storage/factory/file/component.cmake b/components/service/block_storage/factory…
45 --- a/components/service/block_storage/factory/file/component.cmake
46 +++ b/components/service/block_storage/factory/file/component.cmake
82 …e/block_storage/factory/semihosting/component.cmake b/components/service/block_storage/factory/sem…
84 --- a/components/service/block_storage/factory/semihosting/component.cmake
85 +++ b/components/service/block_storage/factory/semihosting/component.cmake
/openbmc/webui-vue/docs/guide/quickstart/
H A Dforms.md4 [bootstrap-vue form component](https://bootstrap-vue.org/docs/components/form)
8 ## Form component
11 [form component](https://bootstrap-vue.org/docs/components/form). Use the
15 ## Form group component
18 [form group component](https://bootstrap-vue.org/docs/components/form-group)
27 - [Form file custom component](/guide/components/file-upload)
29 When helper text is provided, use the `<b-form-text>` component and
30 `aria-describedby` on the form group component the helper text describes.
37 `<b-form-invalid-feedback>` component.
/openbmc/u-boot/board/nokia/rx51/
H A Drx51.c102 char *component; in init_omap_tags() local
111 component = omap[i].u.version.component; in init_omap_tags()
113 if (strcmp(component, "hw-build") == 0) in init_omap_tags()
115 else if (strcmp(component, "nolo") == 0) in init_omap_tags()
117 else if (strcmp(component, "boot-mode") == 0) in init_omap_tags()
129 char *component; in reuse_omap_atags() local
138 component = t->u.version.component; in reuse_omap_atags()
140 if (strcmp(component, "hw-build") == 0) { in reuse_omap_atags()
143 } else if (strcmp(component, "nolo") == 0) { in reuse_omap_atags()
146 } else if (strcmp(component, "boot-mode") == 0) { in reuse_omap_atags()
[all …]
/openbmc/pldm/tools/fw-update/
H A Dpldm_fwup_pkg_creator.py428 def get_component_comparison_stamp(component): argument
444 in component["ComponentOptions"]
447 if "ComponentComparisonStamp" not in component.keys():
455 component["ComponentComparisonStamp"], 16
492 for component in components:
500 component_classification = component["ComponentClassification"]
507 component_identifier = component["ComponentIdentifier"]
512 component_comparison_stamp = get_component_comparison_stamp(component)
518 for option in component["ComponentOptions"]:
530 for option in component["RequestedComponentActivationMethod"]:
[all …]
/openbmc/webui-vue/docs/guide/components/info-tooltip/
H A Dindex.md3 The `InfoTooltip` is a custom component that uses a Bootstrap-vue tooltip with
4 an info icon. This custom component requires a title property containing the
7 [Read more about the Bootstrap-vue tooltip component](https://bootstrap-vue.org/docs/components/too…
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A DREADME28 loadTests and runTests of certain Test component and
30 the Test component.
37 * Test component: The area of testing in the Project, for example: runtime, SDK, eSDK, selftest.
39 * Test data: Data associated with the Test component. Currently we use bitbake datastore as
49 specific classes that implement a test component.
53 Executing the example test component
64 Adding a new test component the developer needs to extend OETestContext/OETestContextExecutor
/openbmc/smbios-mdr/src/
H A Dfirmware_inventory.cpp119 auto component = smbiosHandlePtr( in checkAndCreateFirmwarePath() local
121 if (component == nullptr) in checkAndCreateFirmwarePath()
126 auto header = reinterpret_cast<struct StructureHeader*>(component); in checkAndCreateFirmwarePath()
134 component[4], header->length, component); in checkAndCreateFirmwarePath()
143 auto location = positionToString(component[5], in checkAndCreateFirmwarePath()
144 header->length, component); in checkAndCreateFirmwarePath()
/openbmc/webui-vue/docs/guide/components/page-section/
H A Dindex.md3 The `<page-section>` component will render semantic HTML. By adding a
4 `:section-title` prop to the `<page-section>` component, the localized text
12 [View the page section component source code](https://github.com/openbmc/webui-vue/blob/master/src/…
/openbmc/entity-manager/configurations/
H A DVENDORS.md7 In some cases a company might design a component (such as a network card),
8 manufacture said component, and package it into an elegant cardboard box with
10 clearly "the vendor" of said component. Where the situation is less clear is
17 sale of a component is always the vendor. "Sale" does not require retail but
30 manufacture and/or sell the component or system, such as [OCP][OCP] designs,
31 the company that primarily oversaw the design of the component would be the
/openbmc/webui-vue/docs/guide/components/page-title/
H A Dindex.md3 The `<page-title>` component will automatically render the page title that
12 component: Login,
28 [View the page title component source code](https://github.com/openbmc/webui-vue/blob/master/src/co…
/openbmc/openbmc/poky/scripts/
H A Dcombo-layer.conf.example9 # component name
19 # the directory to clone the component repo
22 # the relative dir within the combo repo to put the component files
29 # Note that this value will get updated by "update" if the component repo's
35 # branch: specify the branch in the component repo to pull from
72 # to cut off multiple component branches.
/openbmc/openbmc/poky/documentation/contributor-guide/
H A Didentify-component.rst3 Identify the component
7 so the first step is to identify the component where the issue likely lies.
13 might be the appropriate component.
29 appropriate individual component rather than :term:`Poky` itself as detailed in
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-luma-core_2.4.2.bb1 SUMMARY = "A component library to support SBC display drivers"
2 DESCRIPTION = "A component library to support SBC display drivers"
/openbmc/webui-vue/docs/guide/components/table/
H A Dindex.md4 [BoostrapVue table component](https://bootstrap-vue.org/docs/components/table).
6 To use the component, include the `<b-table>` tag in the template. The component
13 [Bootstrap-vue table component's documentation page](https://bootstrap-vue.org/docs/components/tabl…
80 columns and add the following props to the `<b-table>` component:
210 listener onto the `<b-table>` component. The event callback should track the
214 the template above the `<b-table>` component.
219 component and use the corresponding `onChangeSearchInput` and
223 The `<table-cell-count>` component requires two properties, total table item
300 Import the `<table-row-action>` component. Provide the `value` and `title` props
301 to the component and use the named `#icons` slot to include an icon. The
[all …]
/openbmc/openbmc/meta-raspberrypi/docs/
H A Dcontributing.md23 <layer-component>: <short log/statement of what needed to be changed>
34 The `<layer-component>` is the layer component name that your changes affect.
36 a good component name is the following:
39 of the affected recipes, separated by commas (`,`), as the component name.
44 as the component name.
46 please use the full path as the component name, e.g. `conf/layer.conf`.
48 the above cases, please use `meta-raspberrypi` as the component name.
/openbmc/webui-vue/docs/guide/components/status-icon/
H A Dreadme.md3 The StatusIcon component is used to add an icon that represents one of the
11 To use this component:
13 1. Import it into the single file component (SFC)
/openbmc/openbmc-tools/ipkdbg/
H A Dipkdbg.in224 local component="$2"
225 echo /${IPKDBG_CONF_MNT}/${IPKDBG_CONF_LOC}/${IPKDBG_CONF_ROOT}/${build}/"$component"
230 local component="$2"
231 …${IPKDBG_CONF_HOST}/${IPKDBG_CONF_MNT}/${IPKDBG_CONF_LOC}/${IPKDBG_CONF_ROOT}/${build}/${component}
236 local component="$2"
237 echo "${HOME}/.cache/ipkdbg/builds/${build}/${component}"
/openbmc/webui-vue/docs/guide/unit-testing/
H A Dreadme.md6 the internals of the component.
27 - The naming convention is to replicate the folder and component name
31 - The AppHeader.vue single-file component's (SFC) spec file is named
33 - Create a global component like `PageSection.vue` in the `/tests/global`
76 - Use `shallowMount` rather than mount unless child component rendering is
87 - Test only output that is part of the component contract
96 1. Don't go beyond the input and outputs of the component
102 1. Define a component contract that is based upon the component API
104 1. Test the component API by writing tests first and then writing code to fix

12345678910>>...14