Home
last modified time | relevance | path

Searched refs:nodeType (Results 226 – 250 of 263) sorted by last modified time

1234567891011

/plugin/highlightjs/highlight/
H A Dhighlight.js269 if (block.childNodes[i].nodeType == 3)
296 if (node.childNodes[i].nodeType == 3)
479 if (!(node.nodeType == 3 && node.nodeValue.match(/\s+/)))
/plugin/swfobject/
H A Dscript.js4 …{var X=ad.length;for(var Z=0;Z<X;Z++){if(!(ad[Z].nodeType==1&&ad[Z].nodeName=="PARAM")&&!(ad[Z].no…
/plugin/jquery/
H A Dscript.js12nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(…
19nodeType!==1&&T.nodeType!==9){return[]}if(!X||typeof X!=="string"){return aa}var Y=[],V,ae,ah,S,ac…
/plugin/asciimath/
H A Dasciimathml148r.js799 if ((n.nodeType!=8 || linebreaks) &&
832 frg = AMstrarr2docFrag(arr,n.nodeType==8);
/plugin/indexmenu2/cms/extensions/
H A Dhelpers.js11 …}return null}function getParent(i,I,l){if(i==null)return null;else if(i.nodeType==1&&((!isUndefine…
/plugin/indexmenu2/cms/extensions/dom/
H A Dautosuggest.js13 …;this.show=function(){if(!o)return false;if(!o.parentNode||o.parentNode.nodeType==11){document.bod…
/plugin/indexmenu2/cms/modifiers/
H A Dajaxum.js14 …'__ajaxumTarget'},mod:function(i,I,l,o){if((!i.firstChild||i.firstChild.nodeType!=8)&&!i.title)i[I…
/plugin/code3/
H A Dscript.js11 …dHtml(O,o);}return o.join('');}function PR_normalizedHtml(i,I){switch(i.nodeType){case 1:var l=i.t…
/plugin/code3/src/
H A Dtz.js359 switch (node.nodeType) {
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js36nodeType==3){var C=B.nodeValue.LTrim();var D=B.nodeValue.length;if (C.length==0){A.removeChild(B);…
37nodeType!=1) H=H.parentNode;if (H&&H.tagName.toLowerCase()=='li') F=1;if (D=='p') this._ProcessLin…
45nodeType==1&&E.nodeName=='br') this._AppendEntity(A,this._NbspEntity);}};if (A.childNodes.length==…
52nodeType==1){var b=Z.nodeName.toLowerCase();var c=(b==this.Element);if (c){for (var P in D){if (FC…
54nodeType==1&&I.nodeName.toUpperCase()=='LI') J=F=true;E.appendChild(I.parentNode.removeChild(I));i…
55 var FCKElementPath=function(A){var B=null;var C=null;var D=[];var e=A;while (e){if (e.nodeType==1){…
56nodeType==3?B:B.childNodes[A.startOffset];this.StartContainer=B;this.StartBlock=D.Block;this.Start…
58nodeType!=1);var L=false;if (!K){var M=H.nodeName.toLowerCase();if (F[M]){if (M=='br') K=true;else…
60nodeType==3?A.data.length:A.childNodes.length);},insertNode:function(A){var B=this.startContainer;…
67 …=D.value;};var E=A.childNodes;for (i=0;i<E.length;i++){var F=E[i];if (F.nodeType==1){var G='$'+F.n…
[all …]
H A Dfckeditorcode_gecko.js35nodeType==3){var C=B.nodeValue.LTrim();var D=B.nodeValue.length;if (C.length==0){A.removeChild(B);…
44nodeType==1&&E.nodeName=='br') this._AppendEntity(A,this._NbspEntity);}};if (A.childNodes.length==…
53nodeType==1&&I.nodeName.toUpperCase()=='LI') J=F=true;E.appendChild(I.parentNode.removeChild(I));i…
54 var FCKElementPath=function(A){var B=null;var C=null;var D=[];var e=A;while (e){if (e.nodeType==1){…
55nodeType==3?B:B.childNodes[A.startOffset];this.StartContainer=B;this.StartBlock=D.Block;this.Start…
56 …on(){var A=this._Range;if (A){var B=A.startContainer;if (A.collapsed&&B.nodeType==1&&B.childNodes.…
57nodeType!=1);var L=false;if (!K){var M=H.nodeName.toLowerCase();if (F[M]){if (M=='br') K=true;else…
59nodeType==3?A.data.length:A.childNodes.length);},insertNode:function(A){var B=this.startContainer;…
63nodeType==1&&FCKListsLib.StyleObjectElements[C.startContainer.childNodes[C.startOffset].nodeName.t…
65 …var B=FCK.EditorWindow.getSelection();if (B.rangeCount==1&&B.anchorNode.nodeType==3){var C=FCKTool…
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js348 if ( currentNode.nodeType == 1 )
860 var nodeType = currentNode.nodeType ;
861 var nodeName = nodeType == 1 ? currentNode.nodeName.toLowerCase() : null ;
877 if ( nodeType != 1 || currentNode.childNodes.length == 0 )
980 if ( startSibling.nodeType == 1
992 if ( startSibling.nodeType == 3 && startSibling.length == 0 )
1008 …if ( !element || element.nodeType != 1 || !FCKListsLib.InlineNonEmptyElements[ element.nodeName.to…
1025 …var hasBookmark = ( sibling && sibling.nodeType == 1 && sibling.getAttribute( '_fck_bookmark' ) ) ;
1029 if ( sibling && sibling.nodeType == 1 && sibling.nodeName == element.nodeName )
1063 …var hasBookmark = ( sibling && sibling.nodeType == 1 && sibling.getAttribute( '_fck_bookmark' ) ) ;
[all …]
H A Dfckdomrange.js67 else if ( eEndNode.nodeType == 1 )
387 while ( curStart && curStart.nodeType == 3 )
392 while ( curEnd && curEnd.nodeType == 3 )
531 if ( oNode.nodeType != 1 )
552nodeType == 3 && offset >= oNode.nodeValue.length ) || ( oNode.nodeType == 1 && offset >= oNode.ch…
554 if ( oNode.nodeType != 1 )
587 if ( oNode.nodeType == 1 )
599 && ( oNode.nodeType != 1
613 if ( oNode.nodeType == 1 )
619 && ( oNode.nodeType != 1
[all …]
H A Dfckenterkey.js371 if ( node.nodeType == 1 )
572 …while ( ( source = source.lastChild ) && source.nodeType == 1 && FCKListsLib.InlineChildReqElement…
604 …var nodeLength = range.EndContainer.nodeType == 3 ? range.EndContainer.length : range.EndContainer…
H A Dfckdomrangeiterator.js103 var includeNode = ( currentNode.nodeType != 1 ) ;
148 else if ( currentNode.nodeType == 3 )
288 …if ( previousSibling && previousSibling.nodeType == 1 && previousSibling.nodeName.toLowerCase() ==…
295 if ( lastChild && lastChild.nodeType == 1 && lastChild.nodeName.toLowerCase() == 'br' )
H A Dfckelementpath.js35 if ( e.nodeType == 1 )
H A Dfckw3crange.js145 this.setEnd( refNode, refNode.nodeType == 3 ? refNode.data.length : refNode.childNodes.length ) ;
154 if ( startContainer.nodeType == 3 )
228 if ( endNode.nodeType == 3 )
250 if ( startNode.nodeType == 3 )
400 if ( startTextNode.nodeType == 3 )
407 if ( endTextNode.nodeType == 3 && endTextNode.nextSibling )
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js66 if ( eChildNode.nodeType == 3 )
92 if ( eChildNode.nodeType == 3 )
210 if ( currentNode.nodeType == 1 )
249 if ( currentNode.nodeType == 1 )
284 if ( nodeType && node && node.nodeType != nodeType )
305 if ( nodeType && node && node.nodeType != nodeType )
392 && doc.body.firstChild.nodeType == 1
577 candidate.nodeType == 3 &&
612 candidate.nodeType == 3 &&
809 if ( currentNode.nodeType == 1 )
[all …]
H A Dfck.js163 switch ( oNode.nodeType )
982 oTarget = win.nodeType == 1 ? win : win.frameElement ? win.frameElement : win.document ;
995 oTarget = win.nodeType == 1 ? win : win.frameElement ? win.frameElement : win.document ;
H A Dfckxhtml.js145 if ( lastChild && lastChild.nodeType == 1 && lastChild.nodeName == 'br' )
179 switch ( htmlNode.nodeType )
277 …ld( this.XML.createComment( "Element not supported - Type: " + htmlNode.nodeType + " Name: " + htm…
384 if ( item.nodeType == 3 && i == 0 )
407 if ( ePSibling && ePSibling.nodeType == 3 )
H A Dfck_gecko.js83 if ( node.nodeType != 1 )
99 if ( node.nodeType != 3 )
167 if ( stopNode.nodeType != 1 )
201 if ( ! emptyBlockNode || emptyBlockNode.nodeType != 1 )
H A Dfcktools.js262 while ( node && node.nodeType != 1 )
445 if ( !formNode || formNode.nodeType != 1 || formNode.tagName.toLowerCase() != 'form' )
464 if ( !formNode || formNode.nodeType != 1 || formNode.tagName.toLowerCase() != 'form' )
508 while ( node && node.nodeType != 3 )
H A Dfcktablehandler.js379 if ( node.nodeType != 1
H A Dfckselection_gecko.js40 && range.startContainer.nodeType == 1
58 if ( selection && selection.anchorNode && selection.anchorNode.nodeType == 1 )
70 else if ( selectedElement.nodeType != 1 )
135 return ( element.nodeType == 1 ? element : element.parentNode ) ;
173 if ( oContainer.nodeType == 1 && oContainer.tagName == nodeTagName ) return true ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcklistcommands.js198 …if ( currentNode && currentNode.nodeType == 3 && currentNode.nodeValue.search( /^[\n\r\t ]*$/ ) ==…
215 …if ( currentNode && currentNode.nodeType == 3 && currentNode.nodeValue.search( /^[\n\r\t ]*$/ ) ==…

1234567891011