/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | layerdetails.js | 108 currentVal.hide(); 116 mParent.children(".text-muted").hide(); 118 mParent.children(".delete-current-value").hide(); 120 $(this).hide(); 132 $(this).hide(); 138 mParent.children(".delete-current-value").hide(); 184 $("#no-recipes-yet").hide(); 200 $("#no-machines-yet").hide(); 332 inputArea.find(".text-muted").hide(); 368 dd.find(".delete-current-value").hide(); [all …]
|
H A D | importlayer.js | 36 $('#local-dir').hide(); 231 importAndAddHint.hide(); 265 $('#invalid-layer-revision-hint').hide(); 280 $("#git-layer-dup").hide(); 287 $("#local-layer-dup").hide(); 351 $("#invalid-layer-name-hint").hide(); 389 $('#git-repo').hide(); 390 $('#import-git-layer-and-add-hint').hide(); 394 $('#local-dir').hide(); 395 $('#import-local-dir-and-add-hint').hide(); [all …]
|
H A D | projectpage.js | 173 noLayerMsg.hide(); 188 freqBuildBtn.hide(); 190 noMostBuilt.hide(); 239 invalidMachineNameHelp.hide(); 247 invalidMachineNameHelp.hide(); 250 machineNameTitle.hide(); 251 $(this).hide(); 304 distroNameTitle.hide(); 305 $(this).hide(); 363 $(this).find('[data-role="submit-state"]').hide(); [all …]
|
H A D | newcustomimage_modal.js | 96 newCustomImgBtn.find('[data-role="loading-state"]').hide(); 107 newCustomImgBtn.find('[data-role="submit-state"]').hide(); 125 invalidRecipeHelp.hide(); 139 invalidNameHelp.hide(); 167 imageSelector.hide();
|
H A D | table.js | 74 clearSearchElements.hide(); 80 tableContainer.hide(); 87 $("#results-found-"+ctx.tableName).hide(); 102 $("#no-results-"+ctx.tableName).hide(); 103 $("#empty-state-"+ctx.tableName).hide(); 322 hide: 1500, property in AnonymousClass170eed3b0801.delay 346 table.find("."+cols_hidden[i]).hide(); 356 table.find("."+defaultHiddenCols[i]).hide(); 378 $("#" + ctx.tableName + " th .icon-caret-down").hide(); 379 $("#" + ctx.tableName + " th .icon-caret-up").hide(); [all …]
|
H A D | projecttopbar.js | 23 projectNameContainer.hide(); 29 projectNameForm.hide();
|
H A D | libtoaster.js | 422 hintError.hide(); 695 …$('th a.btn-primary').tooltip({container:'body', html:true, placement:'bottom', delay:{hide:1500}}… property in AnonymousClass9980b04c2901.delay 699 $('.tooltip').hide(); 744 $('.full, .full-hide').hide(); 749 $(this).hide(); 752 $(this).hide();
|
H A D | bootstrap-3.4.1.min.js | 6 …hide/.test(o)&&(i.toggle=!1),e||t.data("bs.collapse",e=new r(this,i)),"string"==typeof o&&e[o]()})… method in r
|
H A D | bootstrap-3.4.1.js | 644 Collapse.prototype.hide = function () { method in Collapse 723 if (!data && options.toggle && /show|hide/.test(option)) options.toggle = false 975 return this.isShown ? this.hide() : this.show(_relatedTarget) 995 this.$element.on('click.dismiss.bs.modal', '[data-dismiss="modal"]', $.proxy(this.hide, this)) 1036 Modal.prototype.hide = function (e) { method in Modal 1081 e.which == 27 && this.hide() 1098 this.$element.hide() 1131 : this.hide() 1518 hide: options.delay property in options.delay 1596 if (!self.options.delay || !self.options.delay.hide) return self.hide() [all …]
|
H A D | jquery.treetable.js | 99 Node.prototype.hide = function() { method in Node 101 this.row.hide(); 205 _results.push(child.hide());
|
H A D | customrecipe.js | 274 $(this).hide(); 288 $(this).find('[data-role="submit-state"]').hide();
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-pkgdata-browser | 199 self.depends_label.hide() 200 self.recommends_label.hide() 201 self.suggests_label.hide() 202 self.provides_label.hide() 203 self.files_view.hide() 204 self.files_label.hide() 222 self.files_view.hide() 237 label.hide()
|
/openbmc/linux/security/apparmor/include/ |
H A D | perms.h | 79 u32 hide; /* set only when ~allow | deny */ member 114 accum->hide &= addend->hide & ~addend->allow; in aa_perms_accum_raw() 141 accum->hide &= addend->hide & ~accum->allow; in aa_perms_accum()
|
/openbmc/qemu/qapi/ |
H A D | compat.json | 31 # @hide: Filter out 36 'data': [ 'accept', 'hide' ] } 49 # Limitation: deprecated-output policy @hide is not implemented for
|
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/ |
H A D | 0001-named-lwresd-V-and-start-log-hide-build-options.patch | 4 Subject: [PATCH] `named/lwresd -V' and start log hide build options 6 The build options expose build path directories, so hide them.
|
/openbmc/openbmc/poky/meta/recipes-sato/matchbox-keyboard/files/ |
H A D | 0001-desktop-file-Hide-the-keyboard-from-app-list.patch | 9 show/hide the daemonized matchbox-keyboard 14 So hide the keyboard from the desktop app list.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/ |
H A D | smi.conf | 41 smilint: hide namelength-32
|
/openbmc/openbmc/meta-raspberrypi/recipes-core/udev/ |
H A D | udev-rules-udisks-rpi_1.0.bb | 1 DESCRIPTION = "add udisk/udev rule to hide boot partition from udev"
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | qconf.cc | 279 connect(this, SIGNAL(editingFinished()), SLOT(hide())); in ConfigLineEdit() 309 hide(); in keyPressEvent() 613 goto hide; in updateMenuList() 617 goto hide; in updateMenuList() 639 hide: in updateMenuList() 678 goto hide; in updateMenuList() 682 goto hide; in updateMenuList() 704 hide: in updateMenuList() 932 lineEdit->hide(); in ConfigView() 1664 menuView->hide(); in showSingleView() [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_crtc.h | 61 void (*hide)(struct nouveau_crtc *, bool update); member
|
/openbmc/linux/Documentation/input/devices/ |
H A D | yealink.rst | 98 hide_icon Write, hide the element by writing the icon name. 126 - Writing a space to an icon will always hide its content. 161 show/hide icons
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
H A D | mount-excludefs.patch | 4 hide certain filesystems from the mount module within Webmin (e.g. /dev)
|
H A D | nfs-export.patch | 39 delete($opts{'hide'});
|
/openbmc/linux/Documentation/scsi/ |
H A D | lpfc.rst | 35 hide the disappearance of the device from the midlayer. I/O's issued to 38 to the system. If the driver did not hide these conditions, i/o would be
|
/openbmc/phosphor-webui/app/common/styles/base/ |
H A D | foundation.scss | 700 .hide { 707 .hide-for-small-only { 715 .hide-for-medium { 723 .hide-for-medium-only { 731 .hide-for-large { 739 .hide-for-large-only { 762 .hide-for-portrait { 766 .hide-for-portrait { 770 .hide-for-portrait { 773 .hide-for-landscape, [all …]
|