Home
last modified time | relevance | path

Searched refs:showOptions (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/dports/www/tikiwiki/tiki-21.2/lib/prefs/
H A Dfgal.php23 $showOptions = [
435 'options' => $showOptions,
441 'options' => $showOptions,
447 'options' => $showOptions,
463 'options' => $showOptions,
469 'options' => $showOptions,
475 'options' => $showOptions,
481 'options' => $showOptions,
487 'options' => $showOptions,
493 'options' => $showOptions,
[all …]
/dports/biology/jalview/jalview/test/jalview/gui/
H A DPopupMenuTest.java353 Component[] showOptions = showMenu.getMenuComponents(); in testBuildAnnotationTypesMenus() local
359 assertEquals(all, ((JMenuItem) showOptions[0]).getText()); in testBuildAnnotationTypesMenus()
362 ((JSeparator) showOptions[1]).getOrientation()); in testBuildAnnotationTypesMenus()
364 ((JMenuItem) showOptions[2]).getText()); in testBuildAnnotationTypesMenus()
416 Component[] showOptions = showMenu.getMenuComponents(); in testBuildAnnotationTypesMenus_showDisabled() local
422 assertEquals(all, ((JMenuItem) showOptions[0]).getText()); in testBuildAnnotationTypesMenus_showDisabled()
425 ((JSeparator) showOptions[1]).getOrientation()); in testBuildAnnotationTypesMenus_showDisabled()
474 Component[] showOptions = showMenu.getMenuComponents(); in testBuildAnnotationTypesMenus_hideDisabled() local
480 assertEquals(all, ((JMenuItem) showOptions[0]).getText()); in testBuildAnnotationTypesMenus_hideDisabled()
483 ((JSeparator) showOptions[1]).getOrientation()); in testBuildAnnotationTypesMenus_hideDisabled()
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/features/variables/pickers/OptionsPicker/
H A Dactions.test.ts8 showOptions,
63 .whenActionIsDispatched(showOptions(variable))
95 .whenActionIsDispatched(showOptions(variable))
118 .whenActionIsDispatched(showOptions(variable))
137 .whenActionIsDispatched(showOptions(variable))
158 .whenActionIsDispatched(showOptions(variable))
180 .whenActionIsDispatched(showOptions(variable))
213 .whenActionIsDispatched(showOptions(variable))
310 showOptions(variable)
323 .whenActionIsDispatched(showOptions(variable))
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/tools/cccheck/
H A DProgram.cs10 bool showOptions = false; in Main()
14 {"help", "Show this help.", v => showOptions = v != null}, in Main()
23 showOptions = true; in Main()
27 if (showOptions) { in Main()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/ui/
H A DOptionsLoader.java34 public abstract void showOptions(); in showOptions() method in OptionsLoader.Shim
35 public abstract void showOptions(Class<?> paneClass, boolean showPaneChooser); in showOptions() method in OptionsLoader.Shim
52 public void showOptions() in showOptions() method in OptionsLoader
54 showOptions(null, true); in showOptions()
57 public void showOptions(final Class<?> paneClass, boolean showPaneChooser) in showOptions() method in OptionsLoader
H A DWorkbenchScreen.java392 optionsLoader_.showOptions(); in onShowOptions()
398 optionsLoader_.showOptions(EditingPreferencesPane.class, true); in onShowCodeOptions()
404 optionsLoader_.showOptions(ConsolePreferencesPane.class, true); in onShowConsoleOptions()
410 optionsLoader_.showOptions(AppearancePreferencesPane.class, true); in onShowAppearanceOptions()
416 optionsLoader_.showOptions(PackagesPreferencesPane.class, true); in onShowPackagesOptions()
422 optionsLoader_.showOptions(RMarkdownPreferencesPane.class, true); in onShowRMarkdownOptions()
428 optionsLoader_.showOptions(CompilePdfPreferencesPane.class, true); in onShowSweaveOptions()
434 optionsLoader_.showOptions(SpellingPreferencesPane.class, true); in onShowSpellingOptions()
446 optionsLoader_.showOptions(PublishingPreferencesPane.class, true); in onShowPublishingOptions()
452 optionsLoader_.showOptions(PythonPreferencesPane.class, true); in onShowPythonOptions()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/tools/ccrewrite/
H A DProgram.cs20 bool showOptions = false; in Main()
24 { "help", "Show this help.", v => showOptions = v != null }, in Main()
38 showOptions = true; in Main()
42 if (showOptions) { in Main()
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/ViewModels/
H A DShellViewModel.cs43 private bool showOptions; field in HandBrakeWPF.ViewModels.ShellViewModel
65 this.showOptions = false; in ShellViewModel()
131 return this.showOptions;
135 this.showOptions = value;
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/alertlist/
H A DAlertListMigration.test.ts27 showOptions: ShowOption.Current,
61 showOptions: ShowOption.Current,
82 showOptions: 'current',
125 showOptions: ShowOption.Current,
H A DAlertListMigrationHandler.ts8 showOptions: panel.options.showOptions ?? panel.show ?? ShowOption.Current,
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/actions/
H A Drs_actionprintpreview.cpp61 showOptions();
68 showOptions(); in init()
221 void RS_ActionPrintPreview::showOptions() { in showOptions() function in RS_ActionPrintPreview
222 RS_ActionInterface::showOptions(); in showOptions()
H A Drs_actiondrawmtext.cpp62 showOptions(); in init()
237 void RS_ActionDrawMText::showOptions() { in showOptions() function in RS_ActionDrawMText
238 RS_ActionInterface::showOptions(); in showOptions()
H A Drs_actionmodifyoffset.cpp110 void RS_ActionModifyOffset::showOptions() { in showOptions() function in RS_ActionModifyOffset
111 RS_ActionInterface::showOptions(); in showOptions()
H A Drs_actiondimension.cpp81 void RS_ActionDimension::showOptions() { in showOptions() function in RS_ActionDimension
82 RS_ActionInterface::showOptions(); in showOptions()
H A Drs_actiondrawtext.cpp69 showOptions(); in init()
262 void RS_ActionDrawText::showOptions() { in showOptions() function in RS_ActionDrawText
263 RS_ActionInterface::showOptions(); in showOptions()
/dports/biology/emboss/EMBOSS-6.6.0/jemboss/org/emboss/jemboss/editor/
H A DPrintAlignment.java46 int nresPerPage= showOptions(gsc,format); in PrintAlignment()
73 private int showOptions(GraphicSequenceCollection gsc, in showOptions() method in PrintAlignment
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/genebuilder/gff/
H A DPropertiesPanel.java88 private boolean showOptions = true; field in PropertiesPanel
104 boolean showOptions, in PropertiesPanel() argument
109 this.showOptions = showOptions; in PropertiesPanel()
168 if(showOptions) in createGffQualifiersComponent()
532 if(showOptions) in getGffQualifiers()
554 if(showOptions && !partialField5prime.isSelected()) in getGffQualifiers()
560 else if(showOptions && partialField5prime.isSelected()) in getGffQualifiers()
576 if(showOptions && !partialField3prime.isSelected()) in getGffQualifiers()
582 else if(showOptions && partialField3prime.isSelected()) in getGffQualifiers()
/dports/sysutils/helmfile/vault-f6547fa8e820/ui/app/templates/partials/role-ssh/
H A Dform.hbs13 toggleAttr="showOptions"
19 {{#if showOptions}}
/dports/misc/concourse/vault-bdd38fca2cff/ui/app/templates/partials/role-ssh/
H A Dform.hbs13 toggleAttr="showOptions"
19 {{#if showOptions}}
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/ui/app/templates/partials/role-ssh/
H A Dform.hbs13 toggleAttr="showOptions"
19 {{#if showOptions}}
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/ui/app/templates/partials/role-ssh/
H A Dform.hbs13 toggleAttr="showOptions"
19 {{#if showOptions}}
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/ui/app/templates/partials/role-ssh/
H A Dform.hbs13 toggleAttr="showOptions"
19 {{#if showOptions}}
/dports/sysutils/gomplate/vault-sdk-v0.1.13/ui/app/templates/partials/role-ssh/
H A Dform.hbs13 toggleAttr="showOptions"
19 {{#if showOptions}}
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/ui/app/templates/partials/role-ssh/
H A Dform.hbs13 toggleAttr="showOptions"
19 {{#if showOptions}}
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/ui/app/templates/partials/role-ssh/
H A Dform.hbs13 toggleAttr="showOptions"
19 {{#if showOptions}}

12345678910>>...16