/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | module.audio.dsdiff.php | 30 $this->fseek($info['avdataoffset']); 39 $this->fseek($info['avdataoffset']); 92 $this->fseek($datasize, SEEK_CUR); 101 $this->fseek($datasize, SEEK_CUR); 122 $this->fseek(1, SEEK_CUR); 157 $this->fseek(1, SEEK_CUR); 183 $this->fseek(1, SEEK_CUR); 194 $this->fseek(1, SEEK_CUR); 220 $this->fseek($endOfID3v2); 226 $this->fseek($datasize, SEEK_CUR); [all …]
|
H A D | module.audio.tak.php | 36 $this->fseek($info['avdataoffset']); 47 $this->fseek($offset); 53 $this->fseek($offset); 68 $this->fseek($offset); 77 $this->fseek($offset); 90 $this->fseek($offset); 98 $this->fseek($offset); 107 $this->fseek($offset); 118 $this->fseek($offset); 123 $this->fseek($offset);
|
H A D | module.audio.mod.php | 28 $this->fseek($info['avdataoffset']); 48 $this->fseek($info['avdataoffset'] + 1080); 66 $this->fseek($info['avdataoffset']); 84 $this->fseek($info['avdataoffset'] + 44); 102 $this->fseek($info['avdataoffset']);
|
H A D | module.misc.pdf.php | 31 $this->fseek(0); 42 $this->fseek(-40, SEEK_END); 54 $this->fseek(0); 70 $this->fseek($offset); 75 $this->fseek($offset + strlen($matches[0])); 121 $this->fseek($XREFoffset);
|
H A D | module.audio.voc.php | 30 $this->fseek($info['avdataoffset']); 82 $this->fseek($BlockSize - 2, SEEK_CUR); 105 $this->fseek($BlockSize, SEEK_CUR); 127 $this->fseek($BlockSize - 12, SEEK_CUR); 146 $this->fseek($BlockSize, SEEK_CUR); 160 $this->fseek(-3, SEEK_CUR);
|
H A D | module.audio.optimfrog.php | 35 $this->fseek($info['avdataoffset']); 59 $this->fseek($info['avdataoffset']); 72 $this->fseek($info['avdataend']); 109 $this->fseek($info['avdataoffset']); 200 $this->fseek($BlockSize - 14, SEEK_CUR); 255 $this->fseek($BlockSize, SEEK_CUR); 266 $this->fseek($BlockSize, SEEK_CUR); 285 $this->fseek($BlockSize, SEEK_CUR); 296 $this->fseek($BlockSize, SEEK_CUR);
|
H A D | module.archive.zip.php | 45 $this->fseek(-128 * $EOCDsearchCounter, SEEK_END); 51 $this->fseek((-128 * $EOCDsearchCounter) + $EOCDposition, SEEK_END); 54 $this->fseek($info['zip']['end_central_directory']['directory_offset']); 90 $this->fseek($central_directory_entry['entry_offset']); 110 $this->fseek($info['zip']['entries'][0]['data_offset']); 241 …$this->fseek($LocalFileHeader['offset']); // seek back to where filepointer originally was so it c… 293 …$this->fseek($LocalFileHeader['compressed_size'], SEEK_CUR); // this should (but may not) match va… 300 …$this->fseek($LocalFileHeader['offset']); // seek back to where filepointer originally was so it c… 339 …$this->fseek($CentralDirectory['offset']); // seek back to where filepointer originally was so it … 398 …$this->fseek($EndOfCentralDirectory['offset']); // seek back to where filepointer originally was s…
|
H A D | module.audio.bonk.php | 43 $this->fseek($thisfile_bonk['dataend'] - 8); 47 $this->fseek(0 - $BonkTagSize, SEEK_CUR); 66 $this->fseek($NextTagEndOffset); 74 $this->fseek($thisfile_bonk['dataoffset']); 101 $this->fseek($thisfile_bonk['META']['tags']['info']); 178 $this->fseek(-5, SEEK_CUR);
|
H A D | module.graphic.tiff.php | 29 $this->fseek($info['avdataoffset']); 58 $this->fseek($info['avdataoffset'] + $nextIFDoffset); 135 $this->fseek($fieldarray['offset']); 151 $this->fseek($fieldarray['offset']); 158 $this->fseek($fieldarray['offset']);
|
H A D | write.apetag.php | 99 fseek($fp, $PostAPEdataOffset); 105 fseek($fp, $PostAPEdataOffset); 107 fseek($fp, $ThisFileInfo['ape']['tag_offset_start']); 135 fseek($fp, $ThisFileInfo['ape']['tag_offset_end']); 142 fseek($fp, $ThisFileInfo['ape']['tag_offset_start']);
|
H A D | write.id3v1.php | 68 fseek($fp_source, -128, SEEK_END); 70 fseek($fp_source, -128, SEEK_END); // overwrite existing ID3v1 tag 72 fseek($fp_source, 0, SEEK_END); // append new ID3v1 tag 136 fseek($fp_source, -128, SEEK_END);
|
H A D | module.audio.shorten.php | 28 $this->fseek($info['avdataoffset']); 43 $this->fseek($info['avdataend'] - 12); 49 $this->fseek($info['shn']['seektable']['offset']);
|
H A D | write.lyrics3.php | 69 fseek($fp, $ThisFileInfo['lyrics3']['tag_offset_end']); 78 fseek($fp, $ThisFileInfo['lyrics3']['tag_offset_start']);
|
H A D | module.archive.hpk.php | 31 $this->fseek($info['avdataoffset']); 47 $this->fseek($info['hpk']['header']['fragmented_filesystem_offset']);
|
H A D | write.real.php | 94 fseek($fp_source, $oldChunkInfo['.RMF']['offset']); 103 fseek($fp_source, $oldChunkInfo['PROP']['offset']); 114 fseek($fp_source, $oldChunkInfo['CONT']['offset']); 136 fseek($fp_source, $AfterOffset); 302 fseek($fp_source, $AfterOffset);
|
H A D | module.tag.apetag.php | 52 $this->fseek(0 - $id3v1tagsize - $apetagheadersize - $lyrics3tagsize, SEEK_END); 71 $this->fseek($this->overrideendoffset - $apetagheadersize); 88 $this->fseek($thisfile_ape['tag_offset_end'] - $apetagheadersize); 96 …$this->fseek($thisfile_ape['tag_offset_end'] - $thisfile_ape['footer']['raw']['tagsize'] - $apetag… 101 $this->fseek($thisfile_ape['tag_offset_start']);
|
H A D | module.audio-video.ivf.php | 31 $this->fseek($info['avdataoffset']); 63 $this->fseek($framesize, SEEK_CUR);
|
/plugin/zip/pear/File/Archive/Reader/ |
H A D | Cache.php | 78 fseek($this->tmpFile, $this->files[$this->pos]['pos'], SEEK_SET); 94 fseek($this->tmpFile, 0, SEEK_END); 176 fseek($this->tmpFile, $length, SEEK_CUR); 180 fseek($this->tmpFile, 0, SEEK_SET); 197 fseek($this->tmpFile, $pos, SEEK_SET); 214 fseek($this->tmpFile, 0, SEEK_SET);
|
H A D | File.php | 218 if (($length == -1 && @fseek($this->handle, 0, SEEK_END) === -1) || 219 ($length >= 0 && @fseek($this->handle, $length, SEEK_CUR) === -1)) { 236 if (($length == -1 && @fseek($this->handle, 0, SEEK_SET) === -1) || 237 ($length >= 0 && @fseek($this->handle, -$length, SEEK_CUR) === -1)) {
|
/plugin/cleanoldips/ |
H A D | action.php | 106 fseek($handle, $startPosition); 115 fseek($handle, $positionAtBeginningOfLine); 121 fseek($handle, $writeOffset); 147 fseek($handle, $cacheStartPosition - 1);
|
/plugin/gdpr/action/ |
H A D | oldips.php | 105 fseek($handle, $startPosition); 114 fseek($handle, $positionAtBeginningOfLine); 120 fseek($handle, $writeOffset); 146 fseek($handle, $cacheStartPosition - 1);
|
/plugin/xfortune/ |
H A D | helper.php | 102 fseek($fd, $rnd); 129 fseek($fd, 0); 140 fseek($fd, 0);
|
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/ |
H A D | makefont.php | 258 fseek($f,4,SEEK_CUR); 260 fseek($f,6,SEEK_CUR); 270 fseek($f,12,SEEK_CUR); 277 fseek($f,4,SEEK_CUR); 279 fseek($f,$offset,SEEK_SET); 281 fseek($f,8,SEEK_CUR);
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/ |
H A D | File.php | 68 fseek($f, $offset); 72 fseek($f, $offset, SEEK_END);
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/ |
H A D | File.php | 68 fseek($f, $offset); 72 fseek($f, $offset, SEEK_END);
|