Lines Matching refs:body

1258             body: c,
1321 body: 1
1466 body: 1,
1500 body: 1,
1554 body: 1,
1709 … x: this.$.pageX || this.$.clientX + (a.documentElement.scrollLeft || a.body.scrollLeft),
1710 … y: this.$.pageY || this.$.clientY + (a.documentElement.scrollTop || a.body.scrollTop)
2093 width: (d ? a.documentElement.clientWidth : a.body.clientWidth) || 0,
2094 height: (d ? a.documentElement.clientHeight : a.body.clientHeight) || 0
2105 x: a.documentElement.scrollLeft || a.body.scrollLeft || 0,
2107 a.body.scrollTop || 0
2193 return new CKEDITOR.dom.element(this.$.body)
2398 b = new CKEDITOR.dom.element("body", this.getDocument());
2734 for (x = this, m = null; x && "body" != x.getName() &&
2755 …dth || b.$.clientHeight && b.$.clientHeight < b.$.scrollHeight) && !b.is("body") && this.scrollInt…
2768 /body|html/.test(a.getName()) ?
2777 if (!a.is(k ? "body" : "html")) {
4759 …for (var e = f.type == CKEDITOR.NODE_DOCUMENT_FRAGMENT || "body" == f.name, p, h, l = d.length; 0 …
6355 }, CKEDITOR.dtd.html, CKEDITOR.dtd.body, CKEDITOR.dtd.head, {
6405 if ((a == x || "body" == a.name) && g && (!a.name || CKEDITOR.dtd[a.name][g])) {
6474 "body" == a && (g = !1)
7051 body: function(a) {
7086 O = /(<\/?)((?:object|embed|param|html|body|head|title)([\s][^>]*)?>)/gi,
7087 p = /(<\/?)cke:((?:html|body|head|title)[^>]*>)/gi,
7793 …"None" == d.type && e.equals(c) && (d = new CKEDITOR.dom.range(c), a = a.body.createTextRange(), d…
8117 …D = /(^|<body\b[^>]*>)\s*<(p|div|address|h\d|center|pre)[^>]*>\s*(?:<br[^>]*>|&nbsp;|\u00A0|&#160;…
8272 r = n.document.createElement("body");
8933 …e; d && !((e = d.type == CKEDITOR.NODE_ELEMENT) && d.is("body") || !d.isReadOnly());) e && "false"…
9460 a && (a = b || c[0] && c[0].getCommonAncestor()) && a.getAscendant("body",
9536 I = b.document.$.body.createTextRange();
9539 …k ? (p = b.document.$.body.createTextRange(), p.moveToElementText(k.$), I.setEndPoint("EndToEnd", …
11327 …d"', CKEDITOR.tools.htmlEncode(0 < b ? b : ""), '" /\x3e\x3c/form\x3e\x3c/body\x3e\x3c/html\x3e\x3…
11640 … "\x3chtml\x3e\x3cbody style\x3d\\'background-color:" + d + ";\\'\x3e\x3c/body\x3e\x3c/html\x3e", …
14186 …new CKEDITOR.dom.element(!CKEDITOR.env.webkit && !e.is("body") || CKEDITOR.env.ie ? "div" : "body"…
14193 …CKEDITOR.env.webkit ? (e.append(k), k.addClass("cke_editable"), e.is("body") || (l = "static" != e…
14194 …ent), l = l.getDocumentPosition().y)) : e.getAscendant(CKEDITOR.env.ie ? "body" : "html", 1).appen…
14731 if (document.body.createTextRange) {
14800 bodyRegExp: /<body(?:[\s\S]*?)>([\s\S]*)<\/body>/i,
15116 …\x3d"cke_{dir}" style\x3d"margin:0;padding:0" onload\x3d"{onload}"\x3e\x3c/body\x3e\x3c/html\x3e');
16299 h = "p br ol ul li td th div caption body".split(" "),
18676 d = c.body,
18773 … allowedContent: "html head title; style [media,type]; body (*)[id]; meta link [*]",
18774 requiredContent: "body"
18779 a.editable(new l(a, d.$.contentWindow.document.body));
18857 …d ? (/<body[\s|>]/.test(a) || (a = "\x3cbody\x3e" + a), /<html[\s|>]/.test(a) || (a = "\x3chtml\x3…
18858 …(c.bodyClass ? ' class\x3d"' + c.bodyClass + '"' : "") + "\x3e" + a + "\x3c/body\x3e\x3c/html\x3e";
18859 …CKEDITOR.env.gecko && (a = a.replace(/<body/, '\x3cbody contenteditable\x3d"true" '), 2E4 > CKEDIT…
18860 … (a = a.replace(/<body[^>]*>/, "$\x26\x3c!-- cke-content-start --\x3e")));
18887 ….env.gecko && f.enterMode != CKEDITOR.ENTER_BR && (b = b.replace(/<br>(?=\s*(:?$|<\/body>))/, ""));
19765 w = /body=([^;?:@&=$,\/]*)/i,
19849 a && (k.body = decodeURIComponent(a[1]))
19897 k = encodeURIComponent(e.body || ""),
19900 k && e.push("body\x3d" + k);
21438 …dStyleHtml(a.config.contentsCss) + "\x3c/head\x3e" + b + a.getData() + "\x3c/body\x3e\x3c/html\x3e"
21582 if (b.is("body")) a.document.$.execCommand("SelectAll", !1, null);
24033 d = new CKEDITOR.dom.element("body");
26576 f = new CKEDITOR.dom.element(f.body),