Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php40 private $max_y;
172 $this->max_y = $y - 1;
176 $this->screen = array_fill(0, $this->max_y + 1, '');
177 $this->attrs = array_fill(0, $this->max_y + 1, $this->attr_row);
198 $this->setDimensions($this->max_x + 1, $this->max_y + 1);
237 $this->screen = array_merge($this->screen, array_fill($this->y, $this->max_y, ''));
240 $this->attrs = array_merge($this->attrs, array_fill($this->y, $this->max_y, $this->attr_row));
414 //if ($this->y < $this->max_y) {
418 while ($this->y >= $this->max_y) {
503 for ($i = 0; $i <= $this->max_y;
46 var $max_y; global() variable in phpseclib\\File\\ANSI
[all...]