Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php922 private $log_long_width = 65; variable in phpseclib3\\Net\\SSH2
4804 … $output .= str_pad($hex, $this->log_long_width - $this->log_short_width, ' ') . $raw . "\r\n";