Lines Matching refs:eve

54         eve = function (name, scope) {  function
59 listeners = eve.listeners(name),
116 eve._events = events;
129 eve.listeners = function (name) {
185 eve.on = function (name, f) {
223 eve.f = function (event) {
226 eve.apply(null, [event, null].concat(attrs).concat([].slice.call(arguments, 0)));
235 eve.stop = function () {
252 eve.nt = function (subname) {
267 eve.nts = function () {
288 eve.off = eve.unbind = function (name, f) {
290 eve._events = events = {n: {}};
361 eve.once = function (name, f) {
363 eve.unbind(name, f2);
366 return eve.on(name, f2);
374 eve.version = version;
375 eve.toString = function () {
378 …ts) ? (module.exports = eve) : (typeof define != "undefined" ? (define("eve", [], function() { ret…
392 define(["eve"], function( eve ) { argument
393 return factory(glob, eve);
398 factory(glob, glob.eve);
400 }(this, function (window, eve) { argument
453 return loaded ? first() : eve.on("raphael.DOMload", first);
460 … return loaded ? f.call(R._engine.create[apply](R, args)) : eve.on("raphael.DOMload", function () {
469 R.eve = eve;
912 eve("raphael.setWindow", R, g.win, newwin);
1948eve("raphael.log", null, "Rapha\xebl: you are calling to method \u201c" + methodname + "\u201d of …
3189 o && eve("raphael.drag.over." + dragi.el.id, dragi.el, o);
3192eve("raphael.drag.move." + dragi.el.id, dragi.move_scope || dragi.el, x - dragi.el._drag.x, y - dr…
3202eve("raphael.drag.end." + dragi.el.id, dragi.end_scope || dragi.start_scope || dragi.move_scope ||…
3490 eve("raphael.data.get." + this.id, this, data[key], key);
3494 eve("raphael.data.set." + this.id, this, value, key);
3608 onstart && eve.on("raphael.drag.start." + this.id, onstart);
3609 onmove && eve.on("raphael.drag.move." + this.id, onmove);
3610 onend && eve.on("raphael.drag.end." + this.id, onend);
3611eve("raphael.drag.start." + this.id, start_scope || move_scope || this, e.clientX + scrollX, e.cli…
3627 f ? eve.on("raphael.drag.over." + this.id, f) : eve.unbind("raphael.drag.over." + this.id);
3640 eve.unbind("raphael.drag.*." + this.id);
4560 eve("raphael.anim.frame." + id, that, anim);
4566 eve("raphael.anim.frame." + el.id, el, a);
4567 eve("raphael.anim.finish." + el.id, el, a);
4687 … f ? eve.on("raphael.anim.frame." + this.id, f) : eve.unbind("raphael.anim.frame." + this.id);
4949 eve("raphael.anim.start." + element.id, element, anim);
5104 if (eve("raphael.anim.pause." + this.id, this, animationElements[i].anim) !== false) {
5125 if (eve("raphael.anim.resume." + this.id, this, e.anim) !== false) {
5146 if (eve("raphael.anim.stop." + this.id, this, animationElements[i].anim) !== false) {
5157 eve.on("raphael.remove", stopAnimation);
5158 eve.on("raphael.clear", stopAnimation);
5744 (/in/).test(doc.readyState) ? setTimeout(isLoaded, 9) : R.eve("raphael.DOMload");
5749 eve.on("raphael.DOMload", function () {
5776 eve = R.eve,
6644 eve.unbind("raphael.*.*." + this.id);
6804 eve("raphael.attr." + key + "." + this.id, this, params[key]);
7026 eve("raphael.setViewBox", this, this._viewBox, [x, y, w, h, fit]);
7095 R.eve("raphael.clear", this);
7112 eve("raphael.remove", this);
7155 eve = R.eve,
7724 R.eve.unbind("raphael.*.*." + this.id);
7778 eve("raphael.attr." + key + "." + this.id, this, params[key]);
7996 R.eve("raphael.setViewBox", this, this._viewBox, [x, y, w, h, fit]);
8082 R.eve("raphael.clear", this);
8090 R.eve("raphael.remove", this);