Home
last modified time | relevance | path

Searched refs:showHidden (Results 1 – 25 of 693) sorted by relevance

12345678910>>...28

/dports/devel/jcmdline/jcmdline-2.0.0/src/jcmdline/
H A DTextUsageFormatter.java114 boolean showHidden) { in formatUsage() argument
143 showHidden); in formatUsage()
146 getArgDescriptions(args, showHidden)); in formatUsage()
194 boolean showHidden) { in argsOnOneLine() argument
199 if (p.isHidden() && !showHidden) { in argsOnOneLine()
220 int indent, boolean showHidden) { in argsOnSeparateLines() argument
227 if (p.isHidden() && !showHidden) { in argsOnSeparateLines()
273 boolean showHidden) { in getArgDescriptions() argument
285 if (p.isHidden() && !showHidden) { in getArgDescriptions()
315 boolean showHidden) { in getOptDescriptions() argument
[all …]
/dports/devel/eric6/eric6-21.11/eric/eric6/MicroPython/
H A DMicroPythonFileSystemUtilities.py63 def isVisible(name, showHidden): argument
75 showHidden or
96 def listdirStat(dirname, showHidden=False): argument
114 return [(f, fstat(f)) for f in files if isVisible(f, showHidden)]
117 if isVisible(f, showHidden)]
/dports/www/owncloud/owncloud/updater/vendor/symfony/console/Descriptor/
H A DApplicationDescription.php29 private $showHidden; variable in Symfony\\Component\\Console\\Descriptor\\ApplicationDescription
48 * @param bool $showHidden
50 public function __construct(Application $application, $namespace = null, $showHidden = false) argument
54 $this->showHidden = $showHidden;
108 if (!$command->getName() || (!$this->showHidden && $command->isHidden())) {
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/
H A DApplicationDescription.php29 private $showHidden; variable in Symfony\\Component\\Console\\Descriptor\\ApplicationDescription
48 * @param bool $showHidden
50 public function __construct(Application $application, $namespace = null, $showHidden = false) argument
54 $this->showHidden = $showHidden;
108 if (!$command->getName() || (!$this->showHidden && $command->isHidden())) {
/dports/www/phpbb3/phpBB3/vendor/symfony/console/Descriptor/
H A DApplicationDescription.php29 private $showHidden; variable in Symfony\\Component\\Console\\Descriptor\\ApplicationDescription
48 * @param bool $showHidden
50 public function __construct(Application $application, $namespace = null, $showHidden = false) argument
54 $this->showHidden = $showHidden;
108 if (!$command->getName() || (!$this->showHidden && $command->isHidden())) {
/dports/www/elgg/elgg-3.3.23/vendor/symfony/console/Descriptor/
H A DApplicationDescription.php29 private $showHidden; variable in Symfony\\Component\\Console\\Descriptor\\ApplicationDescription
48 * @param bool $showHidden
50 public function __construct(Application $application, $namespace = null, $showHidden = false) argument
54 $this->showHidden = $showHidden;
108 if (!$command->getName() || (!$this->showHidden && $command->isHidden())) {
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/console/Descriptor/
H A DApplicationDescription.php29 private $showHidden; variable in Symfony\\Component\\Console\\Descriptor\\ApplicationDescription
48 * @param bool $showHidden
50 public function __construct(Application $application, $namespace = null, $showHidden = false) argument
54 $this->showHidden = $showHidden;
108 if (!$command->getName() || (!$this->showHidden && $command->isHidden())) {
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Console/Descriptor/
H A DApplicationDescription.php29 private $showHidden; variable in Symfony\\Component\\Console\\Descriptor\\ApplicationDescription
48 * @param bool $showHidden
50 public function __construct(Application $application, $namespace = null, $showHidden = false) argument
54 $this->showHidden = $showHidden;
108 if (!$command->getName() || (!$this->showHidden && $command->isHidden())) {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/symfony/console/Descriptor/
H A DApplicationDescription.php29 private $showHidden; variable in Symfony\\Component\\Console\\Descriptor\\ApplicationDescription
48 * @param bool $showHidden
50 public function __construct(Application $application, $namespace = null, $showHidden = false) argument
54 $this->showHidden = $showHidden;
108 if (!$command->getName() || (!$this->showHidden && $command->isHidden())) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/View/Drawing/
H A DDrawingConfiguration.php72 protected $showHidden = true; variable in TYPO3\\CMS\\Backend\\View\\Drawing\\DrawingConfiguration
137 return $this->showHidden;
140 public function setShowHidden(bool $showHidden): void argument
142 $this->showHidden = $showHidden;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/View/Drawing/
H A DDrawingConfiguration.php72 protected $showHidden = true; variable in TYPO3\\CMS\\Backend\\View\\Drawing\\DrawingConfiguration
137 return $this->showHidden;
140 public function setShowHidden(bool $showHidden): void argument
142 $this->showHidden = $showHidden;
/dports/databases/akonadi/akonadi-21.12.3/src/core/models/
H A Dsubscriptionmodel.cpp35 void setShowHidden(bool showHidden) in setShowHidden() argument
37 if (mShowHidden != showHidden) { in setShowHidden()
38 mShowHidden = showHidden; in setShowHidden()
43 bool showHidden() const in showHidden() function in __anon27ea20980111::FilterProxyModel
199 void SubscriptionModel::setShowHiddenCollections(bool showHidden) in setShowHiddenCollections() argument
201 d->proxy.setShowHidden(showHidden); in setShowHiddenCollections()
206 return d->proxy.showHidden(); in showHiddenCollections()
/dports/editors/featherpad/FeatherPad-1.0.1/featherpad/
H A Dfiledialog.h31 static bool showHidden = false; // remember variable
47 if (showHidden) in QFileDialog()
57 showHidden = (filter() & QDir::Hidden); in ~FileDialog()
90 showHidden = !(filter() & QDir::Hidden); in toggleHidden()
91 if (showHidden) in toggleHidden()
/dports/www/kanboard/kanboard-1.2.21/vendor/symfony/console/Descriptor/
H A DApplicationDescription.php29 private $showHidden; variable in Symfony\\Component\\Console\\Descriptor\\ApplicationDescription
46 … function __construct(Application $application, string $namespace = null, bool $showHidden = false) argument
50 $this->showHidden = $showHidden;
104 if (!$command->getName() || (!$this->showHidden && $command->isHidden())) {
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/console/Descriptor/
H A DApplicationDescription.php29 private $showHidden; variable in Symfony\\Component\\Console\\Descriptor\\ApplicationDescription
46 … function __construct(Application $application, string $namespace = null, bool $showHidden = false) argument
50 $this->showHidden = $showHidden;
97 if (!$command->getName() || (!$this->showHidden && $command->isHidden())) {
/dports/www/typo3-9/typo3_src-9.5.31/vendor/symfony/console/Descriptor/
H A DApplicationDescription.php29 private $showHidden; variable in Symfony\\Component\\Console\\Descriptor\\ApplicationDescription
46 … function __construct(Application $application, string $namespace = null, bool $showHidden = false) argument
50 $this->showHidden = $showHidden;
97 if (!$command->getName() || (!$this->showHidden && $command->isHidden())) {
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/console/Descriptor/
H A DApplicationDescription.php29 private $showHidden; variable in Symfony\\Component\\Console\\Descriptor\\ApplicationDescription
46 … function __construct(Application $application, string $namespace = null, bool $showHidden = false) argument
50 $this->showHidden = $showHidden;
97 if (!$command->getName() || (!$this->showHidden && $command->isHidden())) {
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/console/Descriptor/
H A DApplicationDescription.php29 private $showHidden; variable in Symfony\\Component\\Console\\Descriptor\\ApplicationDescription
46 … function __construct(Application $application, string $namespace = null, bool $showHidden = false) argument
50 $this->showHidden = $showHidden;
97 if (!$command->getName() || (!$this->showHidden && $command->isHidden())) {
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/console/Descriptor/
H A DApplicationDescription.php29 private $showHidden; variable in Symfony\\Component\\Console\\Descriptor\\ApplicationDescription
46 … function __construct(Application $application, string $namespace = null, bool $showHidden = false) argument
50 $this->showHidden = $showHidden;
97 if (!$command->getName() || (!$this->showHidden && $command->isHidden())) {
/dports/www/owncloud/owncloud/lib/composer/symfony/console/Descriptor/
H A DApplicationDescription.php29 private $showHidden; variable in Symfony\\Component\\Console\\Descriptor\\ApplicationDescription
46 … function __construct(Application $application, string $namespace = null, bool $showHidden = false) argument
50 $this->showHidden = $showHidden;
97 if (!$command->getName() || (!$this->showHidden && $command->isHidden())) {
/dports/www/nextcloud/nextcloud/3rdparty/symfony/console/Descriptor/
H A DApplicationDescription.php29 private $showHidden; variable in Symfony\\Component\\Console\\Descriptor\\ApplicationDescription
46 … function __construct(Application $application, string $namespace = null, bool $showHidden = false) argument
50 $this->showHidden = $showHidden;
97 if (!$command->getName() || (!$this->showHidden && $command->isHidden())) {
/dports/biology/jalview/jalview/src/jalview/gui/
H A DOverviewPanel.java71 private boolean showHidden = true; field in OverviewPanel
88 showHidden = Cache.getDefault(Preferences.SHOW_OV_HIDDEN_AT_START, in OverviewPanel()
90 if (showHidden) in OverviewPanel()
263 displayToggle.setSelected(showHidden); in showPopupMenu()
269 displayToggle.setSelected(showHidden); in showPopupMenu()
280 if (showHidden) in toggleHiddenColumns()
282 showHidden = false; in toggleHiddenColumns()
289 showHidden = true; in toggleHiddenColumns()
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/component-base/component-base-0.16.8/metrics/
H A Dregistry.go33 showHidden atomic.Value var
40 showHidden.Store(true)
48 return showHidden.Load() != nil && showHidden.Load().(bool)
/dports/x11-fm/konqueror/konqueror-21.12.3/sidebar/trees/
H A Dkonq_sidebartreemodule.h24 explicit KonqSidebarTreeModule(KonqSidebarTree *parentTree, bool showHidden = false)
25 : m_pTree(parentTree), m_showHidden(showHidden) {} in m_pTree()
43 bool showHidden() in showHidden() function
/dports/shells/elvish/elvish-0.17.0/pkg/cli/modes/
H A Dnavigation.go210 showHidden := w.CopyState().ShowHidden
224 parentCol = makeCol(parent, showHidden)
234 showHidden,
236 previewCol := makeCol(it.(fileItems)[i], showHidden)
287 func makeCol(f NavigationFile, showHidden bool) tk.Widget {
288 return makeColInner(f, func(string) bool { return true }, showHidden, nil)
291 func makeColInner(f NavigationFile, filter func(string) bool, showHidden bool, onSelect func(tk.Ite…
302 if filter(name) && (showHidden || !hidden) {

12345678910>>...28