Home
last modified time | relevance | path

Searched refs:fread (Results 1 – 25 of 229) sorted by path

12345678910

/plugin/a2s/
H A DASCIIToSVG.php152 $data = fread($this->yy_reader, 8192);
159 $data = fread($this->yy_reader, 8192);
/plugin/aceeditor/
H A Dbuild.js1 …|flipud|floor|flow|fminbnd|fminsearch|fopen|format|fplot|fprintf|frame2im|fread|freqspace|frewind|…
/plugin/ajaxpeon/
H A Dhelper.php103 $txtstr = fread($hwordf,filesize($dirfile.'.txt'));
/plugin/amazon/
H A DXMLParser.php34 $this->data .= fread($data_source, 1000);
44 $this->data .= fread($fp, 1000);
/plugin/authfacebook/lib/PseudoRandomString/
H A DUrandomPseudoRandomStringGenerator.php77 $binaryString = fread($stream, $length);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md243 streams, which can sometimes return fewer bytes than requested with `fread`.
H A DREADME.md302 echo fread($resource, 6); // outputs hello!
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStream.php228 $string = fread($this->stream, $length);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSlackHandler.php178 @fread($res, 2048);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1191 $temp = fread($fsock, 1024);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2223 … $temp = isset($fp) ? fread($fp, $sftp_packet_size) : substr($data, $sent, $sftp_packet_size);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/
H A DReadBytes.php36 $temp = fread($this->fsock, $length);
/plugin/authhiorgserver/
H A Dauth.php299 while (!feof($fp)) $daten.= fread($fp, 1024);
/plugin/authucenter/lib/uc_client/
H A Dclient.php291 $data = fread($fp, ($limit == 0 || $limit > 8192 ? 8192 : $limit));
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php127 $data = fread($fp, ($limit == 0 || $limit > 8192 ? 8192 : $limit));
/plugin/authwordpress/
H A Dclass-phpass.php70 $output = fread($fh, $count);
/plugin/badbehaviour/
H A Dadmin.php187 $tmp = fread($fp,$read);
/plugin/bashorg/
H A Dbash.org.php22 $data = fread($f, filesize("quote_cache.txt"));
/plugin/botbouncer/admin/
H A Dstatistics.php136 $tmp = fread($fp,$read);
/plugin/captcha/
H A Dhelper.php577 $header = fread($fp, 36);
582 $header .= fread($fp, ($info['Subchunk1Size'] - 16));
586 $header .= fread($fp, 4);
589 $size = unpack('vsize', fread($fp, 4));
593 $data .= fread($fp, $size);
/plugin/charter/lib/pchart/
H A DpChart.class.php3398 $MapContent = fread($Handle, filesize($FileName));
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php126 $chunk = fread( $fp, 1024 ) ;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php126 $chunk = fread( $fp, 1024 ) ;
/plugin/cleanoldips/
H A Daction.php148 $previousChar = fread($handle, 1);
/plugin/code2/
H A Dsyntax.php580 $aMatch[1] .= @fread($handle, 0x8000);

12345678910