Home
last modified time | relevance | path

Searched refs:fread (Results 176 – 200 of 229) sorted by path

12345678910

/plugin/mantis/lib/
H A Dclass.soap_transport_http.php899 $tmp = fread($this->fp, $readlen);
H A Dclass.wsdl.php244 while ($data = fread($fp, 32768)) {
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/mediathumbnails/
H A Dthumb_engines.php146 $thumbnaildata .= fread($fp, 8192);
/plugin/nsexport/packer/
H A Dpacker.php81 echo fread($fh, 1024);
/plugin/odp/
H A DZipLib.class.php204 $binary_data = fread($zip, 30);
207 $header['filename'] = fread($zip, $data['filename_len']);
209 $header['extra'] = fread($zip, $data['extra_len']);
234 $binary_data = fread($zip, 46);
242 $header['extra'] = fread($zip, $header['extra_len']);
246 $header['comment'] = fread($zip, $header['comment_len']);
279 $byte = @fread($zip, 1);
285 fread($zip, 18));
288 $centd['comment'] = fread($zip, $data['comment_size']);
327 $buffer = fread($zip, $read_size);
[all …]
/plugin/odt/ODT/css/
H A Dcssimportnew.php1028 $contents = fread($handle, filesize($filename));
/plugin/odt/helper/
H A Dcssimport.php1240 $contents = fread($handle, filesize($filename));
1265 $contents = fread($handle, $filesize);
/plugin/openid/Auth/OpenID/
H A DCryptUtil.php63 $bytes = fread($f, $num_bytes);
H A DFileStore.php338 $assoc_s = fread($assoc_file, $filesize);
450 $assoc_s = fread($association_file,
/plugin/passpolicy/
H A Dhelper.php453 $rbytes = fread($fp, $bytes);
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt527 * Bugfix: [#1439110] Limit fread() calls to 8kB
/plugin/photogallery/phpThumb/
H A Dphpthumb.bmp.php34 $BMPdata = fread($fp, filesize($filename));
H A Dphpthumb.class.php2949 $buffer = fread($fp_mask, 8192);
3017 $buffer = fread($fp_watermark, 8192);
3834 $rawimagedata .= fread($fp, $blocksize);
4049 $this->rawImageData .= fread($fp, 32768);
4081 $HeaderFourBytes = fread($fp, 4);
H A Dphpthumb.functions.php595 $buffer = fread($fp, 8192);
827 $buffer = fread($fp, 8192);
1056 $buffer = fread($fp, 8192);
H A Dphpthumb.gif.php827 $this->m_lpData = @fread($fh, @filesize($lpszFileName));
855 $data = @fread($fh, @filesize($lpszFileName));
/plugin/projects/pchart/pchart/
H A Dpchart.php3373 $MapContent = fread($Handle, filesize($FileName));
/plugin/pubmed2020/
H A Dsyntax.php725 $s = fread($myfile, filesize(DOKU_PLUGIN.'pubmed/tests/PM15924077.nbib'));
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocket.php126 while (\strlen((string) ($buffer = \fread($this->socket, $this->options['buffer_size']))) > 0) {
/plugin/qstat/
H A Dsyntax.php343 $r = @fread($sock, 1500);
373 $r = @fread($sock, 1500);
/plugin/quickstats/GEOIP/
H A Dgeoip.inc1391 shmop_write($shmid, fread($fp, $size), 0);
1465 $delim = fread($gi->filehandle, 3);
1467 $gi->databaseType = ord(fread($gi->filehandle, 1));
1497 $buf = fread($gi->filehandle, SEGMENT_RECORD_LENGTH);
1538 $gi->memory_buffer = fread($gi->filehandle, $s_array['size']);
1697 $buf = fread($gi->filehandle, 2 * $gi->record_length);
1744 $buf = fread($gi->filehandle, 2 * $gi->record_length);
1775 $org_buf = fread($gi->filehandle, MAX_ORG_RECORD_LENGTH);
H A Dgeoipcity.inc71 $record_buf = fread($gi->filehandle, FULL_RECORD_LENGTH);
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md113 * In the pure PHP reader, a string length test after `fread()` was replaced
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DUtil.php13 $value = fread($stream, $numberOfBytes);

12345678910