Home
last modified time | relevance | path

Searched refs:fread (Results 76 – 100 of 229) sorted by relevance

12345678910

/plugin/bashorg/
H A Dbash.org.php22 $data = fread($f, filesize("quote_cache.txt"));
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php3063 $data .= fread($f,4096);
3082 fread($f,4);
3089 $bpc=ord(fread($f,1));
3095 $ct=ord(fread($f,1));
3118 fread($f,4);
3128 $type=fread($f,4);
3133 fread($f,4);
3138 $t=fread($f,$n);
3149 fread($f,4);
3155 fread($f,4);
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.asf.php78 $HeaderObjectData = $this->fread(30);
92 $ASFHeaderData = $this->fread($thisfile_asf_headerobject['objectsize'] - 30);
1159 $NextObjectDataHeader = $this->fread(24);
1181 $DataObjectData = $NextObjectDataHeader.$this->fread(50 - 24);
1231 $SimpleIndexObjectData = $NextObjectDataHeader.$this->fread(56 - 24);
1248 …$IndexEntriesData = $SimpleIndexObjectData.$this->fread(6 * $thisfile_asf_simpleindexobject['index…
1285 $ASFIndexObjectData = $NextObjectDataHeader.$this->fread(34 - 24);
1299 … $ASFIndexObjectData .= $this->fread(4 * $thisfile_asf_asfindexobject['index_specifiers_count']);
1309 $ASFIndexObjectData .= $this->fread(4);
1313 … $ASFIndexObjectData .= $this->fread(8 * $thisfile_asf_asfindexobject['index_specifiers_count']);
[all …]
H A Dmodule.audio-video.real.php37 $ChunkData = $this->fread(8);
42 $ChunkData .= $this->fread($ChunkSize - 8);
81 $ChunkData .= $this->fread($this->getid3->fread_buffer_size() - 8);
86 $ChunkData .= $this->fread($ChunkSize - 8);
H A Dmodule.misc.exe.php30 $EXEheader = $this->fread(28);
H A Dmodule.audio.aac.php29 if ($this->fread(4) == 'ADIF') {
47 $AACheader = $this->fread(1024);
332 $substring = $this->fread(9); // header is 7 bytes (or 9 if CRC is present)
H A Dmodule.graphic.svg.php31 $SVGheader = $this->fread(4096);
H A Dmodule.audio-video.ts.php30 $TSheader = $this->fread(19);
H A Dmodule.audio.rkau.php30 $RKAUHeader = $this->fread(20);
/plugin/jplayer/vendor/symfony/process/Tests/
H A DPipeStdinInStdoutStdErrStreamSelect.php60 $str = fread(\STDIN, 32768);
/plugin/nsexport/packer/
H A Dpacker.php81 echo fread($fh, 1024);
/plugin/openid/Auth/OpenID/
H A DCryptUtil.php63 $bytes = fread($f, $num_bytes);
/plugin/fedauth/Auth/OpenID/
H A DCryptUtil.php64 $bytes = fread($f, $num_bytes);
/plugin/git/syntax/
H A Dremotestatus.php215 $contents = fread($handle, filesize($filename));
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.zip.php48 $compressedFileData .= fread($getid3->fp, 32768);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php90 $chunk = fread( $fp, 1024 ) ;
/plugin/swiftmail/Swift/Cache/
H A DDisk.php106 $ret = fread($this->open[$key], $size);
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DUnixPipes.php121 $data = @fread($pipe, self::CHUNK_SIZE);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php413 $this->buffer = $length > 0 ? \fread($this->stream, $length) : '';
462 $this->buffer .= \fread($this->stream, $newLength - $this->bufferLength);
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php347 $bin = fread($mem, 11);
423 $string = trim(fread($mem, 8));
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DRead.php138 return fread($this->getStream(), $length);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DRead.php137 return fread($this->getStream(), $length);
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DRead.php138 return fread($this->getStream(), $length);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/sys/
H A DFile.php97 $data = fread($this->handleID, $chunkSize);
/plugin/combo/vendor/symfony/process/Pipes/
H A DUnixPipes.php131 $data = @fread($pipe, self::CHUNK_SIZE);

12345678910