Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 32) sorted by relevance

12

/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php17 protected $setup; variable in splitbrain\\phpcli\\Options
51 $this->setup = array(
81 $this->setup['']['help'] = $help;
91 $this->setup['']['commandhelp'] = $help;
117 if (!isset($this->setup[$command])) {
121 $this->setup[$command]['args'][] = array(
139 if (isset($this->setup[$command])) {
143 $this->setup[$command] = array(
163 if (!isset($this->setup[$command])) {
167 $this->setup[$command]['opts'][$long] = array(
[all …]
H A DBase.php110 abstract protected function setup(Options $options); function in splitbrain\\phpcli\\Base
139 $this->setup($this->options);
/dokuwiki/_test/tests/inc/
H A Dcommon_mediainfo.test.php5 function setup() : void { function in common_basicinfo_test
6 parent::setup();
H A Dcommon_basicinfo.test.php5 function setup() : void { function in common_infofunctions_test
6 parent::setup();
H A Dchangelog_getlastrevisionat.test.php17 function setup() : void { function in changelog_getlastrevisionat_test
18 parent::setup();
H A Dchangelog_getrevisioninfo.test.php19 function setup() : void { function in changelog_getrevisionsinfo_test
20 parent::setup();
H A Dchangelog_getRevisionsAround.test.php34 function setup() : void { function in changelog_getrevisionsaround_test
35 parent::setup();
H A Dchangelog_getrevisions.test.php34 function setup() : void { function in changelog_getrevisions_test
35 parent::setup();
H A Dcommon_pageinfo.test.php9 function setup() : void { function in common_pageinfo_test
10 parent::setup();
H A Dchangelog_getrelativerevision.test.php18 function setup() : void { function in changelog_getrelativerevision_test
19 parent::setup();
/dokuwiki/bin/
H A Drender.php30 protected function setup(Options $options) function in RenderCLI
H A Dstriplangs.php22 protected function setup(Options $options) function in StripLangsCLI
H A Dindexer.php26 protected function setup(Options $options) function in IndexerCLI
H A Dplugin.php23 protected function setup(Options $options) function in PluginCLI
H A Dwantedpages.php33 protected function setup(Options $options) function in WantedPagesCLI
H A Dgittool.php26 protected function setup(Options $options) function in GitToolCLI
H A Ddwpage.php26 protected function setup(Options $options) function in PageCLI
/dokuwiki/inc/
H A Dpreload.php.dist3 * This is an example for a farm setup. Simply copy this file to preload.php and
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php252 $this->setup();
H A DRijndael.php498 protected function setup() function in phpseclib3\\Crypt\\Rijndael
504 parent::setup();
967 $this->setup();
998 $this->setup();
H A DSalsa20.php187 protected function setup() function in phpseclib3\\Crypt\\Salsa20
312 $this->setup();
/dokuwiki/.github/
H A Drelease.php30 protected function setup(\splitbrain\phpcli\Options $options) function in Release
/dokuwiki/
H A D.htaccess.dist41 ## rules if your server setup allows HTTPS.
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php19 protected function setup(Options $options) function in cli_plugin_usermanager
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md35 protected function setup(Options $options)
62 - implement the ```setup($options)``` method and register options, arguments, commands and set help…

12