Home
last modified time | relevance | path

Searched refs:children (Results 1 – 10 of 10) sorted by relevance

/dokuwiki/inc/TreeBuilder/Node/
H A DAbstractNode.php20 protected array $children = []; variable in dokuwiki\\TreeBuilder\\Node\\AbstractNode
84 return $this->children;
94 return $this->children !== [];
105 foreach ($this->children as $child) {
157 $this->children[] = $child;
196 usort($this->children, $comparator);
197 foreach ($this->children as $child) {
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DFormatterClassic.php52 foreach ($block->children as $child) {
93 if (!$isSingle && !empty($block->children)) {
98 foreach ($block->children as $child) {
103 if (!$isSingle && empty($block->children)) echo $this->break;
H A DLessc.php402 foreach ($root->children as $childName => $child) {
403 if (isset($parentBlock->children[$childName])) {
404 $parentBlock->children[$childName] = array_merge(
405 $parentBlock->children[$childName],
409 $parentBlock->children[$childName] = $child;
500 $this->scope->children[] = $out;
518 $parentScope->children[] = $this->scope;
527 array_unshift($this->scope->children, $orphan);
555 $this->scope->parent->children[] = $this->scope;
926 if (isset($searchIn->children[$name])) {
[all …]
H A DParser.php322 $this->env->children[$tag][] = $block;
1433 $b->children = [];
/dokuwiki/lib/scripts/
H A Dpage.js153 $child = $content.children();
H A Dmedia.js131 $this.children('input').appendTo($this.parent());
139 $listType.children('input').change(function () {
142 $sortBy.children('input').change(function (event) {
H A Dfileuploader.js150 qq.children = function(element){ function
151 var children = [],
156 children.push(child);
161 return children;
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6children()[0],V("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)…
H A Djquery.min.js2children:!0,contents:!0,next:!0,prev:!0};function A(e,t){while((e=e[t])&&1!==e.nodeType);return e}… property
/dokuwiki/_test/core/
H A DphpQuery-onefile.php3021 public function children($selector = null) { function in phpQueryObject
3045 return $this->children( $selector );