Home
last modified time | relevance | path

Searched refs:bytes (Results 1 – 25 of 319) sorted by path

12345678910>>...13

/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php193 * @return int|null The number of bytes in the key.
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock3744 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js793 var decToHex = function(dec, bytes) { argument
796 for (i = 0; i < bytes; i++) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js957 res += String.fromCharCode(bytes[i] + bytes[i + 1] * 256)
1493 var len = bytes.length
1622 var bytes = []
1667 bytes.push(codePoint)
1670 bytes.push(
1676 bytes.push(
1683 bytes.push(
1694 return bytes
29682 for (i = _i = 0; 0 <= bytes ? _i < bytes : _i > bytes; i = 0 <= bytes ? ++_i : --_i) {
29692 byte = bytes[_i];
[all …]
H A Dpdfmake.min.js.map1bytes","checkOffset","ext","checkInt","value","max","objectWriteUInt16","littleEndian","j","object…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js2852 var bytes = blob.slice(blob.l,blob.l+size);
2854 return bytes;
H A Dxlsx.min.js4 …b){var size=blob.read_shift(4);var bytes=blob.slice(blob.l,blob.l+size);if(size&3>0)blob.l+=4-(siz…
H A Dxlsx.min.map1 …arse_VtVecHeadingPair","parse_dictionary","CodePage","dict","parse_BLOB","bytes","parse_ClipboardD…
/plugin/authdrupal8/
H A Dpassword.inc38 * Encodes bytes into printable base 64 using the *nix standard from crypt().
41 * The string containing bytes to encode.
43 * The number of characters (bytes) to encode.
97 // 6 bytes is the standard salt for a portable phpass hash.
133 * Plain-text password up to 512 bytes (128 to 512 UTF-8 characters) to hash.
/plugin/authgooglesheets/
H A Dcomposer.lock692 … "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md197 - `copy_to_stream` reads bytes in chunks instead of `maxLen` into memory.
243 streams, which can sometimes return fewer bytes than requested with `fread`.
H A DREADME.md41 from to remove bytes from the buffer.
50 // When more than 1024 bytes are in the buffer, it will begin returning
58 The CachingStream is used to allow seeking over previously read bytes on
62 a PHP temp stream so that previously read bytes are cached first in memory,
94 // Start dropping data when the stream has more than 10 bytes
187 Stream that when read returns bytes for a streaming multipart or
427 of bytes have been read.
435 bytes have been read.
504 number of requested bytes are available. Any additional bytes will be
511 $generator = function ($bytes) {
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md425 * Added $useFormatting flag to MemoryProcessor to make it send raw data in bytes
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSocketHandler.php175 public function setChunkSize(int $bytes): self argument
177 $this->chunkSize = $bytes;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DMemoryProcessor.php44 * @param int $bytes
47 protected function formatBytes(int $bytes) argument
50 return $bytes;
53 if ($bytes > 1024 * 1024) {
54 return round($bytes / 1024 / 1024, 2).' MB';
55 } elseif ($bytes > 1024) {
56 return round($bytes / 1024, 2).' KB';
59 return $bytes . ' B';
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1062 $bytes = explode(' ', rtrim(chunk_split($bits, 8, ' ')));
1063 foreach ($bytes as $byte) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php256 $bytes = $temp->toBytes();
258 if (!strlen($bytes)) { // eg. if the number we're trying to convert is -1
259 $bytes = chr(0);
262 if (ord($bytes[0]) & 0x80) {
263 $bytes = chr(0) . $bytes;
266 return $comparison < 0 ? ~$bytes : $bytes;
592 $bytes = $bits >> 3;
593 $min = str_repeat(chr(0), $bytes);
594 $max = str_repeat(chr(0xFF), $bytes);
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php468 $bytes = \strlen($labels[$i]);
469 $domainLength += $bytes;
471 if ($bytes > self::MAX_LABEL_SIZE) {
582 $bytes = array_map('ord', str_split($input));
585 if ($bytes[$j] > 0x7F) {
605 $digit = self::$basicToDigit[$bytes[$in++] & 0xFF];
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php2195 $bytes = (int)($size / 8);
2197 for ($i=0; $i<$bytes; $i++) {
2213 $data[$bytes] = $v;
/plugin/cli/
H A Dcli-examples.txt41 2 file(s) 902 bytes
42 1 dir(s) 2,147,450,880 bytes free
85 2 file(s) 902 bytes
86 1 dir(s) 2,147,450,880 bytes free
/plugin/codemirror/dist/modes/
H A Dclojure.min.js.map1 …?\", \"bounded-count\", \"butlast\", \"byte\", \"byte-array\", \"bytes\",\n \"bytes?\", \"cas…
H A Dmirc.min.js.map1 …e $bfind \" +\n \"$binoff $biton $bnick $bvar $bytes $calc $cb $cd $cei…
H A Dperl.min.js.map1 … length :1, // - return the number of bytes in a string\n …
H A Dprotobuf.min.js.map1 …, \"reserved\", \"default\", \"extensions\", \"packed\",\n \"bool\", \"bytes\", \"double\", \"e…
H A Dpython.min.js.map1 …async\", \"await\"]);\n myBuiltins = myBuiltins.concat([\"ascii\", \"bytes\", \"exec\", \"pri…

12345678910>>...13