Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
DANSI.php131 private $ansi; variable in phpseclib3\\File\\ANSI
178 $this->ansi = '';
211 if (strlen($this->ansi)) {
212 $this->ansi .= $source[$i];
217 case $this->ansi == "\x1B=":
218 $this->ansi = '';
220 case strlen($this->ansi) == 2 && $chr >= 64 && $chr <= 95 && $chr != ord('['):
221 case strlen($this->ansi) > 2 && $chr >= 64 && $chr <= 126:
226 $this->tokenization[] = $this->ansi;
229 switch ($this->ansi) {
[all …]