Searched refs:documentFragment (Results 1 – 4 of 4) sorted by relevance
| /plugin/ckgdoku/ckeditor/ |
| D | ckeditor.js | 120 …documentFragment=function(a){a=a||CKEDITOR.document;this.$=a.type==CKEDITOR.NODE_DOCUMENT?a.$.crea… 139 …documentFragment(this.document);this.collapsed||f(this,2,b,!1,"undefined"==typeof a?!0:a);return b… 254 return b.is("tr")?a.cloneContents():b.clone(!0)}for(var e=new CKEDITOR.dom.documentFragment,g,f,h,m… 260 …his.editable(),d=this.getSelection().getRanges(),e=new CKEDITOR.dom.documentFragment,g;if(!c||0===… 345 …},getHtmlFromRange:function(a){if(a.collapsed)return new CKEDITOR.dom.documentFragment(a.document); 346 …();x.tree.rebuild(a,this);x.eol.fix(a,this);return new CKEDITOR.dom.documentFragment(a.fragment.$)… 456 1<a.length&&(c=new CKEDITOR.dom.documentFragment(b.getDocument()));for(var d=0;d<a.length;d++){var … 617 …h;)if(b=e.shift(),"blockquote"==b.getName()){for(d=new CKEDITOR.dom.documentFragment(a.document);b… 620 new CKEDITOR.dom.documentFragment(a.document);!e||!m.getPrevious()||m.getPrevious().type==CKEDITOR.… 939 …eturn null;for(var h,k=a[c].parent.getDocument(),l=new CKEDITOR.dom.documentFragment(k),n=null,p=c… [all …]
|
| /plugin/ckgedit/ckeditor/ |
| D | ckeditor.js | 134 …apitalize(a)])||0;b&&(d-=c.call(this,a));return d}})();CKEDITOR.dom.documentFragment=function(a){a… 135 CKEDITOR.tools.extend(CKEDITOR.dom.documentFragment.prototype,CKEDITOR.dom.element.prototype,{type:… 154 …this.collapsed=!0},cloneContents:function(a){var b=new CKEDITOR.dom.documentFragment(this.document… 155 …his,0,null,a)},extractContents:function(a,b){var c=new CKEDITOR.dom.documentFragment(this.document… 281 return b.is("tr")?a.cloneContents():b.clone(!0)}for(var e=new CKEDITOR.dom.documentFragment,f,g,k,h… 288 …his.editable(),d=this.getSelection().getRanges(),e=new CKEDITOR.dom.documentFragment,f;if(!c||0===… 383 …documentFragment(a.document);a={doc:this.getDocument(),range:a.clone()};w.eol.detect(a,this);w.bog… 496 1<a.length&&(c=new CKEDITOR.dom.documentFragment(b.getDocument()));for(var d=0;d<a.length;d++){var … 666 …h;)if(a=c.shift(),"blockquote"==a.getName()){for(b=new CKEDITOR.dom.documentFragment(g.document);a… 668 …=!0;a.length;)if(f=a.shift(),"div"==f.getName()){b=new CKEDITOR.dom.documentFragment(g.document);!… [all …]
|
| D | ckeditor.js.unc | 1803 …MENT ? "comment" : a.nodeType == CKEDITOR.NODE_DOCUMENT_FRAGMENT ? "documentFragment" : "domObject… 2942 CKEDITOR.dom.documentFragment = function(a) { 2946 CKEDITOR.tools.extend(CKEDITOR.dom.documentFragment.prototype, CKEDITOR.dom.element.prototype, { 3342 var b = new CKEDITOR.dom.documentFragment(this.document); 3351 var c = new CKEDITOR.dom.documentFragment(this.document); 5889 for (var f = new CKEDITOR.dom.documentFragment, e, h, g, k = 0; k < a.length; k++) { 6045 f = new CKEDITOR.dom.documentFragment, 7804 if (a.collapsed) return new CKEDITOR.dom.documentFragment(a.document); 7815 return new CKEDITOR.dom.documentFragment(a.fragment.$) 9892 1 < a.length && (c = new CKEDITOR.dom.documentFragment(b.getDocument())); [all …]
|
| /plugin/mermaid/ |
| H A D | mermaid.min.js | 13 …ode:6,progressingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:1… property
|