Home
last modified time | relevance | path

Searched refs:feof (Results 26 – 50 of 140) sorted by last modified time

123456

/plugin/indexmenu/
H A Dadmin.php
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md651 - `feof` has been renamed to `eof`.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStream.php173 return feof($this->stream);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php160 while (!feof($handle)) {
H A DSocketHandler.php240 && !feof($this->resource); // on TCP - other party can close connection.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1187 while (!feof($fsock) && fgets($fsock, 1024) != "\r\n") {
1190 while (!feof($fsock)) {
/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/xtern/
H A Dadmin.php167 while (!feof($handle)) {
/plugin/xtern/scripts/
H A Dchk_links.php23 while (!feof($handle)) {
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocket.php165 return $this->socket !== null && !@\feof($this->socket);
/plugin/mediathumbnails/
H A Dthumb_engines.php145 while (!feof($fp)) {
/plugin/webdav/vendor/sabre/http/lib/
H A DSapi.php83 while (!feof($body)) {
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php279 $eof = \feof($this->input);
283 if ($eof || (\feof($this->input) && false === $rawLine)) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php180 …if (feof($body)) throw new Exception\RequestedRangeNotSatisfiable('The start offset (' . $start . …
/plugin/groupmail/
H A Drecaptchalib.php86 while ( !feof($fs) )
/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/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php153 if (feof($input)) {
/plugin/jplayer/vendor/symfony/process/Tests/
H A DPipeStdinInStdoutStdErrStreamSelect.php65 if (false === $str || feof(\STDIN)) {
67 if (!feof(\STDIN)) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.joinmp3.php98 while (!feof($fp_source) && (ftell($fp_source) < $end_offset_bytes)) {
H A Ddemo.zip.php47 …while ((strlen($compressedFileData) < $LocalFileHeader['compressed_size']) && !feof($getid3->fp)) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php2154 if (feof($this->getid3->fp)) {
2167 protected function feof() { function in getid3_handler
2171 return feof($this->getid3->fp);
H A Dmodule.audio.amr.php52 if ((strlen($buffer) < $this->getid3->fread_buffer_size()) && !feof($this->getid3->fp)) {
H A Dmodule.audio.ogg.php542 if ($this->feof() || (($filedata .= $this->fread($this->getid3->fread_buffer_size())) === '')) {
H A Dmodule.archive.szip.php41 while (!$this->feof()) {

123456