Lines Matching refs:slice

58                 args = Array.prototype.slice.call(arguments, 2),
224 var attrs = [].slice.call(arguments, 1);
226 eve.apply(null, [event, null].concat(attrs).concat([].slice.call(arguments, 0)));
457 var args = Array.prototype.slice.call(arguments, 0);
792 objectToString.call(o).slice(8, -1).toLowerCase() == type;
938 return "#" + ("000000" + value.toString(16)).slice(-6);
1211 var arg = Array.prototype.slice.call(arguments, 0),
1303 values[0].slice(-1) == "%" && (red *= 2.55);
1305 values[1].slice(-1) == "%" && (green *= 2.55);
1307 values[2].slice(-1) == "%" && (blue *= 2.55);
1308 rgb[1].toLowerCase().slice(0, 4) == "rgba" && (opacity = toFloat(values[3]));
1309 values[3] && values[3].slice(-1) == "%" && (opacity /= 100);
1314 values[0].slice(-1) == "%" && (red *= 2.55);
1316 values[1].slice(-1) == "%" && (green *= 2.55);
1318 values[2].slice(-1) == "%" && (blue *= 2.55);
1319 (values[0].slice(-3) == "deg" || values[0].slice(-1) == "\xb0") && (red /= 360);
1320 rgb[1].toLowerCase().slice(0, 4) == "hsba" && (opacity = toFloat(values[3]));
1321 values[3] && values[3].slice(-1) == "%" && (opacity /= 100);
1327 values[0].slice(-1) == "%" && (red *= 2.55);
1329 values[1].slice(-1) == "%" && (green *= 2.55);
1331 values[2].slice(-1) == "%" && (blue *= 2.55);
1332 (values[0].slice(-3) == "deg" || values[0].slice(-1) == "\xb0") && (red /= 360);
1333 rgb[1].toLowerCase().slice(0, 4) == "hsla" && (opacity = toFloat(values[3]));
1334 values[3] && values[3].slice(-1) == "%" && (opacity /= 100);
1338 rgb.hex = "#" + (16777216 | blue | (green << 8) | (red << 16)).toString(16).slice(1);
1384 return "#" + (16777216 | b | (g << 8) | (r << 16)).toString(16).slice(1);
1887 bez1 = [x1, y1].concat(pi.slice(1));
1902 bez2 = [x2, y2].concat(pj.slice(1));
2152 var dots = [x, y][concat](pa.slice(1));
2169 dots = [x, y][concat](pa.slice(1));
2172 r = ["R"][concat](pa.slice(-2));
2376 path = ["C"][concat](a2c[apply](0, [d.x, d.y][concat](path.slice(1))));
2387 path = ["C", nx, ny][concat](path.slice(1));
3056 …"Apple Computer, Inc.") && (version && version[1] < 4 || navigator.platform.slice(0, 2) == "iP") ||