Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 25 of 244) sorted by path

12345678910

/plugin/addressbook/
H A Dsyntax.php849 unset($temp);
853 $temp[] = array('cfunction'=>$i['cfunction'],'title' => true);
856 $temp[] = $list[$c];
859 $list = $temp;
/plugin/aimg/
H A Dscript.js156 var temp = pathToImage.split('blank');
158 currentLinkNode.href = temp[1]; //IE quirk
160 currentLinkNode.href = temp[0];
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js855 var temp = imageData.data[i];
856 _isTransparent = temp <= 0;
H A Dfabric.min.js1 …||1);for(var i=3,l=imageData.data.length;i<l;i+=4){var temp=imageData.data[i];_isTransparent=temp<…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js1825 temp, length
1838 output += tripletToBase64(temp)
1844 temp = uint8[uint8.length - 1]
1845 output += encode(temp >> 2)
1846 output += encode((temp << 4) & 0x3F)
1851 output += encode(temp >> 10)
1852 output += encode((temp >> 4) & 0x3F)
8841 var temp = n;
8843 func = temp;
8900 var temp = n;
[all …]
H A Dpdfmake.min.js.map1temp","extraBytes","output","isLE","mLen","nBytes","eLen","eMax","eBias","nBits","d","s","NaN","rt…
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWK.php179 $temp = \ltrim(\pack('N', $length), \chr(0));
181 return \pack('Ca*', 0x80 | \strlen($temp), $temp);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md867 * Added a check to re-extract the temp cacert bundle from the phar before sending each request
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md62 a PHP temp stream so that previously read bytes are cached first in memory,
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php122 $result[] = $temp;
135 $result[] = $temp;
142 $temp = self::shift($data, $length);
145 $result[] = new BigInteger($temp, -256);
148 $result[] = $temp;
151 $result[] = explode(',', $temp);
389 $temp = substr($var, -$i, 4);
390 switch ($temp) {
398 $temp = unpack('Nnum', $temp);
411 $temp = substr(pack('N', $temp['num'] + 1), -$remainder);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php366 extract(ASN1::asn1map($temp[0], Maps\PBEParameter::MAP));
380 $temp = ASN1::asn1map($temp[0], Maps\PBES2params::MAP);
381 extract($temp);
387 $temp = ASN1::asn1map($temp[0], Maps\PBES2params::MAP);
388 extract($temp);
393 $temp = ASN1::decodeBER($encryptionScheme['parameters']);
394 extract(ASN1::asn1map($temp[0], Maps\RC2CBCParameter::MAP));
454 $temp = $decoded[0]['content'][1]['content'][1];
455 …vateKeyAlgorithm']['parameters'] = new ASN1\Element(substr($key, $temp['start'], $temp['length']));
495 $temp = $decoded[0]['content'][0]['content'][1];
[all …]
H A DPuTTY.php91 $temp = pack('Na*', $sequence++, $password);
92 $symkey .= Hex::decode(sha1($temp));
126 $temp = sodium_crypto_pwhash($length, $password, $salt, $passes, $memory << 10, $flavour);
128 $symkey = substr($temp, 0, 32);
129 $symiv = substr($temp, 32, 16);
130 $hashkey = substr($temp, -32);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1109 $temp = substr($i, $k, $blockLength);
1110 $temp = new BigInteger($temp, 256);
1112 $temp = $temp->add($b);
1113 $temp = $temp->add($one);
1114 $newi .= $temp->toBytes(false);
2033 $encryptIV = $temp;
2039 $encryptIV = $temp;
2377 $temp = [$this->preferredEngine];
2379 $temp,
2380 array_diff($candidateEngines, $temp)
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DXML.php70 …$temp = $xpath->query("//*[translate(local-name(), 'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopq…
71 if (!$temp->length) {
74 $value = new BigInteger(Base64::decode($temp->item(0)->nodeValue), 256);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPrivateKey.php115 $temp = $h->add($this->x->multiply($r));
116 $temp = $kinv->multiply($temp);
117 list(, $s) = $temp->divide($this->q);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBase.php212 $temp = [
217 $temp[] = $p[2];
219 return $temp;
H A DKoblitzPrime.php244 $temp = $x->multiply($x)->multiply($x);
245 $rhs = $temp->add($this->b);
280 $temp = $u;
282 $v = $temp->subtract($v->multiply($q));
284 $temp = $a;
286 $c = $temp->subtract($a->multiply($q));
288 $temp = $b;
290 $d = $temp->subtract($b->multiply($q));
H A DMontgomery.php199 $temp = $da->add($cb);
200 $x5 = $temp->multiply($temp);
201 $temp = $da->subtract($cb);
202 $z5 = $x1->multiply($temp->multiply($temp));
204 $temp = static::class == Curve25519::class ? $bb : $aa;
205 $z4 = $e->multiply($temp->add($this->a24->multiply($e)));
H A DPrime.php459 $temp = $xp->multiply($this->a);
460 $temp = $xp->multiply($xp)->multiply($xp)->add($temp);
461 $temp = $temp->add($this->b);
462 $b = $temp->squareRoot();
480 $temp = $x->multiply($this->a);
481 $temp = $x->multiply($x)->multiply($x)->add($temp);
482 $rhs = $temp->add($this->b);
598 $temp = [0, 0, 0, 0];
604 $temp[$j] = isset($naf[$j][$i]) ? $naf[$j][$i] : 0;
605 if ($temp[$j] != 0) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php138 $temp = $this->getModulo()->subtract(new BigInteger(1));
139 $temp = $temp->bitwise_rightShift(2);
140 $temp = $this->two->pow($temp);
141 $x = $x->multiply($temp);
270 $temp = $x1->add($y1);
271 $e = $h->subtract($temp->multiply($temp));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php247 $temp = ASN1::decodeBER($params['parameters']);
248 $temp = ASN1::asn1map($temp[0], Maps\Pentanomial::MAP);
249 $modulo[] = (int) $temp['k3']->toString();
250 $modulo[] = (int) $temp['k2']->toString();
251 $modulo[] = (int) $temp['k1']->toString();
H A DPuTTY.php74 $temp = Base64::encode(Strings::packSSH2('s', $components['type']) . $components['public']);
75 … $components = OpenSSH::load($components['type'] . ' ' . $temp . ' ' . $components['comment']);
H A DXML.php80 $temp = self::isolateNamespace($key, 'http://www.w3.org/2009/xmldsig11#');
86 if ($temp) {
87 $key = $temp;
435 $temp = $result['specifiedCurve'];
436 switch ($temp['fieldID']['fieldType']) {
439 … '<' . $pre . 'P>' . $temp['fieldID']['parameters'] . '</' . $pre . 'P>' . "\r\n" .
470 $temp = $result['specifiedCurve'];
471 switch ($temp['fieldID']['fieldType']) {
482 … '<' . $pre . 'A>' . Base64::encode($temp['curve']['a']) . '</' . $pre . 'A>' . "\r\n" .
483 … '<' . $pre . 'B>' . Base64::encode($temp['curve']['b']) . '</' . $pre . 'B>' . "\r\n" .
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php181 $temp = $z->add($dA->multiply($r));
182 $temp = $kinv->multiply($temp);
183 list(, $s) = $temp->divide($order);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php645 $temp = $temp->multiply($m[$i + 4]->add($k[$i + 4]));
650 $temp = $temp->multiply($m[$i + 5]->add($k[$i + 5]));
655 $temp = $temp->multiply($m[$i + 6]->add($k[$i + 6]));
660 $temp = $temp->multiply($m[$i + 7]->add($k[$i + 7]));
1087 $temp = [
1389 $s0 = $temp[0]->bitwise_xor($temp[1]);
1396 $s1 = $temp[0]->bitwise_xor($temp[1]);
1421 $s0 = $temp[0]->bitwise_xor($temp[1]);
1428 $maj = $temp[0]->bitwise_xor($temp[1]);
1437 $s1 = $temp[0]->bitwise_xor($temp[1]);
[all …]

12345678910