Home
last modified time | relevance | path

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

/plugin/metadisplay/
Dcli.php19 $options->registerOption('version', 'print version and exit', 'v');
20 $options->registerOption('namespace',
22 $options->registerOption('page', 'page name without namespace or extension, e.g. start', 'p');
23 $options->registerOption('exact', 'set to "on" for exact <b><u>page</u></b> match', 'e');
24 …$options->registerOption('cmdL', 'set automatically to "html" when accessing from admin.php', 'c');
25 $options->registerOption('before', 'before timestamp', 'b');
26 $options->registerOption('after', 'after timestamp', 'a');
27 …$options->registerOption('dtype', 'sets whether file\'s timestamp is read from "created" or "modif…
28 $options->registerOption('search', 'set to search term, exact match', 's');
29 $options->registerOption('fuzzy', 'set to search term, fuzzy match', 'f');
[all …]
/plugin/newpagetemplate/
Dcli.php29 $options->registerOption('version', 'print version', 'v');
30 $options->registerOption('page', 'Apply the template to the named page id', 'p');
31 …$options->registerOption('usrrepl', 'newpagevars: Macro/Replacent string: @MACRO@,replacement;@MAC…
32 $options->registerOption('tmpl', 'Template to apply to the specified page ', 't');
33 $options->registerOption('cliuser', 'User of CLI process', 'c');
35 $options->registerOption('nosave',
42 …$options->registerOption('screen', "Output results to screen; this option takes one of two paramet…
46 …$options->registerOption('ini', "Name of an ini file. This file must be stored in the root directo…
/plugin/letsencrypt/
Dcli.php36 $options->registerOption('update', 'Update the certificates', 'u');
37 … $options->registerOption('force', 'Force a certificate update even when none is needed', 'f');
38 …$options->registerOption('run-on-update', 'Run this command when the certificate has been updated'…
39 …$options->registerOption('quiet', 'Do not print anything except fatal errors (and whatever the run…
/plugin/statdisplay/
Dcli.php22 …$options->registerOption('clear', 'Drop all previously parsed log data and reparse the whole log f…
24 … $options->registerOption('lines', 'Number of lines to read per iteration', 'l', 'lines', 'parse');
/plugin/gemini/
Dcli.php21 $options->registerOption(
27 $options->registerOption(
33 $options->registerOption(
39 $options->registerOption(
/plugin/elasticsearch/
Dcli.php38 $options->registerOption(
50 … $options->registerOption('clear', 'Remove existing index if any', 'c', false, 'createindex');
/plugin/combo/
H A Dcli.php117 $options->registerOption('version', 'print version', 'v');
119 $options->registerOption(
123 $options->registerOption(
140 $options->registerOption(
147 $options->registerOption(
154 $options->registerOption(
/plugin/upgrade/myvendor/splitbrain/php-cli/src/
DBase.php155 $this->options->registerOption(
160 $this->options->registerOption(
164 $this->options->registerOption(
DOptions.php161 public function registerOption($long, $help, $short = null, $needsarg = false, $command = '') function in splitbrain\\phpcli\\Options
/plugin/aichat/
Dcli.php33 $options->registerOption(
44 $options->registerOption(
71 $options->registerOption('dump', 'Dump the chunks', 'd', false, 'page');
DAbstractCLI.php28 $options->registerOption(
/plugin/upgrade/
Dcli.php38 …$options->registerOption('ignoreversions', 'Ignore the version check results and continue anyway',…
/plugin/dev/
Dcli.php69 …$options->registerOption('keep-ns', 'Keep the SVG namespace. Use when the file is not inlined into…
74 …$options->registerOption('keep-ns', 'Keep the SVG namespace. Use when the file is not inlined into…
85 $options->registerOption(
/plugin/structtasks/
Dcli.php29 $options->registerOption('verbose', 'Show progress information', 'v', false);
/plugin/aichat/cli/
Dsimulate.php32 $options->registerOption(
/plugin/upgrade/myvendor/splitbrain/php-cli/
DREADME.md38 $options->registerOption('version', 'print version', 'v');
64 - ``$options->registerOption()`` adds an option
/plugin/dokullm/
H A Dcli.php33 $options->registerOption('verbose', 'Enable verbose output', 'v');