Home
last modified time | relevance | path

Searched refs:ftell (Results 1 – 25 of 67) sorted by path

123

/plugin/aceeditor/
H A Dbuild.js1 …|fopen|format|fplot|fprintf|frame2im|fread|freqspace|frewind|fscanf|fseek|ftell|FTP|full|fullfile|…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1145 * Added a StreamInterface, EntityBodyInterface, and added ftell() to Guzzle\Common\Stream
H A DUPGRADING.md652 - `ftell` has been renamed to `tell`.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStream.php182 $result = ftell($this->stream);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php4367 … fseek($this->realtime_log_file, ftell($this->realtime_log_file) - strlen($temp));
/plugin/badbehaviour/
H A Dadmin.php172 $pos = ftell($fp);
/plugin/botbouncer/admin/
H A Dstatistics.php121 $pos = ftell($fp);
/plugin/cleanoldips/
H A Daction.php114 $positionAtBeginningOfLine = ftell($handle) - strlen($line);
120 $writeOffset = ftell($handle) - strlen($line);
128 file_put_contents($cacheFile, ftell($handle));
/plugin/codemirror/dist/modes/
H A Dfortran.min.js.map1 …"fput\", \"fraction\",\n \"fseek\", \"fstat\", \"ftell\", \"gerror\", \"g…
H A Dphp.min.js.map1 …close feof fgetc fgets fgetss fread fopen fpassthru ftruncate fstat fseek ftell fflush fwrite fput…
/plugin/combo/vendor/symfony/process/
H A DProcess.php606 $this->incrementalOutputOffset = ftell($this->stdout);
643 $this->incrementalOutputOffset = ftell($this->stdout);
657 $this->incrementalErrorOutputOffset = ftell($this->stderr);
723 $this->incrementalErrorOutputOffset = ftell($this->stderr);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php4046 $savepos = ftell($this->fh);
H A DTTFontFile.php4504 $savepos = ftell($this->fh);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php217 return $this->stream ? ftell($this->stream) : false;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DGuzzleStreamWrapperTest.php19 $this->assertSame(3, ftell($handle));
H A DStreamTest.php116 $this->assertSame(ftell($handle), $stream->tell());
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php351 return ftell($stream);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php455 ->integer(ftell($wrapper->getStream()));
506 $this->function->ftell = function ($resource) use (&$_resource) {
509 return ftell($resource);
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php331 return ftell($this->getStream());
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php204 if (0 !== ftell(STDIN)) {
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php220 ftruncate($fh, ftell($fh));
/plugin/gdpr/action/
H A Doldips.php113 $positionAtBeginningOfLine = ftell($handle) - strlen($line);
119 $writeOffset = ftell($handle) - strlen($line);
127 file_put_contents($cacheFile, ftell($handle));
/plugin/html2pdf/html2pdf/html2ps/
H A Dot.class.php102 $old_pos = ftell($filehandle);
130 $old_pos = ftell($filehandle);
356 $baseOffset = ftell($filehandle) + OpenTypeFileNAMERecord::sizeof()*$this->_count;
428 $old_offset = ftell($filehandle);
/plugin/indexmenu/inc/
H A Dpclzip.lib.php2037 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 5, "Position in file : ".ftell($this->zip_fd)."'");
2039 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 5, "Position in file : ".ftell($this->zip_fd)."'");
2089 $v_offset = @ftell($this->zip_fd);
2138 $v_size = @ftell($this->zip_fd) - $v_offset;
2265 $v_offset = @ftell($this->zip_fd);
2292 $v_size = @ftell($this->zip_fd) - $v_offset;
2732 $p_header['offset'] = ftell($this->zip_fd);
2914 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 3, "Position in file : ".ftell($this->zip_fd)."'");
2916 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 3, "Position in file : ".ftell($this->zip_fd)."'");
2927 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 3, "Position in file : ".ftell(
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.joinmp3.php71 $CurrentOutputPosition = ftell($fp_output);
98 while (!feof($fp_source) && (ftell($fp_source) < $end_offset_bytes)) {
99 fwrite($fp_output, fread($fp_source, min(32768, $end_offset_bytes - ftell($fp_source))));

123