Searched refs:temp1 (Results 1 – 7 of 7) sorted by relevance
| /plugin/botmon/ |
| H A D | captcha.js | 134 var temp1 = hash[7] 150 …hash = [(temp1 + temp2)|0].concat(hash); // We don't bother trimming off the extra ones, they're h… 151 hash[4] = (hash[4] + temp1)|0;
|
| /plugin/mikioplugin/inc/stemmechanics/lesserphp/ |
| H A D | lessc.inc.php | 1437 protected function toRGB_helper($comp, $temp1, $temp2) { argument 1441 if (6 * $comp < 1) return $temp1 + ($temp2 - $temp1) * 6 * $comp; 1443 if (3 * $comp < 2) return $temp1 + ($temp2 - $temp1)*((2/3) - $comp) * 6; 1445 return $temp1; 1466 $temp1 = 2.0 * $L - $temp2; 1468 $r = $this->toRGB_helper($H + 1/3, $temp1, $temp2); 1469 $g = $this->toRGB_helper($H, $temp1, $temp2); 1470 $b = $this->toRGB_helper($H - 1/3, $temp1, $temp2);
|
| /plugin/processing/ |
| D | script.js | 3742 var temp1 = this.elements[0]; 3744 this.elements[0] = c * temp1 + s * temp2; 3745 this.elements[1] = -s * temp1 + c * temp2; 3746 temp1 = this.elements[3]; 3748 this.elements[3] = c * temp1 + s * temp2; 3749 this.elements[4] = -s * temp1 + c * temp2;
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 21528 temp1, 21530 …if (typeof (temp1 = parser.matchNumber()) === 'string' && typeof (temp2 = parser.matchLengthUnit()… 21531 return this.computeUnits(temp1, temp2, percent, isFontSize); 21538 temp1, 21540 …while (typeof (temp1 = parser.matchNumber()) === 'string' && typeof (temp2 = parser.matchLengthUni… 21541 result.push(this.computeUnits(temp1, temp2, percent)); 21579 temp1,
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
| D | ogg.js | 15 …ew BigInteger;Wrapper.two64.fromString("18446744073709551616",10);Wrapper.temp1=new BigInteger;Wra…
|
| D | vorbis.js | 19 …ew BigInteger;Wrapper.two64.fromString("18446744073709551616",10);Wrapper.temp1=new BigInteger;Wra…
|
| D | opus.js | 23 …ew BigInteger;Wrapper.two64.fromString("18446744073709551616",10);Wrapper.temp1=new BigInteger;Wra…
|