Home
last modified time | relevance | path

Searched refs:leaf (Results 1 – 25 of 55) sorted by path

123

/plugin/ahrefmenu/
H A Dtree.dtd2 <!ELEMENT branch (branchText,(branch|leaf|branchLink)*)>
5 <!ELEMENT leaf (leafText,link)> element
H A DxmlTree.css19 .leaf{
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1leaf node */\n\n\t s.bl_count[bits]++;\n\t xbits = 0;\n\t if (n >= base) {\n\t xbits…
/plugin/bible/bible_douayRheims/
H A D3_Kings.txt243 …nd breadth thick: and the brim thereof was like the brim of a cup, or the leaf of a crisped lily: …
H A DEcclesiasticus.txt414 14:18. All flesh shall fade as grass, and as the leaf that springeth out on a green tree.
H A DEzechiel.txt1225 …e banks thereof on both sides shall grow all trees that bear fruit: their leaf shall not fall off,…
H A DIsaias.txt653 …l be folded together as a book: and all their host shall fall down as the leaf falleth from the vi…
1237 …ur justices as the rag of a menstruous woman: and we have all fallen as a leaf, and our iniquities…
H A DJeremias.txt220 …here is no grape on the vines, and there are no figs on the fig tree, the leaf is fallen: and I ha…
419 …ots towards moisture: and it shall not fear when the heat cometh. And the leaf thereof shall be gr…
H A DJob.txt309 …13:25. Against a leaf, that is carried away with the wind, thou shewest thy power, and thou pursue…
H A DLeviticus.txt814 … in their hearts in the countries of their enemies. The sound of a flying leaf shall terrify them:…
H A DProverbs.txt316 11:28. He that trusteth in his riches shall fall: but the just shall spring up as a green leaf.
H A DPsalms.txt3 …running waters, which shall bring forth its fruit, in due season. And his leaf shall not fall off:…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1leaf","maybeSpill","me","spilled","sibling","myIndex","used","LineWidget","opt","adjustScrollWhenA…
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js1leaf=void 0===c||0===c.length}return a}();c.NodeWrapper=g;var h=function(){function a(a,b,c,d,e){v…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1leaf nodes, accumulate forces from coincident quadrants.\n else {\n q = quad;\n q.x =…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dfontawesome.all.min.css5leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f5…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1leaf","_x","_y","quadtree","Quadtree","addAll","leaf_copy","treeProto","vx","vy","cover","yz","vis…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5 …:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e1…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js2leaf:!0,nodes:[],point:null,x:null,y:null}}function pr(n,t,e,r,i,u){if(!n(t,e,r,i,u)){var o=.5*(e+…
4leaf){var l=n.x,f=n.y;if(null!=l)if(xo(l-e)+xo(f-r)<.01)c(n,t,e,r,i,u,o,a);else{var s=n.point;n.x=…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php423 … $leaf = explode('::', array_pop($dataProviderMethodNameNamespace));
424 $dataProviderMethodName = array_pop($leaf);
432 if (!empty($leaf)) {
433 $dataProviderClassName = $dataProviderMethodNameNamespace . array_pop($leaf);
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php99 function setMeta($group, $subgroup, $leaf, $leafvalue = NULL) argument
109 $leaffilename = $dir."/".$leaf;
131 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument
160 if ($leaf == NULL)
177 $leaffilename = $dir."/".$leaf;
189 function incMeta($group, $subgroup, $leaf) argument
199 $leaffilename = $dir."/".$leaf;
242 function rmMeta($group, $subgroup = null, $leaf = null) argument
264 if ($leaf == NULL)
270 $leaffilename = $dir.'/'.$leaf;
H A Dmysql.class.php156 function setMeta($group, $subgroup, $leaf, $leafvalue = NULL) argument
165 …ERE `server`='$server' AND `group`='$group' AND `subgroup`='$subgroup' AND `leaf`='$leaf' LIMIT 1";
187 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument
216 if ($leaf != NULL)
218 $sql_where .= " AND `leaf`='$leaf'";
251 function incMeta($group, $subgroup, $leaf) argument
260 …ERE `server`='$server' AND `group`='$group' AND `subgroup`='$subgroup' AND `leaf`='$leaf' LIMIT 1";
266 …af`, `leafvalue`, `timestamp`) VALUES('$server', '$group', '$subgroup', '$leaf', '".$leafvalue."',…
285 function rmMeta($group, $subgroup = null, $leaf = null) argument
300 if ($leaf != NULL)
[all …]
H A Doracle.class.php167 function setMeta($group, $subgroup, $leaf, $leafvalue = NULL) argument
178 …RE server='$server' AND groupg='$group' AND subgroup='$subgroup' AND leaf='$leaf' and rownum <= 1";
180 …, leaf, leafvalue, timestampg) VALUES('$server', '$group', '$subgroup', '$leaf', '$leafvalue', tru…
222 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument
252 if ($leaf != NULL)
254 $sql_where .= " AND leaf='$leaf'";
298 function incMeta($group, $subgroup, $leaf) argument
308 …RE server='$server' AND groupg='$group' AND subgroup='$subgroup' AND leaf='$leaf' and rownum <= 1";
357 function rmMeta($group, $subgroup = null, $leaf = null) argument
372 if ($leaf != NULL)
[all …]
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php558 function setMeta($group, $subgroup, $leaf, $leafvalue = NULL) argument
574 $this->_cache[$group]['childs'][$subgroup]['value'][] = $leaf;
608 else if ($leaf == null &&
654 else if ($leaf == null)
680 function incMeta($group, $subgroup, $leaf) argument
682 $ret = $this->_container->incMeta($group, $subgroup, $leaf);
696 $this->_cache[$group]['childs'][$subgroup]['value'][] = $leaf;
713 function rmMeta($group, $subgroup = null, $leaf = null) argument
722 else if ($leaf == null)
746 unset($this->_cache[$group]['childs'][$subgroup]['childs'][$leaf]);
[all …]

123