Home
last modified time | relevance | path

Searched refs:getOpt (Results 1 – 11 of 11) sorted by last modified time

/dokuwiki/lib/plugins/usermanager/
H A Dcli.php69 $ret = $this->cmdList($options->getOpt('verbose'));
72 $ret = $this->cmdAdd($options->getOpt('notify'), $options->getArgs());
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md44 if ($options->getOpt('version')) {
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php178 if ($this->options->getOpt('no-colors')) {
181 if ($this->options->getOpt('help')) {
192 $level = $this->options->getOpt('loglevel', $this->logdefault);
H A DOptions.php213 * getOpt() function
322 public function getOpt($option = null, $default = false) function in splitbrain\\phpcli\\Options
/dokuwiki/lib/plugins/extension/
H A Dcli.php80 $ret = $this->cmdList($options->getOpt('verbose'), $options->getOpt('filter', ''));
85 $options->getOpt('verbose'),
86 (int)$options->getOpt('max', 10)
/dokuwiki/bin/
H A Ddwpage.php156 $this->force = $options->getOpt('force', false);
157 $this->username = $options->getOpt('user', $this->getUser());
173 $options->getOpt('message', ''),
174 $options->getOpt('trivial', false)
H A Dindexer.php54 $this->clear = $options->getOpt('clear');
55 $this->quiet = $options->getOpt('quiet');
H A Drender.php53 $renderer = $options->getOpt('renderer', 'xhtml');
H A Dwantedpages.php76 $this->skip = $options->getOpt('skip');
77 $this->sort = $options->getOpt('sort');
H A Dstriplangs.php53 if ($options->getOpt('keep')) {
54 $keep = explode(',', $options->getOpt('keep'));
56 } elseif ($options->getOpt('english-only')) {
/dokuwiki/lib/scripts/
H A Dmedia.js844 val = dw_mediamanager.getOpt(opt);
893 getOpt: function (opt) {