Home
last modified time | relevance | path

Searched refs:script (Results 351 – 375 of 762) sorted by path

1...<<11121314151617181920>>...31

/plugin/freechat/phpfreechat/src/commands/
H A Dclear.class.php12 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '');");
H A Dconnect.class.php82 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', Array('".addslashes($nick)."'));…
86 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'ko', Array('".addslashes($nick)."'));…
H A Ddebug.class.php17 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".$msg."');");
25 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".$msg."');");
32 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".$msg."');");
H A Derror.class.php16 …$xml_reponse->script("pfc.setError('".addslashes(stripslashes($error_str))."', Array(".$error_ids.…
19 $xml_reponse->script("pfc.setError('".addslashes(stripslashes($errors))."', Array());");
H A Dgetnewmsg.class.php104 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', (".$js."));");
H A Dhelp.class.php35 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".$str."');");
H A Didentify.class.php65 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".$msg."');");
70 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ko', '".$msg."');");
H A Djoin.class.php39 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'max_channels', Array());");
65 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', Array('".$chanid."','".addslashe…
H A Dleave.class.php131 $xml_reponse->script("pfc.handleResponse('leave', 'ok', '".$id."');");
H A Dnick.class.php68 $xml_reponse->script("pfc.handleResponse('nick', 'changed', '".addslashes($newnick)."');");
83 $xml_reponse->script("pfc.handleResponse('nick', 'connected', '".addslashes($newnick)."');");
H A Dprivmsg.class.php51 $xml_reponse->script("pfc.handleResponse('".$this->name."','speak_to_myself');");
73 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'unknown', Array('".addslashes($pvname…
92 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'max_privmsg', Array());");
115 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', Array('".$pvrecipientid."','".ad…
H A Dquit.class.php52 $xml_reponse->script("pfc.handleResponse('quit', 'ok', '');");
H A Drehash.class.php29 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '');");
31 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ko', '');");
H A Dsend.class.php60 $xml_reponse->script("$('pfc_handle').focus();");
82 $xml_reponse->script("pfc.clearError(Array('pfc_words"."','pfc_handle"."'));");
83 $xml_reponse->script("$('pfc_words').focus();");
86 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '');");
H A Dunban.class.php65 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".$msg."');");
67 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ko', '".$msg."');");
H A Dupdate.class.php73 $xml_reponse->script("pfc.handleResponse('update', 'ok', '');");
77 $xml_reponse->script("pfc.handleResponse('update', 'ko', '');");
H A Dversion.class.php20 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".$c->version."');");
H A Dwho.class.php49 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', ".$chanmeta.");");
H A Dwho2.class.php61 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', ".$chanmeta.");");
H A Dwhois.class.php74 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', ".$js.");");
77 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ko','".$param."');");
/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php260 $xml_reponse->script("trace('".$msg." -> ".$js."');");
263 $xml_reponse->script("trace('".$msg."');");
H A Dpfcresponse.class.php49 function script($js) function in pfcResponse
56 $this->script('window.location = "'.$url.'";');
H A Dphpfreechat.class.php394 $xml_reponse->script($js);
525 $xml_reponse->script($js);
/plugin/freechat/phpfreechat/src/proxies/
H A Dauth.class.php68 …$xml_reponse->script("alert('".addslashes(_pfc("You are not allowed to run '%s' command", $this->n…
90 …$xml_reponse->script("pfc.handleResponse('".$this->proxyname."', 'ban', '".addslashes($msg)."');");
100 …$xml_reponse->script("pfc.handleResponse('".$this->proxyname."', 'frozen', '".addslashes($msg)."')…
H A Dchecknickchange.class.php60 …$xml_reponse->script("pfc.handleResponse('".$this->proxyname."', 'nick', '".addslashes($msg)."');"…
70 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'notchanged', '".addslashes($newnick).…
80 … $xml_reponse->script("pfc.handleResponse('nick', 'notallowed', '".addslashes($newnick)."');");
82 $xml_reponse->script("pfc.handleResponse('nick', 'isused', '".addslashes($newnick)."');");

1...<<11121314151617181920>>...31