| /template/strap/ComboStrap/Xml/ |
| H A D | XmlElement.php | 73 $childNodes = []; 74 foreach ($this->domElement->childNodes as $childNode) { 76 $childNodes[] = new XmlElement($childNode, $this->document); 79 return $childNodes; 87 $childNodes = []; 88 foreach ($this->domElement->childNodes as $childNode) { 90 $childNodes[] = $childNode->nodeValue; 92 …$childNodes[] = implode('', XmlElement::create($childNode, $this->document)->getChildrenNodeTextVa… 95 return $childNodes;
|
| H A D | XmlSystems.php | 264 $rightChildNodes = $rightNode->childNodes; 267 $firstNode = $leftNode->childNodes->item(0); 272 $leftChildNodeCount = $leftNode->childNodes->length; 277 $leftChildNode = $leftNode->childNodes->item($leftChildIndex); 282 $leftChildNode = $leftNode->childNodes->item($leftChildIndex);
|
| H A D | XmlDocument.php | 539 for ($i = 0; $i < $this->getDomDocument()->documentElement->childNodes->length; $i++) { 540 $childNode = &$this->getDomDocument()->documentElement->childNodes[$i];
|
| /template/incognitek/ |
| D | iepngfix.htc | 59 for (var n = 0; n < childNodes.length; n++) 60 if (childNodes[n].style) childNodes[n].style.position = 'relative';
|
| /template/strap/resources/snippet/js/ |
| H A D | search.js | 27 return [...divContainer.childNodes];
|
| H A D | carrousel.js | 17 let elementChildNodes = [...carrousel.childNodes].filter(child => {
|
| /template/sprintdoc/ |
| H A D | svg.php | 59 while($dom->childNodes->length > 0) { 60 $child = $dom->childNodes->item(0);
|
| /template/starterbootstrap/js/ |
| D | sorttable.js | 123 forEach(theadrow.childNodes, function(cell) { 235 for (var i = 0; i < node.childNodes.length; i++) { 236 innerText += sorttable.getInnerText(node.childNodes[i]);
|
| /template/kajukkk/js/ |
| D | html5shiv.js | 6 …lement("a");a.innerHTML="<xyz></xyz>";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.creat…
|
| /template/flat/assets/js/ |
| D | html5shiv.js | 40 supportsUnknownElements = a.childNodes.length == 1 || (function() {
|
| D | html5shiv.min.js | 4 …a=b.createElement("a");a.innerHTML="<xyz></xyz>",k="hidden"in a,l=1==a.childNodes.length||function…
|
| /template/a_new_day/js/ |
| D | prototype.js | 225 return div.childNodes[0] ? (div.childNodes.length > 1 ? 226 $A(div.childNodes).inject('',function(memo,node){ return memo+node.nodeValue }) : 227 div.childNodes[0].nodeValue) : ''; 1561 $A(element.childNodes).each(function(node){ 1566 $A(div.childNodes).each( 1649 return $A(div.childNodes[0].childNodes[0].childNodes);
|
| D | controls.js | 224 return this.update.firstChild.childNodes[index]; 270 if(this.update.firstChild && this.update.down().childNodes) { 272 this.update.down().childNodes.length;
|
| D | effects.js | 31 return $A($(element).childNodes).collect( function(node) { 38 return $A($(element).childNodes).collect( function(node) { 95 $A(element.childNodes).each( function(child) { 114 elements = $(element).childNodes;
|
| /template/battlehorse/js/ |
| D | prototype.js | 225 return div.childNodes[0] ? (div.childNodes.length > 1 ? 226 $A(div.childNodes).inject('',function(memo,node){ return memo+node.nodeValue }) : 227 div.childNodes[0].nodeValue) : ''; 1561 $A(element.childNodes).each(function(node){ 1566 $A(div.childNodes).each( 1649 return $A(div.childNodes[0].childNodes[0].childNodes);
|
| D | controls.js | 224 return this.update.firstChild.childNodes[index]; 270 if(this.update.firstChild && this.update.down().childNodes) { 272 this.update.down().childNodes.length;
|
| D | effects.js | 31 return $A($(element).childNodes).collect( function(node) { 38 return $A($(element).childNodes).collect( function(node) { 95 $A(element.childNodes).each( function(child) { 114 elements = $(element).childNodes;
|
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.2-compressed.js | 66 …searchEl.textContent)){parentLayer=el.left.html.container.child.get()[t].childNodes[1].lib;break;}} 67 if(!parentLayer){parentLayer=el.left.html.container.child.get()[3].childNodes[1].lib;} 71 …l=_returnParentElementByElement||null,returnParentVal=null,len=element.childNodes.length,nodeLink;… 73 …ment,nodeLink];d.html.openProperties();};if(element.childNodes&&(len==0||(len==1&&element.childNod… 74 var item=element.childNodes[i];if(item.nodeType==1&&!item.getAttribute('firebugIgnore')){var contai… 75 …childNodes){var childLen=item.childNodes.length;if(childLen==1&&item.childNodes[0].nodeType==Node.… 97 …f(target!=document.body&&target!=document.firstChild&&target!=document.childNodes[1]&&target!=bord… 127 …child":{"get":function(){return this._parent_.environment.getElement().childNodes;},"add":function…
|
| H A D | firebug-lite-1.2.js | 1345 parentLayer = el.left.html.container.child.get()[t].childNodes[1].lib; 1351 parentLayer = el.left.html.container.child.get()[3].childNodes[1].lib; 1388 len = element.childNodes.length, 1406 … if(element.childNodes&&(len==0||(len==1&&element.childNodes[0].nodeType==Node.TEXT_NODE)))return; 1431 var item = element.childNodes[i]; 1459 if (item.childNodes){ 1460 var childLen = item.childNodes.length; 1461 if (childLen == 1 && item.childNodes[0].nodeType == Node.TEXT_NODE) { 1463 …html.child.add(document.createTextNode(item.childNodes[0].nodeValue.substring(0, env.textNodeChars… 1465 html.child.add(document.createTextNode(item.childNodes[0].nodeValue)); [all …]
|
| /template/bulma/ |
| D | tpl_functions.php | 104 foreach ($ele->childNodes as $i) {
|
| /template/chippedsnow/ |
| D | less-1.1.3.min.js | 28 … new Error("Couldn't reassign styleSheet.cssText.")}else(function(a){d.childNodes.length>0?d.first…
|
| /template/quickjump/ |
| D | jquery-1.4.2.min.js | 22 …a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(t… 69 …eType===3||l.nodeType===4)h+=l.nodeValue;else if(l.nodeType!==8)h+=a(l.childNodes)}return h}functi… 87 …g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=fu… argument 99 a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=funct… 103 …nt().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append… 109 …rentNode&&e&&e.nodeType===11&&e.childNodes.length===this.length?{fragment:e}:sa(a,this,o);k=e.frag… 110 …(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.le… 112 …childNodes:k[1]==="<table>"&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")…
|
| /template/bootstrap3/inc/ |
| D | simple_html_dom.php | 1343 function childNodes($idx = -1) function in simple_html_dom_node 2305 function childNodes($idx = -1) function in simple_html_dom 2307 return $this->root->childNodes($idx);
|
| /template/mikio/inc/ |
| H A D | simple_html_dom.php | 1347 function childNodes($idx = -1) function in simple_html_dom_node 2311 function childNodes($idx = -1) function in simple_html_dom 2313 return $this->root->childNodes($idx);
|
| /template/ospyramid/js/libs/ |
| D | jquery-1.6.1.js | 151 selector = (ret.cacheable ? jQuery.clone(ret.fragment) : ret.fragment).childNodes; 4577 Array.prototype.slice.call( document.documentElement.childNodes, 0 )[0].nodeType; argument 4714 ret += Sizzle.getText( elem.childNodes ); 5338 jQuery.makeArray( elem.childNodes ); 5561 jQuery( this ).replaceWith( this.childNodes ); 5752 …if ( jQuery.support.parentNode && parent && parent.nodeType === 11 && parent.childNodes.length ===… 5761 if ( fragment.childNodes.length === 1 ) { 5937 if ( parent && parent.nodeType === 11 && parent.childNodes.length === 1 && insert.length === 1 ) { 6077 div.firstChild && div.firstChild.childNodes : 6081 div.childNodes : [all …]
|