Home
last modified time | relevance | path

Searched refs:bytes (Results 126 – 150 of 319) sorted by path

12345678910>>...13

/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md473 to be the filesize in bytes) of "0" for TwinVQF v1.0 and "1" for
H A Dchangelog.txt680 * Bugfix: fread() zero bytes issue in real module.
704 chunks <> 16 bytes.
1472 based on the first two bytes of the file, rather than just the
1561 bytes rather than the first 64k bytes
1571 ¤ Added support for Preset and Surround Info bytes from LAME VBR
1625 length (v1 Lyrics3 is supposed to be 5100 bytes long, but
2419 detect based on the first few bytes of the file doesn't find a
2583 in the first 100k bytes of the file, to prevent needlessly
2740 absolute values which required you to check flag bytes
2747 ¤ ['headerlength'] now includes the initial 6 or 10 bytes of the
[all …]
H A Dreadme.txt472 ID3v2.2 frame name (3-bytes) null-padded to 4 bytes which is
492 to be the filesize in bytes) of "0" for TwinVQF v1.0 and "1" for
H A Dstructure.txt73 ['filesize']=>integer() // filesize in bytes
79 …['avdataoffset']=>integer() // offset in bytes where audio/video data starts and prepende…
80 …['avdataend']=>integer() // offset in bytes where audio/video data ends and appended t…
627 … // entries of type integer are files (key is file name, value is file size in bytes)
1068 ['bytes']=>boolean() //
2061 ['m_wMarkDistance']=>integer() // distance between marks in bytes
2063 ['m_dwOrgSize']=>integer() // original file size in bytes
2272 … // entries of type integer are files (key is file name, value is file size in bytes)
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php469 $bytes[] = (($number / 256) - (floor($number / 256))) * 256;
472 $bytes[] = $number;
474 for ($i = 0; $i < count($bytes); $i++) {
475 …$binstring = (($i == count($bytes) - 1) ? decbin($bytes[$i]) : str_pad(decbin($bytes[$i]), 8, '0',…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php431 $bytes[] = (($number / 256) - (floor($number / 256))) * 256;
434 $bytes[] = $number;
436 for ($i = 0; $i < count($bytes); $i++) {
437 …$binstring = (($i == count($bytes) - 1) ? decbin($bytes[$i]) : str_pad(decbin($bytes[$i]), 8, '0',…
H A Dgetid3.php2033 * @param int $bytes
2039 protected function fread($bytes) { argument
2041 $this->data_string_position += $bytes;
2042 return substr($this->data_string, $this->data_string_position - $bytes, $bytes);
2044 $pos = $this->ftell() + $bytes;
2065 $bytes -= $partLength;
2072 * @param int $bytes
2083 $this->data_string_position = $bytes;
2087 $this->data_string_position += $bytes;
2096 $pos = $bytes;
[all …]
H A Dmodule.audio-video.flv.php427 public $bytes; variable in AMFStream
435 * @param string $bytes
437 public function __construct(&$bytes) { argument
438 $this->bytes =& $bytes;
446 return ord(substr($this->bytes, $this->pos++, 1));
492 $val = substr($this->bytes, $this->pos, $length);
/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',…
H A Dmodule.audio-video.flv.php250 var $bytes; variable in AMFStream
253 function AMFStream(&$bytes) { argument
254 $this->bytes =& $bytes;
259 return getid3_lib::BigEndian2Int(substr($this->bytes, $this->pos++, 1));
285 $val = substr($this->bytes, $this->pos, $length);
/plugin/latexport/
H A DREADME.md172 ### The fearsome 0 bytes font file in Mac OS X
/plugin/mantis/lib/
H A Dchangelog198 - soap_server: only deflate/gzip payloads > 1024 bytes
239 - soap_transport_http: detect socket timeouts when reading (0 bytes returned)
/plugin/nssize/
H A Dsyntax.php38 $bytes = $this->_du($conf[$c]);
39 $nssize = $this->_formatSize($bytes);
40 $alert = ($bytes>$this->getConf('alert_size'));
43 $total = $total+$bytes;
85 * @param int $bytes
87 function _formatSize( $bytes ){ argument
89 for( $i = 0; $bytes >= 1024 && $i < ( count( $types ) -1 ); $bytes /= 1024, $i++ );
90 return( round( $bytes, 2 ) . " " . $types[$i] );
/plugin/odp/
H A DZipLib.class.php275 $pos = ftell($zip); $bytes = 0x00000000;
280 $bytes=(($bytes << 8) & 0xFFFFFFFF) | Ord($byte);
281 if ($bytes == 0x504b0506){ $pos++; break; } $pos++;
/plugin/openid/Auth/OpenID/
H A DBigMath.php58 $bytes = [];
61 array_unshift($bytes, $this->mod($long, 256));
65 if ($bytes && ($bytes[0] > 127)) {
66 array_unshift($bytes, 0);
70 foreach ($bytes as $byte) {
94 $bytes = array_merge(unpack('C*', $str));
98 if ($bytes && ($bytes[0] > 127)) {
104 foreach ($bytes as $byte) {
149 $nbytes = Auth_OpenID::bytes($rbytes) - 1;
151 $nbytes = Auth_OpenID::bytes($rbytes);
[all …]
H A DCryptUtil.php57 $bytes = '';
59 $bytes .= pack('L', mt_rand());
61 $bytes = substr($bytes, 0, $num_bytes);
63 $bytes = fread($f, $num_bytes);
65 return $bytes;
H A DDiffieHellman.php106 for ($i = 0; $i < Auth_OpenID::bytes($secret); $i++) {
H A DHMAC.php60 if (Auth_OpenID::bytes($key) > Auth_OpenID_SHA1_BLOCKSIZE) {
H A DSQLStore.php526 for ($i = 0; $i < Auth_OpenID::bytes($str); $i++) {
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/passpolicy/
H A Dhelper.php415 $bytes = $this->trueRandomBytes(4);
416 $unpack = unpack("lnum", $bytes);
433 * @param int $bytes number of bytes to get
439 protected function trueRandomBytes($bytes) argument
445 $rbytes = openssl_random_pseudo_bytes($bytes, $strong);
453 $rbytes = fread($fp, $bytes);
462 $rbytes = $CAPI_Util->GetRandom($bytes, 0);
473 if (strlen($rbytes) < $bytes) $rbytes = false;
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js729 …assert(bytes !== null && _typeof(bytes) === 'object' && bytes.length !== undefined, 'Invalid argum…
730 var length = bytes.length;
757 return bytes;
14735 bytes[i - 3] = r0;
14736 bytes[i - 2] = g0;
14737 bytes[i - 1] = b0;
14740 bytes[i - 3] = bytes[i - 3] * alpha + r0 * alpha_ >> 8;
14741 bytes[i - 2] = bytes[i - 2] * alpha + g0 * alpha_ >> 8;
14742 bytes[i - 1] = bytes[i - 1] * alpha + b0 * alpha_ >> 8;
16343 bytes[j++] = 255;
[all …]
H A Dpdf.js.map1bytes","length","MAX_ARGUMENT_COUNT","String","strBuf","i","chunkEnd","Math","chunk","arr","result…
H A Dpdf.worker.js11836 var bytes = this.bytes;
17170 var bytes = this.bytes;
38179 var bytes = this.bytes;
38193 bytes = bytes.subarray(offset);
38194 this.bytes = bytes;
38289 var bytes = this.bytes;
38647 var bytes = this.bytes;
38657 id = bytes[pos++] << 8 | bytes[pos++];
38665 id = bytes[pos++] << 8 | bytes[pos++];
38697 var bytes = this.bytes;
[all …]
H A Dpdf.worker.js.map1bytes","MAX_ARGUMENT_COUNT","String","strBuf","chunkEnd","arr","resultLength","ii","item","itemLen…

12345678910>>...13