Home
last modified time | relevance | path

Searched refs:history_attrs (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php61 private $history_attrs;
174 $this->history = $this->history_attrs = [];
239 $this->history_attrs = array_merge($this->history_attrs, array_slice(array_splice($this->attrs, $this->y + 1), 0, $this->old_y));
244 array_shift($this->history_attrs);
422 $this->history_attrs = array_merge($this->history_attrs, [array_shift($this->attrs)]);
427 array_shift($this->history_attrs);
538 $cur_attr = $this->history_attrs[$i][$j];
540 $last_attr = $this->history_attrs[
70 var $history_attrs; global() variable in phpseclib\\File\\ANSI
[all...]