Lines Matching refs:getMeta
161 $timestamp = $this->getMeta("channelid-to-nickid", $this->encode('SERVER'), $nickid);
190 $channels = $this->getMeta("nickid-to-channelid",$nickid);
257 $nickid = $this->getMeta("metadata-to-nickid", 'nick', $this->encode($nick), true);
269 $nick = $this->getMeta("nickid-to-metadata", $nickid, 'nick', true);
288 $ret = $this->getMeta("channelid-to-nickid", $this->encode('SERVER'));
297 $ret2 = $this->getMeta("nickid-to-channelid",$nickid);
335 $ret = $this->getMeta("channelid-to-nickid", $this->encode($chan));
341 $timestamp = $this->getMeta("channelid-to-nickid", $this->encode('SERVER'), $nickid);
362 $ret = $this->getMeta("channelid-to-nickid",
421 $line = $this->getMeta("channelid-to-msg", $this->encode($chan), $mid, true);
450 $lastmsgid = $this->getMeta("channelid-to-msgid", $this->encode($chan), 'lastmsgid', true);
489 $ret = $this->getMeta("nickid-to-metadata", $nickid);
499 $ret = $this->getMeta("nickid-to-metadata", $nickid, $key, true);
511 $ret = $this->getMeta("nickid-to-cmdtoplay", $nickid, $key, true);
524 $ret = $this->getMeta("channelid-to-metadata", $this->encode($chan));
532 $ret = $this->getMeta("channelid-to-metadata", $this->encode($chan), $key, true);
593 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) function in pfcContainer
644 $ret = $this->_container->getMeta($group, $subgroup, $leaf, $withleafvalue);