Home
last modified time | relevance | path

Searched refs:fread (Results 26 – 50 of 229) sorted by path

12345678910

/plugin/codemirror/dist/modes/
H A Dmirc.min.js.map1 … \"$finddirn $findfile $findfilen $findtok $fline $floor $fopen $fread $fserve \" +\n …
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/combo/vendor/symfony/process/Pipes/
H A DAbstractPipes.php139 $data = fread($input, self::CHUNK_SIZE);
H A DUnixPipes.php131 $data = @fread($pipe, self::CHUNK_SIZE);
/plugin/conflictmerger/
H A Daction.php358 $data = fread( $handle, 8192 );
/plugin/database/
H A Ddatabase.php1496 $buf = fread($handle,filesize($this->name));
/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/davcal/vendor/sabre/http/tests/HTTP/
H A DSapiTest.php153 fread($body, 13);
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js3656 function fread(d, count) function
3667 var bytes = fread(d, 4);
3680 if (fread(f,8) != String.fromCharCode(137) + 'PNG' + String.fromCharCode(13, 10, 26, 10))
3691 fread(f,4);
3693 if (fread(f,4) != 'IHDR')
3703 fread(f, 17);
3709 var chunk = fread(f,4);
3738 fread(f,n);
3739 fread(f,4);
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/dpicorrect/
H A Daction.php84 $string = fread($a,20);
113 fread($a,8); // dummy data: 0x137 0x80 0x78 0x71 0x13 0x10 0x26 0x10
118 if($skip>0) { fread($a, $skip+4);}
120 …$b1 = ord(fread($a,1)) << 24; $b2 = ord(fread($a,1)) << 16; $b3 = ord(fread($a,1)) << 8; $b4 = ord…
123 $chunk = fread($a,4); }
128 …$b1 = ord(fread($a,1)) << 24; $b2 = ord(fread($a,1)) << 16; $b3 = ord(fread($a,1)) << 8; $b4 = ord…
130 …$b1 = ord(fread($a,1)) << 24; $b2 = ord(fread($a,1)) << 16; $b3 = ord(fread($a,1)) << 8; $b4 = ord…
132 $unit = ord(fread($a,1));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php19433 $s = fread($fh, 2);
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...]
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 DTTFontFileAnalysis.php228 $panose = fread($this->fh, 10);
/plugin/dw2pdf/vendor/mpdf/qrcode/src/
H A DQrCode.php502 $this->matrixXArray = unpack('C*', fread($fp1, $this->byteCount));
503 $this->matrixYArray = unpack('C*', fread($fp1, $this->byteCount));
504 $this->maskArray = unpack('C*', fread($fp1, $this->byteCount));
505 $this->formatInformationX2 = unpack('C*', fread($fp1, 15));
506 $this->formatInformationY2 = unpack('C*', fread($fp1, 15));
507 $this->rsEccCodewords = ord(fread($fp1, 1));
508 $this->rsBlockOrder = unpack('C*', fread($fp1, 128));
525 $rsTable[$i] = fread($fp0, $this->rsEccCodewords);
/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/ebookexport/
H A Daction.php205 print fread($fp, $chunk);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php236 return $this->readable ? fread($this->stream, $length) : false;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DGuzzleStreamWrapperTest.php18 $this->assertSame('foo', fread($handle, 3));
22 $this->assertSame('foobar', fread($handle, 6));
23 $this->assertEmpty(fread($handle, 1));
/plugin/elwikiupgrade/
H A DHTTPClient.php643 $bytes = fread($socket, $to_read);
H A DVerboseTarLib.class.php267 $data = fread($fp, 512);
391 return @fread($this->fh, $length);
/plugin/eventum/XML/
H A DRPC.php1421 while ($data = @fread($fp, 8192)) {
/plugin/fastwiki/
H A Daction.php331 $response .= fread($remote, 8192);

12345678910