| /OK3568_Linux_fs/yocto/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 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 | bootstrap.js | 628 Collapse.prototype.hide = function () { method in Collapse 707 if (!data && options.toggle && /show|hide/.test(option)) options.toggle = false 958 return this.isShown ? this.hide() : this.show(_relatedTarget) 978 this.$element.on('click.dismiss.bs.modal', '[data-dismiss="modal"]', $.proxy(this.hide, this)) 1019 Modal.prototype.hide = function (e) { method in Modal 1062 e.which == 27 && this.hide() 1079 this.$element.hide() 1112 : this.hide() 1340 hide: options.delay property 1414 if (!self.options.delay || !self.options.delay.hide) return self.hide() [all …]
|
| H A D | bootstrap.min.js | 6 …hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})… method in c
|
| H A D | libtoaster.js | 422 hintError.hide(); 695 …$('th a.btn-primary').tooltip({container:'body', html:true, placement:'bottom', delay:{hide:1500}}… property 699 $('.tooltip').hide(); 744 $('.full, .full-hide').hide(); 749 $(this).hide(); 752 $(this).hide();
|
| H A D | projecttopbar.js | 23 projectNameContainer.hide(); 29 projectNameForm.hide();
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/player/ |
| H A D | videoplayer.cpp | 101 ui->playListButton->hide(); in VideoPlayer() 102 ui->nextVideoButton->hide(); in VideoPlayer() 103 ui->preVideoButton->hide(); in VideoPlayer() 104 ui->subtitleSelectButton->hide(); in VideoPlayer() 295 m_pSearchDialog->hide(); in on_return_btn_clicked() 449 m_pSearchDialog->hide(); in on_searchButton_clicked() 638 m_pSearchDialog->hide(); in on_notifyVideoPlayerAddFile() 662 m_pSearchDialog->hide(); in on_notifyVideoCancelSearch()
|
| H A D | musicplayer.cpp | 93 ui->playListButton->hide(); in MusicPlayer() 94 ui->nextMusicButton->hide(); in MusicPlayer() 95 ui->preMusicButton->hide(); in MusicPlayer() 96 ui->playOrderButton->hide(); in MusicPlayer() 412 m_pSearchDialog->hide(); in on_searchButton_clicked() 582 m_pSearchDialog->hide(); in on_return_btn_clicked() 601 m_pSearchDialog->hide(); in on_notifyMusicPlayerAddFile() 626 m_pSearchDialog->hide(); in on_notifyMusicCancelSearch()
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-pkgdata-browser | 194 self.depends_label.hide() 195 self.recommends_label.hide() 196 self.suggests_label.hide() 197 self.provides_label.hide() 198 self.files_view.hide() 199 self.files_label.hide() 217 self.files_view.hide() 232 label.hide()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/ |
| H A D | videoplayer.cpp | 103 ui->playListButton->hide(); in VideoPlayer() 104 ui->nextVideoButton->hide(); in VideoPlayer() 105 ui->preVideoButton->hide(); in VideoPlayer() 106 ui->subtitleSelectButton->hide(); in VideoPlayer() 331 m_pSearchDialog->hide(); in on_return_btn_clicked() 499 m_pSearchDialog->hide(); in on_searchButton_clicked() 688 m_pSearchDialog->hide(); in on_notifyVideoPlayerAddFile() 712 m_pSearchDialog->hide(); in on_notifyVideoCancelSearch()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/ |
| H A D | musicplayer.cpp | 90 ui->playListButton->hide(); in MusicPlayer() 91 ui->nextMusicButton->hide(); in MusicPlayer() 92 ui->preMusicButton->hide(); in MusicPlayer() 93 ui->playOrderButton->hide(); in MusicPlayer() 409 m_pSearchDialog->hide(); in on_searchButton_clicked() 580 m_pSearchDialog->hide(); in on_notifyMusicPlayerAddFile() 605 m_pSearchDialog->hide(); in on_notifyMusicCancelSearch()
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | lib.c | 26 .hide = ALL_PERMS_MASK }; 358 accum->hide &= addend->hide & ~addend->allow; in aa_perms_accum_raw() 377 accum->hide &= addend->hide & ~accum->allow; in aa_perms_accum() 454 if (denied == (denied & perms->hide)) in aa_check_perms()
|
| /OK3568_Linux_fs/external/drm-cursor/ |
| H A D | drm-cursor.conf.sample | 5 # hide=1 # hide cursors
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bind/bind-9.18.11/ |
| 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.
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | downloadmanager.cpp | 70 tryAgainButton->hide(); in DownloadItem() 163 stopButton->hide(); in stop() 320 progressBar->hide(); in finished() 322 stopButton->hide(); in finished() 343 downloadsView->verticalHeader()->hide(); in DownloadManager() 344 downloadsView->horizontalHeader()->hide(); in DownloadManager()
|
| /OK3568_Linux_fs/yocto/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.
|
| /OK3568_Linux_fs/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 …]
|
| /OK3568_Linux_fs/buildroot/support/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 …]
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/ |
| H A D | appinputpanel.h | 73 void hide(QObject*);
|
| H A D | abstractinputpanel.h | 47 virtual void hide(QObject*) = 0;
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | xpr.h | 57 xprHideWindows(Bool hide);
|