Home
last modified time | relevance | path

Searched refs:incMeta (Results 1 – 5 of 5) sorted by relevance

/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php468 $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 Dpfccommand.class.php194 $cmdtoplay_id = $ct->incMeta("nickid-to-cmdtoplayid", $nickid, 'cmdtoplayid');
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php189 function incMeta($group, $subgroup, $leaf) function in pfcContainer_File
H A Dmysql.class.php251 function incMeta($group, $subgroup, $leaf) function in pfcContainer_Mysql
H A Doracle.class.php298 function incMeta($group, $subgroup, $leaf) function in pfcContainer_Oracle