Home
last modified time | relevance | path

Searched refs:chr (Results 1 – 25 of 294) sorted by path

12345678910>>...12

/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php227 $key[$i] = chr($byte);
309 $data.=chr(mt_rand(1, 127));
310 $data.=chr($datalen-$datalen0+1);
427 $string = chr(0).$string;
430 $string = chr(0).$string;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js2835 function escapeHtmlChar(chr) {
2836 return htmlEscapes[chr];
2847 function escapeStringChar(chr) {
2848 return '\\' + stringEscapes[chr];
2988 function unescapeHtmlChar(chr) {
2989 return htmlUnescapes[chr];
H A Dpdfmake.min.js.map1chr","htmlEscapes","escapeStringChar","stringEscapes","fromRight","isObjectLike","isSpace","charCo…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.map1 …DEF_MDW","MAX_MDW","MIN_MDW","MDW","width2px","px2char","px","char2width","chr","cycle_width","col…
/plugin/anewssystem/
H A Dsyntax.php116 $postvalue = str_replace(chr(13),"",$postvalue);
126 … $newrecord = '====== '.$_POST['news_input_head'].' ======'.chr(10).chr(10).$newrecord.chr(10);
/plugin/authg2fa/
H A DGoogleAuthenticator.php51 $time = chr(0).chr(0).chr(0).chr(0).pack('N*', $timeSlice);
146 … $binaryString .= ( ($y = chr(base_convert($eightBits[$z], 2, 10))) || ord($y) == 48 ) ? $y:"";
/plugin/authgoogle2fa/
H A DGoogleAuthenticator.php51 $time = chr(0).chr(0).chr(0).chr(0).pack('N*', $timeSlice);
146 … $binaryString .= ( ($y = chr(base_convert($eightBits[$z], 2, 10))) || ord($y) == 48 ) ? $y:"";
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWK.php147 $rsaPublicKey = \chr(0) . $rsaPublicKey;
148 $rsaPublicKey = \chr(3) . self::encodeLength(\strlen($rsaPublicKey)) . $rsaPublicKey;
176 return \chr($length);
179 $temp = \ltrim(\pack('N', $length), \chr(0));
H A DJWT.php555 $der = \chr($tag_header | $type);
558 $der .= \chr(\strlen($value));
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DInflateStream.php49 while ($stream->read(1) !== chr(0)) {
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DREADME.md21 * Uses `pack()` and `unpack()` instead of `chr()` and `ord()`
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php358 $r .= chr((($b * 0x0202020202) & 0x010884422010) % 1023);
364 $r .= chr(
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php225 $paddedKey .= chr($i);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1001 $d1 = str_repeat(chr(1), $blockLength);
1002 $d2 = str_repeat(chr(2), $blockLength);
2591 return str_pad($text, $length + $pad, chr($pad));
3397 $n = strrev($block . chr(1));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php177 $h[0] = $h[0] & chr(0xF8);
179 $h[0] = ($h[0] & chr(0x3F)) | chr(0x40);
198 $y[0] = $y[0] & chr(0x7F);
200 $y[0] = $y[0] | chr(0x80);
H A DEd448.php118 $h[0] = $h[0] & chr(0xFC);
121 $h[1] = $h[1] | chr(0x80);
141 $y[0] = $y[0] | chr(0x80);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php289 $y[0] = $y[0] & chr(0x7F);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php124 … 'SigEd25519 no Ed25519 collisions' . "\0" . chr(strlen($this->context)) . $this->context;
127 $dom = 'SigEd448' . "\0" . chr(strlen($context)) . $context;
H A DPublicKey.php97 … 'SigEd25519 no Ed25519 collisions' . "\0" . chr(strlen($this->context)) . $this->context;
100 $dom2 = 'SigEd448' . "\0" . chr(strlen($context)) . $context;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php452 $this->ipad = str_repeat(chr(0x36), $b);
453 $this->opad = str_repeat(chr(0x5C), $b);
862 $key = str_pad($this->computedKey, $b, chr(0));
938 $temp = chr(0x01) . str_repeat("\0", $padLength - 1);
939 $temp[$padLength - 1] = $temp[$padLength - 1] | chr(0x80);
942 $temp = chr(0x1F) . str_repeat("\0", $padLength - 1);
943 $temp[$padLength - 1] = $temp[$padLength - 1] | chr(0x80);
948 … return $padLength == 1 ? chr(0x86) : chr(0x06) . str_repeat("\0", $padLength - 2) . chr(0x80);
1367 $m .= str_repeat(chr(0), 128 - (($length + 16) & 0x7F));
1368 $m[$length] = chr(0x80);
H A DRC4.php304 $text[$k] = $text[$k] ^ chr($keyStream[($ksj + $ksi) & 255]);
H A DRSA.php544 return str_pad($x, $xLen, chr(0), STR_PAD_LEFT);
613 $ps = str_repeat(chr(0xFF), $emLen - $tLen - 3);
673 $ps = str_repeat(chr(0xFF), $emLen - $tLen - 3);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DMSBLOB.php212 $key = pack('aavV', chr(self::PRIVATEKEYBLOB), chr(2), 0, self::CALG_RSA_KEYX);
237 $key = pack('aavV', chr(self::PUBLICKEYBLOB), chr(2), 0, self::CALG_RSA_KEYX);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php229 $ps = str_repeat(chr(0), $emLen - $sLen - $this->hLen - 2);
230 $db = $ps . chr(1) . $salt;
233 $maskedDB[0] = ~chr(0xFF << ($emBits & 7)) & $maskedDB[0];
234 $em = $maskedDB . $h . chr(0xBC);
347 $ps = substr($em, 2, strpos($em, chr(0), 2) - 2);
H A DPublicKey.php246 if ($em[strlen($em) - 1] != chr(0xBC)) {
252 $temp = chr(0xFF << ($emBits & 7));
258 $db[0] = ~chr(0xFF << ($emBits & 7)) & $db[0];
260 if (substr($db, 0, $temp) != str_repeat(chr(0), $temp) || ord($db[$temp]) != 1) {
355 $em = chr(0) . chr($type) . $ps . chr(0) . $m;
394 $ps = str_repeat(chr(0), $this->k - $mLen - 2 * $this->hLen - 2);
395 $db = $lHash . $ps . chr(1) . $m;
401 $em = chr(0) . $maskedSeed . $maskedDB;

12345678910>>...12