Searched refs:getNextSourceNode (Results 1 – 3 of 3) sorted by relevance
| /plugin/ckgdoku/ckeditor/ |
| D | ckeditor.js | 67 ….nodeType==CKEDITOR.NODE_TEXT);while(c=c.previousSibling);return e},getNextSourceNode:function(a,f… method 68 f&&f!=a.type?a.getNextSourceNode(!1,f,b):a},getPreviousSourceNode:function(a,f,b){if(b&&!b.call){va… 124 …==CKEDITOR.NODE_ELEMENT&&((c=c.getChild(e))||(c=!1===m(d,!0)?null:d.getNextSourceNode(!0,k,m)))),c… 145 a.getNextSourceNode()||a}if(b.type==CKEDITOR.NODE_ELEMENT)if(e=b.getChildCount(),e>d)b=b.getChild(d… 184 …om.walker(q.clone()),f.evaluator=v,f=f.previous(),this._.lastNode=f.getNextSourceNode(!0,null,q.ro… 185 v.root),this._.lastNode=(v.block||v.blockLimit).getNextSourceNode(!0))),this._.lastNode&&q.root.con… 190 for(a=a.getNextSourceNode(b,null,d);!l(a);)a=a.getNextSourceNode(b,null,d);return a}};CKEDITOR.dom.… 444 …,x=v,q;if(!k){var t=c.getCommonAncestor(),k=a(v,t),t=a(p,t);k&&(x=k.getNextSourceNode(!0));t&&(p=t… 445 z=B&&x.getAttribute("data-nostyle");if(B&&x.data("cke-bookmark")){x=x.getNextSourceNode(!0);continu… 446 …(),n[F.getName()])&&f(F,v,h,N);)B=F;q.setEndAfter(B)}}else k=!0;x=x.getNextSourceNode(z||t)}if(k&&… [all …]
|
| /plugin/ckgedit/ckeditor/ |
| D | ckeditor.js | 78 ….nodeType==CKEDITOR.NODE_TEXT);while(c=c.previousSibling);return f},getNextSourceNode:function(a,d… method 79 …eturn null;a=f.getNext()}return!a||b&&!1===b(a)?null:d&&d!=a.type?a.getNextSourceNode(!1,d,b):a},g… 139 …==CKEDITOR.NODE_ELEMENT&&((e=e.getChild(f))||(e=!1===g(d,!0)?null:d.getNextSourceNode(!0,r,g)))),e… 160 …for(a=a.$;a.lastChild;)a=a.lastChild;a=new CKEDITOR.dom.node(a);a=a.getNextSourceNode()||a}if(b.ty… 206 …om.walker(u.clone()),k.evaluator=m,k=k.previous(),this._.lastNode=k.getNextSourceNode(!0,null,u.ro… 207 …Path(m.endContainer,m.root),this._.lastNode=(m.block||m.blockLimit).getNextSourceNode(!0))),this._… 212 this.range.root;for(a=a.getNextSourceNode(b,null,d);!g(a);)a=a.getNextSourceNode(b,null,d);return a… 484 …,r=t,y;if(!m){var x=c.getCommonAncestor(),m=a(t,x),x=a(v,x);m&&(r=m.getNextSourceNode(!0));x&&(v=x… 485 …);if(u&&r.data("cke-bookmark")||r.type===CKEDITOR.NODE_COMMENT){r=r.getNextSourceNode(!0);continue… 486 …(),q[N.getName()])&&d(N,t,h,O);)u=N;y.setEndAfter(u)}}else m=!0;r=r.getNextSourceNode(w||x)}if(m&&… [all …]
|
| D | ckeditor.js.unc | 1898 getNextSourceNode: function(a, d, b) { 1916 … return !a || b && !1 === b(a) ? null : d && d != a.type ? a.getNextSourceNode(!1, d, b) : a 2996 g = a ? "getPreviousSourceNode" : "getNextSourceNode"; 3017 …_ELEMENT && ((e = e.getChild(f)) || (e = !1 === h(d, !0) ? null : d.getNextSourceNode(!0, t, h))))… 3461 a = a.getNextSourceNode() || a 4246 …(x.clone()), k.evaluator = m, k = k.previous(), this._.lastNode = k.getNextSourceNode(!0, null, x.… 4247 ….endContainer, m.root), this._.lastNode = (m.block || m.blockLimit).getNextSourceNode(!0))), this.… 4332 … for (a = a.getNextSourceNode(b, null, d); !h(a);) a = a.getNextSourceNode(b, null, d); 9686 l && (q = l.getNextSourceNode(!0)); 9698 q = q.getNextSourceNode(!0); [all …]
|