/plugin/freechat/phpfreechat/src/commands/ |
H A D | send.class.php | 19 $nick = $ct->getNickname($u->nickid); //phpFreeChat::FilterSpecialChar($sender); 31 $pvnick = $ct->getNickname($pvnickid);//$u->privmsg[$recipientid]["name"];
|
H A D | privmsg.class.php | 38 $pvname = $ct->getNickname($pvnickid); 46 $nick = $ct->getNickname($u->nickid);
|
H A D | banlist.class.php | 30 $n = $ct->getNickname($b);
|
H A D | notice.class.php | 24 $nick = $ct->getNickname($u->nickid);
|
H A D | quit.class.php | 19 $nick = $ct->getNickname($u->nickid);
|
H A D | join.class.php | 49 $cmdp["param"] = _pfc("%s joins %s",$u->getNickname(), $channame);
|
H A D | nick.class.php | 33 $oldnick = $ct->getNickname($u->nickid);
|
H A D | leave.class.php | 100 $cmdp["param"] = _pfc("%s quit",$u->getNickname());
|
/plugin/freechat/phpfreechat/src/proxies/ |
H A D | checknickchange.class.php | 46 $oldnick = $ct->getNickname($u->nickid); 115 if (preg_match("/^".preg_quote($ct->getNickname($nid))."$/i",$newnick))
|
/plugin/freechat/phpfreechat/src/ |
H A D | pfcuserconfig.class.php | 117 function getNickname() function in pfcUserConfig 121 return $ct->getNickname($this->nickid);
|
H A D | pfcinfo.class.php | 72 $users[] = $ct->getNickname($res["nickid"][$i]);
|
H A D | pfccontainer.class.php | 165 $deleted_user["nick"][] = $this->getNickname($nickid); 196 $this->rmMeta('metadata-to-nickid', 'nick', $this->encode($this->getNickname($nickid))); 267 function getNickname($nickid) function in pfcContainer 345 $online_user["nick"][] = $this->getNickname($nickid);
|
H A D | phpfreechat.class.php | 241 $sender = $u->getNickname();
|
/plugin/freechat/phpfreechat/data/public/themes/default/ |
H A D | chat.js.tpl.php | 32 <?php $nick = $u->getNickname() != '' ? $json->encode($u->getNickname()) : $json->encode($c->nick);…
|
/plugin/freechat/phpfreechat/themes/default/ |
H A D | chat.js.tpl.php | 32 <?php $nick = $u->getNickname() != '' ? $json->encode($u->getNickname()) : $json->encode($c->nick);…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/ |
H A D | ZoneChildContainer.php | 41 public function getNickname() function in Google\\Service\\TagManager\\ZoneChildContainer
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/ |
H A D | RequestLog.php | 377 public function getNickname() function in Google\\Service\\Logging\\RequestLog
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_PlusDomainsService.php | 2100 public function getNickname() { function in Google_Person
|
H A D | Google_PlusService.php | 2035 public function getNickname() { function in Google_Person
|