Searched refs:hasChildren (Results 1 – 6 of 6) sorted by relevance
12 if ($tree->hasChildren()) {
76 public function hasChildren(): bool function in ComboStrap\\TreeNode
121 if ($outlineSection->hasChildren()) {
685 if ($child->hasChildren()) {
3066 , hasChildren = $.isPlainObject( pC ) && !$.isEmptyObject( pC )3070 if (hasChildren && destroy) {3080 hasChildren = false;3085 if ($P && remove && !hasChildren)3112 if (hasChildren && $C) {
8092 var hasChildren=hasProperties(value)&&!(value instanceof ErrorCopy)&&(isFunction(value)||(valueType…8093 …"memberRow-"+type,open:"",order:order,level:level,indent:level*16,hasChildren:hasChildren,tag:tag}) property