Home
last modified time | relevance | path

Searched refs:command (Results 101 – 125 of 431) sorted by relevance

12345678910>>...18

/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc9 // Create an editor command that stores the dialog initialization command.
10 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.command.html
32 // Create a toolbar button that executes the plugin command defined above.
38 // Reference to the plugin command name.
39 command: 'footnoteDialog',
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc9 // Create an editor command that stores the dialog initialization command.
10 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.command.html
32 // Create a toolbar button that executes the plugin command defined above.
38 // Reference to the plugin command name.
39 command: 'footnoteDialog',
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md21 * `Process` must be instantiated with a command array, use `Process::fromShellCommandline()` when the command should be parsed by the shell
34 * deprecated passing a command as string when creating a `Process` instance
72 * added command line arrays in the `Process` class
/plugin/git/lib/
H A DGit.php221 protected function run_command($command) { argument
228 $resource = proc_open($command, $descriptorspec, $pipes, $this->repo_path);
251 public function run($command) { argument
253 return $this->run_command($path." ".$command);
/plugin/mytemplate/
H A DREADME27 replaced. If you don't get the point, the list-command is a common case where using different
29 - depending on the command specified, up to three parameters are required, separated by colons.
30 Please note that a parameter could also be another replacement command, they will be interpreted
41 LOOKRANGE - This is similar to look, but with this command, the map doesn't have to contain the
71 Note that if the pass of these commands is less or equal to the pass of the list-command
74 NOINCLUDE - the content of this command is completely ignored and will not show up in the final pag…
82 When declaring a variable for a LIST command, VALUE is a list of rows,
/plugin/swiftmail/Swift/Connection/
H A DMulti.php76 public function write($command, $end="\r\n") argument
82 return $this->connections[$this->active]->write($command, $end);
H A DRotator.php120 public function write($command, $end="\r\n") argument
126 return $this->connections[$this->active]->write($command, $end);
/plugin/ckgdoku/ckeditor/plugins/image/
H A Dplugin.js1command:d,toolbar:"insert,10"});c.on("doubleclick",function(e){var f=e.data.element;if(f.is("img")…
/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/ckgdoku/action/entities/
H A DENTITIES.HOWTO8 Then at the command line type:
12 the file name to the script at the command line:
/plugin/newpagetemplate/lang/en/
H A Dhowto.txt1 This admin app is a GUI for the command line plugin that is described in the [[doku>plugin:newpagetemplate:cmdline|]] documentation. It has four options, corresponding to the main command line options.: ''Ini file'', ''Template'', ''Page id'', and ''User replacements''. These options enable you to process a single page using the selected page and template or one or more pages using one or more templates using an initialization file.
/plugin/ckgedit/ckeditor/plugins/image/
H A Dplugin.js1command:d,toolbar:"insert,10"});c.on("doubleclick",function(e){var f=e.data.element;if(f.is("img")…
/plugin/ckgedit/action/entities/
H A DENTITIES.HOWTO8 Then at the command line type:
12 the file name to the script at the command line:
/plugin/latexport/implementation/
H A Ddecorator.php140 * @param command The command
147 function appendCommand($command, $scope, $argument = '') { argument
149 $this->decorator->appendCommand($command, $scope, $argument);
154 * @param command The command
161 function appendInlineCommand($command, $scope, $argument = '') { argument
163 $this->decorator->appendInlineCommand($command, $scope, $argument);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Command/
H A DLintCommandTest.php125 $command = $application->find('lint:yaml');
127 return new CommandTester($command);
/plugin/ckgdoku/ckeditor/plugins/tags/
H A Dplugin.js11 command: 'editTags',
/plugin/siteexport/
H A D.scrutinizer.yml14 command: phpcs-run
/plugin/ckgdoku/ckeditor/plugins/wrap/
H A Dplugin.js8 command: 'wrap',
/plugin/ckgedit/ckeditor/plugins/wrap/
H A Dplugin.js8 command: 'wrap',
/plugin/swiftmail/Swift/
H A DConnection.php36 public function write($command, $end="\r\n"); argument
/plugin/ckgdoku/ckeditor/plugins/geshi/
H A Dplugin.js25 command: 'geshi',
/plugin/ckgedit/ckeditor/plugins/geshi/
H A Dplugin.js25 command: 'geshi',
/plugin/ckgedit/ckeditor/plugins/note/
H A Dplugin.js10 command: 'note',
/plugin/ckgdoku/ckeditor/plugins/timestamp/
H A Dplugin.js35 command: 'insertTimestamp',
/plugin/swiftmail/Swift/Authenticator/
H A DPLAIN.php35 $swift->command("AUTH PLAIN " . $credentials, 235);

12345678910>>...18