Home
last modified time | relevance | path

Searched refs:SEEK_SET (Results 26 – 50 of 51) sorted by last modified time

123

/plugin/quickstats/GEOIP/
H A Dgeoipcity.inc70 fseek($gi->filehandle, $record_pointer, SEEK_SET);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D53.53.js.map1 …n 'EXIT_SUCCESS',\n 'RAND_MAX',\n 'EOF',\n 'SEEK_SET',\n 'SEEK_…
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php177 if (!stream_get_meta_data($body)['seekable'] || fseek($body, $start, SEEK_SET) === -1) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.joinmp3.php97 fseek($fp_source, $start_offset_bytes, SEEK_SET);
H A Ddemo.zip.php39 fseek($getid3->fp, $valuearray['entry_offset'], SEEK_SET);
45 fseek($getid3->fp, $LocalFileHeader['data_offset'], SEEK_SET);
H A Ddemo.mimeonly.php57 fseek($fp, $getID3->info['avdataoffset'], SEEK_SET);
H A Ddemo.mp3header.php1125 fseek($fp, $offset, SEEK_SET);
1682 fseek($fd, $offset, SEEK_SET);
2278 fseek($fd, $offset, SEEK_SET);
2326 fseek($fd, $nextoffset - 1, SEEK_SET);
2356 fseek($fd, $avdataoffset, SEEK_SET);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php2079 protected function fseek($bytes, $whence=SEEK_SET) {
2082 case SEEK_SET:
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DPointable.php54 const SEEK_SET = SEEK_SET; define
86 public function seek($offset, $whence = self::SEEK_SET);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/IStream/
H A DPointable.php66 ->when($result = SUT::SEEK_SET)
69 ->isEqualTo(SEEK_SET)
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DStream.php179 public function stream_seek($offset, $whence = SEEK_SET);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php96 fseek($wrapper->getStream(), 0, SEEK_SET)
462 ->_case_stream_seek_xxx(3, SEEK_SET)
895 fseek($openedPath, 0, SEEK_SET);
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php307 public function stream_seek($offset, $whence = SEEK_SET)
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php333 public function seek($offset, $whence = Stream\IStream\Pointable::SEEK_SET)
/plugin/jukebox/id3/
H A Dgetid3.lib.php657 fseek($fp, $offset, SEEK_SET);
H A Dgetid3.php245 fseek($fp, 0, SEEK_SET);
289 fseek($fp, $this->info['avdataoffset'], SEEK_SET);
H A Dmodule.audio.mp3.php424 fseek($fd, $offset, SEEK_SET);
1109 fseek($fd, $offset, SEEK_SET);
1157 fseek($fd, $nextoffset - 1, SEEK_SET);
1207 fseek($fd, $ThisFileInfo['avdataoffset'], SEEK_SET);
1269 fseek($fd, $WhereWeWere - 3, SEEK_SET);
1333 fseek($fd, $avdataoffset, SEEK_SET);
H A Dmodule.tag.id3v2.php51 fseek($fd, $StartingOffset, SEEK_SET);
H A Dmodule.audio-video.flv.php42 fseek($fd, $ThisFileInfo['avdataoffset'], SEEK_SET);
184 fseek($fd, $NextOffset, SEEK_SET);
/plugin/ajaxpeon/
H A Dhelper.php179 fseek($outlog,0,SEEK_SET);
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.php909 fseek($table_handle, $ucs2_char /* as integer */ , SEEK_SET);
H A Dpdf.fpdf.makefont.php365 fseek($f,$offset,SEEK_SET);
H A Dot.class.php104 fseek($filehandle, $dir->_offset, SEEK_SET);
112 fseek($filehandle, $old_pos, SEEK_SET);
132 fseek($filehandle, $dir->_offset, SEEK_SET);
138 fseek($filehandle, $old_pos, SEEK_SET);
430 fseek($filehandle, $this->getBaseOffset() + $this->_offset, SEEK_SET);
433 fseek($filehandle, $old_offset, SEEK_SET);
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php279 fseek($f,$offset,SEEK_SET);
/plugin/zip/pear/File/Archive/Reader/
H A DCache.php78 fseek($this->tmpFile, $this->files[$this->pos]['pos'], SEEK_SET);
180 fseek($this->tmpFile, 0, SEEK_SET);
197 fseek($this->tmpFile, $pos, SEEK_SET);
214 fseek($this->tmpFile, 0, SEEK_SET);

123