Lines Matching +defs:c +defs:set
675 set : function(el) { method
897 })(/[xy]/g, function (c) { argument
1474 var paramCounts = {a: 7, c: 6, h: 1, l: 2, m: 2, r: 4, q: 4, s: 4, t: 2, v: 1, z: 0}, property
1480 Str(pathString).replace(pathCommand, function (a, b, c) { argument
1526 Str(TString).replace(tCommand, function (a, b, c) { argument
2801 R.matrix = function (a, b, c, d, e, f) { argument
2804 function Matrix(a, b, c, d, e, f) { argument
2837 matrixproto.add = function (a, b, c, d, e, f) { argument
3835 paperproto.setStart = function (set) { argument
3846 paperproto.setFinish = function (set) { argument
7159 map = {M: "m", L: "l", C: "c", Z: "x", m: "t", l: "r", c: "v", z: "x"}, property