Home
last modified time | relevance | path

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

123456

/plugin/mantis/lib/
H A Dclass.soap_transport_http.php202 if (!feof($this->fp)) {
801 if(feof($this->fp)) {
897 while (($strlen < $content_length) && (!feof($this->fp))) {
902 if (($tmplen == 0) && (!feof($this->fp))) {
924 } while ($chunked && ($content_length > 0) && (!feof($this->fp)));
925 if (feof($this->fp)) {
935 (! $this->persistentConnection) || feof($this->fp)){
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DSocket.php92 while(!feof($this->connectionID)) {
/plugin/simplechat/
H A Dsyntax.php101 while(!feof($fh)){
H A Dajax.php60 while(!feof($fh)){
/plugin/swiftmail/Swift/Cache/
H A DDisk.php100 if (feof($this->open[$key]))
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DUnixPipes.php129 if ($close && feof($pipe)) {
/plugin/statdisplay/pchart/
H A DCSVImporter.php51 while ( ! feof ( $handle ) ) {
/plugin/statistics/inc/pchart/
H A DCSVImporter.php50 while(!feof($handle)) {
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php243 while (!feof($this->handle))
248 if ($tmp === false && !feof($this->handle))
/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/findologicxmlexport/vendor/hoa/file/Link/
H A DRead.php118 return feof($this->getStream());
/plugin/findologicxmlexport/vendor/hoa/file/
H A DRead.php117 return feof($this->getStream());
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.szip.php41 while (!$this->feof()) {
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DRead.php118 return feof($this->getStream());
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DGuzzleStreamWrapperTest.php24 $this->assertTrue(feof($handle));
/plugin/combo/vendor/symfony/process/Pipes/
H A DUnixPipes.php139 if ($close && feof($pipe)) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.joinmp3.php98 while (!feof($fp_source) && (ftell($fp_source) < $end_offset_bytes)) {
/plugin/xtern/scripts/
H A Dchk_links.php23 while (!feof($handle)) {
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php245 $eof = feof($this->input);
249 if ($eof || (feof($this->input) && $rawLine===false)) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php245 $eof = feof($this->input);
249 if ($eof || (feof($this->input) && $rawLine===false)) {
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php245 $eof = feof($this->input);
249 if ($eof || (feof($this->input) && $rawLine===false)) {
/plugin/swiftmail/Swift/
H A DFile.php115 return feof($this->handle);
/plugin/webdav/vendor/sabre/http/lib/
H A DSapi.php83 while (!feof($body)) {
/plugin/bibtex/OSBib/
H A DPARSEXML.php44 while(!feof($fh))
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/VersionControl/
H A DSubversionPropertiesSniff.php157 while (feof($handle) === false) {

123456