Home
last modified time | relevance | path

Searched refs:fread (Results 151 – 175 of 229) sorted by last modified time

12345678910

/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/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php288 return fread($this->getStream(), $count);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar117 $L = unpack('V', $a = (binary)fread($fp, 4));
125 $last = (binary)fread($fp, $read);
246 $data .= @fread($fp, $c);
250 $data .= @fread($fp, 8192);
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DReadWrite.php145 return fread($this->getStream(), $length);
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md174 return fread($this->getStream(), max(1, $length));
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DRead.php138 return fread($this->getStream(), $length);
H A DReadWrite.php145 return fread($this->getStream(), $length);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DDefault.php143 $line = fread($pipe, 8192);
/plugin/gdpr/action/
H A Doldips.php147 $previousChar = fread($handle, 1);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php126 $chunk = fread( $fp, 1024 ) ;
/plugin/bashorg/
H A Dbash.org.php22 $data = fread($f, filesize("quote_cache.txt"));
/plugin/cleanoldips/
H A Daction.php148 $previousChar = fread($handle, 1);
/plugin/database/
H A Ddatabase.php1496 $buf = fread($handle,filesize($this->name));
/plugin/gtime/gtlib/util/
H A DGTUtil.php199 $data = fread($fp, $length);
/plugin/authfacebook/lib/PseudoRandomString/
H A DUrandomPseudoRandomStringGenerator.php77 $binaryString = fread($stream, $length);
/plugin/spellcheck/
H A Daspell.php261 $stdout .= fread($pipes[1], 8192);
267 $stderr .= fread($pipes[2], 8192);
/plugin/swiftmail/Swift/
H A DFile.php173 $ret = fread($this->handle, $bytes);
/plugin/swiftmail/Swift/Cache/
H A DDisk.php106 $ret = fread($this->open[$key], $size);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php126 $chunk = fread( $fp, 1024 ) ;
/plugin/ebookexport/
H A Daction.php205 print fread($fp, $chunk);
/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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/VersionControl/
H A DSubversionPropertiesSniff.php167 $key = fread($handle, substr($buffer, 2));
182 $value = fread($handle, $length);
/plugin/rater/
H A Dsyntax.php171 $rater_str = rtrim(fread($rater_file, 1024*8),$rater_end_of_line_char);
316 $rater_str = fread($rater_file, 1024*8);
765 $rater_str = fread($rater_file, 1024*8);
794 $rater_str = fread($rater_file, 1024*8);
H A Daction.php121 $rater_str = rtrim(fread($rater_file, 1024*8),$rater_end_of_line_char);

12345678910