Searched refs:eof (Results 1 – 3 of 3) sorted by relevance
| /dokuwiki/inc/ChangeLog/ |
| H A D | ChangeLogTrait.php | 128 $eof = 0; 143 $eof = ftell($fp); 144 $tail = $eof; 177 return [$fp, $lines, $head, $tail, $eof];
|
| H A D | ChangeLog.php | 338 [$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 D | Stream.php | 85 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;
|