Home
last modified time | relevance | path

Searched refs:fread (Results 151 – 175 of 229) sorted by relevance

12345678910

/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php267 $data = fread($fp, 512);
391 return @fread($this->fh, $length);
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php215 $leafvalue = chop(fread($fh, filesize($leaffilename)));
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php210 $inputs .= fread(STDIN, 1024);
/plugin/conflictmerger/
H A Daction.php358 $data = fread( $handle, 8192 );
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php288 return fread($this->getStream(), $count);
/plugin/ajaxpeon/
H A Dhelper.php103 $txtstr = fread($hwordf,filesize($dirfile.'.txt'));
/plugin/ebookexport/
H A Daction.php205 print fread($fp, $chunk);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.monkey.php42 $MACheaderData = $this->fread(74);
H A Dmodule.audio-video.mpeg.php44 $MPEGstreamData = $this->fread($this->getid3->option_fread_buffer_size);
60 $MPEGstreamData .= $this->fread($this->getid3->option_fread_buffer_size);
H A Dmodule.graphic.png.php47 $PNGfiledata = $this->fread($this->getid3->fread_buffer_size());
69 $PNGfiledata .= $this->fread($this->getid3->fread_buffer_size());
H A Dmodule.audio.ac3.php71 …$tempAC3header = $this->fread(100); // should be enough to cover all data, there are some variable…
193 …$this->AC3header['bsi'] .= getid3_lib::BigEndian2Bin($this->fread($thisfile_ac3_raw_bsi['addbsi_le…
/plugin/gtime/gtlib/util/
H A DGTUtil.php199 $data = fread($fp, $length);
/plugin/fastwiki/
H A Daction.php331 $response .= fread($remote, 8192);
/plugin/register/
H A Dsyntax.php165 while (($data = fread($fp, 8192)) && $adi_xml_state) {
/plugin/jukebox/id3/
H A Dgetid3.php246 $header = fread($fp, 10);
290 $formattest = fread($fp, 32774);
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php595 $buffer = fread($fp, 8192);
827 $buffer = fread($fp, 8192);
1056 $buffer = fread($fp, 8192);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php420 return fread($this->fh, 4);
426 $s = fread($this->fh, 2);
448 $s = fread($this->fh, 2);
456 $s = fread($this->fh, 4);
465 $s = fread($this->fh, 2);
473 $s = fread($this->fh, 4);
521 $data = (fread($this->fh, $length));
524 // if fread is used to read from a compressed / buffered stream (e.g. phar://...)
525 // the $length parameter will be ignored - fread is limited in size (usually 8192 bytes)
530 $data .= fread(
[all...]
H A DOtlDump.php339 return fread($this->fh, 4);
345 $s = fread($this->fh, 2);
367 $s = fread($this->fh, 2);
375 $s = fread($this->fh, 4);
384 $s = fread($this->fh, 2);
392 $s = fread($this->fh, 4);
440 return (fread($this->fh, $length));
451 return (fread($this->fh, $length));
647 $panose = fread($this->fh, 10);
4153 $hm = fread(
[all...]
/plugin/authhiorgserver/
H A Dauth.php299 while (!feof($fp)) $daten.= fread($fp, 1024);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php181 $consumed += strlen(fread($body, min($start - $consumed, $consumeBlock)));
489 $firstByte = fread($body, 1);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php181 $consumed += strlen(fread($body, min($start - $consumed, $consumeBlock)));
489 $firstByte = fread($body, 1);
/plugin/quickstats/GEOIP/
H A Dgeoipcity.inc71 $record_buf = fread($gi->filehandle, FULL_RECORD_LENGTH);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php408 $this->function->fread = function ($resource, $count) use (&$_resource, &$_count) {
412 return fread($resource, $count);
/plugin/sphinxsearch-was/
H A Dsphinxapi.php580 list(, $v) = unpack("N*", fread($fp, 4));
597 $header = fread($fp, 8);
602 $chunk = fread($fp, $left);
/plugin/sphinxsearch/
H A Dsphinxapi.php609 list(,$v) = unpack ( "N*", fread ( $fp, 4 ) );
627 $header = fread ( $fp, 8 );
634 $chunk = fread ( $fp, $left );

12345678910