/plugin/findologicxmlexport/vendor/hoa/stream/IStream/ |
H A D | Pointable.php | 68 const SEEK_END = SEEK_END; define
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
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.misc.pdf.php | 42 $this->fseek(-40, SEEK_END);
|
H A D | module.archive.zip.php | 45 $this->fseek(-128 * $EOCDsearchCounter, SEEK_END); 51 $this->fseek((-128 * $EOCDsearchCounter) + $EOCDposition, SEEK_END);
|
H A D | module.tag.id3v1.php | 34 $this->fseek(-256, SEEK_END);
|
H A D | module.tag.lyrics3.php | 35 $this->fseek((0 - 128 - 9 - 6), SEEK_END); // end - ID3v1 - "LYRICSEND" - [Lyrics3size]
|
H A D | getid3.php | 493 $fseek = fseek($this->fp, 0, SEEK_END); 2090 case SEEK_END: 2099 } elseif ($whence == SEEK_END) {
|
H A D | module.tag.apetag.php | 52 $this->fseek(0 - $id3v1tagsize - $apetagheadersize - $lyrics3tagsize, SEEK_END);
|
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/IStream/ |
H A D | Pointable.php | 76 ->when($result = SUT::SEEK_END) 79 ->isEqualTo(SEEK_END);
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
H A D | StreamDecoratorTraitTest.php | 81 $this->assertTrue($this->b->seek(0, SEEK_END)); 120 $this->b->seek(0, SEEK_END);
|
H A D | FnStreamTest.php | 73 $b->seek(0, SEEK_END);
|
H A D | CachingStreamTest.php | 50 $this->assertFalse($this->body->seek(2, SEEK_END));
|
H A D | LimitStreamTest.php | 74 $this->assertEquals(false, $this->body->seek(1000, SEEK_END));
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/ |
H A D | File.php | 72 fseek($f, $offset, SEEK_END);
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/ |
H A D | File.php | 72 fseek($f, $offset, SEEK_END);
|
/plugin/botbouncer/admin/ |
H A D | statistics.php | 120 fseek($fp, 0, SEEK_END);
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | CachingStream.php | 59 } elseif ($whence == SEEK_END) {
|
/plugin/loglog/helper/ |
H A D | logging.php | 85 fseek($fp, 0, SEEK_END);
|
/plugin/badbehaviour/ |
H A D | admin.php | 171 fseek($fp, 0, SEEK_END);
|
/plugin/jukebox/id3/ |
H A D | module.tag.id3v1.php | 22 fseek($fd, -256, SEEK_END);
|
/plugin/zip/pear/File/Archive/Reader/ |
H A D | File.php | 218 if (($length == -1 && @fseek($this->handle, 0, SEEK_END) === -1) ||
|
H A D | Cache.php | 94 fseek($this->tmpFile, 0, SEEK_END);
|
/plugin/ajaxpeon/ |
H A D | helper.php | 181 fseek($outlog,0,SEEK_END);
|
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/ |
H A D | Wrapper.php | 478 ->_case_stream_seek_xxx(-4, SEEK_END) 549 ->let($wrapper->stream_seek(0, SEEK_END))
|
/plugin/jplayer/vendor/symfony/process/ |
H A D | Process.php | 909 fseek($this->stdout, 0, \SEEK_END); 925 fseek($this->stderr, 0, \SEEK_END);
|