Home
last modified time | relevance | path

Searched refs:feof (Results 26 – 50 of 140) sorted by path

123456

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php180 …if (feof($body)) throw new Exception\RequestedRangeNotSatisfiable('The start offset (' . $start . …
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php245 $eof = feof($this->input);
249 if ($eof || (feof($this->input) && $rawLine===false)) {
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php245 $eof = feof($this->input);
249 if ($eof || (feof($this->input) && $rawLine===false)) {
/plugin/dokutexit/
H A Dlatex.php110 while (!feof($this->_tmphandle))
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DRemoteContentFetcher.php130 while (!feof($fh)) {
139 while (!feof($fh)) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php456 if (\feof($this->stream) || $this->getTotalLength() === $this->position + $this->bufferLength) {
464 } while (($this->bufferLength !== $newLength) && !\feof($this->stream));
/plugin/ebookexport/
H A Daction.php203 while (!feof($fp) && $chunk > 0) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php212 return !$this->stream || feof($this->stream);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DGuzzleStreamWrapperTest.php24 $this->assertTrue(feof($handle));
/plugin/elwikiupgrade/
H A DHTTPClient.php267 if (is_null($socket) || feof($socket)) {
450 while (!feof($socket)) {
579 if(feof($socket))
626 if(feof($socket)) {
673 if(feof($socket))
H A DVerboseTarLib.class.php266 while(!feof($fp)) {
/plugin/fastwiki/
H A Daction.php330 while (!feof($remote))
/plugin/fblogin/
H A Dadmin.php115 while (!feof($local_handle)) {
179 while (!feof($fblogin_file)) {
213 while (!feof($fblogin_file)) {
/plugin/fedauth/Auth/Yadis/
H A DPlainHTTPFetcher.php109 while (!feof($sock) &&
215 while (!feof($sock)) {
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DRead.php118 return feof($this->getStream());
H A DReadWrite.php125 return feof($this->getStream());
/plugin/findologicxmlexport/vendor/hoa/file/
H A DRead.php117 return feof($this->getStream());
H A DReadWrite.php124 return feof($this->getStream());
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DRead.php118 return feof($this->getStream());
H A DReadWrite.php125 return feof($this->getStream());
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php108 $this->function->feof = true,
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php127 return feof($this->getStream());
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php209 while (!feof(STDIN)) {
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php309 while (!feof($fh)) {
338 while (!feof($fh)) {
/plugin/gcalendar/inc/
H A Dgcal_main.php171 while (!feof($in_handle)) {

123456