Searched refs:firstbyte (Results 1 – 6 of 6) sorted by relevance
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | module.graphic.bmp.php | 426 $firstbyte = getid3_lib::LittleEndian2Int(substr($BMPpixelData, $pixeldataoffset++, 1)); 428 if ($firstbyte == 0) { 478 for ($i = 0; $i < $firstbyte; $i++) { 502 $firstbyte = getid3_lib::LittleEndian2Int(substr($BMPpixelData, $pixeldataoffset++, 1)); 504 if ($firstbyte == 0) { 568 for ($i = 0; $i < $firstbyte; $i++) {
|
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.bmp.php | 480 $firstbyte = $this->LittleEndian2Int($BMPpixelData[ $pixeldataoffset++ ]); 482 if ($firstbyte == 0) { 532 for ($i = 0; $i < $firstbyte; $i++) { 556 $firstbyte = $this->LittleEndian2Int($BMPpixelData[ $pixeldataoffset++ ]); 558 if ($firstbyte == 0) { 621 for ($i = 0; $i < $firstbyte; $i++) {
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 9 …firstbyte(f,o){switch((o||{}).type||"base64"){case"buffer":return f[0];case"base64":return Base64.… function
|
H A D | xlsx.js | 11359 function firstbyte(f,o) { function 11388 switch((n = firstbyte(d, o))) {
|
H A D | xlsx.min.map | 1 …ookVBA","vbaraw","bin","add_rels","rId","relobj","write_zip","General","firstbyte","read_zip","bas…
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 8651 var str = "", bytes = opts.type == 'string' ? [0,0,0,0] : firstbyte(d, opts); 25661 function firstbyte(f/*:RawData*/,o/*:?TypeOpts*/)/*:Array<number>*/ { function 25697 var str = "", bytes = firstbyte(data, o); 25746 switch((n = firstbyte(d, o))[0]) {
|