Home
last modified time | relevance | path

Searched refs:rmMeta (Results 1 – 6 of 6) sorted by relevance

/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php170 $this->rmMeta('channelid-to-nickid', $this->encode($chan), $nickid);
171 $this->rmMeta('nickid-to-channelid', $nickid, $this->encode($chan));
184 $this->rmMeta('channelid-to-msg', $this->encode($chan));
185 $this->rmMeta('channelid-to-msgid', $this->encode($chan));
198 $this->rmMeta('nickid-to-metadata', $nickid);
200 $this->rmMeta("nickid-to-cmdtoplay", $nickid);
201 $this->rmMeta("nickid-to-cmdtoplayid", $nickid);
240 $this->rmMeta("metadata-to-nickid", 'nick', $this->encode($oldnick));
483 $this->rmMeta(NULL);
713 function rmMeta($group, $subgroup = null, $leaf = null) function in pfcContainer
[all …]
H A Dpfccontainerinterface.class.php72 function rmMeta($group, $subgroup = null, $leaf = null) function in pfcContainerInterface
H A Dpfccommand.class.php248 $ct->rmMeta("nickid-to-cmdtoplay", $nickid, $cid);
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php242 function rmMeta($group, $subgroup = null, $leaf = null) function in pfcContainer_File
H A Dmysql.class.php285 function rmMeta($group, $subgroup = null, $leaf = null) function in pfcContainer_Mysql
H A Doracle.class.php357 function rmMeta($group, $subgroup = null, $leaf = null) function in pfcContainer_Oracle