Home
last modified time | relevance | path

Searched refs:nodeType (Results 76 – 100 of 263) sorted by relevance

1234567891011

/plugin/issuetracker/
H A Dprototype.js308 return !!(object && object.nodeType == 1);
2138 if (element.nodeType == 1)
2164 if (child.nodeType === 1) {
3989 if ( context.nodeType !== 1 && context.nodeType !== 9 ) {
4557 if ( node.nodeType === 1 ) {
4759 if ( results[i].nodeType === 1 ) {
4836 if ( sibDir && elem.nodeType === 1 ){
4849 if ( elem.nodeType === 1 && !isXML ){
4872 if ( sibDir && elem.nodeType === 1 ) {
4885 if ( elem.nodeType === 1 ) {
[all …]
/plugin/revealjs/plugin/markdown/
H A Dmarkdown.js351 …if ( typeof childElement.setAttribute == 'function' || childElement.nodeType == Node.COMMENT_NODE …
357 if ( element.nodeType == Node.COMMENT_NODE ) {
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckfitwindow.js57 if ( eParent.nodeType == 1 )
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 ]*$/ ) ==…
/plugin/combo/resources/snippet/js/
H A Dcarrousel.js18 if (child.nodeType === Node.ELEMENT_NODE) {
/plugin/clipboardutils/lib/
H A Dclipboard.min.js7nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===n&&e.hasAttrib…
/plugin/diagramsnet/lib/math/extensions/MathML/
H A Dcontent-mathml.js19nodeType===3){h.removeChild(h.childNodes[g]);g--;f--}}h.appendChild(document.createTextNode(j))},c…
/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/eventline/timeline_ajax/
H A Dsimile-ajax-api.js36 if (node.nodeType == 1 && node.tagName.toLowerCase() == "script") {
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-api.js36 if (node.nodeType == 1 && node.tagName.toLowerCase() == "script") {
/plugin/codeprettify/code-prettify/src/
H A Dnode_prettify.js570 var type = node.nodeType;
652 var type = c.nodeType;
H A Dprettify.js618 var type = node.nodeType;
700 var type = c.nodeType;
/plugin/sqlraw/
H A Dsorttable.min.js10 theadrow=this.parentNode;forEach(theadrow.childNodes,function(cell){if(cell.nodeType==1){cell.class…
21 else{switch(node.nodeType){case 3:if(node.nodeName.toLowerCase()=='input'){return node.value.replac…
/plugin/quickstats/scripts/
H A Dsorttable-cmpr.js3nodeType==1){e.className=e.className.replace("sorttable_sorted_reverse","");e.className=e.classNam…
H A Dsorttable.js124 if (cell.nodeType == 1) { // an element
222 switch (node.nodeType) {
/plugin/wysiwyg/fckeditor/editor/_source/internals/
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 ;
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js11 …r text=null,elem=elems[i];if(elem.nodeType===3||elem.nodeType===4){offset+=elem.nodeValue.length;}…
12 if(elem.nodeType!==8&&elem.children){arguments.callee(elem.childNodes,offset);}}})(elems);matches.s…
/plugin/revealjs/plugin/search/
H A Dsearch.js53 if(node.nodeType == 3) { // NODE_TEXT
/plugin/aimg/
H A Dscript.js665 if (node.nodeType != 1) node = node.parentNode;
676 while (note && note.nodeType != 1) note = note.nextSibling;
710 if (node.nodeType != 1) node = node.parentNode;
730 while (note && note.nodeType != 1) note = note.nextSibling;
/plugin/prosemirror/
H A Drenderer.php53 public function dropFromNodeStack($nodeType) argument
55 $this->nodestack->drop($nodeType);
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js466 }if(p){if(p.nodeType==1){addOffset(p,coords,view)
749 }if(!node||node.nodeType!=1){return false
3135 if(context.nodeType!==1&&context.nodeType!==9){return[]
3516 }while(targ.nodeType!=1){targ=targ.parentNode
3524 }while(targ.nodeType!=1){targ=targ.parentNode
3540 }while(targ.nodeType!=1){targ=targ.parentNode
4137 if(parent.nodeType==1){parent.innerHTML=html;
6526 }}if(targ.nodeType==3){targ=targ.parentNode
6540 }}if(targ.nodeType==3){targ=targ.parentNode
6549 }}if(targ.nodeType==3){targ=targ.parentNode
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js477 }if(p){if(p.nodeType==1){addOffset(p,coords,view)
490 if(p){if(p.nodeType==1){var parentStyle=view.getComputedStyle(p,"");
710 function toHTML(elt){if(elt.nodeType==Node.ELEMENT_NODE){if(unwrapObject(elt).firebugIgnore){return
722 child=child.nextSibling){pureText=pureText&&(child.nodeType==Node.TEXT_NODE)
731 }}}}else{if(elt.nodeType==Node.TEXT_NODE){html.push(escapeForTextNode(elt.textContent))
732 }else{if(elt.nodeType==Node.CDATA_SECTION_NODE){html.push("<![CDATA[",elt.nodeValue,"]]>")
733 }else{if(elt.nodeType==Node.COMMENT_NODE){html.push("<!--",elt.nodeValue,"-->")
738 this.getElementXML=function(element){function toXML(elt){if(elt.nodeType==Node.ELEMENT_NODE){if(unwrapObject(elt).firebugIgnore){return
752 }}else{if(elt.nodeType==Node.TEXT_NODE){xml.push(elt.nodeValue)
753 }else{if(elt.nodeType
1276 var instanceCheckMap={Window:{property:["window","document"],method:"setTimeout"},Document:{property:["body","cookie"],method:"getElementById"},Node:{property:"ownerDocument",metho global() property in instanceCheckMap.HTMLFormElement.value
[all...]
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js326 if ( oNode.nodeType != 1 )
/plugin/livepreview/
H A Dscript.js29 else if (el.nodeType == 1 &&
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js1329 if (p.nodeType == 1)
1364 if (p.nodeType == 1)
2031 if (!node || node.nodeType != 1)
3571 value: {nodeType: 1} property in instanceCheckMap.Element.value
3585 nodeType: 1, property in instanceCheckMap.HTMLImageElement.value
3595 nodeType: 1, property in instanceCheckMap.HTMLAnchorElement.value
3605 nodeType: 1, property in instanceCheckMap.HTMLInputElement.value
3620 nodeType: 1, property in instanceCheckMap.HTMLFormElement.value
12667 if ( context.nodeType !== 1 && context.nodeType !== 9 ) {
15245 if (parent.nodeType == 1)
[all …]

1234567891011