Lines Matching refs:dom

6     if (window.CKEDITOR && window.CKEDITOR.dom) return;
333 CKEDITOR.dom = {};
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") || "");
1675 CKEDITOR.dom.event = function(a) {
1678 CKEDITOR.dom.event.prototype = {
1701 return a ? new CKEDITOR.dom.node(a) : null
1720 CKEDITOR.dom.domObject = function(a) {
1723 CKEDITOR.dom.domObject.prototype = function() {
1726 "undefined" != typeof CKEDITOR && a.fire(b, new CKEDITOR.dom.event(c))
1801 })(CKEDITOR.dom.domObject.prototype);
1802 CKEDITOR.dom.node = function(a) {
1803 …return a ? new CKEDITOR.dom[a.nodeType == CKEDITOR.NODE_DOCUMENT ? "document" : a.nodeType == CKED…
1805 CKEDITOR.dom.node.prototype = new CKEDITOR.dom.domObject;
1817 CKEDITOR.tools.extend(CKEDITOR.dom.node.prototype, {
1845 f = new CKEDITOR.dom.node(f);
1879 … return new CKEDITOR.dom.document(this.$.ownerDocument || this.$.parentNode.ownerDocument)
1889 return !a.nodeValue || a.nodeValue == CKEDITOR.dom.selection.FILLING_CHAR_SEQUENCE
1941 …do b = (d = d.previousSibling) && 10 != d.nodeType && new CKEDITOR.dom.node(d); while (b && a && !…
1947 do b = (d = d.nextSibling) && new CKEDITOR.dom.node(d); while (b && a && !a(b));
1953 new CKEDITOR.dom.node(d) : null
1998 if (c(f ? new CKEDITOR.dom.node(b) : b)) return new CKEDITOR.dom.node(b);
2081 CKEDITOR.dom.window = function(a) {
2082 CKEDITOR.dom.domObject.call(this, a)
2084 CKEDITOR.dom.window.prototype = new CKEDITOR.dom.domObject;
2085 CKEDITOR.tools.extend(CKEDITOR.dom.window.prototype, {
2112 return a ? new CKEDITOR.dom.element.get(a) : null
2115 CKEDITOR.dom.document = function(a) {
2116 CKEDITOR.dom.domObject.call(this, a)
2118 CKEDITOR.dom.document.prototype = new CKEDITOR.dom.domObject;
2119 CKEDITOR.tools.extend(CKEDITOR.dom.document.prototype, {
2124 var d = new CKEDITOR.dom.element("link");
2138 var b = new CKEDITOR.dom.element("style", this);
2139 b.append(new CKEDITOR.dom.text(a, this));
2146 var b = new CKEDITOR.dom.element(a, this);
2151 return new CKEDITOR.dom.text(a, this)
2163 return new CKEDITOR.dom.element(a)
2166 return (a = this.$.getElementById(a)) ? new CKEDITOR.dom.element(a) : null
2182 return b ? new CKEDITOR.dom.node(b) : null
2186 return new CKEDITOR.dom.nodeList(this.$.getElementsByTagName(a))
2190 …return a = a ? new CKEDITOR.dom.element(a) : this.getDocumentElement().append(new CKEDITOR.dom.ele…
2193 return new CKEDITOR.dom.element(this.$.body)
2196 return new CKEDITOR.dom.element(this.$.documentElement)
2199 return new CKEDITOR.dom.window(this.$.parentWindow || this.$.defaultView)
2209 return new CKEDITOR.dom.nodeList(this.$.querySelectorAll(a))
2212 return (a = this.$.querySelector(a)) ? new CKEDITOR.dom.element(a) : null
2220 CKEDITOR.dom.nodeList = function(a) {
2223 CKEDITOR.dom.nodeList.prototype = {
2228 … return 0 > a || a >= this.$.length ? null : (a = this.$[a]) ? new CKEDITOR.dom.node(a) : null
2232 return new CKEDITOR.dom.node(a)
2236 CKEDITOR.dom.element = function(a, d) {
2238 CKEDITOR.dom.domObject.call(this, a)
2240 CKEDITOR.dom.element.get = function(a) {
2241 …tElementById(a) || document.getElementsByName(a)[0] : a) && (a.$ ? a : new CKEDITOR.dom.element(a))
2243 CKEDITOR.dom.element.prototype = new CKEDITOR.dom.node;
2244 CKEDITOR.dom.element.createFromHtml = function(a, d) {
2245 var b = new CKEDITOR.dom.element("div", d);
2249 CKEDITOR.dom.element.setMarker = function(a, d, b, c) {
2256 CKEDITOR.dom.element.clearAllMarkers = function(a) {
2257 for (var d in a) CKEDITOR.dom.element.clearMarkers(a, a[d], 1)
2259 CKEDITOR.dom.element.clearMarkers = function(a, d, b) {
2293 CKEDITOR.tools.extend(CKEDITOR.dom.element.prototype, {
2325 var b = new CKEDITOR.dom.element("div", this.getDocument());
2332 …DITOR.env.ie && 9 > CKEDITOR.env.version ? this.$.text += a : this.append(new CKEDITOR.dom.text(a))
2341 var c = new CKEDITOR.dom.range(this.getDocument());
2348 …for (c = new CKEDITOR.dom.element("div"); d = e.getFirst();) d.$.style.backgroundColor && (d.$.sty…
2398 b = new CKEDITOR.dom.element("body", this.getDocument());
2455 return new CKEDITOR.dom.nodeList(this.$.childNodes)
2471 getElementsByTag: CKEDITOR.dom.document.prototype.getElementsByTag,
2504 (b = b && new CKEDITOR.dom.node(b)) && a && !a(b) && (b = b.getNext(a));
2509 (b = b && new CKEDITOR.dom.node(b)) && a && !a(b) && (b = b.getPrevious(a));
2545 …ITOR.document.getWindow()) && (c = b.$.frameElement) && (a = (new CKEDITOR.dom.element(c)).isVisib…
2741 x = (f = x.$.offsetParent) ? new CKEDITOR.dom.element(f) : null
2743 … x = a.getWindow(), !f.equals(x) && f.$.frameElement && (a = (new CKEDITOR.dom.element(f.$.frameEl…
2759 e && (b = new CKEDITOR.dom.element(e))
2783 … e.equals(b) || (e = x(CKEDITOR.dom.element.get(e.$.frameElement), b), c.x += e.x, c.y += e.y);
2792 a instanceof CKEDITOR.dom.window && (a = k ? v.getBody() : v.getDocumentElement());
2837 return a && new CKEDITOR.dom.document(a.contentWindow.document)
2856 a = new CKEDITOR.dom.element(a, b);
2876 return c ? new CKEDITOR.dom.node(c) : null
2910 a = new CKEDITOR.dom.nodeList(this.$.querySelectorAll(b(this,
2919 return a ? new CKEDITOR.dom.element(a) : null
2933 CKEDITOR.dom.element.prototype.setSize = function(a, b, d) {
2936 CKEDITOR.dom.element.prototype.getSize = function(a, b) {
2942 CKEDITOR.dom.documentFragment = function(a) {
2946 CKEDITOR.tools.extend(CKEDITOR.dom.documentFragment.prototype, CKEDITOR.dom.element.prototype, {
2953 var a = new CKEDITOR.dom.element("div");
3033 CKEDITOR.dom.walker = CKEDITOR.tools.createClass({
3084 CKEDITOR.dom.element.prototype.isBlockBoundary = function(a) {
3087 CKEDITOR.dom.walker.blockBoundary = function(a) {
3092 CKEDITOR.dom.walker.listItemBoundary = function() {
3097 CKEDITOR.dom.walker.bookmark = function(a, b) {
3108 CKEDITOR.dom.walker.whitespaces = function(a) {
3111 ….tools.trim(b.getText()) || CKEDITOR.env.webkit && b.getText() == CKEDITOR.dom.selection.FILLING_C…
3115 CKEDITOR.dom.walker.invisible =
3117 var b = CKEDITOR.dom.walker.whitespaces(),
3124 CKEDITOR.dom.walker.nodeType = function(a, b) {
3129 CKEDITOR.dom.walker.bogus = function(a) {
3140 CKEDITOR.dom.walker.temp = function(a) {
3148 h = CKEDITOR.dom.walker.whitespaces(),
3149 k = CKEDITOR.dom.walker.bookmark(),
3150 g = CKEDITOR.dom.walker.temp(),
3154 CKEDITOR.dom.walker.ignored =
3161 var r = CKEDITOR.dom.walker.ignored();
3162 CKEDITOR.dom.walker.empty = function(a) {
3169 var e = CKEDITOR.dom.walker.empty(),
3170 y = CKEDITOR.dom.walker.validEmptyBlockContainers = CKEDITOR.tools.extend(function(a) {
3180 CKEDITOR.dom.walker.editable = function(a) {
3187 CKEDITOR.dom.element.prototype.getBogus = function() {
3193 CKEDITOR.dom.range = function(a) {
3196 var d = a instanceof CKEDITOR.dom.document;
3224 …), d && (b = O[b + 1]) && b.type == CKEDITOR.NODE_ELEMENT && (c = CKEDITOR.dom.element.createFromH…
3269 b = CKEDITOR.dom.walker.whitespaces(),
3270 c = CKEDITOR.dom.walker.bookmark(!0),
3271 d = CKEDITOR.dom.walker.bogus();
3278 var b = CKEDITOR.dom.walker.whitespaces(),
3279 c = CKEDITOR.dom.walker.bookmark(1);
3322 k = CKEDITOR.dom.walker.bogus(),
3324 n = CKEDITOR.dom.walker.editable(),
3325 r = CKEDITOR.dom.walker.ignored(!0);
3326 CKEDITOR.dom.range.prototype = {
3329 new CKEDITOR.dom.range(this.root);
3342 var b = new CKEDITOR.dom.documentFragment(this.document);
3351 var c = new CKEDITOR.dom.documentFragment(this.document);
3398 …ous()) && m.type == CKEDITOR.NODE_TEXT;) f += m.getText().replace(CKEDITOR.dom.selection.FILLING_C…
3411 …e.equals(d) && (a.offset -= CKEDITOR.dom.selection.FILLING_CHAR_SEQUENCE.length, 0 >= a.offset && …
3414 var c = CKEDITOR.dom.walker.nodeType(CKEDITOR.NODE_TEXT, !0);
3460 a = new CKEDITOR.dom.node(a);
3469 b = new CKEDITOR.dom.node(b)
3532 var c = new CKEDITOR.dom.range(g);
3535 var c = new CKEDITOR.dom.walker(c),
3637 l = new CKEDITOR.dom.range(this.root);
3641 l = new CKEDITOR.dom.walker(l);
3642 … var H, P, O = CKEDITOR.dom.walker.blockBoundary(a == CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS ? {
3670 l = new CKEDITOR.dom.walker(l);
3671 var w = CKEDITOR.dom.walker.whitespaces(),
3672 A = CKEDITOR.dom.walker.bookmark();
3681 l = new CKEDITOR.dom.walker(l);
3703 var h = new CKEDITOR.dom.walker(h),
3704 t = CKEDITOR.dom.walker.bookmark(),
3705 F = CKEDITOR.dom.walker.bogus();
3819 var c = new CKEDITOR.dom.elementPath(this.startContainer, this.root),
3820 d = new CKEDITOR.dom.elementPath(this.endContainer, this.root),
3825 …"br" != a && (f || (f = this.fixBlock(!0, a), h = (new CKEDITOR.dom.elementPath(this.endContainer,…
3829 …EDITOR.dom.elementPath(this.startContainer, this.root), this.moveToPosition(h, CKEDITOR.POSITION_A…
3856 var b = CKEDITOR.dom.walker.whitespaces(),
3857 c = CKEDITOR.dom.walker.bookmark(!1);
3864 return new CKEDITOR.dom.elementPath(this.startContainer, this.root)
3867 return new CKEDITOR.dom.elementPath(this.endContainer,
3875 f = new CKEDITOR.dom.walker(f);
3884 a = new CKEDITOR.dom.elementPath(this.startContainer,
3889 a = new CKEDITOR.dom.walker(c);
3898 a = new CKEDITOR.dom.elementPath(this.endContainer, this.root);
3902 a = new CKEDITOR.dom.walker(c);
3910 c = new CKEDITOR.dom.walker(d);
3919 c = new CKEDITOR.dom.walker(d);
3967 … a ? (c = new CKEDITOR.dom.range(this.root), c.moveToPosition(a, m[b ? 0 : 1])) : c = this.clone();
3970 …R.POSITION_AFTER_END)) : !CKEDITOR.env.needsBrFiller && h && f.is(CKEDITOR.dom.walker.validEmptyBl…
3984 var a = new CKEDITOR.dom.walker(a),
3985 b = CKEDITOR.dom.walker.bookmark(!1, !0),
3986 c = CKEDITOR.dom.walker.whitespaces(!0);
4022 …var a = new CKEDITOR.dom.element.createFromHtml("\x3cspan\x3e\x26nbsp;\x3c/span\x3e", this.documen…
4035 e = new CKEDITOR.dom.range(c.root),
4037 …c.startContainer instanceof CKEDITOR.dom.element && (h = 0 === c.startOffset && c.startContainer.h…
4038 …c.endContainer instanceof CKEDITOR.dom.element && (l = (l = c.endOffset === (c.endContainer.getChi…
4043 … e = CKEDITOR.dom.document.prototype.find.call(e, "[data-cke-widget-id]").toArray();
4074dom.element ? (a = e.checkStartOfBlock(), f = new CKEDITOR.dom.text("​"), a ? e.startContainer.app…
4137 CKEDITOR.dom.range.mergeRanges = function(a) {
4144 var e = new CKEDITOR.dom.range(b.root),
4145 d = new CKEDITOR.dom.walker(e),
4146 f = CKEDITOR.dom.walker.whitespaces();
4197 …c, f, h.remaining);c = new CKEDITOR.dom.range(h.element);c.selectNodeContents(h.element);c = c.cre…
4213 h = CKEDITOR.dom.walker.bookmark(!1, !0),
4214 k = CKEDITOR.dom.walker.whitespaces(!0),
4246 …w CKEDITOR.dom.walker(x.clone()), m = CKEDITOR.dom.walker.bookmark(!0, !0), k.evaluator = m, this.…
4247 …(m = new CKEDITOR.dom.elementPath(m.endContainer, m.root), this._.lastNode = (m.block || m.blockLi…
4310 d = new CKEDITOR.dom.elementPath(k.startContainer, k.root);
4336 CKEDITOR.dom.range.prototype.createIterator = function() {
5467 new CKEDITOR.dom.element("script");
5668 …if (!(f instanceof CKEDITOR.dom.element)) throw Error("Expect element of type CKEDITOR.dom.element…
5889 for (var f = new CKEDITOR.dom.documentFragment, e, h, g, k = 0; k < a.length; k++) {
5936 f = new CKEDITOR.dom.element(d.$.form);
5964 return a ? new CKEDITOR.dom.elementPath(a, this.editable()) : null
5968 return a ? new CKEDITOR.dom.range(a) : null
6045 f = new CKEDITOR.dom.documentFragment,
7116 …c && (a instanceof CKEDITOR.dom.element ? a.setAttribute("style", c) : a instanceof CKEDITOR.htmlP…
7285 CKEDITOR.document = new CKEDITOR.dom.document(document);
7333 a = CKEDITOR.dom.element.get(a);
7337 …c ? (b.setData(c.getValue(), null, !0), a = CKEDITOR.dom.element.createFromHtml('\x3cdiv contented…
7376 a = CKEDITOR.dom.element.get(a);
7417 b = CKEDITOR.dom.element.createFromHtml(r.output({
7535 … = h.clone(), e.enlarge(CKEDITOR.ENLARGE_BLOCK_CONTENTS), f = new CKEDITOR.dom.walker(e), f.guard …
7562 …(d = d && d.nodeType == CKEDITOR.NODE_ELEMENT ? new CKEDITOR.dom.element(d) : null) && (b.equals(d…
7585 a = new CKEDITOR.dom.walker(g);
7588 …g.collapse(), g.setEndAt(d, CKEDITOR.POSITION_AFTER_END), a = new CKEDITOR.dom.walker(g), a.guard …
7617 base: CKEDITOR.dom.element,
7651 return CKEDITOR.dom.element.prototype.on.apply(this, c)
7785 …} e && (e = new CKEDITOR.dom.range(c), e.moveToElementEditStart(c), b = b.createRange(), b.setStar…
7793 …"None" == d.type && e.equals(c) && (d = new CKEDITOR.dom.range(c), a = a.body.createTextRange(), d…
7804 if (a.collapsed) return new CKEDITOR.dom.documentFragment(a.document);
7815 return new CKEDITOR.dom.documentFragment(a.fragment.$)
7938 ….cssText = k : m.setText(k)) : (k = f.appendStyleText(k), k = new CKEDITOR.dom.element(k.ownerNode…
7946 … var b = (new CKEDITOR.dom.elementPath(a.getTarget(), this)).contains("a");
8105 …d = CKEDITOR.dom.element.createFromHtml('\x3cspan id\x3d"' + e + '" class\x3d"cke_voice_label"\x3e…
8113 e = CKEDITOR.dom.walker.whitespaces(!0);
8114 y = CKEDITOR.dom.walker.bookmark(!1, !0);
8115 v = CKEDITOR.dom.walker.empty();
8116 B = CKEDITOR.dom.walker.bogus();
8168 …(g = (new CKEDITOR.dom.walker(f)).next()) && a(g) && z[g.getName()] && (q = g.getPrevious()) && a(…
8215 … var I = (new CKEDITOR.dom.elementPath(w.startContainer, w.root)).blockLimit || w.root;
8229 …t" == z.type && p.shrink(CKEDITOR.SHRINK_ELEMENT, !0, !1) && (n = CKEDITOR.dom.element.createFromH…
8231 G = new CKEDITOR.dom.elementPath(p.startContainer);
8232 z.endPath = I = new CKEDITOR.dom.elementPath(p.endContainer);
8344 … Z < Y; Z++) ba = J[Z], " " == ba ? (ca || W && !Z || (S.push(new CKEDITOR.dom.text(" ")), U = S.l…
8392 b = new CKEDITOR.dom.walker(b);
8435 b = new CKEDITOR.dom.walker(b);
8464 f = new CKEDITOR.dom.elementPath(c.startContainer, b),
8465 g = new CKEDITOR.dom.elementPath(c.endContainer, b);
8498 e = new CKEDITOR.dom.elementPath(d, b),
8499 f = new CKEDITOR.dom.elementPath(c.startContainer, b),
8500 c = new CKEDITOR.dom.elementPath(c.endContainer, b),
8552 var d = new CKEDITOR.dom.range(a);
8574 f = new CKEDITOR.dom.elementPath(d, c),
8575 g = new CKEDITOR.dom.elementPath(e, c);
8591 var c = new CKEDITOR.dom.range(b);
8601 f = new CKEDITOR.dom.elementPath(d, c),
8602 g = new CKEDITOR.dom.elementPath(e, c),
8614 f, g = new CKEDITOR.dom.walker(c),
8622 CKEDITOR.dom.element.setMarker(p, a, A, 1)
8639 CKEDITOR.dom.element.clearAllMarkers(p);
8659 var c = new CKEDITOR.dom.walker(c),
8677 p = new CKEDITOR.dom.elementPath(g.startContainer, l);
8678 l = new CKEDITOR.dom.elementPath(g.endContainer, l);
8780 d.ranges = new CKEDITOR.dom.rangeList(a);
8892 …c = CKEDITOR.dom.element.createFromHtml('\x3cdiv data-cke-hidden-sel\x3d"1" data-cke-temp\x3d"1" s…
8941 d = new CKEDITOR.dom.walker(h);
8962 l, t, F, L = CKEDITOR.dom.walker.invisible(1),
9000 r = new CKEDITOR.dom.selection(c.getSelection());
9150 var a = CKEDITOR.dom.walker.nodeType(CKEDITOR.NODE_ELEMENT),
9193 …"wysiwyg" == this.mode ? new CKEDITOR.dom.selection(a) : null : this._.savedSelection || this._.fa…
9206 CKEDITOR.dom.document.prototype.getSelection = function() {
9207 return new CKEDITOR.dom.selection(this)
9209 CKEDITOR.dom.range.prototype.select = function() {
9210 …tanceof CKEDITOR.editable ? this.root.editor.getSelection() : new CKEDITOR.dom.selection(this.root…
9217 CKEDITOR.dom.selection = function(a) {
9218 if (a instanceof CKEDITOR.dom.selection) {
9222 var c = a instanceof CKEDITOR.dom.element;
9224 this.document = a instanceof CKEDITOR.dom.document ? a : a.getDocument();
9234 …if (a.getRangeAt) d = (e = a.rangeCount && a.getRangeAt(0)) && new CKEDITOR.dom.node(e.commonAnces…
9239 d = e && CKEDITOR.dom.element.get(e.item && e.item(0) || e.parentElement())
9241 …edElement = null, this._.cache.selectedText = "", this._.cache.ranges = new CKEDITOR.dom.rangeList;
9266 CKEDITOR.tools.extend(CKEDITOR.dom.selection, {
9271 CKEDITOR.dom.selection.prototype = {
9304 return (new CKEDITOR.dom.node(b)).getIndex()
9366 …ew CKEDITOR.dom.range(this.root), d = b(c, !0), a.setStart(new CKEDITOR.dom.node(d.container), d.o…
9370 …for (var f = c.item(e), g = f.parentNode, h = 0, a = new CKEDITOR.dom.range(this.root); h < g.chil…
9371 a.setStart(new CKEDITOR.dom.node(g), h);
9372 a.setEnd(new CKEDITOR.dom.node(g), h + 1);
9385 b = new CKEDITOR.dom.range(this.root);
9386 b.setStart(new CKEDITOR.dom.node(e.startContainer),
9388 b.setEnd(new CKEDITOR.dom.node(e.endContainer), e.endOffset);
9396 d || (c.ranges = d = new CKEDITOR.dom.rangeList(a.call(this)));
9397 return b ? x(new CKEDITOR.dom.rangeList(d.slice())) : d
9423 new CKEDITOR.dom.element(b) : null
9435 return a.selectedElement = c ? new CKEDITOR.dom.element(c) : null
9485 new CKEDITOR.dom.range(this.root);
9514 n = CKEDITOR.dom.walker.whitespaces(!0);
9579 e = new CKEDITOR.dom.range(this.root);
9582 d.ranges = new CKEDITOR.dom.rangeList(e);
9616 var f = new CKEDITOR.dom.range(this.root);
9702 …ar C = q, E = f(C), F = void 0, H = E.length, K = 0, C = H && new CKEDITOR.dom.range(C.getDocument…
9733 …l.mergeSiblings(), CKEDITOR.env.ie || l.$.normalize()) : (l = new CKEDITOR.dom.element("span"), u.…
9745 …for (var a = new CKEDITOR.dom.elementPath(d.getParent()), c = new CKEDITOR.dom.elementPath(n.getPa…
9764 …for (var f = new CKEDITOR.dom.elementPath(d.getParent(), a.root), g, h = 0, k; h < f.elements.leng…
9801 …(a = (new CKEDITOR.dom.elementPath(b, a.root)).contains(this.element, 1)) && !a.isReadOnly() && u(…
9806 if (a = (new CKEDITOR.dom.elementPath(b, a.root)).contains(this.element, 1)) {
9892 1 < a.length && (c = new CKEDITOR.dom.documentFragment(b.getDocument()));
9969 d = new CKEDITOR.dom.element(d, b);
10016 var d = new CKEDITOR.dom.element("span");
10095 z = CKEDITOR.dom.walker.bookmark(0, 1),
10096 H = CKEDITOR.dom.walker.whitespaces(1);
10112 if (a instanceof CKEDITOR.dom.document) return L.call(this, a.getSelection());
10121 if (a instanceof CKEDITOR.dom.document) return L.call(this, a.getSelection(), 1);
10318 CKEDITOR.dom.comment = function(a, d) {
10320 CKEDITOR.dom.domObject.call(this, a)
10322 CKEDITOR.dom.comment.prototype = new CKEDITOR.dom.node;
10323 CKEDITOR.tools.extend(CKEDITOR.dom.comment.prototype, {
10336 CKEDITOR.dom.elementPath = function(b, f) {
10375 CKEDITOR.dom.elementPath.prototype = {
10390 a instanceof CKEDITOR.dom.element ? f = function(b) {
10414 CKEDITOR.dom.text = function(a, d) {
10418 CKEDITOR.dom.text.prototype = new CKEDITOR.dom.node;
10419 CKEDITOR.tools.extend(CKEDITOR.dom.text.prototype, {
10435 h = new CKEDITOR.dom.text(this.$.splitText(a), f);
10457 CKEDITOR.dom.rangeList = function(a) {
10458 if (a instanceof CKEDITOR.dom.rangeList) return a;
10459 a ? a instanceof CKEDITOR.dom.range && (a = [a]) : a = [];
10465 c = CKEDITOR.dom.walker.bookmark(),
10638 …var a = CKEDITOR.dom.element.createFromHtml('\x3cdiv style\x3d"width:0;height:0;position:absolute;…
11101 …1 > a.getChildCount() ? (new CKEDITOR.dom.text(b, CKEDITOR.document)).appendTo(a) : a.getChild(0).…
11204 … var f = new CKEDITOR.dom.element("option", this.getDialog().getParentEditor().document),
11298 … return 0 < b.$.forms.length ? new CKEDITOR.dom.element(b.$.forms[0].elements[0]) :
11418 var f = new CKEDITOR.dom.element(c[e]);
11440 var b = CKEDITOR.dom.element.createFromHtml(CKEDITOR.addTemplate("dialog", W).output({
11453 …" + CKEDITOR.tools.fixDomain + ")();document.close();") + "}())", CKEDITOR.dom.element.createFromH…
11600 …e.$.getElementsByTagName("iframe").length && (q = CKEDITOR.dom.element.createFromHtml('\x3cdiv cla…
11617 b = CKEDITOR.dom.element.createFromHtml('\x3cdiv class\x3d"cke_resizer' +
11641 …opacity\x3d0)"\x3e\x3c/iframe\x3e')), f.push("\x3c/div\x3e"), g = CKEDITOR.dom.element.createFromH…
11876 …(new CKEDITOR.dom.document(a.data.iframe.$.contentWindow.document)).on("keydown", d, this, null, 0)
11892 (new CKEDITOR.dom.text(g.title, CKEDITOR.document)).appendTo(this.parts.title);
12079 b = CKEDITOR.dom.element.createFromHtml(b.join(""));
12083 c = CKEDITOR.dom.element.createFromHtml(['\x3ca class\x3d"cke_dialog_tab"',
12882 if (arguments[a] instanceof CKEDITOR.dom.element) {
13078 CKEDITOR.dom.element.setMarker(b, a, "bidi_processed", 1);
13140 var m = new CKEDITOR.dom.walker(g),
13157 CKEDITOR.dom.element.clearAllMarkers(h);
13242 …for (var l = CKEDITOR.dom.element.prototype, n = ["setStyle", "removeStyle", "setAttribute", "remo…
13272 …ER_P ? "p" : "div"), b = h.shift(), c.insertNode(a), a.append(new CKEDITOR.dom.text("", g.documen…
13290 …for (b = new CKEDITOR.dom.documentFragment(g.document); a.getFirst();) b.append(a.getFirst().remov…
13306 …c && e && !e.getCustomData("blockquote_moveout") && (b.push(e), CKEDITOR.dom.element.setMarker(d, …
13308 CKEDITOR.dom.element.clearAllMarkers(d);
13312 … (e.push(c), CKEDITOR.dom.element.setMarker(d, c, "blockquote_processed", !0)), a.push(f);
13313 CKEDITOR.dom.element.clearAllMarkers(d);
13329 b = new CKEDITOR.dom.documentFragment(g.document);
13387 var a = new CKEDITOR.dom.element("div");
13460 a = new CKEDITOR.dom.element("div");
13469 c = new CKEDITOR.dom.element("p");
13473 …c = CKEDITOR.dom.element.createFromHtml('\x3ca class\x3d"cke_notification_close" href\x3d"javascri…
13486 var b = new CKEDITOR.dom.element("span");
13520 c = new CKEDITOR.dom.element("div");
13642 … if (e.onkey) return a = new CKEDITOR.dom.event(a), !1 !== e.onkey(e, a.getKeystroke())
13646 e.onfocus && (b = !1 !== e.onfocus(e, new CKEDITOR.dom.event(a)));
14186 …var k = new CKEDITOR.dom.element(!CKEDITOR.env.webkit && !e.is("body") || CKEDITOR.env.ie ? "div" …
14194 …e : CKEDITOR.dom.element.get(e.$.offsetParent), l = l.getDocumentPosition().y)) : e.getAscendant(C…
14210 l = new CKEDITOR.dom.range(k);
14610 var d, g, n = new CKEDITOR.dom.element("div");
14727 …int(d, g)) c = b.document.$.caretRangeFromPoint(d, g), e.setStart(CKEDITOR.dom.node(c.startContain…
14728 …else if (c.rangeParent) e.setStart(CKEDITOR.dom.node(c.rangeParent), c.rangeOffset), e.collapse(!0…
14751 p = new CKEDITOR.dom.element(q),
15285 …g || (g = f[h] = new CKEDITOR.ui.panel(b, m), g.element = c.append(CKEDITOR.dom.element.createFrom…
15341 … this._.returnFocus = e.hasFocus ? e : new CKEDITOR.dom.element(CKEDITOR.document.$.activeElement);
15345 … e = CKEDITOR.env.ie && !CKEDITOR.env.edge ? e : new CKEDITOR.dom.window(e.$.contentWindow),
15415 …CKEDITOR.env.ie && (b = a = new CKEDITOR.dom.element(l.$.offsetParent), "html" == b.getName() && (…
15562 …for (var a = new CKEDITOR.dom.walker(b), f = b.collapsed ? b.startContainer : a.next(), b = ""; f;…
16048 … b = (new CKEDITOR.dom.elementPath(a.getTarget(), c.editable())).contains(function(a) {
16099 var c = new CKEDITOR.dom.walker(a);
16275 for (var d = [], e = new CKEDITOR.dom.walker(b),
16280 … for (var d = -1 !== l(["ol", "ul", "table"], b), e = new CKEDITOR.dom.walker(a), c; c = e.next();)
16351 var e = new CKEDITOR.dom.walker(a),
16437 …CKEDITOR.env.ie7Compat) return CKEDITOR.document.getBody().append(CKEDITOR.dom.element.createFromH…
16488 …h; d++) e = g[d], e.collapsed ? c(b.getStartElement()) : (e = new CKEDITOR.dom.walker(e), e.evalua…
16608 path: new CKEDITOR.dom.elementPath(b)
16631 e = new CKEDITOR.dom.event(e);
16738 e = new CKEDITOR.dom.range(e);
16768 var A = CKEDITOR.dom.walker.whitespaces(),
16769 B = CKEDITOR.dom.walker.bookmark(),
16821 … c.getPrevious().getFirst(CKEDITOR.dom.walker.invisible(1)) || c.getPrevious().remove();
16822 c.getNext().getFirst(CKEDITOR.dom.walker.invisible(1)) ||
16859 …se c.is("li") && (d = b.clone(), d.selectNodeContents(c), d = new CKEDITOR.dom.walker(d), d.evalua…
16871 n = new CKEDITOR.dom.elementPath(a.getSelection().getStartElement()),
17229 var b = new CKEDITOR.dom.element(a.$.form);
17230 …b && ((a = b.$.elements.ckCsrfToken) ? a = new CKEDITOR.dom.element(a) : (a = new CKEDITOR.dom.ele…
17442 …var b = CKEDITOR.dom.element.createFromHtml(decodeURIComponent(a.data("cke-realelement")), this.do…
17580 … b = CKEDITOR.document.getBody().append(CKEDITOR.dom.element.createFromHtml(k.output({
17867 c.panel.showBlock(d.id, new CKEDITOR.dom.element(b), 4)
17878 a = new CKEDITOR.dom.event(a);
18685 c = new CKEDITOR.dom.document(c);
18784 …d = CKEDITOR.dom.element.createFromHtml('\x3ciframe src\x3d"' + c + '" frameBorder\x3d"0"\x3e\x3c/…
18799 …k = CKEDITOR.dom.element.createFromHtml('\x3cspan id\x3d"' + g + '" class\x3d"cke_voice_label"\x3e…
19030 for (var n = new CKEDITOR.dom.walker(f), c; c = n.next();)
19033 … c.getDirection()) f.setStartAfter(c), n = new CKEDITOR.dom.walker(f);
19067 … b.execJob(a, c) && (d.data.done = !0), a.fire("unlockSnapshot"), CKEDITOR.dom.element.clearAllMar…
19124 CKEDITOR.dom.element.setMarker(this.database, b, "indent_processed", 1)
19243 } h[a].parent = new CKEDITOR.dom.element(g.getName(), g.getDocument())
19276 …DITOR.NODE_ELEMENT && c.startContainer.getName() in p && (d = new CKEDITOR.dom.walker(c), d.evalua…
19278 …KEDITOR.NODE_ELEMENT && c.endContainer.getName() in p && (d = new CKEDITOR.dom.walker(c), d.evalua…
19291 var y = CKEDITOR.dom.walker.whitespaces(!0),
19292 z = CKEDITOR.dom.walker.bookmark(!1, !0),
19417 for (var f = new CKEDITOR.dom.walker(b), d; d = f.next();)
19419 …if (!d.equals(a.data.node) && d.getDirection()) b.setStartAfter(d), f = new CKEDITOR.dom.walker(b);
20010 ….isBlockBoundary() || !(p = m.root[c ? "getPrevious" : "getNext"](CKEDITOR.dom.walker.invisible(!0…
20016 …", !0)) && !h.getCustomData("list_item_processed") && (g.push(h), CKEDITOR.dom.element.setMarker(e,
20066 g = new CKEDITOR.dom.elementPath(m.startContainer),
20069 h = new CKEDITOR.dom.elementPath(e.startContainer),
20088 e = new CKEDITOR.dom.walker(e);
20105 K = CKEDITOR.dom.walker.whitespaces(),
20106 H = CKEDITOR.dom.walker.bookmark(),
20110 z = CKEDITOR.dom.walker.bogus();
20127 m && CKEDITOR.dom.element.setMarker(m, h, "listarray_index", e.length);
20137 …for (var g, k = b[e].parent.getDocument(), h = new CKEDITOR.dom.documentFragment(k), d = null, a =…
20151 …0), q != g.getDirection(1) && l.setAttribute("dir", q)) : l = new CKEDITOR.dom.documentFragment(k);
20186 …if (b.type == CKEDITOR.NODE_ELEMENT && (CKEDITOR.dom.element.clearMarkers(m, b), b.getName() in CK…
20200 J = CKEDITOR.dom.walker.nodeType(CKEDITOR.NODE_ELEMENT);
20226 CKEDITOR.dom.element.setMarker(k, d, "list_block", 1);
20233 … }, f.push(a), CKEDITOR.dom.element.setMarker(k, q, "list_group_object", a));
20240 … }, CKEDITOR.dom.element.setMarker(k, p, "list_group_object_" + h, a), f.push(a)))
20252 …", !0)) && !n.getCustomData("list_item_processed") && (l.push(n), CKEDITOR.dom.element.setMarker(a…
20305 CKEDITOR.dom.element.clearAllMarkers(k);
20341 d = new CKEDITOR.dom.walker(f.clone());
20577 var b = new CKEDITOR.dom.range(a.doc),
20931 R = CKEDITOR.dom.element,
20968 return b && b.nodeType ? new CKEDITOR.dom.element(b) : null
20980 E = CKEDITOR.dom.walker.whitespaces(),
20981 F = CKEDITOR.dom.walker.nodeType(CKEDITOR.NODE_COMMENT),
21040 c && (c = new CKEDITOR.dom.element(c), e.push([c, c.nextSibling]), c.remove())
22826 … if (b = (new CKEDITOR.dom.elementPath(e.getCommonAncestor(), e.root)).contains({
22842 …if (a) a = new CKEDITOR.dom.element(a), e.moveToElementEditStart(a), e.checkStartOfBlock() && e.ch…
22845 …$.cells, f = new CKEDITOR.dom.element(f.insertRow(-1), d.document), g = 0, h = a.length; g < h; g+…
22891 CKEDITOR.dom.element.prototype.focusNext = function(k, h) {
22921 CKEDITOR.dom.element.prototype.focusPrevious = function(k, h) {
23042 …T || !F.test(b.getName()) || b.getCustomData("selected_cell") || (CKEDITOR.dom.element.setMarker(a…
23054 var h = new CKEDITOR.dom.walker(h),
23060 …}, !0)) && !l.getCustomData("selected_cell") && b(l) && (CKEDITOR.dom.element.setMarker(a, l, "sel…
23063 CKEDITOR.dom.element.clearAllMarkers(a);
23068 …gth - 1], k = b.getParent().$.rowIndex + b.$.rowSpan - 1, b = new CKEDITOR.dom.element(e.$.rows[k]…
23071 …pan && g && e[k] == g[k] ? (h = e[k], h.rowSpan += 1) : (h = (new CKEDITOR.dom.element(e[k])).clon…
23079 if (d instanceof CKEDITOR.dom.selection) {
23090 … for (var k = e[d], h = new CKEDITOR.dom.element(c.$.rows[d]), l = 0; l < k.length; l++) {
23091 var m = new CKEDITOR.dom.element(k[l]),
23093 …& (n = e[d + 1], n[l - 1] ? m.insertAfter(new CKEDITOR.dom.element(n[l - 1])) : (new CKEDITOR.dom.…
23100 a = new CKEDITOR.dom.element(e[g +
23105 …d instanceof CKEDITOR.dom.element && (c = d.getAscendant("table"), 1 == c.$.rows.length ? c.remove…
23129 …].colSpan && e[h] == c[h] ? (g = c[h], g.colSpan += 1) : (a = new CKEDITOR.dom.element(c[h]), g = …
23162 …n = 0; n < g.length; n++) a = g[n], e = new CKEDITOR.dom.element(c.$.rows[n]), a = new CKEDITOR.do…
23163 …h ? new CKEDITOR.dom.element(g[0][h + 1]) : k && -1 !== g[0][k - 1].cellIndex ? new CKEDITOR.dom.e…
23182 if (d instanceof CKEDITOR.dom.selection) {
23189 … for (var g = {}, k, h; k = b[a++];) CKEDITOR.dom.element.setMarker(g, k, "delete_cell", !0);
23192 CKEDITOR.dom.element.clearAllMarkers(g);
23195 } CKEDITOR.dom.element.clearAllMarkers(g);a = b[0].getParent();
23201 …} else d instanceof CKEDITOR.dom.element && (f = d.getParent(), 1 == f.getChildCount() ? f.remove(…
23209 b = new CKEDITOR.dom.range(b);
23219 if (f == b) return new CKEDITOR.dom.element(d[f])
23246 c["up" == f || "left" == f ? "unshift" : "push"](new CKEDITOR.dom.element(n))
23251 u = !b && new CKEDITOR.dom.documentFragment(f),
23266 …}) || (r = u.getLast(CKEDITOR.dom.walker.whitespaces(!0)), !r || r.is && r.is("br") || u.append("b…
23275 b = new CKEDITOR.dom.nodeList(e.$.rows);
23295 …for (var h = Math.floor(h / 2), c = g + l, e = new CKEDITOR.dom.element(e.$.rows[c]), a = A(a, c),…
23298 c.insertBefore(new CKEDITOR.dom.element(m));
23733 for (g = l; g <= p; g++) d = new CKEDITOR.dom.element(e[c][g]),
23734 …d.$ && !d.getCustomData("selected_cell") && (k.push(d), CKEDITOR.dom.element.setMarker(f, d, "sele…
23735 CKEDITOR.dom.element.clearAllMarkers(f);
23945 if ((new CKEDITOR.dom.element(c[d][e])).equals(b)) {
24007 a = new CKEDITOR.dom.element(l[0][0]);
24009 a = z(a, new CKEDITOR.dom.element(b[b.length - 1]))
24033 d = new CKEDITOR.dom.element("body");
24046 …for (k = new CKEDITOR.dom.element(g.$.rows[a.rows.first.$.rowIndex + l]), p = 0; p < c[l].length; …
24047 …if (f = new CKEDITOR.dom.element(c[l][p]), d = b[l] && b[l][p] ? new CKEDITOR.dom.element(b[l][p])…
24049 … else if (0 === p || c[l][p - 1])(d = 0 !== p ? new CKEDITOR.dom.element(c[l][p -
24051 …()) ? f.insertAfter(d) : 0 < e ? k.$.cells[e] ? f.insertAfter(new CKEDITOR.dom.element(k.$.cells[e…
24052 CKEDITOR.dom.element.setMarker(h, f, "processed", !0)
24054 CKEDITOR.dom.element.clearAllMarkers(h)
24076 g = CKEDITOR.dom.range.mergeRanges(e);
24681 … = {}, (g = c.$.elementFromPoint(f, h)) && g.nodeType && (e = new CKEDITOR.dom.element(g), d.trave…
24741 … else if (d(a, k) && (h = 0, l(k = new CKEDITOR.dom.element(k)))) return k
24898 var a = CKEDITOR.dom.element.createFromHtml(this.lineTpl);
25009 var b = new CKEDITOR.dom.element(this.fillerTagName);
25114 CKEDITOR.dom.element.call(this, b.$);
25133 f = CKEDITOR.dom.element.createFromHtml(b.template.output(f)),
25135 k = new CKEDITOR.dom.documentFragment(l.getDocument());
25397 e = d instanceof CKEDITOR.dom.element ? a.getByElement(d) : null;
25696 … c ? d = c.findOne("img") : (c = new CKEDITOR.dom.element("span", b.document), c.setAttributes({
25699 }), d = new CKEDITOR.dom.element("img", b.document), d.setAttributes({
25784 b || (b = new CKEDITOR.dom.element("img", a.editor.document), b.setAttributes({
25967 a = new CKEDITOR.dom.walker(a);
26054 if (a instanceof CKEDITOR.dom.element) {
26062 c = new CKEDITOR.dom.element(e ? "span" : "div");
26262 …q.prototype = CKEDITOR.tools.extend(CKEDITOR.tools.prototypedCopy(CKEDITOR.dom.element.prototype),…
26557 var b = new CKEDITOR.dom.element("img");
26576 f = new CKEDITOR.dom.element(f.body),