| /plugin/letsencrypt/ |
| D | cli.php | 55 $quiet = $options->getOpt('quiet'); 60 if($options->getOpt('update')) { 61 if(!$options->getOpt('force') && !$this->updateNeeded($domains)) { 68 if($options->getOpt('run-on-update')) { 69 passthru($options->getOpt('run-on-update'), $return);
|
| /plugin/elasticsearch/ |
| D | cli.php | 72 $this->hlp->createIndex($options->getOpt('clear')); 79 if ($options->getOpt('only') !== 'media') { 82 if ($options->getOpt('only') !== 'pages') {
|
| /plugin/statdisplay/ |
| D | cli.php | 35 $this->options->getOpt('clear'), 36 (int)$this->options->getOpt('lines', $this->getConf('lines'))
|
| /plugin/gemini/ |
| D | cli.php | 52 $interface = $options->getOpt('interface', '0.0.0.0'); 53 $port = $options->getOpt('port', '1965'); 54 $host = $options->getOpt('host', 'localhost'); 55 $pemfile = $options->getOpt('certfile');
|
| /plugin/upgrade/vendor/splitbrain/php-cli/src/ |
| D | Base.php | 132 if ($this->options->getOpt('no-colors')) { 135 if ($this->options->getOpt('help')) { 146 $level = $this->options->getOpt('loglevel', $this->logdefault);
|
| D | Options.php | 322 public function getOpt($option = null, $default = false) function in splitbrain\\phpcli\\Options
|
| /plugin/newpagetemplate/ |
| D | cli.php | 57 if ($options->getOpt('page')) { 66 } else if ($options->getOpt('ini')) { 75 } else if ($options->getOpt('version')) {
|
| /plugin/metadisplay/ |
| D | cli.php | 35 if ($options->getOpt('namespace')) { 49 else if ($options->getOpt('version')) {
|
| /plugin/combo/ |
| H A D | cli.php | 211 $depth = $options->getOpt('depth', 0); 218 $force = $options->getOpt(self::FORCE_OPTION, false); 219 $hostOptionValue = $options->getOpt(self::HOST_OPTION, null); 225 $portOptionName = $options->getOpt(self::PORT_OPTION, null); 242 $output = $options->getOpt('output', '');
|
| /plugin/aichat/cli/ |
| D | simulate.php | 54 … if ($options->getOpt('filter') && !preg_match('/' . $options->getOpt('filter') . '/i', $name)) {
|
| /plugin/aichat/ |
| D | AbstractCLI.php | 45 $lc = $options->getOpt('lang');
|
| /plugin/dokullm/ |
| H A D | cli.php | 72 $verbose = $options->getOpt('verbose'); 90 $collection = $options->getOpt('collection', 'documents'); 91 $limit = (int)$options->getOpt('limit', 5); 112 $collection = $options->getOpt('collection', null);
|
| /plugin/upgrade/ |
| D | cli.php | 53 if (!$this->helper->checkVersions() && !$options->getOpt('ignoreversions')) {
|
| /plugin/sqlite/ |
| H A D | SQLiteDB.php | 327 public function getOpt($opt, $default = null) function in dokuwiki\\plugin\\sqlite\\SQLiteDB 476 $version = $this->getOpt('dbversion', 0);
|
| /plugin/dev/ |
| D | cli.php | 116 $keep = $options->getOpt('keep-ns'); 119 $keep = $options->getOpt('keep-ns');
|
| /plugin/structtasks/ |
| D | cli.php | 35 $this->notify($options->getOpt('verbose'));
|
| /plugin/upgrade/vendor/splitbrain/php-cli/ |
| D | README.md | 44 if ($options->getOpt('version')) {
|
| /plugin/ditaa/ditaa/ |
| D | ditaa.jar | META-INF/
META-INF/MANIFEST.MF
net/
net/htmlparser/
net/ ... |
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …getOpt(opt);}if(val===false){DokuCookie.setValue(opt,'');dw_mediamanager[opt]=false;return;}if(opt…
|