Lines Matching refs:e

20 				var e = b.type,
22 …b = a.Event(b), b.type = c, f = b.originalEvent, g = a.event.props, e.search(/^(mouse|click)/) > -…
25 e.search(/mouse(down|up)|click/) > -1 && !b.which && (b.which = 1);
26 if (e.search(/^touch/) !== -1) {
27 …i = x(f), e = i.touches, l = i.changedTouches, m = e && e.length ? e[0] : l && l.length ? l[0] : d;
37 d = a.data(b, e);
47 d = a.data(b, e);
81 var e;
82 if (d && d[b] || !d && A(c.target, b)) e = y(c, b), a(c.target).trigger(e);
83 return e
96 d, e;
98 d = b.target, e = z(d);
99 if (e.hasVirtualBinding) {
102 m = g.pageX, n = g.pageY, H("vmouseover", b, e), H("vmousedown", b, e)
116 e = a.vmouse.moveDistanceThreshold,
118 …o = o || Math.abs(c.pageX - m) > e || Math.abs(c.pageY - n) > e, o && !d && H("vmousecancel", b, f…
139 var c = a.data(b, e),
154 N(this) || a.data(this, e, {});
155 var g = a.data(this, e);
161 h = a.data(this, e);
162 h && (h[b] = !1), g.unbind(c, O), N(this) || g.removeData(e)
167 var e = "virtualMouseBindings",
194 e, g, h, i, j, k;
196 e = b.clientX, g = b.clientY, w = a.vmouse.clickDistanceThreshold, h = d;
200 … if (h === d && Math.abs(j.x - e) < w && Math.abs(j.y - g) < w || a.data(h, f) === j.touchID) {
212 var e = d.type;
213 d.type = c, a.event.handle.call(b, d), d.type = e
221 var e = a.mobile.support.touch,
223 g = e ? "touchstart" : "mousedown",
224 h = e ? "touchend" : "mouseup",
225 i = e ? "touchmove" : "mousemove";
235 d, e;
238 d || g(b, !0), clearTimeout(e), e = setTimeout(function () {
248 d.bind("vmousedown", function (e) { argument
261 if (e.which && e.which !== 1) return !1;
262 var f = e.target,
263 g = e.originalEvent,
290 var e = b.originalEvent.touches ? b.originalEvent.touches[0] : b,
293 coords: [e.pageX, e.pageY],