Home
last modified time | relevance | path

Searched refs:replaceChild (Results 1 – 25 of 93) sorted by relevance

1234

/plugin/indexmenu2/cms/modifiers/
H A Dblendiebugfix.js9 ….createElementExt('div',{'class':'blendIeBugfix'});i[I['parentNode']].replaceChild(O,i);O.appendCh…
/plugin/frootysearch/
H A Dscript.js70 searchField.parentNode.replaceChild(standIn, searchField);
86 standIn.parentNode.replaceChild(wrapper, standIn);
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckblockquotecommand.js79 block.parentNode.replaceChild( docFrag, block ) ;
161 node.parentNode.replaceChild( docFrag, node ) ;
H A Dfcklistcommands.js267 groupObj.root.parentNode.replaceChild( newList.listNode, groupObj.root ) ;
380 groupObj.root.parentNode.replaceChild( newList.listNode, groupObj.root ) ;
H A Dfckindentcommands.js275 listNode.parentNode.replaceChild( newList.listNode, listNode ) ;
/plugin/combo/resources/snippet/js/
H A Dcombo-html.js79 scriptElement.parentNode.replaceChild(clone, scriptElement);
/plugin/indexmenu2/cms/extensions/
H A Ddomextensions.js15 …document.createRange();l.selectNodeContents(I);return this.parentNode.replaceChild(l.extractConten…
/plugin/virtualkeyboard/vk/extensions/
H A Ddomextensions.js28 return this.parentNode.replaceChild(r.extractContents(),self);
/plugin/fckg/fckeditor/editor/plugins/range/
H A Dfckplugin.js40 parent.replaceChild(df,n);
111 parent.replaceChild(df,n);
199 parent.replaceChild(df,n);
/plugin/katex/_assets/contrib/
H A Dcopy-tex.min.js1 …ation");c&&(f.replaceWith?f.replaceWith(c):f.parentNode&&f.parentNode.replaceChild(c,f),c.innerHTM…
H A Dauto-render.min.js1 …for(var f=0;f<d;f++)i.nextSibling.remove();n+=s.childNodes.length-1,t.replaceChild(s,i)}else n+=d}…
/plugin/swfobject/
H A Dscript.js4replaceChild(g(Y),X);Y.style.display="none";(function(){if(Y.readyState==4){Y.parentNode.removeChi…
/plugin/revealjs/plugin/search/
H A Dsearch.js95 el.parentNode.replaceChild(el.firstChild, el);
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools_gecko.js105 e.parentNode.replaceChild( oFragment, e ) ;
H A Dfckdomtools.js396 doc.body.replaceChild( node, doc.body.firstChild ) ;
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js344 oNode.parentNode.replaceChild( newNode, oNode ) ;
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dauto-collapse.js225 … e.span.parentNode.replaceChild(e.tmp, e.span), MathJax.OutputJax.CommonHTML.CHTMLnode = e.tmp;
231 if (e.tmp.parentNode.replaceChild(e.span, e.tmp), o) throw o;
/plugin/drawio/
H A Dscript.js181 trElement.replaceChild(svgImg,tdElement);
/plugin/indexmenu2/cms/
H A Dcms.js15replaceChild(q,e);K++;e[c.submenu]=[];for(var E=0,r=e.childNodes.length;E<r;E++){if(!e.childNodes[…
/plugin/diagramsnet/lib/math/jax/input/AsciiMath/
H A Djax.js19replaceChild:function(ae,ac){for(var ad=0,ab=this.childNodes.length;ad<ab;ad++){if(this.childNodes…
/plugin/asciimath/
H A Dasciimathml148r.js558 else result[0].replaceChild(AMcreateElementMathML("mo").
743 newFrag.replaceChild(node,newFrag.firstChild);
834 n.parentNode.replaceChild(frg,n);
/plugin/highlightjs/highlight/
H A Dhighlight.js418 environment.replaceChild(container.firstChild, block.parentNode);
/plugin/panoview/
H A Dscript.js526 well.replaceChild(tileImg, loadingImg);
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js343 target.parentNode.replaceChild(element, target);
/plugin/searchtablejs/
H A Dtablefilter.js869 grabEBI( labelId[i] ).replaceChild( txtnode,oldnode );

1234