Home
last modified time | relevance | path

Searched refs:nodeType (Results 51 – 75 of 263) sorted by relevance

1234567891011

/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DElements.php115 if ($reader->nodeType === Xml\Reader::ELEMENT) {
H A DXmlFragment.php80 switch ($reader->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 …]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
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 )
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php78 switch ($reader->nodeType) {
/plugin/eventline/timeline_ajax/scripts/
H A Dsignal.js15 if (node.nodeType == 1 && node.tagName.toLowerCase() == "script") {
/plugin/tline/timeline_ajax/scripts/
H A Dsignal.js15 if (node.nodeType == 1 && node.tagName.toLowerCase() == "script") {
/plugin/icalevents/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php78 switch ($reader->nodeType) {
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dwgxpath.install.js35nodeType=2;this.parentNode=this.ownerElement=b}function Da(a,b){var c=Ca&&"href"==b.nodeName?a.get…
39 …eturn A(a,c,d)}));r(f,function(a){"*"==g&&("!"==a.tagName||"*"==g&&1!=a.nodeType)||F(e,a)});return…
40 ….1");v&&za("9");function Ka(a,b){if(!a||!b)return!1;if(a.contains&&1==b.nodeType)return a==b||a.co…
41nodeType)return-1;if(9==b.nodeType)return 1}if("sourceIndex"in a||a.parentNode&&"sourceIndex"in a.…
50 …f(b.nodeType&&a==b.id)return b;if(b.length)return ka(b,function(b){return a==b.id})}return null}re…
54 …=a||"node"==a}G.prototype.a=function(a){return null===this.b||this.b==a.nodeType};G.prototype.f=fu…
55 …999/xhtml";this.c=b?b.toLowerCase():c}E.prototype.a=function(a){var b=a.nodeType;if(1!=b&&2!=b)ret…
56 …{n.call(this,4)}m(mb);mb.prototype.a=function(a){var b=new C;a=a.a;9==a.nodeType?F(b,a):F(b,a.owne…
66 var xb=V("parent",function(a,b){var c=new C;if(9==b.nodeType)return c;if(2==b.nodeType)return F(c,b…
73nodeType){case 1:return ea(Lb,a);case 9:return Kb(a.documentElement);case 11:case 10:case 6:case 1…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckxml.js96 if ( child.nodeType == 1 )
H A Dfckdomrange_gecko.js50 if ( oRange.collapsed && startContainer.nodeType == 1 && startContainer.childNodes.length == 0 )
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…
/plugin/s5/ui/default/
H A Dslides.js63 if (node.nodeType == 1) {
69 else if (node.nodeType == 3) {
89 while (menu && menu.nodeType == 3) {
473 if (child.childNodes[j].nodeType == 1) {
485 if (child.childNodes[isGe].nodeType == 1) {
/plugin/s5/ui/dokuwiki/
H A Dslides.js63 if (node.nodeType == 1) {
69 else if (node.nodeType == 3) {
89 while (menu && menu.nodeType == 3) {
472 if (child.childNodes[j].nodeType == 1) {
484 if (child.childNodes[isGe].nodeType == 1) {
/plugin/fckg/fckeditor/editor/plugins/geshi/
H A Dfckplugin.js212 if (n.nodeType==3 && isWhite(n)){
259 if(c.nodeType == 3) t += c.nodeValue;
/plugin/html2pdf/html2pdf/html2ps/
H A Ddom.php5.inc.php67 return $this->domelement->nodeType;
/plugin/diagramsnet/lib/plugins/
H A Danonymize.js18 if (elt.nodeType == mxConstants.NODETYPE_ELEMENT)
/plugin/sortablejs/
H A Dscript.js230 if ( cell.nodeType === 1 ) { // an element
250 if ( cell.nodeType === 1 ) { // an element
333 switch ( node.nodeType ) {
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php267 if ($node->nodeType === XML_TEXT_NODE) {
281 } elseif ($childNode->nodeType === 1 && in_array($childNode->nodeName, $tagList ?: [])) {
283 } elseif ($childNode->nodeType === 3) {
/plugin/eclipseupdateurl/
H A Dsyntax.php183 if ( $reader->nodeType !== XMLReader::ELEMENT ) { continue; }
242 if ( $reader->nodeType !== XMLReader::ELEMENT ) { continue; }
/plugin/snippets/
H A Dscript.js145 if(div.nodeType != 1) {
159 if(list.nodeType != 1) {
/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/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js9 if(selector.nodeType){this[0]=selector;
42 …is,function(){jQuery.each(this.childNodes,function(){if(this.nodeType!=8){ret+=this.nodeType!=1?th…
55 },append:function(){return this.domManip(arguments,true,false,function(elem){if(this.nodeType==1){t…
74 if(events===true){this.find("*").andSelf().each(function(i){if(this.nodeType==3){return ;
83 }}var isArrayLike=selector.length&&selector[selector.length-1]!==undefined&&!selector.nodeType;
102 }return this.each(function(){if(this.nodeType!=1){return ;
134 }else{if(elem.nodeType==1){scripts=scripts.add(jQuery("script",elem).remove());
156 }if(deep&&copy&&typeof copy=="object"&&!copy.nodeType){target[name]=jQuery.extend(deep,src||(copy.l…
281 },attr:function(elem,name,value){if(!elem||elem.nodeType==3||elem.nodeType==8){return undefined;
312 if(jQuery.browser.msie){while(elem=second[i++]){if(elem.nodeType!=8){first[pos++]=elem;
[all …]
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js9 if(selector.nodeType){this[0]=selector;
42 …is,function(){jQuery.each(this.childNodes,function(){if(this.nodeType!=8){ret+=this.nodeType!=1?th…
55 },append:function(){return this.domManip(arguments,true,false,function(elem){if(this.nodeType==1){t…
74 if(events===true){this.find("*").andSelf().each(function(i){if(this.nodeType==3){return ;
83 }}var isArrayLike=selector.length&&selector[selector.length-1]!==undefined&&!selector.nodeType;
102 }return this.each(function(){if(this.nodeType!=1){return ;
134 }else{if(elem.nodeType==1){scripts=scripts.add(jQuery("script",elem).remove());
156 }if(deep&&copy&&typeof copy=="object"&&!copy.nodeType){target[name]=jQuery.extend(deep,src||(copy.l…
281 },attr:function(elem,name,value){if(!elem||elem.nodeType==3||elem.nodeType==8){return undefined;
312 if(jQuery.browser.msie){while(elem=second[i++]){if(elem.nodeType!=8){first[pos++]=elem;
[all …]
/plugin/osm/
H A Dscript.js74 while (comment.nodeType != 8) {

1234567891011