Home
last modified time | relevance | path

Searched refs:command (Results 151 – 175 of 431) sorted by relevance

12345678910>>...18

/plugin/davcal/vendor/sabre/vobject/lib/
H A DCli.php230 $command = $positional[0];
261 $returnCode = $this->$command($input);
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js1 …>—";g.insertHtml(e)}});a.ui.addButton("Signature",{label:b.ToolTip,command:"insertSignature"…
/plugin/ckgedit/ckeditor/plugins/signature/
H A Dplugin.js1 …>—";g.insertHtml(e)}});a.ui.addButton("Signature",{label:b.ToolTip,command:"insertSignature"…
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dcommand.svg1 <svg class="bi bi-command" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.js406 var command = options;
408 switch (command) {
431 throw new Error("socialSharePrivacy: unknown command: "+command);
436 switch (command) {
479 throw new Error("socialSharePrivacy: unknown command: "+command);
/plugin/codeclipboard/
H A DREADME.md11 to call the copy command on a fake textarea.
/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
/plugin/sequencediagram/bower_components/snap.svg/
H A DREADME.md33 * Install its command line interface (CLI) globally:
45 * Type `grunt` in the command line to build the files.
/plugin/webdav/vendor/sabre/vobject/lib/
H A DCli.php223 $command = $positional[0];
251 $returnCode = $this->$command($input);
/plugin/upgrade/
H A Dcomposer.lock108 "description": "Easy command line scripts for PHP with opt parsing and color output. No dependencies",
112 "command line",
/plugin/sqlite/
H A Dadmin.php286 foreach ($commands as $label => $command) {
288 echo '<a href="' . $this->selfLink(false, $command) . '">' . $this->getLang($label) . '</a>';
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_upload.cfm38 <cfparam name="url.command" default="QuickUpload">
60 …efined("Config.ConfigAllowedCommands") and not ListFind(Config.ConfigAllowedCommands, url.command)>
61 <cfset SendUploadResults(1, "", "", "The """ & url.command & """ command isn't allowed")>
123 <cfif url.command eq "QuickUpload">
/plugin/elasticsearch/lang/en/
H A Dconfmanager_description.txt3 The parsers can be command line tools or web services. They must return plain text or a JSON structure.
/plugin/math2/phpmathpublisher/
H A DCHANGELOG10 A "tabular" command has been added. The help about the mathematical syntax has been improved.
/plugin/combo/vendor/symfony/process/
H A DPhpProcess.php56 public static function fromShellCommandline(string $command, string $cwd = null, array $env = null, $input = null, ?float $timeout = 60) argument
H A DProcess.php96 126 => 'Invoked command cannot execute',
135 * @param array $command The command to run and its arguments listed as separate entries
143 public function __construct(array $command, string $cwd = null, array $env = null, $input = null, ?float $timeout = 60) argument
149 $this->commandline = $command;
170 * Creates a Process instance as a command-line to be run in a shell wrapper.
176 * In order to inject dynamic values into command-lines, we strongly recommend using placeholders.
182 * @param string $command The command line to pass to the shell of the OS
192 public static function fromShellCommandline(string $command, strin argument
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md704 - Marked 'command.headers', 'command.response_body' and 'command.on_complete' as deprecated for Abs…
706 $command = $client->getCommand('foo', array(
713 $command = $client->getCommand('foo', array(
714 'command.request_options' => array(
968 </command>
972 </command>
977 </command>
981 </command>
984 </command>
990 </command>
[all …]
/plugin/timetrack/
H A Dsyntax.php44 $command = trim(substr($match, 11 ,-2),'> ');
45 $flags = explode('&', $command);
/plugin/ditaa/
H A Dsyntax.php273 dbglog(join("\n", $output), 'ditaa command failed: ' . $cmd);
308 dbglog(join("\n", $output), 'ditaa command failed: ' . $cmd);
/plugin/diagram/syntax/
H A Dmain.php789 * @param string $command
792 function _splitCommand ($command) argument
794 $command_parts = explode('@', $command, 2);
/plugin/solr/
H A DREADME.md13 …ple environment in the `example` folder of the Solr distribution. On the command line, change to t…
46command line script `index_all.php` that comes with this plugin to index all of your wiki pages. T…
/plugin/statdisplay/helper/
H A Dtable.php21 * @param string $command type of statistic
26 public function table($R, $command, $from = '', $to = '') argument
31 switch ($command) {
65 $R->cdata('No such table: ' . $command);
/plugin/swiftmail/Swift/Plugin/
H A DConnectionRotator.php107 $e->getSwift()->command("QUIT", 221);
/plugin/diagrams/script/
H A DDiagramsMenuItemDispatcher.js50 command: (state, dispatch) => {

12345678910>>...18