Home
last modified time | relevance | path

Searched refs:registerOption (Results 1 – 11 of 11) sorted by relevance

/dokuwiki/bin/
H A Dstriplangs.php30 $options->registerOption(
36 $options->registerOption(
H A Dindexer.php33 $options->registerOption(
38 $options->registerOption(
H A Drender.php39 … $options->registerOption('renderer', 'The renderer mode to use. Defaults to xhtml', 'r', 'mode');
H A Ddwpage.php29 $options->registerOption(
34 $options->registerOption(
85 $options->registerOption(
92 $options->registerOption(
H A Dwantedpages.php45 $options->registerOption(
52 $options->registerOption(
/dokuwiki/.github/
H A Drelease.php35 …$options->registerOption('type', 'The type of release to build', null, join('|', self::TYPES), 'ne…
36 …$options->registerOption('date', 'The date to use for the version. Defaults to today', null, 'YYYY…
37 …$options->registerOption('name', 'The codename to use for the version. Defaults to the last used o…
/dokuwiki/lib/plugins/extension/
H A Dcli.php42 …$options->registerOption('max', 'Maximum number of results (default 10)', 'm', 'number', 'search');
43 … $options->registerOption('verbose', 'Show detailed extension information', 'v', false, 'search');
48 … $options->registerOption('verbose', 'Show detailed extension information', 'v', false, 'list');
49 $options->registerOption('filter', 'Filter by this status', 'f', 'status', 'list');
53 …$options->registerOption('git-overwrite', 'Do not skip git-controlled extensions', 'g', false, 'up…
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php155 $this->options->registerOption(
160 $this->options->registerOption(
164 $this->options->registerOption(
H A DOptions.php161 public function registerOption($long, $help, $short = null, $needsarg = false, $command = '') function in splitbrain\\phpcli\\Options
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php28 $options->registerOption('verbose', 'Show detailed user information', 'v', false, 'list');
37 $options->registerOption('notify', 'Notify user', 'n', false, 'add');
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md38 $options->registerOption('version', 'print version', 'v');
64 - ``$options->registerOption()`` adds an option