Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DRegularExpression.php90 true === $this->hasChildren() ||
102 true === $this->hasChildren()
117 public function hasChildren() function in Hoa\\Iterator\\Recursive\\RegularExpression
119 return $this->getInnerIterator()->hasChildren();
H A DMock.php142 public function hasChildren() function in Hoa\\Iterator\\Recursive\\Mock
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DMap.php91 ->boolean($iterator->hasChildren())
99 ->boolean($iterator->hasChildren())
107 ->boolean($iterator->hasChildren())
H A DMock.php69 ->boolean($iterator->hasChildren())
/plugin/combo/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()) {
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DTableSectionRenderer.php32 if (!$node->hasChildren()) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTestSuiteIterator.php97 public function hasChildren() function in PHPUnit_Util_TestSuiteIterator
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DIterator.php99 public function hasChildren() function in SebastianBergmann\\CodeCoverage\\Node\\Iterator
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableSectionRenderer.php37 if (! $node->hasChildren()) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/TaskList/
H A DTaskListItemMarkerParser.php34 if ($container->hasChildren() || ! ($container instanceof Paragraph && $container->parent() && $container->parent() instanceof ListItem)) {
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DListBlock.php
H A DAbstractBlock.php
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
H A DAssetCollectionIterator.php104 public function hasChildren() function in Assetic\\Asset\\Iterator\\AssetCollectionIterator
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dhtml.css249 .memberRow.hasChildren > .memberLabelCell > .memberLabel,
262 .memberRow.hasChildren.opened > .memberLabelCell > .memberLabel,
H A Dfirebug.css1109 .memberRow.hasChildren > .memberLabelCell > .memberLabel,
1122 .memberRow.hasChildren.opened > .memberLabelCell > .memberLabel,
1143 * html .hasChildren .memberLabelCell .memberLabel,
1880 .memberRow.hasChildren .memberLabelCell .memberLabel:hover {
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsGenerator.php110 if (! $toc->hasChildren() || $firstHeading === null) {
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dslf4j-api-1.7.25.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1hasChildren=function(){return!!this.children&&this.children.length>0},e.prototype.getChildren=func… method in e
H A D2.2.js25000 Node.prototype.hasChildren = function () { method in Node
25112 return this.hasChildren();
31351 while (existingNode && existingNode.hasChildren()) {
31898 if (!func.getArguments().hasChildren() || func.getArguments().getChild(0) === arg) {
31996 if (!uriLiteralNode.hasChildren()) {
33748 if (!declarations.hasChildren()) {
35632 …if (selector.getChildren().some(function (c) { return c.hasChildren() && c.getChild(0).type === _p…
/plugin/processing/
H A Dscript.js3352 hasChildren: function () { method in XMLElement
3363 if ((child.getLocalName() === null) && (! this.hasChildren())) {
3473 return this.hasChildren();
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js8081 var hasChildren=hasProperties(value)&&!(value instanceof ErrorCopy)&&(isFunction(value)||(valueType…
8082 …"memberRow-"+type,open:"",order:order,level:level,indent:level*16,hasChildren:hasChildren,tag:tag})
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js30580 var hasChildren = hasProperties(value) && !(value instanceof ErrorCopy) &&
30593 hasChildren: hasChildren,

12