Home
last modified time | relevance | path

Searched refs:fread (Results 201 – 225 of 229) sorted by last modified time

12345678910

/plugin/mantis/lib/
H A Dclass.soap_transport_http.php899 $tmp = fread($this->fp, $readlen);
H A Dnusoap.php3006 $tmp = fread($this->fp, $readlen);
4756 while ($data = fread($fp, 32768)) {
H A Dnusoapmime.php155 $data = fread($fd, filesize($att['filename']));
396 $data = fread($fd, filesize($att['filename']));
/plugin/authhiorgserver/
H A Dauth.php299 while (!feof($fp)) $daten.= fread($fp, 1024);
/plugin/sphinxsearch/
H A Dsphinxapi.php609 list(,$v) = unpack ( "N*", fread ( $fp, 4 ) );
627 $header = fread ( $fp, 8 );
634 $chunk = fread ( $fp, $left );
/plugin/git/syntax/
H A Dremotestatus.php215 $contents = fread($handle, filesize($filename));
/plugin/git/
H A Dhelper.php428 $contents = fread($handle, filesize($filename));
/plugin/aceeditor/
H A Dbuild.js1 …|flipud|floor|flow|fminbnd|fminsearch|fopen|format|fplot|fprintf|frame2im|fread|freqspace|frewind|…
/plugin/tindexmenu/inc/
H A Drepo.class.php45 $ct=@fread($fp, $len);
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 …]
/plugin/projects/pchart/pchart/
H A Dpchart.php3373 $MapContent = fread($Handle, filesize($FileName));
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php309 $assoc_s = fread($assoc_file, filesize($filename));
416 $assoc_s = fread($association_file,
H A DCryptUtil.php64 $bytes = fread($f, $num_bytes);
/plugin/supa/helper/
H A Dhelper.php45 $data = fread( $fh, filesize( $filename ) );
/plugin/dpicorrect/
H A Daction.php84 $string = fread($a,20);
113 fread($a,8); // dummy data: 0x137 0x80 0x78 0x71 0x13 0x10 0x26 0x10
118 if($skip>0) { fread($a, $skip+4);}
120 …$b1 = ord(fread($a,1)) << 24; $b2 = ord(fread($a,1)) << 16; $b3 = ord(fread($a,1)) << 8; $b4 = ord…
123 $chunk = fread($a,4); }
128 …$b1 = ord(fread($a,1)) << 24; $b2 = ord(fread($a,1)) << 16; $b3 = ord(fread($a,1)) << 8; $b4 = ord…
130 …$b1 = ord(fread($a,1)) << 24; $b2 = ord(fread($a,1)) << 16; $b3 = ord(fread($a,1)) << 8; $b4 = ord…
132 $unit = ord(fread($a,1));
/plugin/conflictmerger/
H A Daction.php358 $data = fread( $handle, 8192 );
/plugin/qstat/
H A Dsyntax.php343 $r = @fread($sock, 1500);
373 $r = @fread($sock, 1500);
/plugin/charter/lib/pchart/
H A DpChart.class.php3398 $MapContent = fread($Handle, filesize($FileName));
/plugin/register/
H A Dsyntax.php165 while (($data = fread($fp, 8192)) && $adi_xml_state) {
/plugin/code2/
H A Dsyntax.php580 $aMatch[1] .= @fread($handle, 0x8000);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php90 $chunk = fread( $fp, 1024 ) ;
/plugin/googlesearch/
H A Dnusoap.php2650 $tmp = fread($this->fp, $readlen);
4278 while ($data = fread($fp, 32768)) {
/plugin/zip/pear/File/Archive/Reader/
H A DGzip.php263 $data = fread($tmp, 8192);
H A DCache.php149 return fread($this->tmpFile, $length);
154 $contents .= fread($this->tmpFile, $blockSize);
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php118 fread($this->handle, $pos);
140 fread($this->handle, $pos);
149 ($data = fread($read, min($length, 8192))) != '') {
160 fwrite($this->handle, fread($read, 8196));

12345678910