Home
last modified time | relevance | path

Searched refs:command (Results 126 – 150 of 431) sorted by relevance

12345678910>>...18

/plugin/ckgedit/ckeditor/plugins/timestamp/
H A Dplugin.js35 command: 'insertTimestamp',
/plugin/date/
H A Dplugin.info.txt6 desc Wrapper about the php command strftime and date
/plugin/ckgedit/ckeditor/plugins/msword/
H A Dplugin.js25 command: 'msword',
/plugin/ckgedit/ckeditor/plugins/truetype/
H A Dplugin.js42 command: 'truetype',
/plugin/jmol2/jmol/
H A Djmol6 command="$command $1"
H A Djmol.sh6 command="$command $1"
/plugin/sqlite/
H A DSQLiteDB.php253 $command = 'REPLACE';
255 $command = 'INSERT OR IGNORE';
259 $sql = $command . ' INTO "' . $table . '" (' . implode(',', $columns) . ') VALUES (' . implode(
/plugin/codemirror/dist/modes/
H A Dmumps.min.js.map1command","tokenBase","stream","state","sol","label","commandMode","ch","peek","skipToEnd","match",…
/plugin/gitbacked/lang/en/
H A Dmail_command_success.txt1 ==== The following Git command was performed on @DOKUWIKIURL@ ====
H A Dmail_command_error.txt1 ==== The following Git command FAILED on @DOKUWIKIURL@ ====
/plugin/ckgdoku/ckeditor/plugins/smiley/
H A Dplugin.js1 …}));a.ui.addButton&&a.ui.addButton("Smiley",{label:a.lang.smiley.toolbar,command:"smiley",toolbar:…
/plugin/ckgedit/ckeditor/plugins/smiley/
H A Dplugin.js1 …}));a.ui.addButton&&a.ui.addButton("Smiley",{label:a.lang.smiley.toolbar,command:"smiley",toolbar:…
/plugin/sequencediagram/bower_components/snap.svg/
H A DGruntfile.js52 command: "node node_modules/dr.js/dr dr.json"
/plugin/cli/
H A Dplugin.info.txt8 desc Renders transcripts of command line interactions, e.g. for shell and dynamic language interp…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckcommands.js27 FCKCommands.RegisterCommand = function( commandName, command ) argument
29 this.LoadedCommands[ commandName ] = command ;
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebDriver.php129 $command = WebDriverCommand::newSession($parameters);
131 $response = $executor->execute($command);
494 * Set the command executor of this RemoteWebdriver
510 * Get the command executor of this RemoteWebdriver
567 $command = new WebDriverCommand(
573 return $executor->execute($command)->getValue();
578 $command = new WebDriverCommand(
585 $response = $this->executor->execute($command);
605 $command = new CustomWebDriverCommand(
613 $response = $this->executor->execute($command);
[all...]
/plugin/ckgedit/ckeditor/plugins/tags/
H A Dplugin.js11 command: 'editTags',
/plugin/webcomponent/_test/data/pages/
H A Dconsole.txt6 It's to indicate that this is the output of a command line (and not a file).
/plugin/diagramsnet/lib/plugins/
H A Dvoice.js776 App.executeVoiceCommand = function(command, recognition) argument
778 console.log('App.execute:', mxUtils.trim(command));
779 var tokens = mxUtils.trim(command).split(' ');
825 document.execCommand('insertHTML', false, command);
865 App.say(command);
1854 command = name = 'undo';
1858 command = name = 'redo';
1862 command = name = 'duplicate';
1866 command = name = 'selectall';
1870 command = name = 'bold';
[all …]
/plugin/format/
H A Dsyntax.php203 $config[$mode]['command'])
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DCli.php230 $command = $positional[0];
261 $returnCode = $this->$command($input);
/plugin/flexpaper/
H A Dsyntax.php99 …$command = '"' . DOKU_PLUGIN . 'flexpaper/SWFTools/pdf2swf" -f -T 9 "' . mediaFN($file) . '" -o "'…
101 $lastline = exec(escapeshellcmd($command),$output,$status);
/plugin/latexport/_test/
H A Ddecorator_mock.php142 function appendCommand($command, $scope, $argument = '') { argument
143 $this->listOfCommands->enqueue(new CommandAppendCommand($command, $scope, $argument));
/plugin/davcard/vendor/sabre/vobject/lib/
H A DCli.php230 $command = $positional[0];
261 $returnCode = $this->$command($input);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DCli.php230 $command = $positional[0];
261 $returnCode = $this->$command($input);

12345678910>>...18