Home
last modified time | relevance | path

Searched refs:withleafvalue (Results 1 – 5 of 5) sorted by path

/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php131 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument
180 if ($withleafvalue)
H A Dmysql.class.php187 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument
234 if ($withleafvalue)
H A Doracle.class.php222 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument
281 if ($withleafvalue)
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php593 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument
616 if ($withleafvalue)
644 $ret = $this->_container->getMeta($group, $subgroup, $leaf, $withleafvalue);
661 if ($withleafvalue)
H A Dpfccontainerinterface.class.php61 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument