Home
last modified time | relevance | path

Searched refs:ftell (Results 51 – 67 of 67) sorted by last modified time

123

/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php351 return ftell($stream);
/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/cleanoldips/
H A Daction.php114 $positionAtBeginningOfLine = ftell($handle) - strlen($line);
120 $writeOffset = ftell($handle) - strlen($line);
128 file_put_contents($cacheFile, ftell($handle));
/plugin/xfortune/
H A Dhelper.php107 $seek = ftell($fd);
/plugin/jukebox/id3/
H A Dgetid3.php206 if ((($this->info['filesize'] != 0) && (ftell($fp) == 0)) ||
208 (ftell($fp) < 0)) {
H A Dmodule.audio.mp3.php1210 while (ftell($fd) < $ThisFileInfo['avdataend']) {
1247 $WhereWeWere = ftell($fd);
H A Dmodule.audio-video.flv.php69 while ((ftell($fd) + 1) < $ThisFileInfo['avdataend']) {
83 $NextOffset = ftell($fd) - 1 + $DataLength;
/plugin/badbehaviour/
H A Dadmin.php172 $pos = ftell($fp);
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php220 ftruncate($fh, ftell($fh));
/plugin/odp/
H A DZipLib.class.php192 $header['index'] = $i; $pos_entry = ftell($zip);
275 $pos = ftell($zip); $bytes = 0x00000000;
/plugin/botbouncer/admin/
H A Dstatistics.php121 $pos = ftell($fp);
/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/aceeditor/
H A Dbuild.js1 …|fopen|format|fplot|fprintf|frame2im|fread|freqspace|frewind|fscanf|fseek|ftell|FTP|full|fullfile|…
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php2203 $v_offset = @ftell($this->zip_fd);
2252 $v_size = @ftell($this->zip_fd)-$v_offset;
2383 $v_offset = @ftell($this->zip_fd);
2409 $v_size = @ftell($this->zip_fd)-$v_offset;
2850 $p_header['offset'] = ftell($this->zip_fd);
3214 $v_pos_entry = ftell($this->zip_fd);
4404 if (@ftell($this->zip_fd) != $v_size)
4443 $v_pos = ftell($this->zip_fd);
4465 $v_pos = ftell($this->zip_fd);
5123 $v_offset = @ftell($v_zip_temp_fd);
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DCache.php99 'pos' => ftell($this->tmpFile)
142 $maxSize = $this->files[$this->pos+1]['pos'] - ftell($this->tmpFile);
169 $maxSize = $this->files[$this->pos+1]['pos'] - ftell($this->tmpFile);
179 $before = ftell($this->tmpFile);
195 $before = ftell($this->tmpFile);
205 return ftell($this->tmpFile) - $this->files[$this->pos]['pos'];
H A DFile.php217 $before = ftell($this->handle);
222 return ftell($this->handle) - $before;
235 $before = ftell($this->handle);
240 return $before - ftell($this->handle);
252 return ftell($this->handle);
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php167 ftruncate($this->handle, ftell($this->handle));

123