Home
last modified time | relevance | path

Searched refs:feof (Results 76 – 100 of 140) sorted by relevance

123456

/plugin/zip/pear/File/Archive/Reader/
H A DGzip.php262 while (!feof($tmp)) {
H A DBzip2.php241 while (!feof($tmp)) {
H A DCache.php153 while (!feof($this->tmpFile)) {
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php159 while(!feof($this->handle)) {
/plugin/bookmarkfile/
H A Dsyntax.php210 while (!feof($bookmarkfile)) {
/plugin/charter/lib/pchart/
H A DpData.class.php70 while (!feof($handle))
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocket.php165 return $this->socket !== null && !@\feof($this->socket);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php212 return !$this->stream || feof($this->stream);
/plugin/mediasyntax/tools/
H A Ddokuwiki2mediawiki.php33 while (!feof($inputfile))
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php209 while (!feof(STDIN)) {
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php127 return feof($this->getStream());
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.bonk.php171 while (!feof($this->getid3->fp)) {
H A Dmodule.audio.dsdiff.php49 while (!$this->feof() && ($ChunkHeader = $this->fread(12))) {
H A Dgetid3.php2154 if (feof($this->getid3->fp)) {
2167 protected function feof() { function in getid3_handler
2171 return feof($this->getid3->fp);
H A Dmodule.audio.optimfrog.php110 while (!feof($this->getid3->fp) && ($this->ftell() < $info['avdataend'])) {
/plugin/ebookexport/
H A Daction.php203 while (!feof($fp) && $chunk > 0) {
/plugin/fastwiki/
H A Daction.php330 while (!feof($remote))
/plugin/snap/
H A Dhelper.php230 while (!feof($fp)) $this->snapLog.=fgets($fp, 128);
/plugin/register/
H A Dsyntax.php166 if (!xml_parse($xml_parser, $data, feof($fp))) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSocketHandler.php240 && !feof($this->resource); // on TCP - other party can close connection.
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php553 while (!feof($fp)) {
574 while (!feof($fp)) {
666 while (!feof($fp)) {
/plugin/authhiorgserver/
H A Dauth.php299 while (!feof($fp)) $daten.= fread($fp, 1024);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php341 while (!feof($fp)) {
346 $is_last_block = feof($fp);
/plugin/gcalendar/inc/
H A Dgcal_read.php103 while (!feof($handle)) {
/plugin/xtern/
H A Dadmin.php167 while (!feof($handle)) {

123456