Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php47 private $max_history;
188 $this->max_history = $history;
242 if (count($this->history) == $this->max_history) {
425 if (count($this->history) >= $this->max_history) {
54 var $max_history; global() variable in phpseclib\\File\\ANSI