Searched refs:_isContextAllowed (Results 1 – 3 of 3) sorted by relevance
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 744 …ylesFromRange(c,f),l=d._determineContext(f),p,t;if(c.copyFormatting._isContextAllowed(l))for(t=0;t… 745 …atting._isContextAllowed("list")?b._applyStylesToListContext(a.editor,a.data.range,a.data.styles):… 746 …tting._isContextAllowed("text")&&b._applyStylesToTextContext(a.editor,a.data.range,a.data.styles)}… method in c
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 820 …ylesFromRange(a,d),f=b._determineContext(d),g,h;if(a.copyFormatting._isContextAllowed(f))for(h=0;h… 821 …_isContextAllowed("list")?d._applyStylesToListContext(b.editor,b.data.range,b.data.styles):"table"… method in q
|
H A D | ckeditor.js.unc | 16186 if (a.copyFormatting._isContextAllowed(f)) 16194 …_isContextAllowed("list") ? e._applyStylesToListContext(b.editor, b.data.range, b.data.styles) : "… 16198 q.prototype._isContextAllowed = function(a) {
|