Lines Matching refs:items

5620         this.items = {};

5631 var c = this.items[a] = {
5642 var d = this.items[a],
10894 this._["default"] || (this._["default"] = this._.initValue = a.items[0][1]);
10903 for (var e = [], d = [], g = (a.id ? a.id : CKEDITOR.tools.getNextId()) + "_radio", k = 0; k < a.items.length; k++) {
10904 var l = a.items[k],
11006 for (var k = 0, l; k < a.items.length && (l = a.items[k]); k++) d.push('\x3coption value\x3d"', CKEDITOR.tools.htmlEncode(void 0 !== l[1] ? l[1] : l[0]).replace(/"/g, "\x26quot;"), '" /\x3e ', CKEDITOR.tools.htmlEncode(l[0]));
12941 items: [
13741 for (c in a.ui.items) e = a.ui.items[c], g = e.toolbar || "others", g = g.split(","), e = g[0], g = parseInt(g[1] || -1, 10), b[e] || (b[e] = []), b[e].push({
13754 c.items ? c.items.push(a.ui.create("-")) : c.items = [];
13755 for (var d; d = e.shift();) d = "string" == typeof d ? d : d.name, b && -1 != CKEDITOR.tools.indexOf(b, d) || (d = a.ui.create(d)) && a.addFeature(d) && c.items.push(d)
13762 for (e = 0; e < b.length; ++e) d = b[e], h = {}, "/" == d ? a.push(d) : CKEDITOR.tools.isArray(d) ? (c(h, CKEDITOR.tools.clone(d)), a.push(h)) : d.items && (c(h, CKEDITOR.tools.clone(d.items)),
13815 for (var f = 0, c; c = d.items[f++];)
13846 for (; !b || !b.items.length;)
13847 if (b = 9 == h ? (b ? b.next : c.toolbar.next) || a.toolbox.toolbars[0] : (b ? b.previous : c.toolbar.previous) || a.toolbox.toolbars[a.toolbox.toolbars.length - 1], b.items.length)
13848 for (c = b.items[d ? b.items.length - 1 : 0]; c && !c.focus;)(c = d ? c.previous : c.next) ||
13854 do b = b.next, !b && k && (b = c.toolbar.items[0]); while (b && !b.focus);
13862 do b = b.previous, !b && k && (b = c.toolbar.items[c.toolbar.items.length - 1]); while (b && !b.focus);
13890 x = p.items || p;
13897 u = m.items.push(c) - 1;
13898 0 < u && (c.previous = m.items[u - 1], c.previous.next = c);
13913 items: []
13980 for (e = a[d].items, b = 0; b < e.length; b++) f = e[b], f.clickFn && CKEDITOR.tools.removeFunction(f.clickFn), f.keyDownFn && CKEDITOR.tools.removeFunction(f.keyDownFn)
14903 if (this.$ && this.$.items && this.$.items[0]) try {
14904 if ((a = this.$.items[0].getAsFile()) &&
15818 this.items = [];
15863 d = this.items[a];
15882 a.order || (a.order = this.items.length);
15883 this.items.push(a)
15886 this.items = []
15889 if (!this.parent && (this._.onShow(), !this.items.length)) return;
15891 var g = this.items,
15929 var b = this.items[a];
15956 var b = CKEDITOR.tools.array.filter(this.items, function(b) {
17633 var f = CKEDITOR.addTemplate("panel-list", '\x3cul role\x3d"presentation" class\x3d"cke_panel_list"\x3e{items}\x3c/ul\x3e'),
17659 this._.items = {};
17666 items: this._.pendingList.join("")
17686 this._.items[a] = d;
17725 this.element.getDocument().getById(this._.items[a]).setStyle("display", "none")
17728 var a = this._.items,
17737 a = this._.items[a];
17751 a = this._.items[a];
17758 var a = this._.items,
17769 return this.element.getDocument().getById(this._.items[a]).hasClass("cke_selected")
17776 for (c = this.element.getDocument().getById(this._.items[a]).getFirst(); a = b.getItem(++d);) {
17826 items: {}
17975 this._.items[a] = c || a;