Lines Matching refs:id

3169                     if (touch.identifier == dragi.el._drag.id) {
3189 o && eve("raphael.drag.over." + dragi.el.id, dragi.el, o);
3192 …eve("raphael.drag.move." + dragi.el.id, dragi.move_scope || dragi.el, x - dragi.el._drag.x, y - dr…
3202 …eve("raphael.drag.end." + dragi.el.id, dragi.end_scope || dragi.start_scope || dragi.move_scope ||…
3479 var data = eldata[this.id] = eldata[this.id] || {};
3490 eve("raphael.data.get." + this.id, this, data[key], key);
3494 eve("raphael.data.set." + this.id, this, value, key);
3509 eldata[this.id] = {};
3511 eldata[this.id] && delete eldata[this.id][key];
3523 return clone(eldata[this.id] || {});
3591 this._drag.id = e.identifier;
3596 this._drag.id = touch.identifier;
3597 if (touch.identifier == this._drag.id) {
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);
3611 …eve("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);
3988 paperproto.getById = function (id) { argument
3991 if (bot.id == id) {
4558 (function (id, that, anim) {
4560 eve("raphael.anim.frame." + id, that, anim);
4562 })(that.id, that, e.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);
4761 if (e.el.id == element.id && e.anim == anim) {
4949 eve("raphael.anim.start." + element.id, element, anim);
5074 if (e.el.id == this.id && (!anim || e.anim == anim)) {
5103 …i = 0; i < animationElements.length; i++) if (animationElements[i].el.id == this.id && (!anim || a…
5104 if (eve("raphael.anim.pause." + this.id, this, animationElements[i].anim) !== false) {
5123 …i = 0; i < animationElements.length; i++) if (animationElements[i].el.id == this.id && (!anim || a…
5125 if (eve("raphael.anim.resume." + this.id, this, e.anim) !== false) {
5145 …i = 0; i < animationElements.length; i++) if (animationElements[i].el.id == this.id && (!anim || a…
5146 if (eve("raphael.anim.stop." + this.id, this, animationElements[i].anim) !== false) {
5812 id = element.id + gradient,
5817 el = R._g.doc.getElementById(id);
5856 id = id.replace(/[\(\)\s,\xb0#]/g, "_");
5858 if (element.gradient && id != element.gradient.id) {
5864 el = $(type + "Gradient", {id: id});
5886 fill: "url(#" + id + ")",
5968 id: pathId
5978 id: markerId,
6120 el.id = R.createUUID();
6129 $(node, {"clip-path": "url(#" + el.id + ")"});
6233 el.id = R.createUUID();
6248 $(node, {fill: "url(#" + el.id + ")"});
6394 this.id = R._oid++;
6395 node.raphaelid = this.id;
6638 eve.unbind("raphael.*.*." + this.id);
6798 eve("raphael.attr." + key + "." + this.id, this, params[key]);
6894 fltr.id = R.createUUID();
6899 $(t.node, {filter: "url(#" + fltr.id + ")"});
7560 this.id = R._oid++;
7561 node.raphaelid = this.id;
7718 R.eve.unbind("raphael.*.*." + this.id);
7772 eve("raphael.attr." + key + "." + this.id, this, params[key]);