Lines Matching refs:space

5655         space: function(a) {
7409 space: "top",
7413 space: "bottom",
7431 a.ui.contentsElement = a.ui.space("contents");
7432 g && a.ui.space("top").unselectable();
7433 n && a.ui.space("bottom").unselectable();
7437 k && a.ui.space("contents").setStyle("height", CKEDITOR.tools.cssLength(k));
7481 d.ui.space("contents").setHtml("");
7498 n = this.ui.space("contents"),
7518 return a ? this.ui.space("contents") : this.container
8103 …if (d && (c = this.ui.space(this.elementMode == CKEDITOR.ELEMENT_MODE_INLINE ? "top" : "contents")…
13236 var c = a.ui.space(a.config.toolbarLocation);
13564 c.toolbar && (f = c.ui.space("top"), l = f.getClientRect());
13874 if (c.data.space == a.config.toolbarLocation) {
13944 var a = b.ui.space("toolbar_collapser"),
13946 d = b.ui.space("contents"),
13984 var c = a.ui.space("toolbox");
14509 l = a.ui.space("top"),
14510 m = a.ui.space("bottom");
14606 …- 1 < b.indexOf("Apple-") && (b = b.replace(/<span class="Apple-converted-space">&nbsp;<\/span>/gi…
16585 if ("bottom" == a.data.space) {
16595 b.ui.space("resizer")[a.data == CKEDITOR.TRISTATE_ON ? "hide" : "show"]()
16623 var b = a.ui.space("path");
16679 space: d
16708 "bottom" == c.data.space && q(a, c.data)
17530 space: "top",
18790 c = a.ui.space("contents");
21108 g = a.ui.space("contents");
21760 var b = a.ui.space("contents").getDocument().createElement("textarea");
21771 a.ui.space("contents").append(b);
23364 …allowedContent: "td th{width,height,border-color,background-color,white-space,vertical-align,text-…
25237 …b && b.value && b.value.match(/^\s/g) && (b.parent.attributes["data-cke-white-space-first"] = 1, b…
25238 …c && c.value && c.value.match(/\s$/g) && (c.parent.attributes["data-cke-white-space-last"] = 1, c.…
25239 d && (a.attributes["data-cke-widget-white-space"] = 1)
25477 if ("data-cke-widget-white-space" in c) {
25480 d.parent.attributes["data-cke-white-space-first"] &&
25482 … e.parent.attributes["data-cke-white-space-last"] && (e.value = e.value.replace(/&nbsp;$/g, " "))