Lines Matching refs:v

756 							col.slice(ind).each($.proxy(function (i, v) {  argument
757 if($(v).text().toLowerCase().indexOf(word) === 0) {
758 $(v).focus();
766 col.slice(0, ind).each($.proxy(function (i, v) { argument
767 if($(v).text().toLowerCase().indexOf(word) === 0) {
768 $(v).focus();
778 col.slice(ind + 1).each($.proxy(function (i, v) { argument
779 if($(v).text().toLowerCase().charAt(0) === chr) {
780 $(v).focus();
788 col.slice(0, ind + 1).each($.proxy(function (i, v) { argument
789 if($(v).text().toLowerCase().charAt(0) === chr) {
790 $(v).focus();
1425 dat.each($.proxy(function (i, v) { argument
1426 tmp = this._parse_model_from_html($(v), par, p.parents.concat());
1891 $.each(tmp, function (i, v) { argument
1892 v = $.trim(v);
1893 if(!v.length) { return true; }
1894 data.li_attr[i] = v;
1896 data.id = v.toString();
1902 $.each(tmp, function (i, v) { argument
1903 v = $.trim(v);
1904 if(v.length) {
1905 data.a_attr[i] = v;
1942 tmp.each($.proxy(function (i, v) { argument
1943 c = this._parse_model_from_html($(v), data.id, ps);
3191 $.each(state.core.selected, function (i, v) { argument
3192 _this.select_node(v, false, true);
4133 v = i.val();
4134 if(v === "") { v = t; }
4139 …if(this.rename_node(obj, $('<div></div>').text(v)[this.settings.core.force_text ? 'text' : 'html']…
4385 $.each(node.attributes, function (i, v) { argument
4386 …if($.inArray(v.name.toLowerCase(),['style','contenteditable','hasfocus','tabindex']) !== -1) { ret…
4387 if(v.value !== null && $.trim(v.value) !== '') {
4388 if(with_values) { attr[v.name] = v.value; }
4389 else { attr.push(v.name); }
5151 $.each(state.checkbox, function (i, v) { argument
5152 _this.check_node(v);
5948 $.each(o, function (j, v) { argument
5949 switch(v) {
5975 …if(op === "move_node" && v === 'a' && (data.data.origin && data.data.origin === ins) && p === ins.…
5981 …es[t1]), p, ps, { 'dnd' : true, 'ref' : ins.get_node(ref.parent()), 'pos' : v, 'origin' : data.dat…
5987 if(v === 'i' && ref.parent().is('.jstree-closed') && ins.settings.dnd.open_timeout) {
5991 …lastmv = { 'ins' : ins, 'par' : p, 'pos' : v === 'i' && ip === 'last' && i === 0 && !ins.is_loaded…
6470 ….map(r, function (v) { return "0123456789".indexOf(v[0]) !== -1 ? '\\3' + v[0] + ' ' + v.substr(1)… argument
6477 ….map(s, function (v) { return "0123456789".indexOf(v[0]) !== -1 ? '\\3' + v[0] + ' ' + v.substr(1)… argument
6570 var v = m[i];
6571v.text && ( (s.search_callback && s.search_callback.call(this, str, v)) || (!s.search_callback && …
6573 p = p.concat(v.parents);
6580 ….map(r, function (v) { return "0123456789".indexOf(v[0]) !== -1 ? '\\3' + v[0] + ' ' + v.substr(1)… argument
6584 ….map(r, function (v) { return "0123456789".indexOf(v[0]) !== -1 ? '\\3' + v[0] + ' ' + v.substr(1)… argument
6635 $.each(d.concat([]), function (i, v) { argument
6636 if(v === "#") { return true; }
6637 try { v = $('#' + v.replace($.jstree.idregex,'\\$&'), t.element); } catch(ignore) { }
6638 if(v && v.length) {
6639 if(t.is_closed(v)) {
6640 t._data.search.opn.push(v[0].id);
6641 t.open_node(v, function () { t._search_open(d); }, 0);