Searched refs:checkFeature (Results 1 – 3 of 3) sorted by relevance
| /plugin/ckgdoku/ckeditor/ |
| D | ckeditor.js | 191 …eckAllowed=function(c){return c||"boolean"!=typeof b?b=a.activeFilter.checkFeature(this):b};CKEDIT… 215 …CKEDITOR.NODE_DOCUMENT_FRAGMENT||n[c.name]||r(c.parent,d,a)}return m},checkFeature:function(a){if(… method 887 …all(this,a)},refreshJob:function(a,b,l){b=this.jobs[b];a.activeFilter.checkFeature(this)?b.state=b…
|
| /plugin/ckgedit/ckeditor/ |
| D | ckeditor.js | 214 …eckAllowed=function(c){return c||"boolean"!=typeof b?b=a.activeFilter.checkFeature(this):b};CKEDIT… 239 …CKEDITOR.NODE_DOCUMENT_FRAGMENT||k[c.name]||n(c.parent,d,a)}return r},checkFeature:function(a){if(… method 964 b,e){b=this.jobs[b];a.activeFilter.checkFeature(this)?b.state=b.refresh.call(this,a,e):b.state=k;re…
|
| D | ckeditor.js.unc | 4359 return c || "boolean" != typeof b ? b = a.activeFilter.checkFeature(this) : b 4936 checkFeature: function(a) { 19089 … a.activeFilter.checkFeature(this) ? b.state = b.refresh.call(this, a, e) : b.state = k;
|