Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php33 private $max_x;
171 $this->max_x = $x - 1;
175 $this->attr_row = array_fill(0, $this->max_x + 2, $this->base_attr_cell);
198 $this->setDimensions($this->max_x + 1, $this->max_y + 1);
250 array_splice($this->attrs[$this->y], $this->x + 1, $this->max_x - $this->x, array_fill($this->x, $this->max_x - ($this->x - 1), $this->base_attr_cell));
396 if ($this->x > $this->max_x) {
504 for ($j = 0; $j <= $this->max_x; $j++) {
524 return '<pre width="' . ($this->max_x + 1) . '" style="color: white; background: black">' . $this->getScreenHelper() . '</pre>';
537 for ($j = 0; $j <= $this->max_x
38 var $max_x; global() variable in phpseclib\\File\\ANSI
[all...]