Home
last modified time | relevance | path

Searched refs:showTags (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/jobs/components/
H A Dstuck_block.vue38 showTags: true,
45 showTags: false,
53 showTags: false,
63 <template v-if="stuckData.showTags">
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/view/slideshow/dialogs/
H A Dsetupslideshow_dialog.cpp75 showTags (nullptr), in Private()
98 QCheckBox* showTags; member in DigikamGenericSlideShowPlugin::SetupSlideShowDialog::Private
174 d->showTags = new QCheckBox(i18n("Show image tags"), panel); in SetupSlideShowDialog()
175 … d->showTags->setWhatsThis(i18n("Show the digiKam image tag names at the bottom of the screen.")); in SetupSlideShowDialog()
225 d->showTags->hide(); in SetupSlideShowDialog()
244 grid->addWidget(d->showTags, 8, 0, 1, 1); in SetupSlideShowDialog()
295 d->settings->printTags = d->showTags->isChecked(); in slotApplySettings()
322 d->showTags->setChecked(d->settings->printTags); in readSettings()
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/annolist/
H A Dtypes.ts7 showTags: boolean; property
22 showTags: true, constant
H A DAnnotationListItem.tsx25 const { showUser, showTags, showTime } = options;
49 … {showTags ? <AnnotationListItemTags tags={tags} remove={false} onClick={onTagClick} /> : null}
H A Dmodule.tsx65 path: 'showTags',
H A DAnnoListPanel.test.tsx25 showTags: true,
186 options: { ...defaultOptions, showTags: false },
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/Commands/
H A DShowTags.hs19 ( showTags
50 showTags :: DarcsCommand
51 showTags = DarcsCommand function
H A DShow.hs30 import Darcs.UI.Commands.ShowTags ( showTags )
60 , normalCommand showTags
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mjpegstream/
H A Dmjpegstreamdlg_settings.cpp53 d->showTags->blockSignals(true); in readSettings()
74 d->showTags->setChecked(d->settings.printTags); in readSettings()
95 d->showTags->blockSignals(false); in readSettings()
135 d->settings.printTags = d->showTags->isChecked(); in slotSettingsChanged()
H A Dmjpegstreamdlg_views.cpp342 …d->showTags = new QCheckBox(i18nc("@option:check", "Show image tags"), OSDSettings); in setupOSDView()
343 …d->showTags->setWhatsThis(i18nc("@info", "Show the digiKam image tag names at the bottom of the sc… in setupOSDView()
359 grid->addWidget(d->showTags, 6, 0, 1, 1); in setupOSDView()
399 connect(d->showTags, SIGNAL(stateChanged(int)), in setupOSDView()
H A Dmjpegstreamdlg_p.cpp65 showTags (nullptr), in Private()
H A Dmjpegstreamdlg_p.h124 QCheckBox* showTags; variable
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/search/
H A DSearchModel.cpp20 showTags(true), in SearchModel()
33 showTags = show; in SetShowTags()
38 return showTags; in GetShowTags()
H A DSearchModel.h26 bool showTags; variable
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Dtag-list.go155 func showTags(ctx context.Context, clnt Client, versionID string, verbose bool) { func
196 showTags(ctx, clnt, versionID, true)
202 showTags(ctx, clnt, content.VersionID, false)
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/git/
H A Dgitsettings.cpp55 registerAspect(&showTags); in GitSettings()
56 showTags.setSettingsKey("ShowTags"); in GitSettings()
H A Dgitsettings.h50 Utils::BoolAspect showTags; variable
H A Dbranchmodel.cpp796 const bool showTags = client->settings().showTags.value(); in parseOutputLine() local
816 } else if (showTags && nameParts.first() == "tags") { in parseOutputLine()
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/dhall-1.38.1/src/Dhall/
H A DTags.hs94 return (showTags . mconcat $ tags)
225 showTags :: Tags -> Text
226 showTags (Tags ts) = T.concat . map (uncurry showFileTags) . M.toList $ ts function
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/packages_and_registries/package_registry/components/list/
H A Dpackage_list_row.vue58 showTags() {
96 v-if="showTags"
/dports/games/pioneer/pioneer-20210723/src/
H A DModelViewer.cpp36 showTags(false), in Options()
449 (m_options.showTags ? SceneGraph::Model::DEBUG_TAGS : 0x0) | in DrawModel()
643 m_options.showTags = !m_options.showTags; in HandleInput()
988 ImGui::Checkbox("Show Tags", &m_options.showTags); in DrawModelOptions()
989 m_options.showDockingLocators = m_options.showTags; in DrawModelOptions()
H A DModelViewer.h112 bool showTags; member
/dports/games/pioneer/pioneer-20210723/src/pigui/
H A DPerfInfo.cpp340 bool showTags = m_state->playerModelDebugFlags & Flags::DEBUG_TAGS; in DrawWorldViewStats() local
344 changed |= ImGui::Checkbox("Show Tag Locations", &showTags); in DrawWorldViewStats()
350 | (showTags ? Flags::DEBUG_TAGS : 0); in DrawWorldViewStats()
/dports/print/lyx/lyx-2.3.4.2/src/support/
H A Ddebug.h130 void showTags(std::ostream & os);
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Backends/
H A DHoogle.hs297 maybe [] (showTags . markup (markupTag dflags)) d
351 showTags :: [Tag] -> [String]
352 showTags = intercalate [""] . map showBlock function

12