Home
last modified time | relevance | path

Searched refs:hasChildren (Results 1 – 6 of 6) sorted by relevance

/template/strap/ComboStrap/
H A DTreeVisit.php12 if ($tree->hasChildren()) {
H A DTreeNode.php76 public function hasChildren(): bool function in ComboStrap\\TreeNode
H A DOutlineVisitor.php121 if ($outlineSection->hasChildren()) {
H A DPageExplorerTag.php685 if ($child->hasChildren()) {
/template/codowik/js/
Dlayout.js3066 , hasChildren = $.isPlainObject( pC ) && !$.isEmptyObject( pC )
3070 if (hasChildren && destroy) {
3080 hasChildren = false;
3085 if ($P && remove && !hasChildren)
3112 if (hasChildren && $C) {
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js8092 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