Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/src/
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));
196 $this->rmMeta('metadata-to-nickid', 'nick', $this->encode($this->getNickname($nickid)));
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));
399 $this->rmMeta("channelid-to-msg", $this->encode($chan), $old_msgid);
[all …]
Dpfccontainerinterface.class.php72 function rmMeta($group, $subgroup = null, $leaf = null) function in pfcContainerInterface
Dpfccommand.class.php248 $ct->rmMeta("nickid-to-cmdtoplay", $nickid, $cid);
/plugin/freechat/phpfreechat/src/containers/
Dfile.class.php242 function rmMeta($group, $subgroup = null, $leaf = null) function in pfcContainer_File
Dmysql.class.php285 function rmMeta($group, $subgroup = null, $leaf = null) function in pfcContainer_Mysql
Doracle.class.php357 function rmMeta($group, $subgroup = null, $leaf = null) function in pfcContainer_Oracle