Home
last modified time | relevance | path

Searched refs:feof (Results 101 – 125 of 140) sorted by relevance

123456

/plugin/indexmenu/
H A Dadmin.php
/plugin/authucenter/lib/uc_client/
H A Dclient.php283 while (!feof($fp) && !$fpflag) {
290 while(!feof($fp) && !$stop) {
/plugin/sphinxsearch-was/
H A Dsphinxapi.php500 if (feof($handle) || fwrite($handle, $data, $length) !== $length) {
533 if (!@feof($this->_socket))
601 while ($left > 0 && !feof($fp)) {
/plugin/sphinxsearch/
H A Dsphinxapi.php521 if ( feof($handle) || fwrite ( $handle, $data, $length ) !== $length )
557 if ( !@feof ( $this->_socket ) )
632 while ( $left>0 && !feof($fp) )
/plugin/snap/
H A Dsyntax.php.ori191 while (!feof($fp)) fgets($fp, 128);
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php576 …while (null !== $this->callback || ($yieldOut && !feof($this->stdout)) || ($yieldErr && !feof($thi…
/plugin/combo/vendor/symfony/process/
H A DProcess.php635 while (null !== $this->callback || ($yieldOut && !feof($this->stdout)) || ($yieldErr && !feof($this->stderr))) {
/plugin/statdisplay/helper/
H A Dlog.php94 while (feof($fh) == 0 && $lines < $maxlines) {
/plugin/code2/
H A Dsyntax.php577 while (! @feof($handle)) {
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php266 while(!feof($fp)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1433 while (!feof($this->fsock) && !preg_match('#(.*)^(SSH-(\d\.\d+).*)#ms', $data, $matches)) {
1478 if (feof($this->fsock)) {
3448 if (!is_resource($this->fsock) || feof($this->fsock)) {
3682 if ($temp === false || feof($this->fsock)) {
4168 if (!is_resource($this->fsock) || feof($this->fsock)) {
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php292 while (!feof($fp)) {
/plugin/jukebox/id3/
H A Dmodule.audio.mp3.php1340 if ((($avdataoffset + $SynchSeekOffset) < $ThisFileInfo['avdataend']) && !feof($fd)) {
1356 } elseif (feof($fd)) {
/plugin/statistics/inc/
H A DBrowscap.php985 while (!feof($remote_handler)) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php180 …if (feof($body)) throw new Exception\RequestedRangeNotSatisfiable('The start offset (' . $start . …
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php180 …if (feof($body)) throw new Exception\RequestedRangeNotSatisfiable('The start offset (' . $start . …
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mp3.php1437 if ((($avdataoffset + $SynchSeekOffset) < $info['avdataend']) && !feof($this->getid3->fp)) {
1453 } elseif (feof($this->getid3->fp)) {
H A Dmodule.audio.ogg.php542 if ($this->feof() || (($filedata .= $this->fread($this->getid3->fread_buffer_size())) === '')) {
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php108 $this->function->feof = true,
/plugin/googlesearch/
H A Dnusoap.php2105 if (!feof($this->fp)) {
2552 if(feof($this->fp)) {
2648 while (($strlen < $content_length) && (!feof($this->fp))) {
2653 if (($tmplen == 0) && (!feof($this->fp))) {
2675 } while ($chunked && ($content_length > 0) && (!feof($this->fp)));
2676 if (feof($this->fp)) {
2686 (! $this->persistentConnection) || feof($this->fp)){
/plugin/mantis/lib/
H A Dnusoap.php2309 if (!feof($this->fp)) {
2908 if(feof($this->fp)) {
3004 while (($strlen < $content_length) && (!feof($this->fp))) {
3009 if (($tmplen == 0) && (!feof($this->fp))) {
3031 } while ($chunked && ($content_length > 0) && (!feof($this->fp)));
3032 if (feof($this->fp)) {
3042 (! $this->persistentConnection) || feof($this->fp)){
/plugin/ckgedit/action/
H A Dedit.php531 while (!feof($fh) && $line_num < 4) {
/plugin/codemirror/dist/modes/
H A Dmirc.min.js.map1 …r $encode $error \" +\n \"$eval $event $exist $feof $ferr $fgetc $file …
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php2240 while (!feof($f)) { $font.=fread($f,8192); };
2582 while (!feof($f)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1187 while (!feof($fsock) && fgets($fsock, 1024) != "\r\n") {
1190 while (!feof($fsock)) {

123456