Searched refs:checkApplicable (Results 1 – 3 of 3) sorted by relevance
/plugin/ckgedit/ckeditor/ |
D | ckeditor.js | 505 …f CKEDITOR.dom.document)return L.call(this,a.getSelection());if(this.checkApplicable(a.elementPath… 506 CKEDITOR.dom.document)return L.call(this,a.getSelection(),1);if(this.checkApplicable(a.elementPath(… 508 …))continue}if(this.checkElementRemovable(e,!0,b))return!0}}return!1},checkApplicable:function(a,b,… 1156 …s.showAll();this.unmarkAll();for(var h in f){var d=f[h],e=d._.type;d.checkApplicable(a,c,c.activeF… 1157 …efresh:function(){var a=c.elementPath();if(a){for(var b in f)if(f[b].checkApplicable(a,c,c.activeF… 1298 …checkApplicable(a.elementPath(),a)&&(b=a.widgets.focused,this.group&&this.removeStylesFromSameGrou… 1299 …checkApplicable(c,a))for(var k=0,m=this.group.length;k<m;k++){b=d[this.widget][this.group[k]];for(… method
|
D | ckeditor.js.unc | 10113 if (this.checkApplicable(a.elementPath(), a)) { 10122 if (this.checkApplicable(a.elementPath(), a)) { 10159 checkApplicable: function(a, b, c) { 22791 d.checkApplicable(a, c, c.activeFilter) ? b[e]++ : this.hideItem(h); 22802 if (f[b].checkApplicable(a, c, c.activeFilter)) return; 25864 …a instanceof CKEDITOR.editor && this.checkApplicable(a.elementPath(), a) && (b = a.widgets.focused… 25867 a instanceof CKEDITOR.editor && this.checkApplicable(a.elementPath(), 25874 if (this.checkApplicable(f, a)) 25884 checkApplicable: function(a, b) {
|
/plugin/ckgdoku/ckeditor/ |
D | ckeditor.js | 465 …f CKEDITOR.dom.document)return y.call(this,a.getSelection());if(this.checkApplicable(a.elementPath… 466 CKEDITOR.dom.document)return y.call(this,a.getSelection(),1);if(this.checkApplicable(a.elementPath(… 468 …))continue}if(this.checkElementRemovable(e,!0,b))return!0}}return!1},checkApplicable:function(a,b,… 1086 …s.showAll();this.unmarkAll();for(var f in c){var l=c[f],g=l._.type;l.checkApplicable(e,a,a.activeF… 1087 …efresh:function(){var b=a.elementPath();if(b){for(var d in c)if(c[d].checkApplicable(b,a,a.activeF…
|