Home
last modified time | relevance | path

Searched refs:previousSibling (Results 1 – 25 of 102) sorted by path

12345

/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php661 while ($refnode = $element->previousSibling) {
/plugin/c3chart/assets/
H A Dc3.min.js2 …onObserver(function(t){t.forEach(function(t){"childList"===t.type&&t.previousSibling&&(i.disconnec…
H A Dd3.min.js2 …his.nextSibling&&this.parentNode.appendChild(this)}function T(){this.previousSibling&&this.parentN…
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js65 …MENT_FRAGMENT)&&c(e);return e},hasPrevious:function(){return!!this.$.previousSibling},hasNext:func…
66 …ument)},getIndex:function(a){function f(a,d){var h=d?a.nextSibling:a.previousSibling;return h&&h.n…
67 …DE_TEXT&&(l||b(c))||(e++,l=c.nodeType==CKEDITOR.NODE_TEXT);while(c=c.previousSibling);return e},ge…
68 …etPreviousSourceNode(!1,f,b):a},getPrevious:function(a){var f=this.$,b;do b=(f=f.previousSibling)&&
79 …h;k++){var d=b.childNodes[k];if(!0!==f||3!=d.nodeType||!d.previousSibling||3!=d.previousSibling.no…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js76 …MENT_FRAGMENT)&&c(f);return f},hasPrevious:function(){return!!this.$.previousSibling},hasNext:func…
77 …ument)},getIndex:function(a){function d(a,c){var p=c?a.nextSibling:a.previousSibling;return p&&p.n…
78 …DE_TEXT&&(g||b(c))||(f++,g=c.nodeType==CKEDITOR.NODE_TEXT);while(c=c.previousSibling);return f},ge…
80 …urceNode(!1,d,b):a},getPrevious:function(a){var d=this.$,b;do b=(d=d.previousSibling)&&10!=d.nodeT…
92 …h;k++){var h=b.childNodes[k];if(!0!==d||3!=h.nodeType||!h.previousSibling||3!=h.previousSibling.no…
H A Dckeditor.js.unc1850 return !!this.$.previousSibling
1883 var n = c ? a.nextSibling : a.previousSibling;
1895 …_TEXT && (h || b(c)) || (f++, h = c.nodeType == CKEDITOR.NODE_TEXT); while (c = c.previousSibling);
1941 …do b = (d = d.previousSibling) && 10 != d.nodeType && new CKEDITOR.dom.node(d); while (b && a && !…
2175 … if (!0 !== d || 3 != g.nodeType || !g.previousSibling || 3 != g.previousSibling.nodeType)
9348 …g = f[0 < m ? "previousSibling" : "nextSibling"], g.nodeType == CKEDITOR.NODE_TEXT && (h -= g.node…
/plugin/codemirror/dist/
H A Dscripts.min.js6previousSibling}if(!h){return false}var l=a.doc.splitLines(ai(a,h,k,g,j));var m=Za(a.doc,eb(g,0),e…
H A Dscripts.min.js.map1previousSibling","newText","domTextBetween","oldText","cutFront","cutEnd","oldTop","maxCutFront","…
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js68 for(t=0,len=map.length;map[t];t++){if(t==len-1){link=parentLayer.environment.getElement().previousSibling.lib;link.attribute.addClass("Selected");if(link.element.scrollIntoView){link.element.scrollIntoView(false);}
73 nodeLink.attribute.addClass("Selected");d.html.current=[_element,nodeLink];d.html.openProperties();};if(element.childNodes&&(len==0||(len==1&&element.childNodes[0].nodeType==Node.TEXT_NODE)))return;parent.clean();if(parent.opened&&Boolean(_returnParentElementByElement)==false){parent.opened=false;parent.element.previousSibling.lib.attribute.removeClass("Open");parent.element.lib.attribute.removeClass("OpenSubContainer");return;};if(parent!=el.left.html.container){parent.element.previousSibling.lib.attribute.addClass("Open");parent.element.lib.attribute.addClass("OpenSubContainer");parent.opened=true;};if(element==document.documentElement){new lib.element("A").attribute.addClass("Block").update("<span class='DarkBlue'>&#60;<span class='Blue'>html</span>&#62;").insert(parent);};for(var i=0;i<=len;i++){if(i==len){new lib.element("A").attribute.addClass("Block").update("<span class='DarkBlue'>&#60;/<span class='Blue'>"+element.nodeName.toLowerCase()+"</span>&#62;").insert(container);break;}
H A Dfirebug-lite-1.2.js1356 link = parentLayer.environment.getElement().previousSibling.lib;
1411 parent.element.previousSibling.lib.attribute.removeClass("Open");
1417 parent.element.previousSibling.lib.attribute.addClass("Open");
H A Dfirebug-lite-1.4.js847 this.getPreviousElement=function(node){while(node&&node.nodeType!=1){node=node.previousSibling
865 child=child.previousSibling){var next=this.findPreviousUp(child,criteria);
880 }for(var sib=node.previousSibling;
882 sib=sib.previousSibling){var prev=this.findPreviousUp(sib,criteria);
1336 domMemberMap.Node=["id","className","nodeType","tagName","nodeName","localName","prefix","namespaceURI","nodeValue","ownerDocument","parentNode","offsetParent","nextSibling","previousSibling","firstChild","lastChild","childNodes","attributes","dir","baseURI","textContent","innerHTML","addEventListener","removeEventListener","dispatchEvent","cloneNode","appendChild","insertBefore","replaceChild","removeChild","compareDocumentPosition","hasAttributes","hasChildNodes","lookupNamespaceURI","lookupPrefix","normalize","isDefaultNamespace","isEqualNode","isSameNode","isSupported","getFeature","getUserData","setUserData"];
3236 i++){if((elem=checkSet[i])){while((elem=elem.previousSibling)&&elem.nodeType!==1){}checkSet[i]=isPartStrNotTag||elem&&elem.nodeName===part?elem||false:elem===part
3257 }checkFn("previousSibling",part,doneName,checkSet,nodeCheck,isXML)
3330 switch(type){case"only":case"first":while((node=node.previousSibling)){if(node.nodeType===1){return false
3445 }function dirNodeCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){var sibDir=dir=="previousSibling"&&!isXML;
3461 }}}function dirCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){var sibDir=dir=="previousSibling"
[all...]
/plugin/diagramsnet/lib/js/
H A Dapp.min.js278 …tion(a,b){for(var c=b?a.previousSibling:a.nextSibling;null!=c&&c.nodeType==mxConstants.NODETYPE_TE…
1688 …is.graph.getView().getOverlayPane()),this.moveIconBack&&null!=e.node.previousSibling&&e.node.paren…
1750 …pect=!1;f.init(this.graph.getView().getDecoratorPane());null!=f.node.previousSibling&&f.node.paren…
10762 …null!=b?b:c.firstChild.nextSibling.nextSibling;var f=c.lastChild,d=f.previousSibling;c.insertBefor…
10765 …s,function(b){m(c,b)}));this.repositionLibrary(f);var k=g.parentNode.previousSibling;e=k.getAttrib…
H A Dextensions.min.js1705 …is.nextSibling&&this.parentNode.appendChild(this)}function Jt(){this.previousSibling&&this.parentN…
H A Dviewer-static.min.js244 …tion(a,b){for(var c=b?a.previousSibling:a.nextSibling;null!=c&&c.nodeType==mxConstants.NODETYPE_TE…
1654 …is.graph.getView().getOverlayPane()),this.moveIconBack&&null!=e.node.previousSibling&&e.node.paren…
1716 …pect=!1;f.init(this.graph.getView().getDecoratorPane());null!=f.node.previousSibling&&f.node.paren…
3430 …null!=b?b:d.firstChild.nextSibling.nextSibling;var c=d.lastChild,e=c.previousSibling;d.insertBefor…
3433 …s,function(b){l(c,b)}));this.repositionLibrary(d);var q=k.parentNode.previousSibling;g=q.getAttrib…
H A Dviewer.min.js244 …tion(a,b){for(var c=b?a.previousSibling:a.nextSibling;null!=c&&c.nodeType==mxConstants.NODETYPE_TE…
1654 …is.graph.getView().getOverlayPane()),this.moveIconBack&&null!=e.node.previousSibling&&e.node.paren…
1716 …pect=!1;f.init(this.graph.getView().getDecoratorPane());null!=f.node.previousSibling&&f.node.paren…
3430 …null!=b?b:d.firstChild.nextSibling.nextSibling;var c=d.lastChild,e=c.previousSibling;d.insertBefor…
3433 …s,function(b){l(c,b)}));this.repositionLibrary(d);var q=k.parentNode.previousSibling;g=q.getAttrib…
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js3084 var title = content.previousSibling;
3189 var title = contentDiv.parentNode.previousSibling;
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6 …is.nextSibling&&this.parentNode.appendChild(this)}function Jt(){this.previousSibling&&this.parentN…
/plugin/diagramsnet/lib/math/
H A DMathJax.js19previousSibling;if(f&&f.nodeName==="#text"){var d,e,c=a.nextSibling;if(c&&c.nodeName!=="#text"){c=…
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML-full.js48 …ar c=this.config.preview;if(c==="none"){return}if((this.search.close.previousSibling||{}).classNam…
50 …_ZoomFrame");if(p){var o=MathJax.OutputJax[p.previousSibling.jaxID];var l=o.getJaxFromMath(p.previ…
51 …A,z)}if(B){return}if(x.menuItem!==g.menu){this.Deactivate(z)}var v=x.previousSibling.childNodes;va…
55previousSibling;if(r&&r.className==="MathJax_MathML"){r.parentNode.removeChild(r)}n=y.MathJax.elem…
56previousSibling;if(w&&String(w.className).match(/^MathJax(_Display)?( MathJax_Process(ing|ed))?$/)…
58previousSibling;if(r&&String(r.className).match(/^MathJax(_PHTML)?(_Display)?( MathJax_Process(ing…
59 …h.script.parentNode){return}var i=h.script.MathJax.preview||h.script.previousSibling;if(!i||i.clas…
H A DAM_HTMLorMML.js45 …ar c=this.config.preview;if(c==="none"){return}if((this.search.close.previousSibling||{}).classNam…
47 …_ZoomFrame");if(p){var o=MathJax.OutputJax[p.previousSibling.jaxID];var l=o.getJaxFromMath(p.previ…
48 …A,z)}if(B){return}if(x.menuItem!==g.menu){this.Deactivate(z)}var v=x.previousSibling.childNodes;va…
52previousSibling;if(r&&String(r.className).match(/^MathJax(_PHTML)?(_Display)?( MathJax_Process(ing…
53 …h.script.parentNode){return}var i=h.script.MathJax.preview||h.script.previousSibling;if(!i||i.clas…
H A DAccessible-full.js64 …ar c=this.config.preview;if(c==="none"){return}if((this.search.close.previousSibling||{}).classNam…
65 …e"){return}var i=false;var c=MathJax.Hub.config.preRemoveClass;if((f.previousSibling||{}).classNam…
67 …_ZoomFrame");if(p){var o=MathJax.OutputJax[p.previousSibling.jaxID];var l=o.getJaxFromMath(p.previ…
68 …A,z)}if(B){return}if(x.menuItem!==g.menu){this.Deactivate(z)}var v=x.previousSibling.childNodes;va…
77previousSibling;if(r&&r.className==="MathJax_MathML"){r.parentNode.removeChild(r)}n=y.MathJax.elem…
78previousSibling;if(w&&String(w.className).match(/^MathJax(_Display)?( MathJax_Process(ing|ed))?$/)…
80previousSibling;if(r&&String(r.className).match(/^MathJax(_PHTML)?(_Display)?( MathJax_Process(ing…
81 …h.script.parentNode){return}var i=h.script.MathJax.preview||h.script.previousSibling;if(!i||i.clas…
H A DAccessible.js61 …ar c=this.config.preview;if(c==="none"){return}if((this.search.close.previousSibling||{}).classNam…
62 …e"){return}var i=false;var c=MathJax.Hub.config.preRemoveClass;if((f.previousSibling||{}).classNam…
64 …_ZoomFrame");if(p){var o=MathJax.OutputJax[p.previousSibling.jaxID];var l=o.getJaxFromMath(p.previ…
65 …A,z)}if(B){return}if(x.menuItem!==g.menu){this.Deactivate(z)}var v=x.previousSibling.childNodes;va…
74previousSibling;if(r&&String(r.className).match(/^MathJax(_PHTML)?(_Display)?( MathJax_Process(ing…
75 …h.script.parentNode){return}var i=h.script.MathJax.preview||h.script.previousSibling;if(!i||i.clas…
H A DMML_HTMLorMML-full.js48 …e"){return}var i=false;var c=MathJax.Hub.config.preRemoveClass;if((f.previousSibling||{}).classNam…
50 …_ZoomFrame");if(p){var o=MathJax.OutputJax[p.previousSibling.jaxID];var l=o.getJaxFromMath(p.previ…
51 …A,z)}if(B){return}if(x.menuItem!==g.menu){this.Deactivate(z)}var v=x.previousSibling.childNodes;va…
55previousSibling;if(r&&r.className==="MathJax_MathML"){r.parentNode.removeChild(r)}n=y.MathJax.elem…
56previousSibling;if(w&&String(w.className).match(/^MathJax(_Display)?( MathJax_Process(ing|ed))?$/)…
58previousSibling;if(r&&String(r.className).match(/^MathJax(_PHTML)?(_Display)?( MathJax_Process(ing…
59 …h.script.parentNode){return}var i=h.script.MathJax.preview||h.script.previousSibling;if(!i||i.clas…
H A DMML_HTMLorMML.js46 …e"){return}var i=false;var c=MathJax.Hub.config.preRemoveClass;if((f.previousSibling||{}).classNam…
48 …_ZoomFrame");if(p){var o=MathJax.OutputJax[p.previousSibling.jaxID];var l=o.getJaxFromMath(p.previ…
49 …A,z)}if(B){return}if(x.menuItem!==g.menu){this.Deactivate(z)}var v=x.previousSibling.childNodes;va…
53previousSibling;if(r&&String(r.className).match(/^MathJax(_PHTML)?(_Display)?( MathJax_Process(ing…
54 …h.script.parentNode){return}var i=h.script.MathJax.preview||h.script.previousSibling;if(!i||i.clas…
H A DTeX-MML-AM_HTMLorMML-full.js60 …ar c=this.config.preview;if(c==="none"){return}if((this.search.close.previousSibling||{}).classNam…
61 …e"){return}var i=false;var c=MathJax.Hub.config.preRemoveClass;if((f.previousSibling||{}).classNam…
62 …ar c=this.config.preview;if(c==="none"){return}if((this.search.close.previousSibling||{}).classNam…
64 …_ZoomFrame");if(p){var o=MathJax.OutputJax[p.previousSibling.jaxID];var l=o.getJaxFromMath(p.previ…
65 …A,z)}if(B){return}if(x.menuItem!==g.menu){this.Deactivate(z)}var v=x.previousSibling.childNodes;va…
75previousSibling;if(r&&r.className==="MathJax_MathML"){r.parentNode.removeChild(r)}n=y.MathJax.elem…
76previousSibling;if(w&&String(w.className).match(/^MathJax(_Display)?( MathJax_Process(ing|ed))?$/)…
78previousSibling;if(r&&String(r.className).match(/^MathJax(_PHTML)?(_Display)?( MathJax_Process(ing…
79 …h.script.parentNode){return}var i=h.script.MathJax.preview||h.script.previousSibling;if(!i||i.clas…

12345