Home
last modified time | relevance | path

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

12345678910

/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.php910 $class_cache[$ucs2_char] = ord(fread($table_handle, 1));
/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)) {
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt102 * bugfix (#1966) fread fail when PHP memory_limit -1
150 * bugfix (#1930) fread on pipes
680 * Bugfix: fread() zero bytes issue in real module.
876 * Bugfix: PHP v5 compatability changes (float array keys, fread()
2589 Reduced use of fread() in getMPEGHeaderFilepointer() (now faster)
2627 Removed !== FALSE (introduced in 1.4.0b6) from while(fread()) loops,
2637 Reduced use of fread() in getOggHeaderFilepointer() for increased
2639 Added constant FREAD_BUFFER_SIZE for many fread() operations
2640 Added !== FALSE check to while(fread()) loops
2785 Reduced use of fread() for increased performance in
H A DREADME.md183 while ($buffer = fread($fp_remote, 8192)) {
H A Dreadme.txt183 while ($buffer = fread($fp_remote, 32768)) {
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js289 function fread(d, count) function
300 var bytes = fread(d, 4);
307 if (fread(f,8) != String.fromCharCode(137) + 'PNG' + String.fromCharCode(13, 10, 26, 10))
318 fread(f,4);
320 if (fread(f,4) != 'IHDR')
330 fread(f, 17);
335 var type = fread(f,4);
345 value = fread(f,n);
346 fread(f,4);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.matroska.php1291 $this->EBMLbuffer = $this->fread($read_bytes);
/plugin/a2s/
H A DASCIIToSVG.php152 $data = fread($this->yy_reader, 8192);
159 $data = fread($this->yy_reader, 8192);
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …l pclose popen readfile rewind rmdir umask fclose feof fgetc fgets fgetss fread fopen fpassthru ft…
H A Dsas.min.js.map1 …tnum force formatted formchar formdelim formdlim forward fpoint fpos fput fread frewind frlen from…
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md174 return fread($this->getStream(), max(1, $length));
/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/issuetracker/
H A Dsyntax.php1782 $attachments_left=fread($iplog, filesize(DOKU_INC.$ip_block_path.'/'.$ip_addr));
H A Daction.php3560 $attachments_left=fread($iplog, filesize(DOKU_INC.$ip_block_path.'/'.$ip_addr));
/plugin/database/
H A Ddatabase.php1496 $buf = fread($handle,filesize($this->name));
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md302 echo fread($resource, 6); // outputs hello!
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1191 $temp = fread($fsock, 1024);
/plugin/googlesearch/
H A Dnusoap.php2650 $tmp = fread($this->fp, $readlen);
4278 while ($data = fread($fp, 32768)) {
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …,fmod:1,fontDialog:1,fopen:1,formLayout:1,format:1,fprint:1,frameLayout:1,fread:1,freeFormFillet:1… property in hljs.LANGUAGES.mel.dM.k
/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/projects/pchart/pchart/
H A Dpchart.php3373 $MapContent = fread($Handle, filesize($FileName));
/plugin/charter/lib/pchart/
H A DpChart.class.php3398 $MapContent = fread($Handle, filesize($FileName));

12345678910