Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php905 private $log_long_width = 65;
4719 $output .= str_pad($hex, $this->log_long_width - $this->log_short_width, ' ') . $raw . "\r\n";
877 var $log_long_width = 65; global() variable in phpseclib\\Net\\SSH2