Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php23 protected $command = ''; variable in splitbrain\\phpcli\\Options
112 * @param string $command if theses apply to a sub command only
115 public function registerArgument($arg, $help, $required = true, $command = '') argument
117 if (!isset($this->setup[$command])) {
118 throw new Exception("Command $command not registered");
121 $this->setup[$command]['args'][] = array(
133 * @param string $command
137 public function registerCommand($command, $help) argument
139 if (isset($this->setup[$command])) {
140 throw new Exception("Command $command already registered");
[all …]
/dokuwiki/bin/
H A Dgittool.php87 $command = $options->getCmd();
89 if (!$command) $command = array_shift($args);
91 switch ($command) {
106 $this->cmdGit($command, $args);
H A Ddwpage.php159 $command = $options->getCmd();
161 switch ($command) {
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md3 PHP-CLI is a simple library that helps with creating nice looking command line scripts.
66 - ``$options->registerCommand()`` adds a sub command
70 - ``$options->getCmd()`` returns the sub command the user used
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md21 Operations can be chained together. Consider the chain to be one command. Do not reuse the adapter …
/dokuwiki/
H A Dcomposer.lock726 …"description": "Easy command line scripts for PHP with opt parsing and color output. No dependenci…
730 "command line",
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php571 $command = "test -x /usr/lib/sftp-server && exec /usr/lib/sftp-server\n" .
582 $command
H A DSSH2.php2861 * @param string $command
2867 public function exec($command, $callback = null) argument
2923 $command
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md241 * Added command line support for compayibility test. [#481](https://github.com/simplepie/simplepie/…
/dokuwiki/_test/
H A Dcomposer.lock1028 "ext-dom": "To manipulate phpunit.xml via the custom-rule command"
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG311 * Fixed an issue with if= argument for dd command (BenBE)