/openbmc/phosphor-webui/app/common/components/table/ |
H A D | table.js | 21 * 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 D | table.html | 2 <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 D | typeahead.jquery.js | 163 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 D | gpio_configs.h | 30 /* Selectable polarity pins enabling host power rails. */ 35 /* Selectable polarity pins holding system complexes in reset. */
|
/openbmc/u-boot/drivers/rtc/ |
H A D | Kconfig | 41 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 D | user-controller.html | 29 selectable="true"
|
H A D | user-controller.js | 53 user.selectable = checkIfRoot(user) ? false : true;
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Experimental/ |
H A D | Bond.interface.yaml | 44 Transmit based on selectable hashing algorithm. The default
|
/openbmc/u-boot/board/freescale/t4qds/ |
H A D | README | 59 - 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 D | pinctrl.h | 36 * @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 D | soundhw.c | 78 printf("Machine has no user-selectable audio hardware " in show_valid_soundhw()
|
/openbmc/qemu/docs/devel/ |
H A D | secure-coding-practices.rst | 47 is a device that contains multiple units that are selectable by the guest via
|
/openbmc/webui-vue/docs/guide/components/table/ |
H A D | index.md | 462 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 D | TableRoleGroups.vue | 34 selectable
|
/openbmc/webui-vue/src/views/HardwareStatus/Sensors/ |
H A D | Sensors.vue | 40 selectable
|
/openbmc/webui-vue/src/views/SecurityAndAccess/Sessions/ |
H A D | Sessions.vue | 34 selectable
|
/openbmc/webui-vue/src/views/Settings/SnmpAlerts/ |
H A D | SnmpAlerts.vue | 24 selectable
|
/openbmc/phosphor-net-ipmid/sol/ |
H A D | sol_manager.hpp | 106 * Whether SOL packets are encrypted or not is selectable by the remote
|
/openbmc/webui-vue/src/views/Logs/PostCodeLogs/ |
H A D | PostCodeLogs.vue | 59 selectable
|
/openbmc/webui-vue/src/views/Logs/Dumps/ |
H A D | Dumps.vue | 53 selectable
|
/openbmc/u-boot/include/ |
H A D | regmap.h | 24 * The endianness of regmap accesses is selectable for each map through device
|
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/ |
H A D | UserManagement.vue | 32 selectable
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | mconf.c | 255 " 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 D | clk-core.h | 139 * - selectable hardware or software gating
|
/openbmc/u-boot/board/freescale/t102xqds/ |
H A D | README | 114 - Switch selectable to one of 16 common settings in the interval of 64 MHz-166 MHz.
|