Lines Matching refs:previous

3046                 previous: function() {
3676 … if ((l = l.previous()) && l.type == CKEDITOR.NODE_ELEMENT && l.is("br")) break
3717 … && (h.reset(), (h = h[a == CKEDITOR.SHRINK_ELEMENT ? "lastBackward" : "previous"]()) && this.setE…
3913 return c.previous()
3992 return d && d.equals(a.previous()) ? d : null
4246 ….next(), k = new CKEDITOR.dom.walker(x.clone()), k.evaluator = m, k = k.previous(), this._.lastNod…
4741 …if ("br" == b) a.previous && !K(a.previous) && (b = u(), b.insertBefore(a)), a.next && !K(a.next) …
6212 b = this.previous,
6215 c && (c.previous = b);
6222 c = a.previous = this.previous,
6225 f && (f.previous = a);
6236 this.previous = a;
6238 c && (c.previous = this);
6246 (this.previous = a.previous) && (a.previous.next = this);
6247 a.previous = this;
6400 …void 0 === b.previous && (v(c, b) && (u = c, D.onTagOpen(g, {}), b.returnPoint = c = u), e(b), a(b…
6518 a.previous = c;
6692 …) && q(p) && ((E = c(p)) && !h(E) ? l.push(p) : (e(z).insertAfter(p), p.remove())), w = w.previous;
6705 …R.env.needsBrFiller && z && (!b || a.parent.name in g) || !z && ((c = a.previous) && "br" == c.nam…
6738 for (a = a.children[a.children.length - 1]; a && f(a);) a = a.previous;
6743 for (a = a.previous; a && f(a);) a = a.previous;
6760 c && (c.next = b, b.previous = c)
7224 b[0] && (b[0].previous = null);
13847 … ? b.next : c.toolbar.next) || a.toolbox.toolbars[0] : (b ? b.previous : c.toolbar.previous) || a.…
13848 … for (c = b.items[d ? b.items.length - 1 : 0]; c && !c.focus;)(c = d ? c.previous : c.next) ||
13862 …do b = b.previous, !b && k && (b = c.toolbar.items[c.toolbar.items.length - 1]); while (b && !b.fo…
13898 … 0 < u && (c.previous = m.items[u - 1], c.previous.next = c);
13920 … 0 < u && (m.previous = q[u - 1], m.previous.next =
19278 …getName() in p && (d = new CKEDITOR.dom.walker(c), d.evaluator = n, c.endContainer = d.previous());
20352 …N_AFTER_START), d.range.setEnd(f.startContainer, f.startOffset), (a = d.previous()) && a.type == C…
20353 …d.reset(), d.evaluator = G, a = d.previous()), c = a, e.moveToElementEditEnd(c), e.moveToPosition(…