Home
last modified time | relevance | path

Searched refs:cmd (Results 51 – 75 of 228) sorted by path

12345678910

/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2.js51 for(command in firebug.d.console.cmd){
365 d.console.cmd[item.command].apply(window,item.arg);
968 d.console.cmd[_command].apply(window,Array.prototype.slice.call(arguments,1));
983 cmd:{
1041 d.console.cmd.log.apply(this, arguments);
1064 d.console.cmd.log.apply(window, [_name, d.console.countMap[_name]]);
1069 d.console.cmd.log.apply(this, ["console.group is not supported"]);
1074 d.console.cmd.log.apply(this, ["console.groupEnd is not supported"]);
1079 d.console.cmd.log.apply(this, ["console.profile is not supported"]);
1084 d.console.cmd
[all...]
H A Dfirebug-lite-1.4.js2033 var cmd=target.command;
2034 if(isFunction(cmd)){handler=cmd
2035 }else{if(typeof cmd=="string"){handler=this[cmd]
2113 var isObjectLiteral=trim(expr).indexOf("{")==0,cmd,result;
2114 if(context=="window"){if(isObjectLiteral){cmd=api?"with("+api+"){ ("+expr+") }":"("+expr+")"
2115 }else{cmd=api?"with("+api+"){ "+expr+" }":expr
2116 }}else{cmd=api?"(function(arguments){ with("+api+"){ "+expr+" } }).call("+context+",undefined)":"(function(arguments){ "+expr+" }).call("+context+",undefined)"
2117 }result=this.eval(cmd);
[all...]
/plugin/combo/vendor/symfony/process/
H A DProcess.php172 * Command-lines are parsed by the shell of your OS (/bin/sh on Unix-like, cmd.exe on Windows.)
1542 private function prepareWindowsCommandLine(string $cmd, array &$env): string argument
1547 $cmd = preg_replace_callback(
1577 $cmd
1580 $cmd = 'cmd /V:ON /E:ON /D /C ('.str_replace("\n", ' ', $cmd).')';
1582 $cmd .= ' '.$offset.'>"'.$filename.'"';
1585 return $cmd;
/plugin/conflictmerger/
H A Daction.php329 $cmd = $diff3 . ' -a --overlap-only ' .
338 $handle = popen( $cmd, 'r' );
348 $cmd = $diff3 . ' -a -e --merge ' .
355 $handle = popen( $cmd, 'r' );
368 msg( "Unexpected null result from diff3. Command: $cmd\n", -1 );
/plugin/crossdbsqlclient/
H A Ddescr.txt13 donationurl: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GN27JNRYKUYTG
/plugin/database2/
H A Dprint.css1 table.database2 input.icon-cmd
H A Dstyle.css111 table.database2 tr.data-list table tbody td.commands input.icon-cmd
/plugin/dataplot/
H A Dsyntax.php290 $cmd = $this->getConf('path');
291 $cmd .= ' '.$gnu_script;
292 exec($cmd, $output, $error);
299 dbglog(join("\n", $output), 'dataplot command failed: '.$cmd);
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php7 $cmd = $argv[0]; variable
16 {$cmd} [events]
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php7 $cmd = $argv[0]; variable
16 {$cmd} [events]
/plugin/dev/
H A Dcli.php246 $cmd = 'git ' . join(' ', $args);
250 $this->info($cmd);
251 $last = exec($cmd, $output, $result);
467 $cmd = join(' ', array_map('escapeshellarg', $args));
468 $this->info("Running $cmd");
471 passthru($cmd, $result);
495 $cmd = join(' ', array_map('escapeshellarg', $args));
496 $this->info("Running $cmd");
499 passthru($cmd, $result);
525 $cmd
[all...]
/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js1304 Menus.prototype.pickColor = function(key, cmd, defaultValue) argument
1311 if (cmd != null && graph.cellEditor.isContentEditing())
1319 document.execCommand(cmd, false, (color != mxConstants.NONE) ? color : 'transparent');
1326 var style = cmdMapping[cmd];
/plugin/dir/
H A Dsyntax.php1340 function _putCmdNl($cmd) { argument
1341 $this->rdr->putcmdnl($cmd);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1cmd'],\n aliases: ['Batch', 'bat'],\n loader: function () { return import('./bat.js'); }\n})…
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/docsearch/
H A Dcron.php83 $cmd = $conf['docsearch'][$extension];
84 $cmd = str_replace('%in%', escapeshellarg($file), $cmd);
85 $cmd = str_replace('%out%', escapeshellarg($out), $cmd);
89 system($cmd, $exitCode);
90 if($exitCode != 0) fwrite(STDERR, "Command failed: $cmd\n");
/plugin/dokukiwix/
H A Dadmin.php11 var $cmd; variable in admin_plugin_dokukiwix
/plugin/dokutexit/
H A Dlatex.php1752 function putcmd($cmd, $mode=1) { argument
1753 return $this->put('\\' . $cmd, $mode);
1755 function putcmd_protect($cmd, $mode=1) { argument
1758 function putcmdnl($cmd, $mode=1) { argument
1759 $this->putcmd($cmd . DOKU_LF, $mode);
1761 function nlputcmdnl($cmd) { argument
1763 $this->putcmd($cmd . DOKU_LF);
1765 function nlputcmd($cmd) { argument
1767 $this->putcmd($cmd);
1775 function putmathcmd($cmd) { argument
[all …]
H A Dtexitrender.php118 $cmd = new texitConfig('command');
124 $cmd_doc .= $cmd->read();
125 if ($cmd->is_error())
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php423 list($tmp, $cmd, $arg) = $c;
424 if ($cmd == 'M' || $cmd == 'L' || $cmd == 'C' || $cmd == 'S' || $cmd == 'Q' || $cmd == 'T') {
436 if ($cmd == 'H') { // sets new x
440 if ($cmd == 'V') { // sets new y
2531 foreach ($commands as $cmd) {
[all...]
/plugin/dwcommits/
H A Dadmin.php65 if (!isset($_REQUEST['cmd'])) return; // first time - nothing to do
80 if (!is_array($_REQUEST['cmd'])) return;
83 switch (key($_REQUEST['cmd'])) {
98 $this->helper->update_commits(key($_REQUEST['cmd']));
156 $this->current_page = $dwc_Divs[key($_REQUEST['cmd'])];
159 …$this->submitted = $this->current_page . '<br />' . key($_REQUEST['cmd']) . '<pre>' . print_r($_R…
/plugin/edittable/lib/
H A Dhandsontable.full.js38841 (0, _array.arrayEach)(subCommands, function (cmd) {
38842 var cmds = cmd.key ? cmd.key.split(':') : null;
38845 command = cmd;
/plugin/elasticsearch/
H A Dcli.php69 $cmd = $options->getCmd();
70 switch ($cmd) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-elasticsearch.sh111 --health-cmd="curl $cert_validation_flags --fail $elasticsearch_url/_cluster/health || exit 1" \

12345678910