Home
last modified time | relevance | path

Searched refs:eof (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/ChangeLog/
H A DChangeLogTrait.php128 $eof = 0;
143 $eof = ftell($fp);
144 $tail = $eof;
172 return [$fp, $lines, $head, $tail, $eof];
H A DChangeLog.php334 [$fp, $lines, $head, $tail, $eof] = $this->readloglines($rev);
369 && (!($tail == $eof && $direction > 0) && !($head == 0 && $direction < 0));
496 [$fp, $lines, $startHead, $startTail, $eof] = $this->readloglines($rev);
527 $lastTail == $eof && $afterCount <= (int) ($max / 2) &&
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php85 private $eof; variable in phpseclib3\\Net\\SFTP\\Stream
254 $this->eof = false;
311 $this->eof = true;
349 $this->eof = false;
377 return $this->eof;
403 $this->eof = false;
693 $this->eof = false;