Home
last modified time | relevance | path

Searched refs:SEEK_END (Results 1 – 25 of 34) sorted by relevance

12

/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DPointable.php68 const SEEK_END = SEEK_END; define
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.id3v1.php68 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 Dmodule.misc.pdf.php42 $this->fseek(-40, SEEK_END);
H A Dmodule.archive.zip.php45 $this->fseek(-128 * $EOCDsearchCounter, SEEK_END);
51 $this->fseek((-128 * $EOCDsearchCounter) + $EOCDposition, SEEK_END);
H A Dmodule.tag.id3v1.php34 $this->fseek(-256, SEEK_END);
H A Dmodule.tag.lyrics3.php35 $this->fseek((0 - 128 - 9 - 6), SEEK_END); // end - ID3v1 - "LYRICSEND" - [Lyrics3size]
H A Dgetid3.php493 $fseek = fseek($this->fp, 0, SEEK_END);
2090 case SEEK_END:
2099 } elseif ($whence == SEEK_END) {
H A Dmodule.tag.apetag.php52 $this->fseek(0 - $id3v1tagsize - $apetagheadersize - $lyrics3tagsize, SEEK_END);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/IStream/
H A DPointable.php76 ->when($result = SUT::SEEK_END)
79 ->isEqualTo(SEEK_END);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamDecoratorTraitTest.php81 $this->assertTrue($this->b->seek(0, SEEK_END));
120 $this->b->seek(0, SEEK_END);
H A DFnStreamTest.php73 $b->seek(0, SEEK_END);
H A DCachingStreamTest.php50 $this->assertFalse($this->body->seek(2, SEEK_END));
H A DLimitStreamTest.php74 $this->assertEquals(false, $this->body->seek(1000, SEEK_END));
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php72 fseek($f, $offset, SEEK_END);
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php72 fseek($f, $offset, SEEK_END);
/plugin/botbouncer/admin/
H A Dstatistics.php120 fseek($fp, 0, SEEK_END);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php59 } elseif ($whence == SEEK_END) {
/plugin/loglog/helper/
H A Dlogging.php85 fseek($fp, 0, SEEK_END);
/plugin/badbehaviour/
H A Dadmin.php171 fseek($fp, 0, SEEK_END);
/plugin/jukebox/id3/
H A Dmodule.tag.id3v1.php22 fseek($fd, -256, SEEK_END);
/plugin/zip/pear/File/Archive/Reader/
H A DFile.php218 if (($length == -1 && @fseek($this->handle, 0, SEEK_END) === -1) ||
H A DCache.php94 fseek($this->tmpFile, 0, SEEK_END);
/plugin/ajaxpeon/
H A Dhelper.php181 fseek($outlog,0,SEEK_END);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php478 ->_case_stream_seek_xxx(-4, SEEK_END)
549 ->let($wrapper->stream_seek(0, SEEK_END))
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php909 fseek($this->stdout, 0, \SEEK_END);
925 fseek($this->stderr, 0, \SEEK_END);

12