Home
last modified time | relevance | path

Searched refs:cmd (Results 151 – 175 of 228) sorted by last modified time

12345678910

/plugin/freechat/phpfreechat/src/commands/
H A Ddeop.class.php21 $cmd =& pfcCommand::Factory("error");
22 $cmd->run($xml_reponse, $cmdp);
H A Djoin.class.php29 $cmd =& pfcCommand::Factory("error");
30 $cmd->run($xml_reponse, $cmdp);
53 $cmd =& pfcCommand::Factory("notice");
54 $cmd->run($xml_reponse, $cmdp);
H A Dkick.class.php36 $cmd =& pfcCommand::Factory("error");
37 $cmd->run($xml_reponse, $cmdp);
H A Dnick.class.php27 $cmd =& pfcCommand::Factory("error");
28 $cmd->run($xml_reponse, $cmdp);
55 $cmd =& pfcCommand::Factory("notice");
60 $cmd->run($xml_reponse, $cmdp);
66 $cmd->run($xml_reponse, $cmdp);
H A Dnotice.class.php30 $cmd =& pfcCommand::Factory("error");
31 $cmd->run($xml_reponse, $cmdp);
H A Dprivmsg.class.php27 $cmd =& pfcCommand::Factory("error");
28 $cmd->run($xml_reponse, $cmdp);
H A Dinit.class.php18 $cmd =& pfcCommand::Factory("quit");
19 $cmd->run($xml_reponse, $p);
H A Dleave.class.php33 $cmd =& pfcCommand::Factory("error");
34 $cmd->run($xml_reponse, $cmdp);
102 $cmd =& pfcCommand::Factory("notice");
103 $cmd->run($xml_reponse, $cmdp);
125 $cmd =& pfcCommand::Factory("error");
126 $cmd->run($xml_reponse, $cmdp);
139 $cmd =& pfcCommand::Factory("error");
140 $cmd->run($xml_reponse, $cmdp);
H A Dop.class.php27 $cmd =& pfcCommand::Factory("error");
28 $cmd->run($xml_reponse, $cmdp);
H A Dquit.class.php29 $cmd =& pfcCommand::Factory("leave");
30 $cmd->run($xml_reponse, $cmdp);
40 $cmd =& pfcCommand::Factory("leave");
41 $cmd->run($xml_reponse, $cmdp);
H A Dredirect.class.php25 $cmd =& pfcCommand::Factory("error");
26 $cmd->run($xml_reponse, $cmdp);
H A Dunban.class.php32 $cmd =& pfcCommand::Factory("error");
33 $cmd->run($xml_reponse, $cmdp);
H A Dupdate.class.php22 $cmd =& pfcCommand::Factory("connect");
27 $cmd->run($xml_reponse, $cmdp);
36 $cmd =& pfcCommand::Factory("updatemynick");
39 $cmd->run($xml_reponse, $cmdp);
42 $cmd =& pfcCommand::Factory("who2");
48 $cmd->run($xml_reponse, $cmdp);
55 $cmd->run($xml_reponse, $cmdp);
59 $cmd =& pfcCommand::Factory("getnewmsg");
64 $cmd->run($xml_reponse, $cmdp);
70 $cmd->run($xml_reponse, $cmdp);
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php378 function write($chan, $nick, $cmd, $param) argument
390 $data .= $cmd."\t";
H A Dpfcproxycommand.class.php51 function linkTo(&$cmd) argument
53 $this->next = $cmd;
H A Dphpfreechat.class.php58 $r =& $this->$function($cmd);
283 $cmd =& pfcCommand::Factory($cmdname);
286 if ($cmd != NULL)
290 $cmd->run($xml_reponse, $cmdp);
292 @$cmd->run($xml_reponse, $cmdp);
296 $cmd =& pfcCommand::Factory("error");
304 $cmd->run($xml_reponse, $cmdp);
306 @$cmd->run($xml_reponse, $cmdp);
317 $cmd =& pfcCommand::Factory("update");
325 $cmd->run($xml_reponse, $cmdp);
[all …]
/plugin/freechat/phpfreechat/src/proxies/
H A Dchecknickchange.class.php98 $cmd =& pfcCommand::Factory("nick");
99 return $cmd->run($xml_reponse, $cmdp);
H A Dchecktimeout.class.php66 $cmd =& pfcCommand::Factory("notice");
67 $cmd->run($xml_reponse, $cmdp);
/plugin/botbouncer/admin/
H A Dclean.php86 $cmd = key($fn);
87 $param = is_array($fn[$cmd]) ? key($fn[$cmd]) : null;
89 $cmd = $fn;
93 if ($cmd != "search") {
98 switch($cmd){
111 switch($cmd){
/plugin/syntaxhighlightjs/
H A Dgulpfile.js43 var cmd = 'cd highlightjs;';
44 cmd += 'node tools/build.js -t cdn;';
45 cmd += '(test -d "../static/lib/highlightjs" || mkdir -p "../static/lib/highlightjs");';
46 cmd += 'cp -Rf build/* ../static/lib/highlightjs/';
48 exec(cmd, function (err, stdout, stderr) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.output.ps2pdf.class.php3 function safe_exec($cmd, &$output) { argument
4 exec($cmd, $output, $result);
10 $message .= "Error executing '{$cmd}'<br/>\n";
11 error_log("Error executing '{$cmd}'.");
20 $_cmd = $cmd;
22 error_log("Error executing '{$cmd}'. Command produced no output.");
/plugin/paypal/
H A DREADME.md45 …on value here: [PayPal Donation Button](https://www.paypal.com/us/cgi-bin/?cmd=_donate-intro-outsi…
/plugin/runcommand/
H A Dsyntax.php479 function prepareCommand($cmd) { argument
481 return $cmd;
485 $cmdRows = explode(';',$cmd);
/plugin/tableplot/
H A Dsyntax.php194 $cmd = rtrim($allArgs,',') . '); </script>';
196 $renderer->doc .= $cmd;
/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" />';

12345678910