Home
last modified time | relevance | path

Searched refs:fseek (Results 101 – 125 of 141) sorted by last modified time

123456

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.bmp.php46 $this->fseek($info['avdataoffset']);
328 $this->fseek($thisfile_bmp_header_raw['data_offset']);
H A Dmodule.graphic.efax.php29 $this->fseek($info['avdataoffset']);
H A Dmodule.tag.apetag.php52 $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 Dmodule.tag.id3v2.php61 $this->fseek($this->StartingOffset);
H A Dmodule.tag.lyrics3.php35 $this->fseek((0 - 128 - 9 - 6), SEEK_END); // end - ID3v1 - "LYRICSEND" - [Lyrics3size]
76 $this->fseek($info['ape']['tag_offset_start'] - 15);
150 $this->fseek($endoffset);
/plugin/codemirror/dist/modes/
H A Dmirc.min.js.map1 …flist flood flush \" +\n \"flushini font fopen fseek fsend fserve fulln…
H A Dphp.min.js.map1 …mask fclose feof fgetc fgets fgetss fread fopen fpassthru ftruncate fstat fseek ftell fflush fwrit…
H A Dfortran.min.js.map1 …\"fnum\", \"fputc\", \"fput\", \"fraction\",\n \"fseek\", \"fstat\", \"ft…
/plugin/booking/
H A Dhelper.php161 fseek($fh, -1 * $len, SEEK_CUR); // jump back to beginning of line
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1fseek fsetpos ftell ' +\n 'fwrite getc getchar gets perror printf putc putchar puts remove ' +\…
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php96 fseek($wrapper->getStream(), 0, SEEK_SET)
434 …$this->function->fseek = function ($resource, $offset, $whence) use (&$_resource, &$_offset, &$_wh…
439 return fseek($resource, $offset, $whence);
895 fseek($openedPath, 0, SEEK_SET);
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php309 return 0 === fseek($this->getStream(), $offset, $whence);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar116 fseek($fp, self::LEN);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php335 return fseek($this->getStream(), $offset, $whence);
/plugin/gdpr/action/
H A Ddelusers.php179 fseek($handle, 0);
H A Doldips.php105 fseek($handle, $startPosition);
114 fseek($handle, $positionAtBeginningOfLine);
120 fseek($handle, $writeOffset);
146 fseek($handle, $cacheStartPosition - 1);
/plugin/cleanoldips/
H A Daction.php106 fseek($handle, $startPosition);
115 fseek($handle, $positionAtBeginningOfLine);
121 fseek($handle, $writeOffset);
147 fseek($handle, $cacheStartPosition - 1);
/plugin/swiftmail/Swift/
H A DFile.php205 fseek($this->handle, 0);
/plugin/ebookexport/
H A Daction.php201 fseek($fp,0);
/plugin/xfortune/
H A Dhelper.php102 fseek($fd, $rnd);
129 fseek($fd, 0);
140 fseek($fd, 0);
/plugin/jukebox/id3/
H A Dgetid3.lib.php657 fseek($fp, $offset, SEEK_SET);
H A Dgetid3.php205 fseek($fp, 0, SEEK_END);
245 fseek($fp, 0, SEEK_SET);
289 fseek($fp, $this->info['avdataoffset'], SEEK_SET);
H A Dmodule.tag.id3v1.php22 fseek($fd, -256, SEEK_END);
H A Dmodule.audio.mp3.php93 fseek($fd, $PossibleLAMEversionStringOffset);
424 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);
1219 fseek($fd, $i - 4, SEEK_CUR);
1248 fseek($fd, $MPEGaudioHeaderLengthCache[$head4] - 4, SEEK_CUR);
1258 fseek($fd, -4, SEEK_CUR);
1269 fseek($fd, $WhereWeWere - 3, SEEK_SET);
1333 fseek($fd, $avdataoffset, SEEK_SET);
H A Dmodule.tag.id3v2.php51 fseek($fd, $StartingOffset, SEEK_SET);

123456