Searched refs:getDtd (Results 1 – 3 of 3) sorted by relevance
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 94 …tyle[CKEDITOR.tools.cssStyleToDomStyle(a)]},getDtd:function(){var a=CKEDITOR.dtd[this.getName()];t… method in AnonymousFunctione4ea0038cb00 180 …n b}function b(a,c,d,e){a:{null==e&&(e=f(d));for(var h;h=e.shift();)if(h.getDtd().p){e={element:h,… 182 …terator.getNextParagraph(a);this._.nestedEditable=null}if(!this.range.root.getDtd()[a])return null; 341 …a)&&!t(a)}))&&g.type==CKEDITOR.NODE_ELEMENT&&g.is(CKEDITOR.dtd.$block)?g.getDtd()["#"]?b.moveToEle… 395 fixUneditableRangePosition:function(a){a.startContainer.getDtd()["#"]||a.moveToClosestEditablePosit… 445 …]||z?0:t&&!l?0:f(x,p,h,L):1;if(y)if(D=x.getParent(),y=h,C=g,da=m,!D||!(D.getDtd()||CKEDITOR.dtd.sp… 468 …!a.contains(this.element);case CKEDITOR.STYLE_BLOCK:return!!a.blockLimit.getDtd()[this.element]}re… 479 …rmediate)||this.root.equals(this.block)&&this.block||this.blockLimit,!!f.getDtd()[a]):!0},directio… 785 …n(a,b){this.setState("div"in(a.config.div_wrapTable?b.root:b.blockLimit).getDtd()?CKEDITOR.TRISTAT…
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 108 …tyle[CKEDITOR.tools.cssStyleToDomStyle(a)]},getDtd:function(){var a=CKEDITOR.dtd[this.getName()];t… method in AnonymousFunctiona9e2af6be200 202 …n b}function b(a,c,f,g){a:{null==g&&(g=d(f));for(var h;h=g.shift();)if(h.getDtd().p){g={element:h,… 205 null}if(!this.range.root.getDtd()[a])return null;if(!this._.started){var u=this.range.clone();k=u.s… 378 …a)&&!x(a)}))&&f.type==CKEDITOR.NODE_ELEMENT&&f.is(CKEDITOR.dtd.$block)?f.getDtd()["#"]?b.moveToEle… 432 …dtd.$listItem))},fixUneditableRangePosition:function(a){a.startContainer.getDtd()["#"]||a.moveToCl… 485 …u]||w?0:x&&!n?0:d(r,v,h,P):1;if(D)if(E=r.getParent(),D=h,H=g,I=k,!E||!(E.getDtd()||CKEDITOR.dtd.sp… 508 …!a.contains(this.element);case CKEDITOR.STYLE_BLOCK:return!!a.blockLimit.getDtd()[this.element]}re… 520 …rmediate)||this.root.equals(this.block)&&this.block||this.blockLimit,!!d.getDtd()[a]):!0},directio… 838 …n(a,c){this.setState("div"in(a.config.div_wrapTable?c.root:c.blockLimit).getDtd()?CKEDITOR.TRISTAT…
|
H A D | ckeditor.js.unc | 2463 getDtd: function() { 2465 this.getDtd = 4187 if (g.getDtd().p) { 4234 if (!this.range.root.getDtd()[a]) return null; 7718 …})) && f.type == CKEDITOR.NODE_ELEMENT && f.is(CKEDITOR.dtd.$block) ? f.getDtd()["#"] ? b.moveToEl… 8706 a.startContainer.getDtd()["#"] || a.moveToClosestEditablePosition(null, !0) 9709 …if (F = q.getParent(), E = h, H = g, K = k, !F || !(F.getDtd() || CKEDITOR.dtd.span)[H] && !K || E… 10166 return !!a.blockLimit.getDtd()[this.element] 10408 …termediate) || this.root.equals(this.block) && this.block || this.blockLimit, !!d.getDtd()[a]) : !0 16475 …this.setState("div" in (a.config.div_wrapTable ? c.root : c.blockLimit).getDtd() ? CKEDITOR.TRISTA…
|