Home
last modified time | relevance | path

Searched refs:fread (Results 201 – 225 of 229) sorted by path

12345678910

/plugin/rater/
H A Daction.php121 $rater_str = rtrim(fread($rater_file, 1024*8),$rater_end_of_line_char);
H A Dsyntax.php171 $rater_str = rtrim(fread($rater_file, 1024*8),$rater_end_of_line_char);
316 $rater_str = fread($rater_file, 1024*8);
765 $rater_str = fread($rater_file, 1024*8);
794 $rater_str = fread($rater_file, 1024*8);
/plugin/register/
H A Dsyntax.php165 while (($data = fread($fp, 8192)) && $adi_xml_state) {
/plugin/shell/
H A DP0wnyShell.php75 $output .= fread($handle, 4096);
/plugin/siteexport/inc/
H A DpatchCSSmgr.php25 $contents = fread($fp, filesize($path));
/plugin/spellcheck/
H A Daspell.php261 $stdout .= fread($pipes[1], 8192);
267 $stderr .= fread($pipes[2], 8192);
/plugin/sphinxsearch-was/
H A Dsphinxapi.php580 list(, $v) = unpack("N*", fread($fp, 4));
597 $header = fread($fp, 8);
602 $chunk = fread($fp, $left);
/plugin/sphinxsearch/
H A Dsphinxapi.php609 list(,$v) = unpack ( "N*", fread ( $fp, 4 ) );
627 $header = fread ( $fp, 8 );
634 $chunk = fread ( $fp, $left );
/plugin/statdisplay/pchart/
H A DpChart.php2926 $MapContent = fread ( $Handle, filesize ( $FileName ) );
/plugin/statistics/inc/pchart/
H A DpChart.php3142 $MapContent = fread($Handle, filesize($FileName));
/plugin/supa/helper/
H A Dhelper.php45 $data = fread( $fh, filesize( $filename ) );
/plugin/swiftmail/Swift/Cache/
H A DDisk.php106 $ret = fread($this->open[$key], $size);
/plugin/swiftmail/Swift/
H A DFile.php173 $ret = fread($this->handle, $bytes);
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1fread freopen fscanf fseek fsetpos ftell ' +\n 'fwrite getc getchar gets perror printf putc put…
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php2176 $v_buffer = fread($this->zip_fd, $v_read_size);
4088 $v_binary_data = @fread($this->zip_fd, 4);
4107 $v_binary_data = fread($this->zip_fd, 26);
4215 $v_binary_data = @fread($this->zip_fd, 4);
4234 $v_binary_data = fread($this->zip_fd, 42);
4432 $v_binary_data = @fread($this->zip_fd, 4);
4470 $v_byte = @fread($this->zip_fd, 1);
4501 $v_binary_data = fread($this->zip_fd, 18);
5106 $v_buffer = fread($this->zip_fd, $v_read_size);
5603 $v_buffer = @fread($p_src, $v_read_size);
[all …]
H A Drepo.class.php45 $ct=@fread($fp, $len);
/plugin/upgrade/HTTP/
H A DHTTPClient.php653 $bytes = fread($socket, $to_read);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php293 $data = fread($fp, 512);
446 return @fread($this->fh, $length);
698 $magic = fread($fh, 5);
H A DZip.php212 $buffer = fread($this->fh, $read_size);
342 $block = fread($fp, 512);
556 $byte = @fread($this->fh, 1);
566 fread($this->fh, 18)
570 $centd['comment'] = fread($this->fh, $data['comment_size']);
592 $binary_data = fread($this->fh, 46);
599 $header['filename'] = fread($this->fh, $header['filename_len']);
605 $header['extra'] = fread($this->fh, $header['extra_len']);
613 $header['comment'] = fread($this->fh, $header['comment_len']);
640 $binary_data = fread(
[all...]
/plugin/webdav/core/
H A DUtils.php28 while (($buf = fread($stream, 8192)) != '') {
58 while (($buf = fread($stream, 8192)) != '') {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php181 $consumed += strlen(fread($body, min($start - $consumed, $consumeBlock)));
489 $firstByte = fread($body, 1);
/plugin/webdav/vendor/sabre/http/lib/
H A DSapi.php84 fwrite($output, fread($body, 8192));
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php90 $chunk = fread( $fp, 1024 ) ;
/plugin/zip/pear/File/Archive/Reader/
H A DBzip2.php242 $data = fread($tmp, 8192);
H A DCache.php149 return fread($this->tmpFile, $length);
154 $contents .= fread($this->tmpFile, $blockSize);

12345678910