Lines Matching refs:inArray

1773 								if($.inArray(r[i], a) === -1 && $.inArray(r[i], s) === -1) {
1779 if($.inArray(s[i], r) === -1) {
2298 ind = $.inArray(obj.id, par === null ? m['#'].children : m[obj.parent].children);
3199 if(state.hasOwnProperty(i) && i !== "core" && $.inArray(i, this.settings.plugins) === -1) {
3307 m[obj.parent].children[$.inArray(obj.id, m[obj.parent].children)] = id;
3309 m[obj.parents[i]].children_d[$.inArray(obj.id, m[obj.parents[i]].children_d)] = id;
3316 m[obj.children_d[i]].parents[$.inArray(obj.id, m[obj.children_d[i]].parents)] = id;
3318 i = $.inArray(obj.id, this._data.core.selected);
3472 pos = $.inArray(par.id, tmp.children);
3477 pos = $.inArray(par.id, tmp.children) + 1;
3586 pos = $.inArray(obj.id, par.children);
3599 pos = $.inArray(tmp[k], this._model.data[obj.parents[i]].children_d);
3606 pos = $.inArray(tmp[k], this._data.core.selected);
3646 …more || !more.is_multi) && (obj.id === par.id || $.inArray(obj.id, par.children) === pos || $.inAr…
3718 …ld_ins._model.data[old_par] && old_ins._model.data[old_par].children ? $.inArray(obj.id, old_ins._…
3737 pos = $.inArray(par.id, new_par.children);
3740 pos = $.inArray(par.id, new_par.children) + 1;
3760 tmp = $.inArray(obj.id, dpc);
3782 if($.inArray(p[k], tmp) === -1) {
3901 pos = $.inArray(par.id, new_par.children);
3904 pos = $.inArray(par.id, new_par.children) + 1;
3971 …ld_ins._model.data[old_par] && old_ins._model.data[old_par].children ? $.inArray(obj.id, old_ins._…
4196 if(theme_url && $.inArray(theme_url, themes_loaded) === -1) {
4386 …if($.inArray(v.name.toLowerCase(),['style','contenteditable','hasfocus','tabindex']) !== -1) { ret…
4414 var tmp = $.inArray(item, array);
4674 …(s.indexOf('down') === -1 || $.inArray(this._data[ t ? 'core' : 'checkbox' ].selected[i], obj.chil…
4675 …(s.indexOf('up') === -1 || $.inArray(this._data[ t ? 'core' : 'checkbox' ].selected[i], obj.parent…
4896 …if($.inArray(obj.children_d[i], d) !== -1 || (!m[obj.children_d[i]].state.loaded && m[obj.children…
5977 if(ps > $.inArray(data.data.nodes[t1], pr.children)) {
7076 if(chk !== 'move_node' || $.inArray(obj.id, par.children) === -1) {
7082 …if(tmp.valid_children !== undefined && tmp.valid_children !== -1 && $.inArray((obj.type || 'defaul…
7213 … i = ($.inArray(n, c) === -1 || (obj.text && obj.text[ s ? 'toString' : 'toLowerCase']() === n));
7219 i = ($.inArray(n, c) === -1);
7225 i = ($.inArray(n, c) === -1);
7231 i = ( (obj.parent === par.id && (!more || !more.is_multi)) || $.inArray(n, c) === -1);
7260 while($.inArray(s ? n : n.toLowerCase(), dpc) !== -1) {
7362 …if($.inArray(obj.id, this._data.core.selected) !== -1) { tmp.className += ' jstree-wholerow-clicke…