Home
last modified time | relevance | path

Searched refs:fread (Results 51 – 75 of 229) sorted by path

12345678910

/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php126 $chunk = fread( $fp, 1024 ) ;
/plugin/fedauth/Auth/OpenID/
H A DCryptUtil.php64 $bytes = fread($f, $num_bytes);
H A DFileStore.php309 $assoc_s = fread($assoc_file, filesize($filename));
416 $assoc_s = fread($association_file,
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DRead.php138 return fread($this->getStream(), $length);
H A DReadWrite.php145 return fread($this->getStream(), $length);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DRead.php137 return fread($this->getStream(), $length);
H A DReadWrite.php144 return fread($this->getStream(), $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/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/hoa/stream/
H A DREADME.md174 return fread($this->getStream(), max(1, $length));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DDefault.php143 $line = fread($pipe, 8192);
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php210 $inputs .= fread(STDIN, 1024);
/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/freechat/phpfreechat/src/containers/
H A Dfile.class.php215 $leafvalue = chop(fread($fh, filesize($leaffilename)));
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php306 $data = fread($fh, $fsize);
310 $data .= fread($fh, 8192);
334 $data = fread($fh, $fsize);
339 $data .= fread($fh, 8192);
/plugin/gdpr/action/
H A Doldips.php147 $previousChar = fread($handle, 1);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DBinaryReader.php79 $char = fread($this->buffer, 1);
89 $char = fread($this->buffer, 1);
99 $int32 = fread($this->buffer, 4);
110 $bin = fread($this->buffer, $length);
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php347 $bin = fread($mem, 11);
423 $string = trim(fread($mem, 8));
/plugin/git/
H A Dhelper.php428 $contents = fread($handle, filesize($filename));
/plugin/git/syntax/
H A Dremotestatus.php215 $contents = fread($handle, filesize($filename));
/plugin/googlesearch/
H A Dnusoap.php2650 $tmp = fread($this->fp, $readlen);
4278 while ($data = fread($fp, 32768)) {
/plugin/gtime/gtlib/util/
H A DGTUtil.php199 $data = fread($fp, $length);
/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

12345678910