Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php913 private $log_short_width = 16;
4711 $fragment = Strings::shift($current_log, $this->log_short_width);
4719 $output .= str_pad($hex, $this->log_long_width - $this->log_short_width, ' ') . $raw . "\r\n";
886 var $log_short_width = 16; global() variable in phpseclib\\Net\\SSH2