Home
last modified time | relevance | path

Searched refs:feof (Results 1 – 25 of 140) sorted by last modified time

123456

/plugin/linkback/
H A Dhttp.php140 if (feof($socket)) {
210 if (feof($socket)) {
243 while (!feof($socket)) {
/plugin/shell/
H A DP0wnyShell.php74 while (!feof($handle)) {
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php4048 while (!feof($fp)) {
H A Dphpthumb.functions.php553 while (!feof($fp)) {
574 while (!feof($fp)) {
666 while (!feof($fp)) {
/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/combo/vendor/symfony/process/Pipes/
H A DUnixPipes.php139 if ($close && feof($pipe)) {
H A DAbstractPipes.php151 if (feof($input)) {
/plugin/combo/vendor/symfony/process/
H A DProcess.php635 while (null !== $this->callback || ($yieldOut && !feof($this->stdout)) || ($yieldErr && !feof($this->stderr))) {
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php292 while (!feof($fp)) {
H A DZip.php341 while (!feof($fp)) {
346 $is_last_block = feof($fp);
/plugin/upgrade/HTTP/
H A DHTTPClient.php259 if (is_null($socket) || feof($socket)) {
458 while (!feof($socket)) {
589 if(feof($socket))
636 if(feof($socket)) {
683 if(feof($socket))
/plugin/statistics/inc/
H A DBrowscap.php985 while (!feof($remote_handler)) {
/plugin/statistics/inc/pchart/
H A DCSVImporter.php50 while(!feof($handle)) {
H A DPalette.php77 while(!feof($handle)) {
/plugin/openid/Auth/Yadis/
H A DPlainHTTPFetcher.php118 while (!feof($sock) &&
224 while (!feof($sock)) {
/plugin/fastwiki/
H A Daction.php330 while (!feof($remote))
/plugin/statdisplay/pchart/
H A DCSVImporter.php51 while ( ! feof ( $handle ) ) {
H A DpChart.php185 while ( ! feof ( $handle ) ) {
/plugin/statdisplay/helper/
H A Dlog.php94 while (feof($fh) == 0 && $lines < $maxlines) {
/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/ckgedit/action/
H A Dedit.php531 while (!feof($fh) && $line_num < 4) {
/plugin/davcal/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/dav/lib/DAV/
H A DCorePlugin.php180 …if (feof($body)) throw new Exception\RequestedRangeNotSatisfiable('The start offset (' . $start . …

123456