Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php8 * Parses command line options passed to the CLI script. Allows CLI scripts to easily register all accepted options and
22 /** @var string current parsed command if any */
23 protected $command = ''; variable in splitbrain\\phpcli\\Options
56 'commandhelp' => 'This tool accepts a command as first parameter as outlined below:'
58 ); // default command
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 no
137 registerCommand($command, $help) global() argument
161 registerOption($long, $help, $short = null, $needsarg = false, $command = '') global() argument
[all...]
/dokuwiki/bin/
H A Dgittool.php34 'command',
85 $command = $options->getCmd();
87 if (!$command) $command = array_shift($args);
89 switch ($command) {
104 $this->cmdGit($command, $args);
169 * Executes the given git command in every repository
H A Ddwpage.php13 * Checkout and commit pages from the command line while maintaining the history
41 'Utility to help command line Dokuwiki page editing, allow ' .
45 /* checkout command */
67 /* commit command */
100 /* lock command */
112 /* unlock command */
124 /* gmeta command */
159 $command = $options->getCmd();
161 switch ($command) {
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
/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 returned by `run()`, it is a single use object. All operations can potentially throw a `\splitbrain\slika\Exception`.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php570 $command = "test -x /usr/lib/sftp-server && exec /usr/lib/sftp-server\n" .
573 // we don't do $this->exec($command, false) because exec() operates on a different channel and plus the SSH_MSG_CHANNEL_OPEN that exec() does
581 $command
H A DSSH2.php2824 * @param string $command
2829 public function exec($command, callable $callback = null)
2885 $command
3193 * Inputs a command into an interactive shell.
5270 * Returns the exit status of an SSH command or false.
2921 exec($command, $callback = null) global() argument
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md226 * Added command line support for compayibility test. [#481](https://github.com/simplepie/simplepie/pull/481)
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG309 * Fixed an issue with if= argument for dd command (BenBE)