Home
last modified time | relevance | path

Searched refs:feof (Results 51 – 75 of 140) sorted by relevance

123456

/plugin/xfortune/
H A Dhelper.php123 if(feof($fd)) {
/plugin/statistics/inc/pchart/
H A DPalette.php77 while(!feof($handle)) {
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php279 $eof = \feof($this->input);
283 if ($eof || (\feof($this->input) && false === $rawLine)) {
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php291 $eof = feof($this->input);
295 if ($eof || (feof($this->input) && $rawLine === false)) {
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php309 while (!feof($fh)) {
338 while (!feof($fh)) {
/plugin/mediathumbnails/
H A Dthumb_engines.php145 while (!feof($fp)) {
/plugin/amazon_heavy/
H A Dclass.xmlreader.php32 while (!feof ($fp)) $this->_data .= fgets($fp, 4096);
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php153 if (feof($input)) {
/plugin/gcalendar/inc/
H A Dgcal_main.php171 while (!feof($in_handle)) {
/plugin/onlinenumber/
H A Dsyntax.php55 while (! feof($fp)) {
/plugin/podcast/
H A Dhelper.php69 while( !feof( $fp ) or ( $eoh == true )) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.xmp.php132 while (($data[1] != "\xD9") && (!$hit_compressed_image_data) && (!feof($filehnd)))
H A Dmodule.graphic.gif.php111 while (!feof($this->getid3->fp)) {
H A Dmodule.archive.tar.php41 while (!feof($this->getid3->fp)) {
H A Dmodule.audio.voc.php157 } while (!feof($this->getid3->fp) && ($BlockType != 0));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php160 while (!feof($handle)) {
/plugin/combo/vendor/symfony/process/Pipes/
H A DAbstractPipes.php151 if (feof($input)) {
/plugin/findologicxmlexport/vendor/hoa/file/
H A DReadWrite.php124 return feof($this->getStream());
/plugin/groupmail/
H A Drecaptchalib.php86 while ( !feof($fs) )
/plugin/recaptcha/lib/
H A Drecaptchalib.php88 while ( !feof($fs) )
/plugin/contactmodern/
H A Drecaptchalib.php86 while ( !feof($fs) )
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DReadWrite.php125 return feof($this->getStream());
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DReadWrite.php125 return feof($this->getStream());
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStream.php173 return feof($this->stream);
/plugin/shell/
H A DP0wnyShell.php74 while (!feof($handle)) {

123456