Lines Matching refs:e

82             var e = events,
159 e = events,
168 es = [e],
173 e = es[j].n;
174 items = [e[names[i]], e[wildcard]];
222 e = events,
225 e = e.n;
226 e = e.hasOwnProperty(names[i]) && e[names[i]] || (e[names[i]] = {n: {}});
228 e.f = e.f || [];
229 for (i = 0, ii = e.f.length; i < ii; i++) if (e.f[i] == f) {
233 !exist && e.f.push(f);
336 var e, variable
344 e = cur[j].n;
346 if (e[names[i]]) {
347 splice.push(e[names[i]]);
350 for (key in e) if (e[has](key)) {
351 splice.push(e[key]);
358 e = cur[i];
359 while (e.n) {
361 if (e.f) {
362 for (j = 0, jj = e.f.length; j < jj; j++) if (e.f[j] == f) {
363 e.f.splice(j, 1);
366 !e.f.length && delete e.f;
368 for (key in e.n) if (e.n[has](key) && e.n[key].f) {
369 var funcs = e.n[key].f;
374 !funcs.length && delete e.n[key].f;
377 delete e.f;
378 for (key in e.n) if (e.n[has](key) && e.n[key].f) {
379 delete e.n[key].f;
382 e = e.n;
1980 } catch (e) {
1994 } catch (e) {
2122 } catch(e) {}
2727 } catch (e) {
3646 function Matrix(a, b, c, d, e, f) { argument
3652 this.e = a.e;
3661 this.e = +e;
3668 this.e = 0;
3687 matrixproto.add = function (a, b, c, d, e, f) { argument
3689 m = [[this.a, this.c, this.e], [this.b, this.d, this.f], [0, 0, 1]],
3690 matrix = [[a, c, e], [b, d, f], [0, 0, 1]],
3694 matrix = [[a.a, a.c, a.e], [a.b, a.d, a.f], [0, 0, 1]];
3710 this.e = out[0][2];
3724 …e.d / x, -me.b / x, -me.c / x, me.a / x, (me.c * me.f - me.d * me.e) / x, (me.b * me.e - me.a * me…
3734 return new Matrix(this.a, this.b, this.c, this.d, this.e, this.f);
3793 return x * this.a + y * this.c + this.e;
3814 return [this.e.toFixed(4), this.f.toFixed(4)];
3851 out.dx = this.e;
3933 Snap.matrix = function (a, b, c, d, e, f) { argument
3934 return new Matrix(a, b, c, d, e, f);
5552 e = .01;
5554 while (abs(l - ll) > e) {
7133 from = [["m", t1.a, t1.b, t1.c, t1.d, t1.e, t1.f]];
7134 to = [["m", t2.a, t2.b, t2.c, t2.d, t2.e, t2.f]];
7318 f = function (e) { argument
7322 for (var i = 0, ii = e.targetTouches && e.targetTouches.length; i < ii; i++) {
7323 … if (e.targetTouches[i].target == obj || obj.contains(e.targetTouches[i].target)) {
7324 var olde = e;
7325 e = e.targetTouches[i];
7326 e.originalEvent = olde;
7327 e.preventDefault = preventTouch;
7328 e.stopPropagation = stopTouch;
7333 var x = e.clientX + scrollX,
7334 y = e.clientY + scrollY;
7335 return fn.call(element, e, x, y);
7354 dragMove = function (e) { argument
7355 var x = e.clientX,
7356 y = e.clientY,
7364 var i = e.touches && e.touches.length,
7367 touch = e.touches[i];
7371 (e.originalEvent ? e.originalEvent : e).preventDefault();
7376 e.preventDefault();
7391 … + dragi.el.id, dragi.move_scope || dragi.el, x - dragi.el._drag.x, y - dragi.el._drag.y, x, y, e);
7394 dragUp = function (e) { argument
7401 …drag.end." + dragi.el.id, dragi.end_scope || dragi.start_scope || dragi.move_scope || dragi.el, e);
7606 } catch (e) {}
7699 function start(e, x, y) { argument
7700 (e.originalEvent || e).preventDefault();
7703 el._drag.id = e.identifier;
7709 eve("snap.drag.start." + el.id, start_scope || move_scope || el, x, y, e);
7711 function init(e, x, y) { argument
7712 eve("snap.draginit." + el.id, el, e, x, y);
7936 e: 0.7152 + 0.2848 * (1 - amount),
7963 e: 0.686 + 0.314 * (1 - amount),