Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php999 private $log_short_width = 16; variable in phpseclib3\\Net\\SSH2
4553 $fragment = Strings::shift($current_log, $this->log_short_width);
4561 … $output .= str_pad($hex, $this->log_long_width - $this->log_short_width, ' ') . $raw . "\r\n";