Home
last modified time | relevance | path

Searched refs:childNodes (Results 51 – 75 of 244) sorted by relevance

12345678910

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js819 actual = _.toArray(document.childNodes);
821 assert.deepEqual(actual, _.map(document.childNodes, _.identity), 'works on NodeList');
879 var elementChildren = _.filter(parent.childNodes, _.isElement);
883 assert.deepEqual(_.map(parent.childNodes, 'nodeType'), [1, 3, 1]);
885 assert.notOk(_.every(parent.childNodes, _.isElement));
886 assert.ok(_.some(parent.childNodes, _.isElement));
891 assert.equal(_.max(parent.childNodes, compareNode), _.last(parent.childNodes));
892 assert.equal(_.min(parent.childNodes, compareNode), _.first(parent.childNodes));
/plugin/supa/
H A Dscript.js45 if (msgbox.childNodes) {
46 before = msgbox.childNodes[0];
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcklistcommands.js262 for ( var i = 0 ; i < newList.listNode.childNodes.length ; i++ )
264 if ( newList.listNode.childNodes[i].nodeName.IEquals( this.TagName ) )
265 listsCreated.push( newList.listNode.childNodes[i] ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckxhtml.js151 if ( xmlNode.childNodes.length == 0 )
380 for ( var i = 0 ; i < htmlNode.childNodes.length ; i++ )
382 var item = htmlNode.childNodes[i] ;
H A Dfcktablehandler.js98 if ( table.parentNode.childNodes.length == 1 )
376 while ( currentCell.childNodes.length > 0 )
412 while ( nextCell && nextCell.childNodes && nextCell.childNodes.length > 0 )
434 while ( nextCell && nextCell.childNodes && nextCell.childNodes.length > 0 )
H A Dfck_gecko.js154 range.setStart( node, node.childNodes.length ) ;
155 range.setEnd( node, node.childNodes.length ) ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdomrange_gecko.js50 if ( oRange.collapsed && startContainer.nodeType == 1 && startContainer.childNodes.length == 0 )
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML.js48childNodes,v=c.GetMenuNode(z).childNodes;for(var w=0,u=v.length;w<u;w++){var x=v[w].menuItem;if(x&…
49 …n document.createTextNode("")}}}for(g=0,e=j.childNodes.length;g<e;g++){f.appendChild(this.Import(j…
51childNodes=[]},appendChild:function(ab){if(ab.parent){ab.parent.removeChild(ab)}if(this.lastChild)…
52 …,{className:"MJXp-over"}]]);q.firstChild.appendChild(r.lastChild);if(r.childNodes.length>(this.dat…
/plugin/sqlraw/
H A Dsorttable.min.js10 theadrow=this.parentNode;forEach(theadrow.childNodes,function(cell){if(cell.nodeType==1){cell.class…
22 … 11:var innerText='';for(var i=0;i<node.childNodes.length;i++){innerText+=sorttable.getInnerText(n…
/plugin/quickstats/scripts/
H A Dsorttable-cmpr.js3childNodes,function(e){if(e.nodeType==1){e.className=e.className.replace("sorttable_sorted_reverse…
H A Dsorttable.js123 forEach(theadrow.childNodes, function(cell) {
233 for (var i = 0; i < node.childNodes.length; i++) {
234 innerText += sorttable.getInnerText(node.childNodes[i]);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php145 foreach ($xml->childNodes as $child) {
271 foreach ($node->childNodes as $childNode) {
275 if ($node->firstChild->nodeName == $node->lastChild->nodeName && $node->childNodes->length > 1) {
/plugin/indexmenu2/cms/modifiers/
H A Dajaxum.js14 …le=""}},openhandler:function(el,keys,css,mo){el=el[keys.submenu];if(el.childNodes.length&&!el[keys…
/plugin/virtualkeyboard/vk/extensions/
H A Ddomextensions.js23 if (Boolean(removeChildren) || this.childNodes.length<1)
/plugin/approve/
H A Dscript.js41 var h1 = $h1[0].childNodes[0].nodeValue;
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js38childNodes.length==1&&A.body.firstChild.nodeType==1&&A.body.firstChild.tagName.toLowerCase()=='br'…
46childNodes.length;i++){var F=A.childNodes[i];if (!F.nodeName.IEquals('li')) continue;var G={ 'pare…
48childNodes.length;i++){var D=parent.childNodes[i].id;if (D&&D.length>0) B[B.length]=D;C(parent.chi…
65 …=C;this.Elements=D;};FCKElementPath._CheckHasBlock=function(A){var B=A.childNodes;for (var i=0,cou…
66childNodes[A.startOffset];this.StartContainer=B;this.StartBlock=C.Block;this.StartBlockLimit=C.Blo…
67 …_Range;if (A){var B=A.startContainer;if (A.collapsed&&B.nodeType==1&&B.childNodes.length==0) B.app…
70childNodes.length);},insertNode:function(A){var B=this.startContainer;var C=this.startOffset;if (B…
72 …[i--])){if (C.style.pageBreakAfter=='always'&&C.childNodes.length==1&&C.childNodes[0].style&&C.chi…
74childNodes[C.startOffset].nodeName.toLowerCase()]){A='Control';}};return A;};FCKSelection.GetSelec…
76 ….tagName.Equals('TD','TH')) E=D.startContainer;else E=D.startContainer.childNodes[D.startOffset];i…
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.min.js1childNodes.length;d++)if(g=document.head.childNodes[d],h=g?g.src||g.href:!1,i=g?g.tagName:!1,g&&h&…
2childNodes.length&&h.appendChild(j):h.appendChild(j))}}return h.childNodes.length&&d.appendChild(h…
H A Dexport.js627 for ( i1 = 0; i1 < document.head.childNodes.length; i1++ ) {
628 item = document.head.childNodes[ i1 ];
897 for ( i2 = 0; i2 < childNode.childNodes.length; i2++ ) {
924 for ( i2 = 0; i2 < childNode.childNodes.length; i2++ ) {
925 if ( childNode.childNodes[ i2 ].tagName == "rect" ) {
926 props.fill = childNode.childNodes[ i2 ].getAttribute( "fill" );
1586 var textNode = g.paths[ i1 ].svg.childNodes[ i ];
1689 if ( svg.tagName == "text" && svg.childNodes.length > 1 ) {
1947 var items = document.body.childNodes;
2818 if ( ul.childNodes.length ) {
[all …]
/plugin/mobiletable/
H A Dscript.js2 … WeakMap,G=Symbol("index"),D=Symbol("hidden"),E=function(g,d){if(1===g.childNodes.length&&"#text"=…
5 …)&&C.set(x,h);q.appendChild(h)}else{x=F(v);if(q!==D){var M=x,A=q;1===A.childNodes.length&&"#text"=…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js35childNodes.length==1&&A.body.firstChild.nodeType==1&&A.body.firstChild.tagName.toLowerCase()=='br'…
37childNodes.length;i++){var D=parent.childNodes[i].id;if (D&&D.length>0) B[B.length]=D;C(parent.chi…
55childNodes[A.startOffset];this.StartContainer=B;this.StartBlock=D.Block;this.StartBlockLimit=D.Blo…
56 …_Range;if (A){var B=A.startContainer;if (A.collapsed&&B.nodeType==1&&B.childNodes.length==0) B.app…
59childNodes.length);},insertNode:function(A){var B=this.startContainer;var C=this.startOffset;if (B…
61 …[i--])){if (C.style.pageBreakAfter=='always'&&C.childNodes.length==1&&C.childNodes[0].style&&C.chi…
63childNodes[C.startOffset].nodeName.toLowerCase()]){A='Control';}};return A;};FCKSelection.GetSelec…
64childNodes.length==1) A.parentNode.parentNode.removeChild(A.parentNode);else A.parentNode.removeCh…
65 ….tagName.Equals('TD','TH')) E=D.startContainer;else E=D.startContainer.childNodes[D.startOffset];i…
66 …es;for (var i=0;i<C.length;i++){var D=C[i];B[D.name]=D.value;};var E=A.childNodes;for (i=0;i<E.len…
[all …]
/plugin/farmsync/script/
H A Djquery.chosen.js44 _ref = group.childNodes;
/plugin/farmer/script/
H A Djquery.chosen.js44 _ref = group.childNodes;
112 _ref = select.childNodes;
/plugin/katex/_assets/contrib/
H A Dcopy-tex.min.js1 …;if(f.querySelector(".katex-mathml")){var c=Array.prototype.map.call(f.childNodes,(function(e){ret…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DHTML.php219 foreach ($doc->childNodes as $node) {
/plugin/combo/resources/snippet/js/
H A Dcarrousel.js17 let elementChildNodes = [...carrousel.childNodes].filter(child => {

12345678910