Home
last modified time | relevance | path

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

123456

/plugin/jukebox/id3/
H A Dmodule.audio-video.flv.php42 fseek($fd, $ThisFileInfo['avdataoffset'], SEEK_SET);
65 fseek($fd, $FrameSizeDataLength - $FLVheaderFrameLength, SEEK_CUR);
164 fseek($fd, -1, SEEK_CUR);
184 fseek($fd, $NextOffset, SEEK_SET);
/plugin/badbehaviour/
H A Dadmin.php171 fseek($fp, 0, SEEK_END);
185 fseek($fp,$pos);
/plugin/odp/
H A DZipLib.class.php25 @fseek($zip, $centd['offset']);
190 @fseek($zip, $pos_entry);
193 @rewind($zip); fseek($zip, $header['offset']);
274 @fseek($zip, $size-$maximum_size);
/plugin/botbouncer/admin/
H A Dstatistics.php120 fseek($fp, 0, SEEK_END);
134 fseek($fp,$pos);
/plugin/ajaxpeon/
H A Dhelper.php179 fseek($outlog,0,SEEK_SET);
181 fseek($outlog,0,SEEK_END);
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.php909 fseek($table_handle, $ucs2_char /* as integer */ , SEEK_SET);
H A Dpdf.fpdf.makefont.php344 fseek($f,4,SEEK_CUR);
346 fseek($f,6,SEEK_CUR);
355 fseek($f,12,SEEK_CUR);
363 fseek($f,4,SEEK_CUR);
365 fseek($f,$offset,SEEK_SET);
368 fseek($f,8,SEEK_CUR);
H A Dot.class.php104 fseek($filehandle, $dir->_offset, SEEK_SET);
105 fseek($filehandle, $offset, SEEK_CUR);
112 fseek($filehandle, $old_pos, SEEK_SET);
132 fseek($filehandle, $dir->_offset, SEEK_SET);
138 fseek($filehandle, $old_pos, SEEK_SET);
430 fseek($filehandle, $this->getBaseOffset() + $this->_offset, SEEK_SET);
433 fseek($filehandle, $old_offset, SEEK_SET);
573 fseek($filehandle, $offset, SEEK_CUR);
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php258 fseek($f,4,SEEK_CUR);
260 fseek($f,6,SEEK_CUR);
270 fseek($f,12,SEEK_CUR);
277 fseek($f,4,SEEK_CUR);
279 fseek($f,$offset,SEEK_SET);
281 fseek($f,8,SEEK_CUR);
/plugin/aceeditor/
H A Dbuild.js1 …search|fopen|format|fplot|fprintf|frame2im|fread|freqspace|frewind|fscanf|fseek|ftell|FTP|full|ful…
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php3017 if (@fseek($this->zip_fd, $v_central_dir['offset']))
3183 if (@fseek($this->zip_fd, $v_pos_entry))
3370 if (@fseek($this->zip_fd, $v_header['offset']))
4402 @fseek($this->zip_fd, $v_size);
4419 @fseek($this->zip_fd, $v_size-22);
4452 @fseek($this->zip_fd, $v_size-$v_maximum_size);
4614 if (@fseek($this->zip_fd, $v_pos_entry))
4779 if (@fseek($this->zip_fd, $v_header_list[$i]['offset'])) {
/plugin/zip/pear/File/Archive/Reader/
H A DGzip.php253 fseek($tmp, 0);
H A DCache.php78 fseek($this->tmpFile, $this->files[$this->pos]['pos'], SEEK_SET);
94 fseek($this->tmpFile, 0, SEEK_END);
176 fseek($this->tmpFile, $length, SEEK_CUR);
180 fseek($this->tmpFile, 0, SEEK_SET);
197 fseek($this->tmpFile, $pos, SEEK_SET);
214 fseek($this->tmpFile, 0, SEEK_SET);
H A DBzip2.php232 fseek($tmp, 0);
H A DFile.php218 if (($length == -1 && @fseek($this->handle, 0, SEEK_END) === -1) ||
219 ($length >= 0 && @fseek($this->handle, $length, SEEK_CUR) === -1)) {
236 if (($length == -1 && @fseek($this->handle, 0, SEEK_SET) === -1) ||
237 ($length >= 0 && @fseek($this->handle, -$length, SEEK_CUR) === -1)) {
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php117 if (fseek($this->handle, $pos) == -1) {
139 if (fseek($this->handle, $pos) == -1) {
154 fseek($read, $length, SEEK_CUR);

123456