Home
last modified time | relevance | path

Searched refs:getArgs (Results 1 – 12 of 12) sorted by relevance

/dokuwiki/_test/tests/Remote/
H A DApiCallTest.php39 $args = $call->getArgs();
59 $args = $call->getArgs();
H A DApiTest.php108 $methods['plugin.testplugin2.commented']->getArgs()
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php72 $ret = $this->cmdAdd($options->getOpt('notify'), $options->getArgs());
75 $ret = $this->cmdDelete($options->getArgs());
78 $ret = $this->cmdAddToGroup($options->getArgs());
81 $ret = $this->cmdRemoveFromGroup($options->getArgs());
/dokuwiki/lib/plugins/extension/
H A Dcli.php93 implode(' ', $options->getArgs()),
99 $ret = $this->cmdInstall($options->getArgs());
102 $ret = $this->cmdUnInstall($options->getArgs());
105 $ret = $this->cmdEnable(true, $options->getArgs());
108 $ret = $this->cmdEnable(false, $options->getArgs());
/dokuwiki/bin/
H A Dplugin.php40 $argv = $options->getArgs();
H A Dwantedpages.php69 $args = $options->getArgs();
H A Dgittool.php88 $args = $options->getArgs();
H A Ddwpage.php160 $args = $options->getArgs();
/dokuwiki/inc/Remote/
H A DApiCall.php111 public function getArgs() function in dokuwiki\\Remote\\ApiCall
/dokuwiki/inc/Remote/OpenApiDoc/
H A DOpenAPIGenerator.php195 'application/json' => $this->getMethodArguments($call->getArgs()),
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php351 public function getArgs() function in splitbrain\\phpcli\\Options
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md69 - ``$options->getArgs()`` returns the remaining arguments after removing the options