| /template/strap/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | ParserRuleContext.php | 48 public $children; variable in Antlr\\Antlr4\\Runtime\\ParserRuleContext 82 $this->children = null; 87 if ($ctx->children) { 88 $this->children = []; 91 foreach ($ctx->children as $child) { 133 if ($this->children === null) { 134 $this->children = []; 137 $this->children[] = $child; 149 if ($this->children !== null) { 150 \array_pop($this->children); [all …]
|
| /template/strap/ComboStrap/ |
| H A D | TreeNode.php | 14 private array $children = []; variable in ComboStrap\\TreeNode 34 $childCount = count($this->children); 38 $this->children[$levelChildIdentifier] = $treeNode; 41 $actualTreeNode = $this->children[$levelChildIdentifier]; 64 return sizeof($this->children); 72 return $this->children; 78 return sizeof($this->children) > 0; 92 $childrenKeys = array_keys($this->children); 96 return $this->children[$childrenKeys[0]]; 151 unset($this->parentNode->children[$this->levelChildIdentifier]);
|
| H A D | WikiFileSystem.php | 118 $children = LocalFileSystem::getOrCreate()->getChildren($path->toLocalPath(), $type); 120 foreach ($children as $child) {
|
| /template/rtd_suterdev/js/ |
| D | readthedokus.js | 172 var i = elem.children[0].children[0].children[0]; 176 var img = elem.children[0].children[0].children[1]; 229 var i = elem.children[0].children[0].children[0]; 233 var img = elem.children[0].children[0].children[1]; 466 …elem.children[0].insertAdjacentHTML("afterbegin", '<div class="btn-expand"><i class="far fa-minus-… 469 elem.children[0].children[0].addEventListener("click", function(e) { 568 return current.children[0];
|
| /template/readthedokus/js/ |
| H A D | readthedokus.js | 216 var i = elem.children[0].children[0].children[0]; 220 var img = elem.children[0].children[0].children[1]; 273 var i = elem.children[0].children[0].children[0]; 277 var img = elem.children[0].children[0].children[1]; 478 …elem.children[0].insertAdjacentHTML("afterbegin", '<div class="btn-expand"><i class="far fa-minus-… 481 elem.children[0].children[0].addEventListener("click", function(e) { 580 return current.children[0];
|
| /template/klean/ |
| D | jquery.slicknav.min.js | 6 …children=e.children("ul").attr("role","menu"),e.data("menu",t),t.children.length>0){var a=e.conten…
|
| /template/a_new_day/js/ |
| D | builder.js | 94 _children: function(element, children) { argument 95 if(typeof children=='object') { // array can hold nodes and text 96 children.flatten().each( function(e) { 104 if(Builder._isStringOrNumber(children)) 105 element.appendChild(Builder._text(children));
|
| D | dragdrop.js | 758 … var children = Sortable.findElements(dropon, {tag: droponOptions.tag, only: droponOptions.only}); 761 if(children) { 764 for (index = 0; index < children.length; index += 1) { 765 if (offset - Element.offsetSize (children[index], droponOptions.overlap) >= 0) { 766 offset -= Element.offsetSize (children[index], droponOptions.overlap); 767 … } else if (offset - (Element.offsetSize (children[index], droponOptions.overlap) / 2) >= 0) { 768 child = index + 1 < children.length ? children[index + 1] : null; 771 child = children[index]; 812 var children = Sortable.findElements(element, options) || []; 814 for (var i = 0; i < children.length; ++i) { [all …]
|
| /template/battlehorse/js/ |
| D | builder.js | 94 _children: function(element, children) { argument 95 if(typeof children=='object') { // array can hold nodes and text 96 children.flatten().each( function(e) { 104 if(Builder._isStringOrNumber(children)) 105 element.appendChild(Builder._text(children));
|
| D | dragdrop.js | 758 … var children = Sortable.findElements(dropon, {tag: droponOptions.tag, only: droponOptions.only}); 761 if(children) { 764 for (index = 0; index < children.length; index += 1) { 765 if (offset - Element.offsetSize (children[index], droponOptions.overlap) >= 0) { 766 offset -= Element.offsetSize (children[index], droponOptions.overlap); 767 … } else if (offset - (Element.offsetSize (children[index], droponOptions.overlap) / 2) >= 0) { 768 child = index + 1 < children.length ? children[index + 1] : null; 771 child = children[index]; 812 var children = Sortable.findElements(element, options) || []; 814 for (var i = 0; i < children.length; ++i) { [all …]
|
| /template/breeze/bower_components/gumby/js/libs/ui/ |
| D | gumby.navbar.js | 36 if(this.$dropDowns.children('a').attr('href') !== '#') { 38 this.$dropDowns.children('a').append('<i class="icon-popup"></i>').children('i') 79 $el = $this.children('a');
|
| D | gumby.tabs.js | 14 this.$content = this.$el.children('.tab-content'); 19 this.$nav.children('a').on(Gumby.click, function(e) {
|
| /template/icke/ |
| D | script.js | 6 var $li = $ul.children('li'); 8 var $div = jQuery(this).children('div.li').first(); 39 …jQuery('.popup_content ul').children('li.node').each(function detachLiIntoBubble($index, element) { 54 $currentNode.children('ul').first().appendTo($newPopout);
|
| /template/hexa/ |
| D | navigation.js | 21 for( var i = 0; i < menuItem.parentNode.children.length; ++i ) { 22 if ( menuItem === menuItem.parentNode.children[i] ) { 25 menuItem.parentNode.children[i].classList.remove( 'focus' );
|
| /template/strap/resources/page-image/ |
| H A D | vignette.md | 1 <box align="x-center-children y-center-children" width="1200px" height="600px"> 3 <grid align="y-children-center" >
|
| /template/dokui/js/ |
| D | fix.js | 7 var a = $(this).children("a").attr("title"); 20 if ($(this).children("a").size() > 0) { 21 if ($(this).children("a").attr("title")===$(".fixjs[name=title]").val()) {
|
| /template/boozurk/css/ |
| D | boozurk.css | 1112 #mainmenu ul.children { 1362 #commentlist, #commentlist .children { 1367 .children .comment-body { 1370 .children .children .comment-body { 1373 .children .children .children .comment-body { 1376 .children .children .children .children .comment-body { 1379 .children .children .children .children .children .comment-body { 1382 .children .children .children .children .children .children .comment-body { 1385 .children .children .children .children .children .children .children .comment-body { 1388 .children .children .children .children .children .children .children .children .comment-body { [all …]
|
| /template/bootstrap3/inc/ |
| D | simple_html_dom.php | 136 public $children = array(); variable in simple_html_dom_node 164 $this->children = null; 228 $string .= ' children: ' . count($this->children); 249 $this->parent->children[] = $this; 257 return !empty($this->children); 260 function children($idx = -1) function in simple_html_dom_node 263 return $this->children; 266 if (isset($this->children[$idx])) { 267 return $this->children[$idx]; 275 if (count($this->children) > 0) { [all …]
|
| /template/mikio/inc/ |
| H A D | simple_html_dom.php | 133 public $children = array(); variable in simple_html_dom_node 161 $this->children = null; 225 $string .= ' children: ' . count($this->children); 246 $this->parent->children[] = $this; 254 return !empty($this->children); 257 function children($idx = -1) function in simple_html_dom_node 260 return $this->children; 263 if (isset($this->children[$idx])) { 264 return $this->children[$idx]; 272 if (count($this->children) > 0) { [all …]
|
| /template/minimal/ |
| H A D | script.js | 19 jQuery('.menu:not(.mobile-menu) .list').not(jQuery(this).children('.list')).hide(); 20 jQuery(this).children('.list').slideToggle('fast');
|
| /template/bushwick/ |
| D | functions.js | 135 for( var i = 0; i < menuItem.parentNode.children.length; ++i ) { 136 if ( menuItem === menuItem.parentNode.children[i] ) { 139 menuItem.parentNode.children[i].classList.remove( 'focus' );
|
| /template/bushwick/css/ |
| D | bushwick-responsive.css | 198 .navigation-main .menu-item-has-children li.menu-item-has-children > a:after, 199 .navigation-main .menu-item-has-children li.page_item_has_children > a:after, 200 .navigation-main .page_item_has_children li.menu-item-has-children > a:after, 204 .navigation-main .menu-item-has-children > a:after,
|
| /template/strap/ComboStrap/Meta/Form/ |
| H A D | FormMetaField.php | 91 private $children; variable in ComboStrap\\Meta\\Form\\FormMetaField 297 if ($this->children !== null) { 298 foreach ($this->children as $column) { 417 $this->children[] = $formField; 466 return $this->children;
|
| /template/graphy/css/ |
| D | graphy-responsive.css | 218 .main-navigation div.menu > ul > li.menu-item-has-children > a, 219 .main-navigation ul.menu > li.menu-item-has-children > a { 224 .main-navigation div.menu > ul > li.menu-item-has-children > a:after, 225 .main-navigation ul.menu > li.menu-item-has-children > a:after { 268 .main-navigation ul ul li.menu-item-has-children > a { 272 .main-navigation ul ul li.menu-item-has-children > a:after {
|
| /template/strap/ComboStrap/Meta/Store/ |
| H A D | MetadataDbStore.php | 248 $children = $metadata->getChildrenObject(); 249 if ($children === null) { 253 foreach ($children as $child) {
|