Lines Matching refs:is

452         if (R.is(first, "function")) {
454 } else if (R.is(first, array)) {
455 return R._engine.create[apply](R, first.splice(0, 3 + R.is(first[0], nu))).add(first);
458 if (R.is(args[args.length - 1], "function")) {
482 is: g.win.Raphael property in AnonymousFunctionfecc8d700600.oldRaphael
780 R.is = function (o, type) {
868 tolerance = R.is(tolerance, "finite") ? tolerance : 10;
869 if (R.is(values, array)) {
965 if (g == null && R.is(r, "object") && "r" in r && "g" in r && "b" in r) {
970 if (g == null && R.is(r, string)) {
995 R.is(o, "finite") && (rgb.opacity = o);
1021 if (R.is(clr, "object") && "h" in clr && "s" in clr && "b" in clr) {
1027 } else if (R.is(clr, "object") && "h" in clr && "s" in clr && "l" in clr) {
1034 if (R.is(clr, "string")) {
1037 if (R.is(clr, "object") && "r" in clr && "g" in clr && "b" in clr) {
1070 if (this.is(h, "object") && "h" in h && "s" in h && "b" in h) {
1107 if (this.is(h, "object") && "h" in h && "s" in h && "l" in h) {
1339 R.is(opacity, "finite") && (rgb.opacity = opacity);
1476 if (R.is(pathString, array) && R.is(pathString[0], array)) { // rough assumption
1522 if (R.is(TString, array) && R.is(TString[0], array)) { // rough assumption
1655 if (!R.is(p1x, "array")) {
1820 is = intersect(di.x, di.y, di1.x, di1.y, dj.x, dj.y, dj1.x, dj1.y);
1821 if (is) {
1822 if (xy[is.x.toFixed(4)] == is.y.toFixed(4)) {
1825 xy[is.x.toFixed(4)] = is.y.toFixed(4);
1826 var t1 = di.t + abs((is[ci] - di[ci]) / (di1[ci] - di[ci])) * (di1.t - di.t),
1827 t2 = dj.t + abs((is[cj] - dj[cj]) / (dj1[cj] - dj[cj])) * (dj1.t - dj.t);
1833 x: is.x,
1834 y: is.y,
2030 … if (!R.is(pathArray, array) || !R.is(pathArray && pathArray[0], array)) { // rough assumption
2109 … if (!R.is(pathArray, array) || !R.is(pathArray && pathArray[0], array)) { // rough assumption
2733 container = h == null && !R.is(x, "object") ? g.doc.getElementById(x) : x;
3432 if (R.is(fn, "function")) {
3442 … if (events[l].name == eventName && (R.is(fn, "undefined") || events[l].f == fn)) {
3484 if (R.is(key, "object")) {
3747 pathString && !R.is(pathString, string) && !R.is(pathString[0], array) && (pathString += E);
3814 …!R.is(itemsArray, "array") && (itemsArray = Array.prototype.splice.call(arguments, 0, arguments.le…
4568 R.is(f, "function") && f.call(el);
4971 if (R.is(easing, "function") || !easing) {
5242 if (name && R.is(name, array) && R.is(name[0], "object")) {
5321 (R.is(easing, "function") || !easing) && (callback = easing || null);
5333 easing = R.is(easing, string) ? easing : collector;
5550 R.is(font, "string") && (font = this.getFont(font));
5610 if (R.is(json, "array")) {
5643 var args = R.is(params, array) ? [0][concat](params) : arguments;
5644 …token && R.is(token, string) && args.length - 1 && (token = token.replace(formatrg, function (str,…
5710 oldRaphael.was ? (g.win.Raphael = oldRaphael.is) : delete Raphael;
6263 !R.is(attrs.opacity, "undefined") &&
6264 R.is(params.opacity, "undefined") &&
6266 !R.is(attrs["fill-opacity"], "undefined") &&
6267 R.is(params["fill-opacity"], "undefined") &&
6360 dif && R.is(dif, "finite") && $(tspans[0], {dy: dif});
6769 if (value == null && R.is(name, "string")) {
6782 } else if (R.is(this.paper.customAttributes[name], "function")) {
6790 if (value == null && R.is(name, "array")) {
6800 } else if (name != null && R.is(name, "object")) {
6806 …ibutes) if (this.paper.customAttributes[has](key) && params[has](key) && R.is(this.paper.customAtt…
7746 if (value == null && R.is(name, "string")) {
7756 } else if (R.is(this.paper.customAttributes[name], "function")) {
7764 if (this.attrs && value == null && R.is(name, "array")) {
7776 value == null && R.is(name, "object") && (params = name);
7781 …ibutes) if (this.paper.customAttributes[has](key) && params[has](key) && R.is(this.paper.customAtt…