Searched refs:incMeta (Results 1 – 5 of 5) sorted by relevance
/plugin/freechat/phpfreechat/src/ |
H A D | pfccontainer.class.php | 468 $lastmsgid = $this->incMeta("channelid-to-msgid", $this->encode($chan), 'lastmsgid'); 680 function incMeta($group, $subgroup, $leaf) function in pfcContainer 682 $ret = $this->_container->incMeta($group, $subgroup, $leaf);
|
H A D | pfccommand.class.php | 194 $cmdtoplay_id = $ct->incMeta("nickid-to-cmdtoplayid", $nickid, 'cmdtoplayid');
|
/plugin/freechat/phpfreechat/src/containers/ |
H A D | file.class.php | 189 function incMeta($group, $subgroup, $leaf) function in pfcContainer_File
|
H A D | mysql.class.php | 251 function incMeta($group, $subgroup, $leaf) function in pfcContainer_Mysql
|
H A D | oracle.class.php | 298 function incMeta($group, $subgroup, $leaf) function in pfcContainer_Oracle
|