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;
177 return [$fp, $lines, $head, $tail, $eof];
H A DChangeLog.php338 [$fp, $lines, $head, $tail, $eof] = $result;
373 && (!($tail == $eof && $direction > 0) && !($head == 0 && $direction < 0));
509 [$fp, $lines, $startHead, $startTail, $eof] = $result;
540 $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
262 $this->eof = false;
319 $this->eof = true;
357 $this->eof = false;
385 return $this->eof;
411 $this->eof = false;
701 $this->eof = false;