Home
last modified time | relevance | path

Searched refs:xml_reponse (Results 26 – 41 of 41) sorted by last modified time

12

/plugin/freechat/phpfreechat/src/proxies/
H A Dlock.class.php33 function run(&$xml_reponse, $p) argument
47 $xml_reponse->redirect($c->lockurl);
58 return $this->next->run($xml_reponse, $p);
H A Dlog.class.php33 function run(&$xml_reponse, $p) argument
68 return $this->next->run($xml_reponse, $p);
/plugin/freechat/phpfreechat/src/commands/
H A Dclear.class.php7 function run(&$xml_reponse, $p) argument
12 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '');");
H A Dbanlist.class.php14 function run(&$xml_reponse, $p) argument
42 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".addslashes($msg)."');");
H A Dgetnewmsg.class.php27 function run(&$xml_reponse, $p) argument
104 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', (".$js."));");
H A Dhelp.class.php9 function run(&$xml_reponse, $p) argument
35 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".$str."');");
H A Dinit.class.php7 function run(&$xml_reponse, $p) argument
19 $cmd->run($xml_reponse, $p);
H A Dleave.class.php10 function run(&$xml_reponse, $p) argument
34 $cmd->run($xml_reponse, $cmdp);
103 $cmd->run($xml_reponse, $cmdp);
126 $cmd->run($xml_reponse, $cmdp);
131 $xml_reponse->script("pfc.handleResponse('leave', 'ok', '".$id."');");
140 $cmd->run($xml_reponse, $cmdp);
H A Dop.class.php9 function run(&$xml_reponse, $p) argument
28 $cmd->run($xml_reponse, $cmdp);
H A Dquit.class.php7 function run(&$xml_reponse, $p) argument
30 $cmd->run($xml_reponse, $cmdp);
41 $cmd->run($xml_reponse, $cmdp);
52 $xml_reponse->script("pfc.handleResponse('quit', 'ok', '');");
H A Dredirect.class.php9 function run(&$xml_reponse, $p) argument
26 $cmd->run($xml_reponse, $cmdp);
30 $xml_reponse->redirect($param);
H A Dunban.class.php9 function run(&$xml_reponse, $p) argument
33 $cmd->run($xml_reponse, $cmdp);
65 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".$msg."');");
67 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ko', '".$msg."');");
H A Dupdate.class.php7 function run(&$xml_reponse, $p) argument
27 $cmd->run($xml_reponse, $cmdp);
39 $cmd->run($xml_reponse, $cmdp);
48 $cmd->run($xml_reponse, $cmdp);
55 $cmd->run($xml_reponse, $cmdp);
64 $cmd->run($xml_reponse, $cmdp);
70 $cmd->run($xml_reponse, $cmdp);
73 $xml_reponse->script("pfc.handleResponse('update', 'ok', '');");
77 $xml_reponse->script("pfc.handleResponse('update', 'ko', '');");
H A Dupdatemynick.class.php7 function run(&$xml_reponse, $p) argument
H A Dversion.class.php9 function run(&$xml_reponse, $p) argument
20 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".$c->version."');");
H A Dwhois.class.php29 function run(&$xml_reponse, $p) argument
74 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', ".$js.");");
77 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ko','".$param."');");

12