Lines Matching refs:Str

526         Str = String,
534 lowerCase = Str.prototype.toLowerCase,
557 upperCase = Str.prototype.toUpperCase,
935 bod.style.color = Str(color).replace(trim, E);
1274 if (!colour || !!((colour = Str(colour)).indexOf("-") + 1)) {
1480 Str(pathString).replace(pathCommand, function (a, b, c) {
1526 Str(TString).replace(tCommand, function (a, b, c) {
2589 tstr = Str(tstr).replace(/\.{3}|\u2026/g, el._.transform || E);
2603 command = Str(t[0]).toLowerCase(),
2702 t2 = Str(t2).replace(/\.{3}|\u2026/g, t1);
2960 return +this[Str.fromCharCode(97 + i)].toFixed(4);
3792 var out = R._engine.text(this, x || 0, y || 0, Str(text));
4874 var values = Str(params[attr])[split](separator),
4875 from2 = Str(from[attr])[split](separator);
4901 easyeasy = Str(easing).match(bezierrg);
5545 var letters = Str(string)[split](E),
5768 Str = String,
5798 el.setAttributeNS(xlink, key.substring(6), Str(attr[key]));
5800 el.setAttribute(key, Str(attr[key]));
5818 gradient = Str(gradient).replace(R._radial_gradient, function (all, _fx, _fy) {
5900 var values = Str(value).toLowerCase().split("-"),
6052 value = dasharray[Str(value).toLowerCase()];
6121 var rect = Str(value).split(separator);
6235 var isURL = Str(value).match(R._ISURL);
6269 …} else if ((o.type == "circle" || o.type == "ellipse" || Str(value).charAt() != "r") && addGradien…
6292 …(o.type == "circle" || o.type == "ellipse" || Str(value).charAt() != "r") && addGradientFill(o, va…
6338 var texts = Str(params.text).split("\n"),
6480 deg = Str(deg).split(separator);
6514 sx = Str(sx).split(separator);
6546 dx = Str(dx).split(separator);
7146 Str = String,
7170 Str(path).match(total) && (command = R._path2curve);
7172 if (command == R._pathToAbsolute && !Str(path).match(total)) {
7173 var res = Str(path).replace(bites, function (all, command, args) {
7254 var values = Str(value).toLowerCase().split("-"),
7306 …node.path = path2vml(~Str(a.path).toLowerCase().indexOf("r") ? R._pathToAbsolute(a.path) : a.path);
7323 var rect = Str(params["clip-rect"]).split(separator);
7383 var isURL = Str(params.fill).match(R._ISURL);
7400 …if (R.getRGB(params.fill).error && (res.type in {circle: 1, ellipse: 1} || Str(params.fill).charAt…
7471 …res.textpath.string && (span.innerHTML = Str(res.textpath.string).replace(/</g, "&#60;").replace(/…
7514 gradient = Str(gradient).replace(R._radial_gradient, function (all, fx, fy) {
7601 oldt = tstr = Str(tstr).replace(/\.{3}|\u2026/g, this._.transform || E);
7608 isGrad = ~Str(this.attrs.fill).indexOf("-"),
7609 isPatt = !Str(this.attrs.fill).indexOf("url(");
7629 skew.matrix = Str(matrix);
7642 deg = Str(deg).split(separator);
7662 dx = Str(dx).split(separator);
7679 sx = Str(sx).split(separator);
7949 o.string = Str(text);
7965 p.attrs.text = Str(text);