Home
last modified time | relevance | path

Searched refs:subgroup (Results 1 – 9 of 9) sorted by last modified time

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1subgroup.\n // Note: Opera has a bug reordering object literal properties!\n x = 0, i = -1; …
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1subgroup","selectorAll","match","matcher","size","enterGroup","updateGroup","previous","_enter","_…
/plugin/codemirror/dist/modes/
H A Dsas.min.js.map1 …t start std stderr stdin stfips stimer stname stnamel stop stopover sub subgroup subpopn substr su…
/plugin/navbox/
H A Dsyntax.php255 foreach ($items as $subgroup => $subitems) {
263 if ($subgroup == 'default') {
276 …$ghtml .= '<tr><th class="pgnb_subgroup_title">'.$this->urlRender($subgroup).'</th><td class="pgnb…
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php99 function setMeta($group, $subgroup, $leaf, $leafvalue = NULL) argument
105 $dir = $dir_base.'/'.$group.'/'.$subgroup;
131 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument
142 if ($subgroup == NULL)
158 $dir .= '/'.$subgroup;
189 function incMeta($group, $subgroup, $leaf) argument
195 $dir = $dir_base.'/'.$group.'/'.$subgroup;
242 function rmMeta($group, $subgroup = null, $leaf = null) argument
256 if ($subgroup == NULL)
262 $dir .= '/'.$subgroup;
H A Dmysql.class.php156 function setMeta($group, $subgroup, $leaf, $leafvalue = NULL) argument
165 …_table." WHERE `server`='$server' AND `group`='$group' AND `subgroup`='$subgroup' AND `leaf`='$lea…
187 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument
209 if ($subgroup != NULL)
211 $sql_where .= " AND `subgroup`='$subgroup'";
251 function incMeta($group, $subgroup, $leaf) argument
260 …_table." WHERE `server`='$server' AND `group`='$group' AND `subgroup`='$subgroup' AND `leaf`='$lea…
266 …group`, `leaf`, `leafvalue`, `timestamp`) VALUES('$server', '$group', '$subgroup', '$leaf', '".$le…
285 function rmMeta($group, $subgroup = null, $leaf = null) argument
297 if($subgroup != NULL)
[all …]
H A Doracle.class.php167 function setMeta($group, $subgroup, $leaf, $leafvalue = NULL) argument
178 …racle_table." WHERE server='$server' AND groupg='$group' AND subgroup='$subgroup' AND leaf='$leaf'…
180 …g, subgroup, leaf, leafvalue, timestampg) VALUES('$server', '$group', '$subgroup', '$leaf', '$leaf…
222 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument
245 if ($subgroup != NULL)
247 $sql_where .= " AND subgroup='$subgroup'";
298 function incMeta($group, $subgroup, $leaf) argument
308 …racle_table." WHERE server='$server' AND groupg='$group' AND subgroup='$subgroup' AND leaf='$leaf'…
357 function rmMeta($group, $subgroup = null, $leaf = null) argument
369 if($subgroup != NULL)
[all …]
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php558 function setMeta($group, $subgroup, $leaf, $leafvalue = NULL) argument
566 !in_array($subgroup, $this->_cache[$group]['value']))
568 $this->_cache[$group]['value'][] = $subgroup;
602 if ($subgroup == null &&
612 $ret = $this->_cache[$group]['childs'][$subgroup];
649 if ($subgroup == null)
680 function incMeta($group, $subgroup, $leaf) argument
690 $this->_cache[$group]['value'][] = $subgroup;
713 function rmMeta($group, $subgroup = null, $leaf = null) argument
720 else if ($subgroup == null)
[all …]
H A Dpfccontainerinterface.class.php49 function setMeta($group, $subgroup, $leaf, $leafvalue = NULL) argument
61 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument
72 function rmMeta($group, $subgroup = null, $leaf = null) argument