Home
last modified time | relevance | path

Searched refs:command (Results 226 – 250 of 431) sorted by path

12345678910>>...18

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md102 We also provide a code examples generator for PHP using the `util/GenerateDocExamples.php` script. This command parses the `util/alternative_report.spec.json` file produced from this [JSON specification](https://raw.githubusercontent.com/elastic/built-docs/master/raw/en/elasticsearch/reference/master/alternatives_report.json) and it generates the PHP examples for each digest value.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dinstallation.asciidoc64 * Install the client with Composer. The first command downloads the
65 `composer.phar` PHP package, the second command invokes the installation.
H A Dnamespaces.asciidoc16 | `cat()` | Access to the Cat API (which is generally used standalone from the command line
H A Dset-retries.asciidoc23 client attempts to execute the command up to five times. If all five nodes
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1007 - Local dev environment was refactored to fully work in docker environment. Running tests is now only one command: `make tests` [#901](https://github.com/ruflin/Elastica/pull/901)
/plugin/emoji/script/
H A Djquery.textcomplete.js646 var command;
649 command = this.option.onKeydown(e, commands);
652 if (command == null) {
653 command = this._defaultKeydown(e);
656 switch (command) {
/plugin/epub/scripts/
H A Depub_utils.php268 $command = "wget --quiet $img -O $fullpath";
269 $s = exec ($command, $output,$retv);
/plugin/etherpadlite/
H A DREADME.md65 Use the following command to install the plugin into dokuwiki. The path name (etherpadlite in the l…
/plugin/fckg/action/entities/
H A DENTITIES.HOWTO8 Then at the command line type:
12 the file name to the script at the command line:
/plugin/fckg/fckeditor/editor/css/
H A Dfck_editorarea.css87 The following are some sample styles used in the "Styles" toolbar command.
H A Dfck_editorarea.css.default_template85 The following are some sample styles used in the "Styles" toolbar command.
H A Dfck_editorarea.css.dokuwiki_template87 The following are some sample styles used in the "Styles" toolbar command.
H A Dfck_editorarea_RTL.css45 The following are some sample styles used in the "Styles" toolbar command.
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php45 function CreateXmlHeader( $command, $resourceType, $currentFolder ) argument
53 echo '<Connector command="' . $command . '" resourceType="' . $resourceType . '">' ;
56 …="' . ConvertToXmlAttribute( GetUrlFromPath( $resourceType, $currentFolder, $command ) ) . '" />' ;
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt109 FileBrowserError_Command: 'Unsupported command: ',
/plugin/fetchmedia/
H A Dyarn.lock1005 shebang-command "^1.2.0"
2750 shebang-command@^1.2.0:
2752 …resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b033…
/plugin/file2dw/
H A DREADME.md43 …e is executed by any other user on your system, you only have to change it in the previous command.
H A Daction.php219 $command = 'pandoc -s -w dokuwiki --extract-media="'.$this->dwimgDir;
220 $command .= '" -o "'.$this->dwpageFile.'" "'.$this->workFile.'"';
221 exec( $command, $output, $return_var );
223 $this->_msg(array('ok_info','Executed command: '.$command));
227 $message .= '<br>Command: ' . $command;
380 $command = 'cd ' . $this->workDir;
381 …$command .= ' && sudo soffice --nofirststartwizard --headless --convert-to odt:"writer8" "' . $thi…
382 $return_var = shell_exec( $command );
391 $message .= '<br>Command: ' . $command;
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md15 To check your code you can run `vendor/bin/phpcs`. This command will give you a list of violations …
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md15 To check your code you can run `vendor/bin/phpcs`. This command will give you a list of violations …
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md19 …ay to install this library is with [Composer](https://getcomposer.org) using the following command:
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php114 $command = new static;
116 return $command->run($_SERVER['argv'], $exit);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php209 $command = $this->runtime->getBinary();
210 $command .= $this->settingsToParameters($settings);
213 $command .= ' -qrr ';
216 $command .= '-e ' . escapeshellarg($file);
218 $command .= escapeshellarg(__DIR__ . '/PHP/eval-stdin.php');
221 $command .= ' -f ' . escapeshellarg($file);
225 $command .= ' -- ' . $this->args;
229 $command .= ' 2>&1';
232 return $command;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1216.phpt2 GH-1216: PHPUnit bootstrap must take globals vars even when the file is specified in command line
H A D498.phpt2 …e test methods won't be run if a dataProvider throws Exception and --group is added in command line

12345678910>>...18