Lines Matching refs:type

624 									e.type = "click";
629 e.type = "click";
1346 var type = x.getResponseHeader('Content-Type');
1347 if((type && type.indexOf('json') !== -1) || typeof d === "object") {
1351 if((type && type.indexOf('html') !== -1) || typeof d === "string") {
1810 {type:"text/javascript"}
5710 e.type = "mouseup";
5864 …if(e.type === "touchstart" && (!this.settings.dnd.touch || (this.settings.dnd.touch === 'selected'…
5873 if(obj && obj.id && obj.id !== "#" && (e.which === 1 || e.type === "touchstart") &&
6143 …if(e.type === "touchstart" && e.originalEvent && e.originalEvent.changedTouches && e.originalEvent…
6160 vakata_dnd.is_touch = e.type === "touchstart";
6177 …if(e.type === "touchmove" && e.originalEvent && e.originalEvent.changedTouches && e.originalEvent.…
6277 …if(e.type === "touchend" && e.originalEvent && e.originalEvent.changedTouches && e.originalEvent.c…
6296 if(e.type === "touchend" && e.target === vakata_dnd.target) {
6989 this._model.data['#'].type = '#';
6993 this._model.data['#'].type = '#';
7004 if(m[dpc[i]].original && m[dpc[i]].original.type && t[m[dpc[i]].original.type]) {
7005 c = m[dpc[i]].original.type;
7007 …i]].data && m[dpc[i]].data.jstree && m[dpc[i]].data.jstree.type && t[m[dpc[i]].data.jstree.type]) {
7008 c = m[dpc[i]].data.jstree.type;
7010 m[dpc[i]].type = c;
7015 m['#'].type = '#';
7027 tmp[i].type = tmp[i].id && m[tmp[i].id] && m[tmp[i].id].type ? m[tmp[i].id].type : "default";
7040 tmp.type = tmp.id && m[tmp.id] && m[tmp.id].type ? m[tmp.id].type : "default";
7082 …if(tmp.valid_children !== undefined && tmp.valid_children !== -1 && $.inArray((obj.type || 'defaul…
7134 … (!obj) ? false : ( rules ? $.extend({ 'type' : obj.type }, this.settings.types[obj.type]) : obj.t…
7143 this.set_type = function (obj, type) { argument
7148 this.set_type(obj[t1], type);
7154 if(!t[type] || !obj) { return false; }
7155 old_type = obj.type;
7157 obj.type = type;
7159 this.set_icon(obj, t[type].icon !== undefined ? t[type].icon : true);
7313 if(e.type === "hover_node" && this.is_disabled(data.node)) { return; }
7314 …this.get_node(data.node, true).children('.jstree-wholerow')[e.type === "hover_node"?"addClass":"re…