Searched refs:temp2 (Results 1 – 10 of 10) sorted by relevance
| /plugin/botmon/ |
| H A D | captcha.js | 147 var temp2 = (rightRotate(a, 2) ^ rightRotate(a, 13) ^ rightRotate(a, 22)) // S0 150 …hash = [(temp1 + temp2)|0].concat(hash); // We don't bother trimming off the extra ones, they're h…
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Pages.js | 1381 var temp2 = this.createControlTab(4, ' ❯'); 1382 temp2.style.position = 'absolute'; 1383 temp2.style.right = (this.editor.chromeless) ? '0px' : '29px'; 1384 temp2.style.fontSize = '13pt'; 1386 this.tabContainer.appendChild(temp2); 1398 …mxUtils.setOpacity(temp2, (wrapper.scrollLeft < wrapper.scrollWidth - wrapper.clientWidth) ? 100 :… 1403 …mxUtils.setOpacity(temp2, (wrapper.scrollLeft < wrapper.scrollWidth - wrapper.clientWidth) ? 100 :… 1405 mxEvent.addListener(temp2, 'click', mxUtils.bind(this, function(evt) 1409 …mxUtils.setOpacity(temp2, (wrapper.scrollLeft < wrapper.scrollWidth - wrapper.clientWidth) ? 100 :…
|
| /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; 1442 if (2 * $comp < 1) return $temp2; 1443 if (3 * $comp < 2) return $temp1 + ($temp2 - $temp1)*((2/3) - $comp) * 6; 1462 $temp2 = $L < 0.5 ? 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/issuetracker/ |
| D | syntax.php | 1153 $temp2 = explode(',', $this->getConf('products')); 1154 foreach($temp2 as $a) {
|
| /plugin/processing/ |
| D | script.js | 3743 var temp2 = this.elements[1]; 3744 this.elements[0] = c * temp1 + s * temp2; 3745 this.elements[1] = -s * temp1 + c * temp2; 3747 temp2 = this.elements[4]; 3748 this.elements[3] = c * temp1 + s * temp2; 3749 this.elements[4] = -s * temp1 + c * temp2;
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Mpdf.php | 27050 $thereistextarea = preg_match_all('#<textarea(.*?)>(.*?)</textarea>#si', $html, $temp2); 27093 $temp2[2][$iterator] = preg_replace('/\t/', str_repeat(" ", $tabSpaces), $temp2[2][$iterator]); 27094 $temp2[2][$iterator] = str_replace('\\', "\\\\", $temp2[2][$iterator]); 27095 …ce('#<textarea(.*?)>(.*?)</textarea>#si', '<aeratxet' . $temp2[1][$iterator] . '>' . trim($temp2[2…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 20647 temp2 = void 0; 20648 while (temp2 = parser2.matchNumber()) { 20649 nums.push(Number(temp2)); 21529 temp2; 21530 …if (typeof (temp1 = parser.matchNumber()) === 'string' && typeof (temp2 = parser.matchLengthUnit()… 21531 return this.computeUnits(temp1, temp2, percent, isFontSize); 21539 temp2; 21540 …while (typeof (temp1 = parser.matchNumber()) === 'string' && typeof (temp2 = parser.matchLengthUni… 21541 result.push(this.computeUnits(temp1, temp2, percent)); 21580 temp2;
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
| D | ogg.js | 15 …romString("18446744073709551616",10);Wrapper.temp1=new BigInteger;Wrapper.temp2=new BigInteger}),l…
|
| D | vorbis.js | 19 …romString("18446744073709551616",10);Wrapper.temp1=new BigInteger;Wrapper.temp2=new BigInteger}),l…
|
| D | opus.js | 23 …romString("18446744073709551616",10);Wrapper.temp1=new BigInteger;Wrapper.temp2=new BigInteger}),l…
|