Home
last modified time | relevance | path

Searched refs:TYPED_ACTIONS (Results 1 – 25 of 66) sorted by relevance

123

/dports/devel/pear-Horde_Argv/Horde_Argv-2.1.0/lib/Horde/Argv/
H A DOption.php193 public $TYPED_ACTIONS = array(
399 if (!in_array($this->action, $this->TYPED_ACTIONS)) {
452 if (in_array($this->action, $this->TYPED_ACTIONS)) {
/dports/devel/py-optik/optik-1.5.3/lib/
H A Doption.py137 TYPED_ACTIONS = ("store", variable in Option
292 if self.action not in self.TYPED_ACTIONS:
331 if self.action in self.TYPED_ACTIONS:
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/asrun/
H A Dparser.py41 TYPED_ACTIONS = Option.TYPED_ACTIONS + ("store_const_once",) variable in AsRunOption
/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/asrun/
H A Dparser.py41 TYPED_ACTIONS = Option.TYPED_ACTIONS + ("store_const_once",) variable in AsRunOption
/dports/devel/pear-Horde_Argv/Horde_Argv-2.1.0/test/Horde/Argv/
H A DExtendAddActionsTest.php65 public $TYPED_ACTIONS = array("store", variable in Horde_Argv_ExtendAddActionsTest_MyOption
/dports/devel/pear-Horde_Argv/Horde_Argv-2.1.0/doc/Horde/Argv/
H A DEXTEND92 :``$TYPED_ACTIONS``: "typed" actions are additionally listed here
118 $this->TYPED_ACTIONS[] = 'extend';
135 …-line and stores that value somewhere, so it goes in both ``$STORE_ACTIONS`` and ``$TYPED_ACTIONS``
/dports/security/py-exscript/exscript-2.6/scripts/
H A Dexscript312 TYPED_ACTIONS = Option.TYPED_ACTIONS + ('store_dict',)
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozharness/mozharness/base/
H A Dconfig.py55 TYPED_ACTIONS = Option.TYPED_ACTIONS + ("extend",)
/dports/www/firefox-esr/firefox-91.8.0/testing/mozharness/mozharness/base/
H A Dconfig.py65 TYPED_ACTIONS = Option.TYPED_ACTIONS + ("extend",) variable in ExtendOption
/dports/www/firefox/firefox-99.0/testing/mozharness/mozharness/base/
H A Dconfig.py65 TYPED_ACTIONS = Option.TYPED_ACTIONS + ("extend",) variable in ExtendOption
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozharness/mozharness/base/
H A Dconfig.py55 TYPED_ACTIONS = Option.TYPED_ACTIONS + ("extend",) variable in ExtendOption
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozharness/mozharness/base/
H A Dconfig.py65 TYPED_ACTIONS = Option.TYPED_ACTIONS + ("extend",) variable in ExtendOption
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozharness/mozharness/base/
H A Dconfig.py65 TYPED_ACTIONS = Option.TYPED_ACTIONS + ("extend",) variable in ExtendOption
/dports/devel/py-testoob/testoob-1.15/src/testoob/compatibility/
H A Doptparse.py369 TYPED_ACTIONS = ("store", variable in Option
501 if self.action not in self.TYPED_ACTIONS:
536 if self.action in self.TYPED_ACTIONS:
/dports/textproc/icdiff/icdiff-release-2.0.4/
H A Dicdiff465 TYPED_ACTIONS = Option.TYPED_ACTIONS + ("extend",)
H A Dicdiff.py465 TYPED_ACTIONS = Option.TYPED_ACTIONS + ("extend",) variable in MultipleOption
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Doptparse.py510 TYPED_ACTIONS = ("store", variable in Option
658 if self.action not in self.TYPED_ACTIONS:
697 if self.action in self.TYPED_ACTIONS:
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Doptparse.py507 TYPED_ACTIONS = ("store", variable in Option
662 if self.action not in self.TYPED_ACTIONS:
701 if self.action in self.TYPED_ACTIONS:
/dports/lang/python37/Python-3.7.12/Lib/
H A Doptparse.py510 TYPED_ACTIONS = ("store", variable in Option
658 if self.action not in self.TYPED_ACTIONS:
697 if self.action in self.TYPED_ACTIONS:
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Doptparse.py510 TYPED_ACTIONS = ("store", variable in Option
658 if self.action not in self.TYPED_ACTIONS:
697 if self.action in self.TYPED_ACTIONS:
/dports/lang/python27/Python-2.7.18/Lib/
H A Doptparse.py507 TYPED_ACTIONS = ("store", variable in Option
662 if self.action not in self.TYPED_ACTIONS:
701 if self.action in self.TYPED_ACTIONS:
/dports/lang/python38/Python-3.8.12/Lib/
H A Doptparse.py510 TYPED_ACTIONS = ("store", variable in Option
658 if self.action not in self.TYPED_ACTIONS:
697 if self.action in self.TYPED_ACTIONS:
/dports/lang/python39/Python-3.9.9/Lib/
H A Doptparse.py510 TYPED_ACTIONS = ("store", variable in Option
658 if self.action not in self.TYPED_ACTIONS:
697 if self.action in self.TYPED_ACTIONS:
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Doptparse.py506 TYPED_ACTIONS = ("store", variable in Option
661 if self.action not in self.TYPED_ACTIONS:
700 if self.action in self.TYPED_ACTIONS:
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Doptparse.py510 TYPED_ACTIONS = ("store", variable in Option
658 if self.action not in self.TYPED_ACTIONS:
697 if self.action in self.TYPED_ACTIONS:

123