Lines Matching refs:node

1701             return a ? new CKEDITOR.dom.node(a) : null
1802 CKEDITOR.dom.node = function(a) {
1805 CKEDITOR.dom.node.prototype = new CKEDITOR.dom.domObject;
1817 CKEDITOR.tools.extend(CKEDITOR.dom.node.prototype, {
1845 f = new CKEDITOR.dom.node(f);
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);
2182 return b ? new CKEDITOR.dom.node(b) : null
2228 … return 0 > a || a >= this.$.length ? null : (a = this.$[a]) ? new CKEDITOR.dom.node(a) : null
2232 return new CKEDITOR.dom.node(a)
2243 CKEDITOR.dom.element.prototype = new CKEDITOR.dom.node;
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));
2876 return c ? new CKEDITOR.dom.node(c) : null
3460 a = new CKEDITOR.dom.node(a);
3469 b = new CKEDITOR.dom.node(b)
6207 CKEDITOR.htmlParser.node = function() {};
6208 CKEDITOR.htmlParser.node.prototype = {
6284 CKEDITOR.htmlParser.comment.prototype = CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node, {
6306 CKEDITOR.htmlParser.text.prototype = CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node, {
6322 CKEDITOR.htmlParser.cdata.prototype = CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node, {
6658 … var d = c instanceof CKEDITOR.htmlParser.node || c instanceof CKEDITOR.htmlParser.fragment,
7138 … CKEDITOR.htmlParser.element.prototype = CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node, {
8128 …" != g || !e.data("cke-eol") || k && k != m - 1 || (C = (f = k ? h[k - 1].node : H.getItem(k + 1))…
8133 node: e,
8138 node: e,
8174 … if (c.isBlock && c.isElement && !c.node.is("br") && a(b) && b.is("br")) return b.remove(), 1
8343 J = d(I.node, J);
8352 } else y.insertNode(I.node);
8357 …1 != p.length ? B = !1 : (B = p[0], B = B.isElement && "false" == B.node.getAttribute("contentedit…
8358 … B && (N = !0, u = p[0].node, y.setStartAt(u, CKEDITOR.POSITION_BEFORE_START),
8869 node: d.anchorNode,
8872 node: d.focusNode,
8880 …createRange(), c.setStart(g[0].node, g[0].offset), c.collapse(!0), d.removeAllRanges(), d.addRange…
9234 …getRangeAt) d = (e = a.rangeCount && a.getRangeAt(0)) && new CKEDITOR.dom.node(e.commonAncestorCon…
9304 return (new CKEDITOR.dom.node(b)).getIndex()
9366 … = b(c, !0), a.setStart(new CKEDITOR.dom.node(d.container), d.offset), d = b(c), a.setEnd(new CKED…
9371 a.setStart(new CKEDITOR.dom.node(g), h);
9372 a.setEnd(new CKEDITOR.dom.node(g), h + 1);
9386 b.setStart(new CKEDITOR.dom.node(e.startContainer),
9388 b.setEnd(new CKEDITOR.dom.node(e.endContainer), e.endOffset);
10322 CKEDITOR.dom.comment.prototype = new CKEDITOR.dom.node;
10418 CKEDITOR.dom.text.prototype = new CKEDITOR.dom.node;
13229 node: b.data,
14727 …, g)) c = b.document.$.caretRangeFromPoint(d, g), e.setStart(CKEDITOR.dom.node(c.startContainer), …
14728 …else if (c.rangeParent) e.setStart(CKEDITOR.dom.node(c.rangeParent), c.rangeOffset), e.collapse(!0…
16325 node: f,
16333 ….length, 0 === g.index && (g = e(h, !0), m = g.node, a = g.offset), c >= f.length && (f = e(h), k …
17407 "data-cke-real-node-type": a.type,
17429 "data-cke-real-node-type": a.type,
17441 if (a.data("cke-real-node-type") != CKEDITOR.NODE_ELEMENT) return null;
19027 l = b.data.node;
19415 b.setStartBefore(a.data.node);
19416 b.setEndAfter(a.data.node);
19419 …if (!d.equals(a.data.node) && d.getDirection()) b.setStartAfter(d), f = new CKEDITOR.dom.walker(b);
22607 e && (e.$ = d.node, c.setCustomData(d.charName, e))