Lines Matching refs:e

56             var e = events,
131 e = events,
140 es = [e],
145 e = es[j].n;
146 items = [e[names[i]], e[wildcard]];
191 e = events;
193 e = e.n;
194 e = e.hasOwnProperty(names[i]) && e[names[i]] || (e[names[i]] = {n: {}});
196 e.f = e.f || [];
197 for (i = 0, ii = e.f.length; i < ii; i++) if (e.f[i] == f) {
200 e.f.push(f);
294 e, variable
302 e = cur[j].n;
304 if (e[names[i]]) {
305 splice.push(e[names[i]]);
308 for (key in e) if (e[has](key)) {
309 splice.push(e[key]);
316 e = cur[i];
317 while (e.n) {
319 if (e.f) {
320 for (j = 0, jj = e.f.length; j < jj; j++) if (e.f[j] == f) {
321 e.f.splice(j, 1);
324 !e.f.length && delete e.f;
326 for (key in e.n) if (e.n[has](key) && e.n[key].f) {
327 var funcs = e.n[key].f;
332 !funcs.length && delete e.n[key].f;
335 delete e.f;
336 for (key in e.n) if (e.n[has](key) && e.n[key].f) {
337 delete e.n[key].f;
340 e = e.n;
929 } catch(e) {
939 } catch(e) {
1741 e = .01;
1743 while (abs(l - ll) > e) {
2672 _.dx = dx = m.e;
2801 R.matrix = function (a, b, c, d, e, f) { argument
2802 return new Matrix(a, b, c, d, e, f);
2804 function Matrix(a, b, c, d, e, f) { argument
2810 this.e = +e;
2817 this.e = 0;
2837 matrixproto.add = function (a, b, c, d, e, f) { argument
2839 m = [[this.a, this.c, this.e], [this.b, this.d, this.f], [0, 0, 1]],
2840 matrix = [[a, c, e], [b, d, f], [0, 0, 1]],
2844 matrix = [[a.a, a.c, a.e], [a.b, a.d, a.f], [0, 0, 1]];
2860 this.e = out[0][2];
2873 …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…
2883 return new Matrix(this.a, this.b, this.c, this.d, this.e, this.f);
2944 return x * this.a + y * this.c + this.e;
2973 return [this.e.toFixed(4), this.f.toFixed(4)];
3000 out.dx = this.e;
3086 getEventPosition = function (e) { argument
3091 x: e.clientX + scrollX,
3092 y: e.clientY + scrollY
3098 var f = function (e) { argument
3099 var pos = getEventPosition(e);
3100 return fn.call(element, e, pos.x, pos.y);
3105 var _f = function (e) { argument
3106 var pos = getEventPosition(e),
3107 olde = e;
3109 … for (var i = 0, ii = e.targetTouches && e.targetTouches.length; i < ii; i++) {
3110 if (e.targetTouches[i].target == obj) {
3111 e = e.targetTouches[i];
3112 e.originalEvent = olde;
3113 e.preventDefault = preventTouch;
3114 e.stopPropagation = stopTouch;
3119 return fn.call(element, e, pos.x, pos.y);
3135 var f = function (e) { argument
3136 e = e || g.win.event;
3139 x = e.clientX + scrollX,
3140 y = e.clientY + scrollY;
3141 e.preventDefault = e.preventDefault || preventDefault;
3142 e.stopPropagation = e.stopPropagation || stopPropagation;
3143 return fn.call(element, e, x, y);
3155 dragMove = function (e) { argument
3156 var x = e.clientX,
3157 y = e.clientY,
3164 if (supportsTouch && e.touches) {
3165 var i = e.touches.length,
3168 touch = e.touches[i];
3172 (e.originalEvent ? e.originalEvent : e).preventDefault();
3177 e.preventDefault();
3192 … + dragi.el.id, dragi.move_scope || dragi.el, x - dragi.el._drag.x, y - dragi.el._drag.y, x, y, e);
3195 dragUp = function (e) { argument
3202 …drag.end." + dragi.el.id, dragi.end_scope || dragi.start_scope || dragi.move_scope || dragi.el, e);
3585 function start(e) { argument
3586 (e.originalEvent || e).preventDefault();
3587 var x = e.clientX,
3588 y = e.clientY,
3591 this._drag.id = e.identifier;
3592 if (supportsTouch && e.touches) {
3593 var i = e.touches.length, touch;
3595 touch = e.touches[i];
3611 ….start." + this.id, start_scope || move_scope || this, e.clientX + scrollX, e.clientY + scrollY, e
4468 var e = animationElements[l];
4469 if (e.el.removed || e.paused) {
4472 var time = Now - e.start,
4473 ms = e.ms,
4474 easing = e.easing,
4475 from = e.from,
4476 diff = e.diff,
4477 to = e.to,
4478 t = e.t,
4479 that = e.el,
4484 if (e.initstatus) {
4485 time = (e.initstatus * e.anim.top - e.prev) / (e.percent - e.prev) * ms;
4486 e.status = e.initstatus;
4487 delete e.initstatus;
4488 e.stop && animationElements.splice(l--, 1);
4490 e.status = (e.prev + (e.percent - e.prev) * (time / ms)) / e.anim.top;
4562 })(that.id, that, e.anim);
4570 })(e.callback, that, e.anim);
4573 if (e.repeat > 1 && !e.next) {
4575 init[key] = e.totalOrigin[key];
4577 e.el.attr(init);
4578 … runAnimation(e.anim, e.el, e.anim.percents[0], null, e.totalOrigin, e.repeat - 1);
4580 if (e.next && !e.stop) {
4581 runAnimation(e.anim, e.el, e.next, null, e.totalOrigin, e.repeat);
4760 var e = animationElements[i];
4761 if (e.el.id == element.id && e.anim == anim) {
4762 if (e.percent != percent) {
4766 isInAnim = e;
4768 element.attr(e.totalOrigin);
4848 m.e,
4858 (to2.matrix.e - m.e) / ms,
4912 e = { class in runAnimation
4933 animationElements.push(e);
4935 e.stop = true;
4936 e.start = new Date - ms * status;
4942 e.start = new Date - e.ms * status;
5066 e;
5073 e = animationElements[i];
5074 if (e.el.id == this.id && (!anim || e.anim == anim)) {
5076 return e.status;
5079 anim: e.anim,
5080 status: e.status
5124 var e = animationElements[i];
5125 if (eve("raphael.anim.resume." + this.id, this, e.anim) !== false) {
5126 delete e.paused;
5127 this.status(e.anim, e.status);
6667 } catch(e) {
7072 } catch (e) {
7075 var left = -pos.e % 1,
8031 } catch (e) {