Lines Matching refs:style

425                 var a = document.createElement("div").style,
437 …if (e = a[v]) /@import|[{}]/.test(e) ? b.push("\x3cstyle\x3e" + e + "\x3c/style\x3e") : b.push('\x…
614 …a || (a = CKEDITOR.dom.element.createFromHtml('\x3cdiv style\x3d"position:absolute;left:-9999px;to…
669 …b && (a = (new CKEDITOR.dom.element("span")).setAttribute("style", a).getAttribute("style") || "");
834 style: {
1026 a = CKEDITOR.tools.style.parse._findColor(a);
1029style || -1 === CKEDITOR.tools.indexOf(CKEDITOR.tools.style.parse._borderStyle, a) ? !b.width && C…
1039 …h(/^\#[a-f0-9]{3}(?:[a-f0-9]{3})?$/gi) ? !0 : a.toLowerCase() in CKEDITOR.tools.style.parse._colors
1165 style: 1
1235 style: 1,
1348 style: 1
1386 style: g,
1493 style: 1
2138 var b = new CKEDITOR.dom.element("style", this);
2348 …R.dom.element("div"); d = e.getFirst();) d.$.style.backgroundColor && (d.$.style.backgroundColor =…
2436 case "style":
2437 return this.$.style.cssText;
2513 return this.$.style[CKEDITOR.tools.cssStyleToDomStyle(a)]
2532 … return b.$.style.cssText = CKEDITOR.tools.normalizeCssText(b.$.style.cssText), a.$.style.cssText …
2642 …"class" == b ? this.$.className = c : "style" == b ? this.$.style.cssText = c : "tabindex" == b ? …
2677 var b = this.$.style;
2678 …tribute(CKEDITOR.tools.cssStyleToDomStyle(a)), this.$.style.cssText || this.removeAttribute("style
2682 "border" == a && (e = ["color", "style", "width"]);
2692 this.$.style[CKEDITOR.tools.cssStyleToDomStyle(a)] = b;
2850 "" !== this.$.style.cssText &&
2851 (a.$.style.cssText = this.$.style.cssText)
3224 … = CKEDITOR.dom.element.createFromHtml('\x3cspan data-cke-bookmark\x3d"1" style\x3d"display:none"\…
4599 var b = a.styleBackup = a.attributes.style,
4669 …O = /^data-cke-/;g = !1;delete h.style;delete h["class"];delete b.classBackup;delete b.styleBackup;
4674 C.length && (h.style = C.sort().join("; "))
4675 } else L && (h.style = L);
4699 delete b.style;
4701 if (c = CKEDITOR.tools.writeCssText(a.styles, !0)) b.style = c;
4770 style: 1,
4806 … "string" == typeof a ? c = a : a instanceof CKEDITOR.style ? d = a : (c = a[0], d = a[1]);
4867 else if (b instanceof CKEDITOR.style) {
4954 …ngth && !f; ++b) c = a[b], ("string" == typeof c || c instanceof CKEDITOR.style) && this.check(c) …
4988 … e.left.getDefinition().element), h instanceof CKEDITOR.style && (h = C(h)), c.push({
5019 l && (f.attributes.style = CKEDITOR.tools.writeCssText(f.styles))
5020 …s, d = f.attributes || {}, l && !CKEDITOR.tools.isEmpty(l) ? (l = E(l), d.style = CKEDITOR.tools.w…
5143 var b = CKEDITOR.tools.style.parse.border(a.styles.border);
5145 b.style && (a.styles["border-style"] = b.style);
5153 a.styles["list-style-type"] = "lower-alpha";
5156 a.styles["list-style-type"] = "upper-alpha";
5159 a.styles["list-style-type"] = "lower-roman";
5162 a.styles["list-style-type"] = "upper-roman";
5165 a.styles["list-style-type"] = "decimal";
5168 a.styles["list-style-type"] = a.attributes.type
6356 style: 1,
7045 "Apple-style-span" == a.attributes["class"] && delete a.name
7055 style: function(a) {
7074 CKEDITOR.env.ie && (C.attributes.style = function(a) {
7083 z = /(?:<style(?=[ >])[^>]*>[\s\S]*?<\/style>)|(?:<(:?link|meta|base)[^>]*>)/gi,
7108 …((a instanceof CKEDITOR.htmlParser.element ? a.attributes.style : a) || "").replace(/&quot;/g, '"'…
7116 …R.dom.element ? a.setAttribute("style", c) : a instanceof CKEDITOR.htmlParser.element ? a.attribut…
7423 …aceId("top") + '" class\x3d"cke_top cke_reset_all" role\x3d"presentation" style\x3d"height:auto"\x…
7504 r && (r.style.width = "1%");
7510 r && (r.style.width = "100%");
8892 …R.dom.element.createFromHtml('\x3cdiv data-cke-hidden-sel\x3d"1" data-cke-temp\x3d"1" style\x3d"' +
9979 c = CKEDITOR.style.getStyleText(c);
9982 c && a.setAttribute("style", c);
10097 CKEDITOR.style = function(a, b) {
10098 if ("string" == typeof a.type) return new CKEDITOR.style.customHandlers[a.type](a);
10100 …c && c.style && (a.styles = CKEDITOR.tools.extend({}, a.styles, CKEDITOR.tools.parseCssText(c.styl…
10110 CKEDITOR.style.prototype = {
10184 if (g = CKEDITOR.style.getStyleText(c)) d.style || e++, d.style = g;
10191 … if (d = a.getAttribute(h) || "", "style" == h ? F(c[h], d) : c[h] == d) {
10224 (e = CKEDITOR.style.getStyleText(b)) && c.push(' style\x3d"', e, '"');
10232 CKEDITOR.style.getStyleText = function(a) {
10236 c = a.attributes && a.attributes.style || "",
10247 CKEDITOR.style.customHandlers = {};
10248 CKEDITOR.style.addCustomHandler = function(a) {
10255 … b.prototype = CKEDITOR.tools.extend(CKEDITOR.tools.prototypedCopy(CKEDITOR.style.prototype), {
10264 this.requiredContent = this.allowedContent = this.style = a;
10269 …KEDITOR.TRISTATE_OFF ? a.applyStyle(this.style) : this.state == CKEDITOR.TRISTATE_ON && a.removeSt…
10283 … k = h.style.checkActive(a.data.path, this) ? CKEDITOR.TRISTATE_ON : CKEDITOR.TRISTATE_OFF;
10288 style: a,
10539 …b || (b = a.getHead().append("style"), b.setAttribute("id", k), b.setAttribute("type", "text/css")…
10638 …var a = CKEDITOR.dom.element.createFromHtml('\x3cdiv style\x3d"width:0;height:0;position:absolute;…
10779 … + '"', c.inputId ? ' for\x3d"' + c.inputId + '"' : "", (a.labelStyle ? ' style\x3d"' + a.labelSty…
10780 …a.controlStyle ? ' style\x3d"' + a.controlStyle + '"' : "", ' role\x3d"presentation"\x3e', f.call(…
10786 …id\x3d"' + c.labelId + '" for\x3d"' + c.inputId + '"' + (a.labelStyle ? ' style\x3d"' + a.labelSty…
10789 …'\x3cspan class\x3d"cke_dialog_ui_labeled_content"' + (a.controlStyle ? ' style\x3d"' + a.controlS…
10809 a.inputStyle && (c.style = a.inputStyle);
10826 a.width && b.push('style\x3d"width:' + a.width + '" ');
10847 "undefined" != typeof a.inputStyle && (e.style = a.inputStyle);
10884 "undefined" != typeof c.inputStyle && (c.style = c.inputStyle);
10886 …push(' \x3clabel id\x3d"', d, '" for\x3d"', g.id, '"' + (a.labelStyle ? ' style\x3d"' + a.labelSty…
10929 (p.style = p.inputStyle);
10969 delete c.style;
10972 style: a.style,
11001 a.width && e.push('style\x3d"width:' + a.width + '" ');
11007 "undefined" != typeof c.inputStyle && (c.style = c.inputStyle);
11091 …e && a.push("\x3clegend" + (c.labelStyle ? ' style\x3d"' + c.labelStyle + '"' : "") + "\x3e" + e +…
11326style\x3d"margin: 0; overflow: hidden; background: transparent;"\x3e', '\x3cform enctype\x3d"multi…
11327 …'\x3c/label\x3e\x3cinput style\x3d"width:100%" id\x3d"', h, '" aria-labelledby\x3d"', a.labelId, '…
11600 …OR.dom.element.createFromHtml('\x3cdiv class\x3d"cke_dialog_resize_cover" style\x3d"height: 100%; …
11640style\x3d"position: ', CKEDITOR.env.ie6Compat ? "absolute" : "fixed", "; z-index: ", f, "; top: 0p…
11641 …);document.write( '" + d + "' );document.close();") + "})())"), f.push('" style\x3d"position:absol…
11688 …CKEDITOR.env.cssClass + ' cke_{langDir}" style\x3d"position:absolute" role\x3d"presentation"\x3e\x…
11966 …EDITOR.dialog._.currentTop, this._.parentDialog.getElement().getFirst().$.style.zIndex -= Math.flo…
12047 …b.setStyle("z-index", parseInt(b.$.style.zIndex, 10) + Math.floor(this._.editor.config.baseFloatZI…
12076 style: a.style || "width: 100%;"
12084 …0 < this._.pageCount ? " cke_last" : "cke_first", c, a.hidden ? ' style\x3d"display:none"' : "", '…
12407 r = (b.style || "").split(";");
12412 0 < r.length && (k.style =
12413 (k.style ? k.style + "; " : "") + r.join("; "));
12489 0 < e.length && a.push('style\x3d"' + e.join("; ") + '" ');
12509 b.push('style\x3d"');
12523 0 < k.length && b.push('style\x3d"', k.join("; "), '" ');
12940 style: "width:100%",
12955 att: "style",
12970 e.setAttribute("style", d);
12972 d = CKEDITOR.tools.normalizeCssText(e.getAttribute("style"));
13004 a = new CKEDITOR.style(a);
13027 a.styles["font-style"]
13174 "dir" : "direction") || "style" == c && (d || b.test(h))) {
13589 ' onblur\x3d"this.style.cssText \x3d this.style.cssText;"');
13590 …rn false;"\x3e\x3cspan class\x3d"cke_button_icon cke_button__{iconName}_icon" style\x3d"{style}"'),
13667 d.setAttribute("style",
13693 style: CKEDITOR.skin.getIconStyle(h, "rtl" == a.lang.dir, r, this.iconOffset),
13881 …INLINE && b.push('\x3cspan class\x3d"cke_toolbox_main"' + (d ? "\x3e" : ' style\x3d"display:none"\…
13948 h = parseInt(d.$.style.height, 10),
14224 … CKEDITOR.env.webkit && (b = k.getFirst()) && b.is && b.hasClass("Apple-style-span") && (k = b);
15114 …ass\x3d"cke cke_reset_all {editorId} cke_panel cke_panel {cls} cke_{dir}" style\x3d"z-index:{z-ind…
15116 …langCode}"\x3e\x3chead\x3e{css}\x3c/head\x3e\x3cbody class\x3d"cke_{dir}" style\x3d"margin:0;paddi…
15485 a.element.getChild(0).$.style.cssText +=
15509 var p = new CKEDITOR.style(l["colorButton_" + d + "Style"]),
15596 e.removeStyle(new CKEDITOR.style(d, {
15605 a && e.applyStyle(new CKEDITOR.style(d, {
15626 …, g + 2, '" aria-setsize\x3d"', m, '"\x3e\x3cspan class\x3d"cke_colorbox" style\x3d"background-col…
15669 a = d.style.parse.background(a.styles.background);
15673 var d = (new CKEDITOR.style(e.config.colorButton_backStyle, {
15807 …CKEDITOR.env.gecko && (h += ' onblur\x3d"this.style.cssText \x3d this.style.cssText;" ondragstart\…
15810 …_icon"\x3e\x3cspan class\x3d"cke_button_icon cke_button__{iconName}_icon" style\x3d"{iconStyle}"\x…
16176 … if (!a.copyFormatting.filter.check(new CKEDITOR.style(e), !0, !0)) return d.cancel();
16207 excludedAttributes: ["id", "style", "href", "data-cke-saved-href", "dir"],
16259 b = b.parseCssText(a.getAttribute("style"), !0, !0);
16271 …ting.fire("extractFormatting", d, a) && d.styleDef && e.push(new CKEDITOR.style(d.styleDef)), b.ge…
16391 b.element = a.getName(), b = new CKEDITOR.style(b));
16699 CKEDITOR.env.gecko && (c += ' onblur\x3d"this.style.cssText \x3d this.style.cssText;"');
16801 q = c.getAttribute("style"),
16807 …TER_P ? "p" : "div"), r && d.setAttribute("dir", k), q && d.setAttribute("style", q), t && d.setAt…
17579 …" " : "") + '" lang\x3d"{langCode}" role\x3d"application" style\x3d"{style}"' + (a.title ? ' aria-…
17586 style: "display:none;z-index:" + (l.baseFloatZIndex - 1),
17799 CKEDITOR.env.gecko && (c += ' onblur\x3d"this.style.cssText \x3d this.style.cssText;"');
18019 u = new CKEDITOR.style(t),
18029 k[q] = new CKEDITOR.style(t, w);
18191 … imagebutton: "input[type,alt,src]{width,height,border,border-width,border-style,margin,float}"
18382 k = new CKEDITOR.style(f["format_" + h]);
18536 this.setRules("style", {
18773 … allowedContent: "html head title; style [media,type]; body (*)[id]; meta link [*]",
18845 … g = CKEDITOR.tools.buildStyleHtml(p()).replace(/<style>/, '\x3cstyle data-cke-temp\x3d"1"\x3e');
18932 …var a = "img[alt,!src]{border-style,border-width,float,height,margin,margin-bottom,margin-left,mar…
19122 "" === b.getAttribute("style") && b.removeAttribute("style")
19551 … if (c) a[c.style.checkActive(a.elementPath(), a) ? "removeStyle" : "applyStyle"](c.style)
19568 }, e[k].style = new CKEDITOR.style({
19784 style: "advStyles",
19969 a = new CKEDITOR.style({
20155 z = y.getAttribute("style"),
20165 var C = y.getAttribute("style");
20166 … C && n.setAttribute("style", C.replace(/([^;])$/, "$1;") + (n.getAttribute("style") || ""));
20171 …ent(t), l.append(n), d && n.setAttribute("dir", q)), z && n.setAttribute("style", z), D && n.setAt…
20260 }), r.removeStyle("list-style-type"), p[y].parent = r)
20390 allowedContent: "ol{list-style-type}[start]; li{list-style-type}[value]",
20400 allowedContent: "ul{list-style-type}",
20493 …d = G('\x3cspan contenteditable\x3d"false" data-cke-magic-line\x3d"1" style\x3d"' + Q + "position:…
20550 …his.lineChildren.length, c; b--;)(c = this.lineChildren[b]).setAttribute("style", c.base + c.looks…
20951 X = Q + "border-color:transparent;display:block;border-style:solid;",
21038 for (var e = [], f = ["style", "className"], b = 0; b < f.length; b++) {
21060 b.inline = c.style.cssText || "";
21061 e || (c.style.cssText = "position: static; overflow: visible");
21070 "inline" in e && (b.style.cssText = e.inline);
21229 style: "page-break-after: always",
21268 …var d = CKEDITOR.htmlParser.fragment.fromHtml('\x3cspan style\x3d"display: none;"\x3e\x26nbsp;\x3c…
21287 else if (h.test(a.attributes.style)) {
21289 c && "span" == c.name && k.test(c.attributes.style) && b(a)
21403 … d = /(class=\"?Mso|style=(?:\"|\')[^\"]*?\bmso\-|w:WordDocument|<o:\w+>|<\/font>)/,
21544 CKEDITOR.config.removeFormatAttributes = "class,style,lang,width,height,align,hspace,valign";
22730 … || "string" == typeof b.type && !CKEDITOR.style.customHandlers[b.type] || (h = b.name, b = new CK…
22973 … if (c.styles.border) a = CKEDITOR.tools.style.parse.border(c.styles.border);
22977 (a = CKEDITOR.tools.style.parse.border(b["border-top"]))
22979 …a && a.style && "solid" === a.style && a.width && 0 !== parseFloat(a.width) && (c.attributes.borde…
23362 e = CKEDITOR.tools.style.parse;
24649 … class\x3d"cke_reset_all" style\x3d"{lineStyle}"\x3e\x3cspan style\x3d"{tipLeftStyle}"\x3e\x26nbsp…
24835 "border-style": "solid",
25042 …var b = this.createFiller(a).getOuterHtml().replace(/style="[^"]*"/gi, 'style\x3d"[^"]*"').replace…
25698style: "background:rgba(220,220,220,0.5);background-image:url(" + b.plugins.widget.path + "images/…
25851 CKEDITOR.style.addCustomHandler({
26283 …="1")?(?: id="cke_copybin")?(?: data-cke-temp="1")?>)?(?:<(?:div|span)(?: style="[^"]+")?>)?<span …