Lines Matching refs:id

2794                     if (touch.identifier == dragi.el._drag.id) {
2814 o && eve("raphael.drag.over." + dragi.el.id, dragi.el, o);
2817 …eve("raphael.drag.move." + dragi.el.id, dragi.move_scope || dragi.el, x - dragi.el._drag.x, y - dr…
2827 …eve("raphael.drag.end." + dragi.el.id, dragi.end_scope || dragi.start_scope || dragi.move_scope ||…
3104 var data = eldata[this.id] = eldata[this.id] || {};
3115 eve("raphael.data.get." + this.id, this, data[key], key);
3119 eve("raphael.data.set." + this.id, this, value, key);
3134 delete eldata[this.id];
3136 eldata[this.id] && delete eldata[this.id][key];
3148 return clone(eldata[this.id] || {});
3216 this._drag.id = e.identifier;
3221 this._drag.id = touch.identifier;
3222 if (touch.identifier == this._drag.id) {
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);
3236 …eve("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);
3628 paperproto.getById = function (id) { argument
3631 if (bot.id == id) {
4198 (function (id, that, anim) {
4200 eve("raphael.anim.frame." + id, that, anim);
4202 })(that.id, that, e.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);
4400 if (e.el.id == element.id && e.anim == anim) {
4588 eve("raphael.anim.start." + element.id, element, anim);
4727 if (e.el.id == this.id && (!anim || e.anim == anim)) {
4756 …i = 0; i < animationElements.length; i++) if (animationElements[i].el.id == this.id && (!anim || a…
4757 if (eve("raphael.anim.pause." + this.id, this, animationElements[i].anim) !== false) {
4776 …i = 0; i < animationElements.length; i++) if (animationElements[i].el.id == this.id && (!anim || a…
4778 if (eve("raphael.anim.resume." + this.id, this, e.anim) !== false) {
4798 …i = 0; i < animationElements.length; i++) if (animationElements[i].el.id == this.id && (!anim || a…
4799 if (eve("raphael.anim.stop." + this.id, this, animationElements[i].anim) !== false) {