Home
last modified time | relevance | path

Searched refs:fread (Results 126 – 150 of 229) sorted by relevance

12345678910

/plugin/combo/vendor/symfony/process/Pipes/
H A DAbstractPipes.php139 $data = fread($input, self::CHUNK_SIZE);
/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);
/plugin/badbehaviour/
H A Dadmin.php187 $tmp = fread($fp,$read);
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php309 $assoc_s = fread($assoc_file, filesize($filename));
416 $assoc_s = fread($association_file,
/plugin/findologicxmlexport/vendor/hoa/file/
H A DReadWrite.php144 return fread($this->getStream(), $length);
/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/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php126 $chunk = fread( $fp, 1024 ) ;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.tar.php42 $buffer = $this->fread(512);
H A Dmodule.audio.dts.php53 …$DTSheader = $this->fread(20); // we only need 2 words magic + 6 words frame header, but these wor…
H A Dmodule.archive.gzip.php56 $buffer = $this->fread($info['filesize']);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php126 $chunk = fread( $fp, 1024 ) ;
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DReadWrite.php145 return fread($this->getStream(), $length);
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DReadWrite.php145 return fread($this->getStream(), $length);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSlackHandler.php178 @fread($res, 2048);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php126 $chunk = fread( $fp, 1024 ) ;
/plugin/openid/Auth/OpenID/
H A DFileStore.php338 $assoc_s = fread($assoc_file, $filesize);
450 $assoc_s = fread($association_file,
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php127 $data = fread($fp, ($limit == 0 || $limit > 8192 ? 8192 : $limit));
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStream.php228 $string = fread($this->stream, $length);
/plugin/shell/
H A DP0wnyShell.php75 $output .= fread($handle, 4096);
/plugin/zip/pear/File/Archive/Reader/
H A DGzip.php263 $data = fread($tmp, 8192);
H A DBzip2.php242 $data = fread($tmp, 8192);
/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/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php236 return $this->readable ? fread($this->stream, $length) : false;
/plugin/authwordpress/
H A Dclass-phpass.php70 $output = fread($fh, $count);

12345678910