Home
last modified time | relevance | path

Searched full:selectable (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/phosphor-webui/app/common/components/table/
H A Dtable.js21 * Each row object can optionally have a 'selectable' property. Defaults
22 * to true if table is selectable. If a particular row should not
23 * be selectable, set to false.
26 * { uiData: ['root', 'Admin', 'enabled' ], selectable: false },
53 * The 'selectable' attribute should be a boolean value.
54 * If 'selectable' is true, include 'batch-actions' property that should
119 if (this.selectable) {
120 // If table is selectable check row for 'selectable' property
121 row.selectable = row.selectable === undefined ? true : row.selectable;
122 if (row.selectable) {
[all …]
H A Dtable.html2 <table-toolbar ng-if="$ctrl.selectable"
14 'bmc-table--selectable': $ctrl.selectable,
24 <th ng-if="$ctrl.selectable"
86 <td ng-if="$ctrl.selectable"
88 <table-checkbox ng-if="row.selectable"
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js163 selectable: "tt-selectable", property in AnonymousFunctionc6d3f3560900.defaultClassNames
650 val: "tt-selectable-display",
651 obj: "tt-selectable-object"
752 …val, that.displayFn(suggestion)).addClass(that.classes.suggestion + " " + that.classes.selectable);
906 return this.$node.find(this.selectors.selectable);
909 var $selectable = this.getActiveSelectable();
910 $selectable && $selectable.removeClass(this.classes.cursor);
927 this.$node.on("click.tt", this.selectors.selectable, onSelectableClick);
956 setCursor: function setCursor($selectable) { argument
958 if ($selectable = $selectable && $selectable.first()) {
[all …]
/openbmc/skeleton/libopenbmc_intf/
H A Dgpio_configs.h30 /* Selectable polarity pins enabling host power rails. */
35 /* Selectable polarity pins holding system complexes in reset. */
/openbmc/u-boot/drivers/rtc/
H A DKconfig41 has a selectable I2C-bus or SPI-bus, a backup battery switch-over circuit, a
57 automatic power switch-over, alarm function and 15 selectable frequency
/openbmc/phosphor-webui/app/access-control/controllers/
H A Duser-controller.html29 selectable="true"
H A Duser-controller.js53 user.selectable = checkIfRoot(user) ? false : true;
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Experimental/
H A DBond.interface.yaml44 Transmit based on selectable hashing algorithm. The default
/openbmc/u-boot/board/freescale/t4qds/
H A DREADME59 - Switch selectable to one of 16 common settings in the interval 33MHz-166MHz.
60 - Software selectable in 1MHz increments from 1-200MHz.
/openbmc/u-boot/include/dm/
H A Dpinctrl.h36 * @get_pins_count: return number of selectable named pins available
41 * @get_groups_count: return number of selectable named groups available
46 * @get_functions_count: return number of selectable named functions available
/openbmc/qemu/hw/audio/
H A Dsoundhw.c78 printf("Machine has no user-selectable audio hardware " in show_valid_soundhw()
/openbmc/qemu/docs/devel/
H A Dsecure-coding-practices.rst47 is a device that contains multiple units that are selectable by the guest via
/openbmc/webui-vue/docs/guide/components/table/
H A Dindex.md462 1. Add the `selectable`, `no-select-on-click` props and a unique `ref` to the
497 selectable
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/
H A DTableRoleGroups.vue34 selectable
/openbmc/webui-vue/src/views/HardwareStatus/Sensors/
H A DSensors.vue40 selectable
/openbmc/webui-vue/src/views/SecurityAndAccess/Sessions/
H A DSessions.vue34 selectable
/openbmc/webui-vue/src/views/Settings/SnmpAlerts/
H A DSnmpAlerts.vue24 selectable
/openbmc/phosphor-net-ipmid/sol/
H A Dsol_manager.hpp106 * Whether SOL packets are encrypted or not is selectable by the remote
/openbmc/webui-vue/src/views/Logs/PostCodeLogs/
H A DPostCodeLogs.vue59 selectable
/openbmc/webui-vue/src/views/Logs/Dumps/
H A DDumps.vue53 selectable
/openbmc/u-boot/include/
H A Dregmap.h24 * The endianness of regmap accesses is selectable for each map through device
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/
H A DUserManagement.vue32 selectable
/openbmc/u-boot/scripts/kconfig/
H A Dmconf.c255 " this symbol to be visible in the menu (selectable)\n"
259 " selectable menu item - and the current value is displayed inside\n"
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-core.h139 * - selectable hardware or software gating
/openbmc/u-boot/board/freescale/t102xqds/
H A DREADME114 - Switch selectable to one of 16 common settings in the interval of 64 MHz-166 MHz.

12