Lines Matching refs:filter

1038                         return b = b.concat(c.filter(a.split(/\s+/), function(a) {
1045 filter: function(a, b, c) {
1068 b = this.filter(a, b, c);
2700 …e && 9 > CKEDITOR.env.version ? (a = Math.round(100 * a), this.setStyle("filter", 100 <= a ? "" : …
4196 … if ((g = CKEDITOR.filter.instances[h.element.data("cke-filter")]) && !g.check(c)) return b(a,
4197 …a.enlargeBr;c.enforceRealBlocks = a.enforceRealBlocks;c.activeFilter = c.filter = g;a._.nestedEdit…
4229 this.activeFilter = this.filter;
4832 CKEDITOR.filter = function(a) {
4852 CKEDITOR.filter.instances[this.id] = this;
4861 CKEDITOR.filter.instances = {};
4862 CKEDITOR.filter.prototype = {
4898 if ("off" == a.attributes["data-cke-filter"]) return !1;
5062 var a = new CKEDITOR.filter,
5074 delete CKEDITOR.filter.instances[this.id];
5099 G = CKEDITOR.filter.transformationsTools = {
5773 a.filter = a.activeFilter = new CKEDITOR.filter(a);
5950 this.filter && (this.filter.destroy(), delete this.filter);
6082 return this.filter.addFeature(a)
6085 a || (a = this.filter);
6086 …a && (this.activeFilter = a, this.fire("activeFilterChange"), a === this.filter ? this.setActiveEn…
6286 filter: function(a, d) {
6294 d && this.filter(d);
6308 filter: function(a, d) {
6312 d && this.filter(d);
6324 filter: function() {},
6523 filter: function(a, b) {
6533 for (b = 0; b < this.children.length; b++) !1 === this.children[b].filter(a,
6538 b && this.filter(b);
6571 CKEDITOR.htmlParser.filter = CKEDITOR.tools.createClass({
6599 a.filter(this)
6859 this.dataFilter = c = new CKEDITOR.htmlParser.filter;
6860 this.htmlFilter = f = new CKEDITOR.htmlParser.filter;
6905 …a.data.filter.applyTo(a.data.dataValue, !0, a.data.dontFilter, a.data.enterMode) && b.fire("dataFi…
6927 a.data.filter.applyTo(a.data.dataValue,
6945 … == typeof b ? (e = b.context, c = b.fixForBody, d = b.dontFilter, l = b.filter, p = b.enterMode, …
6952 filter: l || f.filter,
6959 b && (c = b.context, d = b.filter, f = b.enterMode);
6963 filter: d || this.editor.filter,
7144 filter: function(a, b) {
7179 b && this.filter(b);
8269 filter: z.editor.activeFilter,
9704 L = CKEDITOR.filter.instances[F.data("cke-filter")];
10160 b && b instanceof CKEDITOR.filter && (c = b);
11641 …push('" style\x3d"position:absolute;left:0;top:0;width:100%;height: 100%;filter: progid:DXImageTra…
12069 if (!a.requiredContent || this._.editor.filter.check(a.requiredContent)) {
12395 …b.requiredContent && !a.getParentEditor().filter.check(b.requiredContent) && (m.display = "none", …
14436 … (b.plainText = new CKEDITOR.filter("br")) : "semantic-content" == c ? ((c = b.semanticContent) ||…
14443 }), c = b.semanticContent = c), c) : c ? new CKEDITOR.filter(c) : null
15956 var b = CKEDITOR.tools.array.filter(this.items, function(b) {
16121 this.filter = new CKEDITOR.filter(a.config.copyFormatting_allowRules);
16122 !0 === a.config.copyFormatting_allowRules && (this.filter.disabled = !0);
16123 …a.config.copyFormatting_disallowRules && this.filter.disallow(a.config.copyFormatting_disallowRule…
16176 … if (!a.copyFormatting.filter.check(new CKEDITOR.style(e), !0, !0)) return d.cancel();
17393 a.filter.allow("img[!data-cke-realelement,src,alt,title](*){*}", "fakeobjects")
18383 …if (!a.filter.customConfig || a.filter.check(k)) m++, d[h] = k, d[h]._.enterMode = a.config.enterM…
21356 …h ? e() : (a = CKEDITOR.getUrl(a.config.pasteFromWordCleanupFile || f + "filter/default.js"), CKED…
21365 …if (b && a.editor.filter.check("img[src]") && (c = b.extractTagsFromHtml(a.data.dataValue), 0 !== …
21507 …ig.removeFormatAttributes.split(",")), f = CKEDITOR.plugins.removeformat.filter, m = a.getSelectio…
21533 filter: function(a, h) {
22730 …ndlers[b.type] || (h = b.name, b = new CKEDITOR.style(b), c.filter.customConfig && !c.filter.check…
23958 …; k < a; k++) h = F(c ? this.cells.all : g, b), h = CKEDITOR.tools.array.filter(h.find("td, th").t…
23971 …= r(c.first), g = r(c.last), c = 0; c < a; c++) d = d.concat(CKEDITOR.tools.array.filter(G(d), b));
25117 b = this.filter = c.filter;
25261 …a || (a = c.allowedContent ? new CKEDITOR.filter(c.allowedContent) : this.editor.filter.clone(), d…
25293 "data-cke-filter": "off",
25324 …ditable = d, c.addClass("cke_widget_editable_focused"), d.filter && e.setActiveFilter(d.filter), e…
25363 c = CKEDITOR.filter.instances[c.data("cke-filter")];
25542 …le(b.editable(), a.range.startContainer)) && (a = CKEDITOR.filter.instances[a.data("cke-filter")])…
26157 filter: x.call(this.repository, this.name, a, b)
26163 …}), c.filter && c.data("cke-filter", c.filter.id), c.addClass("cke_widget_editable"), c.removeClas…
26269 filter: this.filter,
26278 filter: this.filter,
26417 a.filter.allow("*[!data-widget,!data-cke-upload-id]")