Home
last modified time | relevance | path

Searched refs:cmd (Results 101 – 125 of 228) sorted by relevance

12345678910

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Debug/
H A DCodeAnalyzerSniff.php66 $cmd = escapeshellcmd($analyzerPath).' '.escapeshellarg($fileName).' 2>&1';
72 $exitCode = exec($cmd, $output, $retval);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/
H A DJSLintSniff.php74 $cmd = "$rhinoPath \"$jslintPath\" ".escapeshellarg($fileName);
75 $msg = exec($cmd, $output, $retval);
H A DJavaScriptLintSniff.php69 …$cmd = '"'.escapeshellcmd($jslPath).'" -nologo -nofilelisting -nocontext -nosummary -output-format…
70 $msg = exec($cmd, $output, $retval);
/plugin/abc2/abc-libraries/abc2svg/
H A Dgrid2-1.js29 this.xy_str(s.x+an.x,12-an.font.size*.5,an.text)}}else{of(i,s,x,y)}},output_music:function(of){abc2svg.grid2.do_grid.call(this);of()},set_fmt:function(of,cmd,param){if(cmd=="grid2"){var curvoice=this.get_curvoice() argument
32 of(cmd,param)},set_hooks:function(abc){abc.draw_gchord=abc2svg.grid2.draw_gchord.bind(abc,abc.draw_gchord);abc.output_music=abc2svg.grid2.output_music.bind(abc,abc.output_music);abc.set_format=abc2svg.grid2.set_fmt.bind(abc,abc.set_format)}}
H A Ddiag-1.js372 of()},set_fmt:function(of,cmd,param){if(cmd=="diagram"){this.cfmt().diag=param argument
374 of(cmd,param)},set_hooks:function(abc){abc.output_music=abc2svg.diag.output_music.bind(abc,abc.output_music);abc.set_format=abc2svg.diag.set_fmt.bind(abc,abc.set_format)}}
H A Dambitus-1.js25 abc2svg.ambitus.do_ambitus.call(this)},set_fmt:function(of,cmd,param){if(cmd=="ambitus"){this.cfmt().ambitus=param argument
27 of(cmd,param)},set_width:function(of,s){if(s.clef_type!=undefined&&s.nhd>0){s.wl=40;s.wr=12}else{of(s)}},set_hooks:function(abc){abc.draw_symbols=abc2svg.ambitus.draw_symbols.bind(abc,abc.draw_symbols);abc.set_pitch=abc2svg.ambitus.set_pitch.bind(abc,abc.set_pitch);abc.set_format=abc2svg.ambitus.set_fmt.bind(abc,abc.set_format);abc.set_width=abc2svg.ambitus.set_width.bind(abc,abc.set_width)}}
H A Dequalbars-1.js5 abc2svg.equalbars={output_music:function(of){this.equalbars_d=0;of()},set_fmt:function(of,cmd,param){if(cmd=="equalbars") argument
8 of(cmd,param)},set_sym_glue:function(of,width){var C=abc2svg.C,s,s2,w,i,n,x,g,t,t0,bars=[],tsfirst=this.get_tsfirst();of(width)
H A Dsth-1.js39 return s},set_fmt:function(of,cmd,param){if(cmd=="sth"){if(this.parse.state==2) argument
45 of(cmd,param)},set_stems:function(of){of();abc2svg.sth.set_sth.call(this)},set_hooks:function(abc){abc.calculate_beam=abc2svg.sth.calculate_beam.bind(abc,abc.calculate_beam);abc.new_note=abc2svg.sth.new_note.bind(abc,abc.new_note);abc.set_format=abc2svg.sth.set_fmt.bind(abc,abc.set_format);abc.set_stems=abc2svg.sth.set_stems.bind(abc,abc.set_stems)}}
/plugin/groupadmin/
H A Dadmin.php78 $cmd = key($fn);
79 $param = is_array($fn[$cmd]) ? key($fn[$cmd]) : null;
81 $cmd = $fn;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DClosureLinterSniff.php87 $cmd = '$lintPath --nosummary --notime --unix_mode '.escapeshellarg($fileName);
88 $msg = exec($cmd, $output, $retval);
H A DESLintSniff.php89 …$cmd = escapeshellcmd(escapeshellarg($eslintPath).' '.implode(' ', $eslintOptions).' '.escapeshell…
92 exec($cmd, $stdout, $code);
/plugin/freechat/phpfreechat/src/commands/
H A Dkick.class.php36 $cmd =& pfcCommand::Factory("error");
37 $cmd->run($xml_reponse, $cmdp);
H A Dunban.class.php32 $cmd =& pfcCommand::Factory("error");
33 $cmd->run($xml_reponse, $cmdp);
/plugin/freechat/phpfreechat/src/proxies/
H A Dchecktimeout.class.php66 $cmd =& pfcCommand::Factory("notice");
67 $cmd->run($xml_reponse, $cmdp);
H A Dnoflood.class.php84 $cmd =& pfcCommand::Factory("leave");
85 $cmd->run($xml_reponse, $cmdp);
/plugin/geourl/
H A Dadmin.php77 if (!isset($_REQUEST['cmd'])) return; // first time - nothing to do
79 if (!is_array($_REQUEST['cmd'])) return;
/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/advanced/admin/
H A Dconfig.php58 $cmd = $INPUT->extract('cmd')->str('cmd');
60 if ($cmd) {
61 $cmd = "cmd_$cmd";
62 $this->$cmd();
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php7 $cmd = $argv[0]; variable
16 {$cmd} [events]
/plugin/git/syntax/
H A Dremotestatus.php135 … $renderer->doc .= ' <input type="submit" name="cmd[ignore]" value="Ignore this commit" />';
136 $renderer->doc .= ' <input type="submit" name="cmd[merge]" value="Merge All" />';
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php7 $cmd = $argv[0]; variable
16 {$cmd} [events]
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php7 $cmd = $argv[0]; variable
16 {$cmd} [events]
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php7 $cmd = $argv[0]; variable
16 {$cmd} [events]
/plugin/tableplot/
H A Dsyntax.php194 $cmd = rtrim($allArgs,',') . '); </script>';
196 $renderer->doc .= $cmd;
/plugin/elasticsearch/
H A Dcli.php69 $cmd = $options->getCmd();
70 switch ($cmd) {

12345678910