Home
last modified time | relevance | path

Searched refs:cmd (Results 1 – 8 of 8) sorted by relevance

/template/strap/
H A Dcli.php212 $cmd = $options->getCmd();
215 switch ($cmd) {
254 if ($cmd !== "") {
255 fwrite(STDERR, "Combo: Command unknown (" . $cmd . ")");
/template/strap/vendor/symfony/process/
H A DProcess.php1556 private function prepareWindowsCommandLine(string $cmd, array &$env): string argument
1561 $cmd = preg_replace_callback(
1591 $cmd
1594 $cmd = 'cmd /V:ON /E:ON /D /C ('.str_replace("\n", ' ', $cmd).')';
1596 $cmd .= ' '.$offset.'>"'.$filename.'"';
1599 return $cmd;
/template/strap/grammar/
H A DREADME.md5 ```cmd
/template/strap/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js12 …indow.console={"provider":"Firebug Lite"};for(command in firebug.d.console.cmd){window.console[com…
25 …en=d.console.cache.length;i<len;i++){var item=d.console.cache[i];d.console.cmd[item.command].apply…
42cmd[_command].apply(window,Array.prototype.slice.call(arguments,1));}}},toggleML:function(){with(f…
43cmd.log.apply(window,[_name,d.console.countMap[_name]]);}},group:function(){with(firebug){d.consol…
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.log.apply(this, ["console.profileEnd is not supported"]);
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)":"(f…
2117 }result=this.eval(cmd);
/template/bootstrap3/inc/
Dsimple_html_dom.php529 $cmd = ' '; // Combinator
538 $n->seek($selectors[$c][$l], $ret, $cmd, $lowercase);
542 $cmd = $selectors[$c][$l][4]; // Next Combinator
/template/mikio/inc/
H A Dsimple_html_dom.php526 $cmd = ' '; // Combinator
535 $n->seek($selectors[$c][$l], $ret, $cmd, $lowercase);
539 $cmd = $selectors[$c][$l][4]; // Next Combinator