Searched refs:setproto (Results 1 – 6 of 6) sorted by relevance
/plugin/sequencediagram/bower_components/raphael/dev/ |
D | raphael.core.js | 4830 setproto = Set.prototype; 4838 setproto.push = function () { 4858 setproto.pop = function () { 4876 setproto.forEach = function (callback, thisArg) { 4885 setproto[method] = (function (methodname) { field 4894 setproto.attr = function (name, value) { 4912 setproto.clear = function () { 4930 setproto.splice = function (index, count, insertion) { 4967 setproto.exclude = function (el) { 4973 setproto.animate = function (params, ms, easing, callback) { [all …]
|
D | raphael.vml.js | 988 var setproto = R.st; 989 for (var method in elproto) if (elproto[has](method) && !setproto[has](method)) { 990 setproto[method] = (function (methodname) { field
|
D | raphael.svg.js | 1413 var setproto = R.st; 1414 for (var method in elproto) if (elproto[has](method) && !setproto[has](method)) { 1415 setproto[method] = (function (methodname) { field
|
/plugin/callflow/ |
D | raphael.js | 5177 setproto = Set.prototype; 5185 setproto.push = function () { 5205 setproto.pop = function () { 5223 setproto.forEach = function (callback, thisArg) { 5232 setproto[method] = (function (methodname) { field 5241 setproto.attr = function (name, value) { 5259 setproto.clear = function () { 5277 setproto.splice = function (index, count, insertion) { 5314 setproto.exclude = function (el) { 5320 setproto.animate = function (params, ms, easing, callback) { [all …]
|
/plugin/advrack/ |
D | raphael.js | 5177 setproto = Set.prototype; 5185 setproto.push = function () { 5205 setproto.pop = function () { 5223 setproto.forEach = function (callback, thisArg) { 5232 setproto[method] = (function (methodname) { field 5241 setproto.attr = function (name, value) { 5259 setproto.clear = function () { 5277 setproto.splice = function (index, count, insertion) { 5314 setproto.exclude = function (el) { 5320 setproto.animate = function (params, ms, easing, callback) { [all …]
|
/plugin/sequencediagram/bower_components/snap.svg/dist/ |
D | snap.svg.js | 6794 setproto = Set.prototype; 6802 setproto.push = function () { 6822 setproto.pop = function () { 6838 setproto.forEach = function (callback, thisArg) { 6867 setproto.animate = function (attrs, ms, easing, callback) { 6906 setproto.remove = function () { 6931 setproto.bind = function (attr, a, b) { 6944 setproto.attr = function (value) { 6964 setproto.clear = function () { 6980 setproto.splice = function (index, count, insertion) { [all …]
|