Home
last modified time | relevance | path

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

12345678

/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/linux/sound/soc/sof/intel/
H A DKconfig15 This option is not user-selectable but automagically handled by
23 This option is not user-selectable but automagically handled by
35 This option is not user-selectable but automagically handled by
290 This option is not user-selectable but automagically handled by
296 This option is not user-selectable but automagically handled by
325 This option is not user-selectable but automagically handled by
333 This option is not user-selectable but automagically handled by
342 This option is not user-selectable but automagically handled by
/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/linux/tools/perf/arch/arm/util/
H A Dpmu.c23 pmu->selectable = true; in perf_pmu__get_default_config()
29 pmu->selectable = true; in perf_pmu__get_default_config()
/openbmc/linux/sound/soc/sof/amd/
H A DKconfig27 This option is not user-selectable but automatically handled by
60 This option is not user-selectable but automatically handled by
/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/linux/sound/soc/sof/
H A DKconfig62 This option is not user-selectable but automagically handled by
69 This option is not user-selectable but automagically handled by
268 This option is not user-selectable but automagically handled by
277 This option is not user-selectable but automagically handled by
/openbmc/linux/fs/ocfs2/
H A DKconfig40 run-time selectable.
52 selectable.
/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/linux/Documentation/hwmon/
H A Dlm90.rst523 * Selectable address (ADT7483)
541 * Selectable address
552 * Selectable address
557 * Selectable address
562 * Selectable address (max6696)
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Daudio.rst53 multiple selectable audio inputs, all audio output ioctls when the
54 device has multiple selectable audio outputs. When the device has any
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dmax8998.txt33 the possible 4 options selectable by the dvs gpios. The value of this
37 the possible 2 options selectable by the dvs gpios. The value of this
/openbmc/linux/tools/perf/arch/s390/util/
H A Dpmu.c21 pmu->selectable = true; in perf_pmu__get_default_config()
/openbmc/linux/drivers/tty/serial/
H A Drp2.c774 { RP_ID(0x0040), RP_CAP(8, 0) }, /* INF Octa, RJ45, selectable */
778 { RP_ID(0x0044), RP_CAP(4, 0) }, /* INF Quad, DB, selectable */
779 { RP_ID(0x0045), RP_CAP(8, 0) }, /* INF Octa, DB, selectable */
794 { RP_ID(0x0060), RP_CAP(8, 0) }, /* EXP Octa, RJ45, selectable */
798 { RP_ID(0x0064), RP_CAP(4, 0) }, /* EXP Quad, DB, selectable */
799 { RP_ID(0x0065), RP_CAP(8, 0) }, /* EXP Octa, DB, selectable */
/openbmc/linux/drivers/media/tuners/
H A Dmax2165.h16 u8 osc_clk; /* in MHz, selectable values: 4,16,18,20,22,24,26,28 */
/openbmc/linux/sound/soc/sof/mediatek/
H A DKconfig22 This option is not user-selectable but automagically handled by
/openbmc/linux/Documentation/devicetree/bindings/clock/ti/
H A Dfapll.txt6 register-mapped FAPLL with usually two selectable input clocks
H A Dadpll.txt6 register-mapped ADPLL with two to three selectable input clocks
/openbmc/linux/sound/soc/sof/imx/
H A DKconfig22 This option is not user-selectable but automagically handled by
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dtas2552.txt20 reference clock is also selectable: PLL, IVCLKIN, BCLK or MCLK.
/openbmc/linux/Documentation/devicetree/bindings/iio/filter/
H A Dadi,admv8818.yaml14 features a digitally selectable frequency of operation.
/openbmc/linux/Documentation/devicetree/bindings/iio/accel/
H A Dmemsensing,msa311.yaml14 sensitivity consumer applications. It has dynamical user selectable full
/openbmc/phosphor-webui/app/access-control/controllers/
H A Duser-controller.html29 selectable="true"
/openbmc/linux/Documentation/admin-guide/LSM/
H A DLoadPin.rst12 The LSM is selectable at build-time with ``CONFIG_SECURITY_LOADPIN``, and

12345678