Lines Matching refs:eve

1 define(["eve"], function(eve) {  argument
55 return loaded ? first() : eve.on("raphael.DOMload", first);
62 … return loaded ? f.call(R._engine.create[apply](R, args)) : eve.on("raphael.DOMload", function () {
71 R.eve = eve;
515 eve("raphael.setWindow", R, g.win, newwin);
1562eve("raphael.log", null, "Rapha\xebl: you are calling to method \u201c" + methodname + "\u201d of …
2814 o && eve("raphael.drag.over." + dragi.el.id, dragi.el, o);
2817eve("raphael.drag.move." + dragi.el.id, dragi.move_scope || dragi.el, x - dragi.el._drag.x, y - dr…
2827eve("raphael.drag.end." + dragi.el.id, dragi.end_scope || dragi.start_scope || dragi.move_scope ||…
3115 eve("raphael.data.get." + this.id, this, data[key], key);
3119 eve("raphael.data.set." + this.id, this, value, key);
3233 onstart && eve.on("raphael.drag.start." + this.id, onstart);
3234 onmove && eve.on("raphael.drag.move." + this.id, onmove);
3235 onend && eve.on("raphael.drag.end." + this.id, onend);
3236eve("raphael.drag.start." + this.id, start_scope || move_scope || this, this._drag.x, this._drag.y…
3252 f ? eve.on("raphael.drag.over." + this.id, f) : eve.unbind("raphael.drag.over." + this.id);
3265 eve.unbind("raphael.drag.*." + this.id);
4200 eve("raphael.anim.frame." + id, that, anim);
4206 eve("raphael.anim.frame." + el.id, el, a);
4207 eve("raphael.anim.finish." + el.id, el, a);
4326 … f ? eve.on("raphael.anim.frame." + this.id, f) : eve.unbind("raphael.anim.frame." + this.id);
4588 eve("raphael.anim.start." + element.id, element, anim);
4757 if (eve("raphael.anim.pause." + this.id, this, animationElements[i].anim) !== false) {
4778 if (eve("raphael.anim.resume." + this.id, this, e.anim) !== false) {
4799 if (eve("raphael.anim.stop." + this.id, this, animationElements[i].anim) !== false) {
4810 eve.on("raphael.remove", stopAnimation);
4811 eve.on("raphael.clear", stopAnimation);
5396 eve.on("raphael.DOMload", function () {
5410 (/in/).test(doc.readyState) ? setTimeout(isLoaded, 9) : R.eve("raphael.DOMload");