Home
last modified time | relevance | path

Searched refs:bytes (Results 101 – 125 of 319) sorted by relevance

12345678910>>...13

/plugin/pdfjs/pdfjs/web/locale/uz/
H A Dviewer.properties68 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
69 document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
71 # will be replaced by the PDF file size in megabytes, respectively in bytes.
72 document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
/plugin/fedauth/Auth/OpenID/
H A DHMAC.php59 if (Auth_OpenID::bytes($key) > Auth_OpenID_SHA1_BLOCKSIZE) {
H A DDiffieHellman.php105 for ($i = 0; $i < Auth_OpenID::bytes($secret); $i++) {
/plugin/openid/Auth/OpenID/
H A DHMAC.php60 if (Auth_OpenID::bytes($key) > Auth_OpenID_SHA1_BLOCKSIZE) {
H A DDiffieHellman.php106 for ($i = 0; $i < Auth_OpenID::bytes($secret); $i++) {
/plugin/pdfjs/pdfjs/web/locale/ta-LK/
H A Dviewer.properties33 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
35 # will be replaced by the PDF file size in megabytes, respectively in bytes.
/plugin/pdfjs/pdfjs/web/locale/tsz/
H A Dviewer.properties32 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
34 # will be replaced by the PDF file size in megabytes, respectively in bytes.
/plugin/pdfjs/pdfjs/web/locale/meh/
H A Dviewer.properties31 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
33 # will be replaced by the PDF file size in megabytes, respectively in bytes.
/plugin/pdfjs/pdfjs/web/locale/mn/
H A Dviewer.properties34 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
36 # will be replaced by the PDF file size in megabytes, respectively 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/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php218 // check if needed bytes are available in the current buffer
240 * Read bytes from the current or a specific offset position and set the internal pointer to the next byte.
254 // check if needed bytes are available in the current buffer
271 $bytes = \substr($this->buffer, $offset, $length);
274 return $bytes;
421 // increaseLength parameter is $minLength, so cut to have only the required bytes in the buffer
428 * Ensures bytes in the buffer with a specific length and location in the file.
/plugin/pdfjs/pdfjs/web/locale/an/
H A Dviewer.properties74 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
75 document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
77 # will be replaced by the PDF file size in megabytes, respectively in bytes.
78 document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
/plugin/pdfjs/pdfjs/web/locale/my/
H A Dviewer.properties72 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
75 # will be replaced by the PDF file size in megabytes, respectively in bytes.
76 document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCatNamespace.asciidoc77 $params['bytes'] = (enum) The unit in which to display byte values (Options = b,k,kb,m,mb,g,gb,t,tb,p,pb)
116 $params['bytes'] = (enum) The unit in which to display byte values (Options = b,k,kb,m,mb,g,gb,t,tb,p,pb)
168 $params['bytes'] = (enum) The unit in which to display byte values (Options = b,k,kb,m,mb,g,gb,t,tb,p,pb)
213 $params['bytes'] = (enum) The unit in which to display byte values (Options = b,k,kb,m,mb,g,gb,t,tb,p,pb)
256 $params['bytes'] = (enum) The unit in which to display byte values (Options = b,k,kb,m,mb,g,gb,t,tb,p,pb)
279 $params['bytes'] = (enum) The unit in which to display byte values (Options = b,k,kb,m,mb,g,gb,t,tb,p,pb)
317 $params['bytes'] = (enum) The unit in which to display byte values (Options = b,k,kb,m,mb,g,gb,t,tb,p,pb)
382 $params['bytes'] = (enum) The unit in which to display byte values (Options = b,k,kb,m,mb,g,gb,t,tb,p,pb)
422 $params['bytes'] = (enum) The unit in which to display byte values (Options = b,k,kb,m,mb,g,gb,t,tb,p,pb)
441 $params['bytes']
[all...]
/plugin/pdfjs/pdfjs/web/locale/rw/
H A Dviewer.properties33 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
35 # will be replaced by the PDF file size in megabytes, respectively in bytes.
/plugin/pdfjs/pdfjs/web/locale/ach/
H A Dviewer.properties76 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
77 document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
79 # will be replaced by the PDF file size in megabytes, respectively in bytes.
80 document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
/plugin/pdfjs/pdfjs/web/locale/ast/
H A Dviewer.properties68 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
69 document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
71 # will be replaced by the PDF file size in megabytes, respectively in bytes.
72 document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php553 $bytes = 0x00000000;
557 $bytes = (($bytes << 8) & 0xFFFFFFFF) | ord($byte);
558 if ($bytes == 0x504b0506) {
788 * @return int number of bytes written
810 * @return int number of bytes written
/plugin/upgrade/HTTP/
H A DHTTPClient.php613 * Reads up to a given number of bytes or throws an exception if the
617 * @param int $nbytes Number of bytes to read
634 sprintf('Timeout while reading %s after %d bytes (%.3fs)', $message,
653 $bytes = fread($socket, $to_read);
654 if($bytes === false)
656 $r_data .= $bytes;
657 $to_read -= strlen($bytes);
/plugin/jukebox/id3/
H A Dgetid3.lib.php307 $bytes[] = (($number / 256) - (floor($number / 256))) * 256;
310 $bytes[] = $number;
312 for ($i = 0; $i < count($bytes); $i++) {
313 …$binstring = (($i == count($bytes) - 1) ? decbin($bytes[$i]) : str_pad(decbin($bytes[$i]), 8, '0',…
/plugin/pdfjs/pdfjs/web/locale/tn/
H A Dviewer.properties34 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
36 # will be replaced by the PDF file size in megabytes, respectively in bytes.
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloFile.js61 return this.meta.bytes;
/plugin/pdfjs/pdfjs/web/locale/sat/
H A Dviewer.properties41 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
44 # will be replaced by the PDF file size in megabytes, respectively in bytes.
/plugin/pdfjs/pdfjs/web/locale/nb-NO/
H A Dviewer.properties88 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
89 document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
91 # will be replaced by the PDF file size in megabytes, respectively in bytes.
92 document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
/plugin/elwikiupgrade/
H A DHTTPClient.php643 $bytes = fread($socket, $to_read);
644 if($bytes === false)
646 $r_data .= $bytes;
647 $to_read -= strlen($bytes);

12345678910>>...13