/plugin/ckgdoku/ckeditor/plugins/link/ |
H A D | plugin.js | 1 …getCommonAncestor();return a.getAscendant("a",true)}catch(f){return null}},fakeAnchor:CKEDITOR.env…
|
H A D | plugin.js.unc | 279 var root = range.getCommonAncestor(); 327 rangeRoot = ranges[i].getCommonAncestor( true );
|
/plugin/ckgedit/ckeditor/plugins/link/ |
H A D | plugin.js | 1 …getCommonAncestor();return a.getAscendant("a",true)}catch(f){return null}},fakeAnchor:CKEDITOR.env…
|
H A D | plugin.js.unc | 279 var root = range.getCommonAncestor(); 327 rangeRoot = ranges[i].getCommonAncestor( true );
|
/plugin/ckgedit/ckeditor/plugins/liststyle/dialogs/ |
H A D | liststyle.js | 5 …){return null}b.shrink(CKEDITOR.SHRINK_TEXT);return c.elementPath(b.getCommonAncestor()).contains(…
|
/plugin/ckgdoku/ckeditor/plugins/liststyle/dialogs/ |
H A D | liststyle.js | 5 …){return null}b.shrink(CKEDITOR.SHRINK_TEXT);return c.elementPath(b.getCommonAncestor()).contains(…
|
/plugin/fckg/fckeditor/editor/plugins/range/ |
H A D | fckplugin.js | 316 parent=getCommonAncestor(rng); 367 function getCommonAncestor(rng) { function
|
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/ |
H A D | table.js | 1 …env.webkit){m[0].shrink(CKEDITOR.NODE_ELEMENT)}r=h.elementPath(m[0].getCommonAncestor(true)).conta…
|
H A D | table.js.unc | 90 table = editor.elementPath( ranges[ 0 ].getCommonAncestor( true ) ).contains( 'table', 1 );
|
/plugin/ckgedit/ckeditor/plugins/table/dialogs/ |
H A D | table.js | 1 …env.webkit){m[0].shrink(CKEDITOR.NODE_ELEMENT)}r=h.elementPath(m[0].getCommonAncestor(true)).conta…
|
H A D | table.js.unc | 90 table = editor.elementPath( ranges[ 0 ].getCommonAncestor( true ) ).contains( 'table', 1 );
|
/plugin/ckgdoku/ckeditor/plugins/fontAssist/ |
H A D | plugin.js | 1 …);var I=N.getRanges(true)[0];I.shrink(CKEDITOR.SHRINK_TEXT);var L=I.getCommonAncestor();var A=L.ge…
|
H A D | plugin.js.unc | 598 var root = range.getCommonAncestor();
|
/plugin/ckgedit/ckeditor/plugins/fontAssist/ |
H A D | plugin.js | 1 …);var I=N.getRanges(true)[0];I.shrink(CKEDITOR.SHRINK_TEXT);var L=I.getCommonAncestor();var A=L.ge…
|
H A D | plugin.js.unc | 598 var root = range.getCommonAncestor();
|
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 69 …s,b=[];do b[a?"push":"unshift"](f);while(f=f.getParent());return b},getCommonAncestor:function(a){… 145 …)&CKEDITOR.POSITION_FOLLOWING&&(a=b);return{startNode:a,endNode:b}},getCommonAncestor:function(a,b… 149 …;if(d.test(C))return!1}return!0};if(this.collapsed)break;var m=this.getCommonAncestor(),h=this.roo… 177 …ner:function(a){this.endContainer=a},_find:function(a,b){var c=this.getCommonAncestor(),d=this.get… 374 …tContainer;var w=n.endPath.elements[0],aa,t=w.getPosition(G),fa=!!w.getCommonAncestor(G)&&t!=CKEDI… 405 function w(a){for(var b=0;b<a.length;b++){var c=a[b];c.getCommonAncestor().isReadOnly()&&a.splice(b… 438 ….startOffset),!n.collapsed&&(n.shrink(CKEDITOR.NODE_ELEMENT,!0),d=n.getCommonAncestor(),n=n.getEnc… 442 …tRanges(c);return this},getCommonAncestor:function(){var a=this.getRanges();return a.length?a[0].s… 446 …}if(k&&q&&!q.collapsed){for(var k=u(this,d),t=k.hasAttributes(),z=q.getCommonAncestor(),B={},y={},… 451 …getCommonAncestor(!1,!0);(a=(new CKEDITOR.dom.elementPath(b,a.root)).contains(this.element,1))&&!a… [all …]
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 81 …s,b=[];do b[a?"push":"unshift"](d);while(d=d.getParent());return b},getCommonAncestor:function(a){… 161 …getCommonAncestor:function(a,b){var c=this.startContainer,d=this.endContainer,c=c.equals(d)?a&&c.t… 165 …;if(d.test(N))return!1}return!0};if(this.collapsed)break;var m=this.getCommonAncestor(),h=this.roo… 408 …th(l.endContainer);if(!l.collapsed){var A=G.block||G.blockLimit,v=l.getCommonAncestor();A&&!A.equa… 421 …nge.setEndBefore(b)}},tree:{rebuild:function(a,b){var c=a.range,d=c.getCommonAncestor(),e=new CKED… 430 h,m,l=g.getCommonAncestor();l.is(CKEDITOR.dtd.$tableContent)&&!l.is(d)&&(l=l.getAscendant("table",!… 477 ….startOffset),!l.collapsed&&(l.shrink(CKEDITOR.NODE_ELEMENT,!0),b=l.getCommonAncestor(),l=l.getEnc… 481 …tRanges(b);return this},getCommonAncestor:function(){var a=this.getRanges();return a.length?a[0].s… 484 …p=c.createBookmark(),t=p.startNode,v=p.endNode,r=t,y;if(!m){var x=c.getCommonAncestor(),m=a(t,x),x… 491 …getCommonAncestor(!1,!0);(a=(new CKEDITOR.dom.elementPath(b,a.root)).contains(this.element,1))&&!a… [all …]
|
H A D | ckeditor.js.unc | 1961 getCommonAncestor: function(a) { 3477 getCommonAncestor: function(a, b) { 4126 var c = this.getCommonAncestor(), 7610 var d = a.getCommonAncestor(b); 8235 v = p.getCommonAncestor(); 8497 d = c.getCommonAncestor(), 9592 var a = this.getCommonAncestor(); 9624 getCommonAncestor: function() { 9683 var x = c.getCommonAncestor(), 9805 var b = a.getCommonAncestor(!0, !0); [all …]
|