Home
last modified time | relevance | path

Searched refs:fseek (Results 1 – 25 of 141) sorted by last modified time

123456

/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php345 fseek($mem, 0);
422 fseek($mem, 0);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DBinaryReader.php45 fseek($this->buffer, 0);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php317 fseek($this->fh, $this->_pos);
323 fseek($this->fh, $delta, SEEK_CUR);
330 fseek($this->fh, $this->_pos);
383 fseek($this->fh, $pos);
391 fseek($this->fh, $pos);
435 fseek($this->fh, $pos);
449 fseek($this->fh, $pos);
H A DTTFontFile.php398 fseek($this->fh, $this->_pos);
404 fseek($this->fh, $delta, SEEK_CUR);
411 fseek($this->fh, $this->_pos);
464 fseek($this->fh, $pos);
472 fseek($this->fh, $pos);
516 fseek($this->fh, $pos);
542 fseek($this->fh, $pos);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DFlate.php49 fseek($fh, 0);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php410 \fseek($this->stream, $pos);
/plugin/combo/vendor/symfony/process/
H A DProcess.php681 fseek($this->stdout, 0);
740 fseek($this->stderr, 0);
955 fseek($this->stdout, 0, \SEEK_END);
957 fseek($this->stdout, $this->incrementalOutputOffset);
969 fseek($this->stderr, 0, \SEEK_END);
971 fseek($this->stderr, $this->incrementalErrorOutputOffset);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php495 @fseek($this->fh, $bytes, SEEK_CUR);
H A DZip.php103 @fseek($this->fh, $centd['offset']);
150 @fseek($this->fh, $pos_entry);
154 fseek($this->fh, $header['offset']); // seek to beginning of file header
551 @fseek($this->fh, $size - $maximum_size);
817 @fseek($this->fh, $offset);
819 @fseek($this->fh, 0, SEEK_END);
/plugin/statdisplay/helper/
H A Dlog.php90 fseek($fh, $pos, SEEK_SET);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DLazyOpenStreamTest.php61 fseek($r, 0);
H A DStreamDecoratorTraitTest.php30 fseek($this->c, 0);
H A DStreamTest.php123 fseek($h, 10);
H A DGuzzleStreamWrapperTest.php21 $this->assertSame(0, fseek($handle, 0));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php53 fseek($stream, 0);
230 ? fseek($this->stream, $offset, $whence) === 0
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php68 fseek($f, $offset);
72 fseek($f, $offset, SEEK_END);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php176 fseek($body, $start, SEEK_SET);
/plugin/indexmenu/inc/
H A Dpclzip.lib.php2917 if (@fseek($this->zip_fd, $v_central_dir['offset'])) {
3075 if (@fseek($this->zip_fd, $v_pos_entry)) {
3087 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 3, "Position after fseek : ".ftell($this->zip_fd)."'");
3265 if (@fseek($this->zip_fd, $v_header['offset'])) {
3278 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 5, "Position after fseek : ".ftell($this->zip_fd)."'");
4262 @fseek($this->zip_fd, $v_size);
4278 @fseek($this->zip_fd, $v_size - 22);
4310 @fseek($this->zip_fd, $v_size - $v_maximum_size);
4465 if (@fseek($this->zip_fd, $v_pos_entry)) {
4476 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 5, "Position after fseek
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStream.php206 if (fseek($this->stream, $offset, $whence) === -1) {
H A DUtils.php309 fseek($stream, 0);
324 fseek($stream, 0);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2200 fseek($fp, $local_start);
H A DSSH2.php4367fseek($this->realtime_log_file, ftell($this->realtime_log_file) - strlen($temp));
4371 fseek($this->realtime_log_file, 0);
/plugin/move/helper/
H A Dplan.php848 fseek($handle, 0, SEEK_END);
852 while(fseek($handle, -1, SEEK_CUR) >= 0) {
855 fseek($handle, -1, SEEK_CUR); // reset the position to the character that was read
/plugin/quickstats/GEOIP/
H A Dgeoip.inc1463 fseek($gi->filehandle, -3, SEEK_END);
1513 fseek($gi->filehandle, -4, SEEK_CUR);
1523 fseek($gi->filehandle, $filepos, SEEK_SET);
1695 fseek($gi->filehandle, 2 * $gi->record_length * $offset, SEEK_SET) == 0
1696 or die("fseek failed");
1742 fseek($gi->filehandle, 2 * $gi->record_length * $offset, SEEK_SET) == 0
1743 or die("fseek failed");
1774 fseek($gi->filehandle, $record_pointer, SEEK_SET);
H A Dgeoipcity.inc70 fseek($gi->filehandle, $record_pointer, SEEK_SET);

123456