Lines Matching refs:true

1075     private $send_id_string_first = true;
1083 private $send_kex_first = true;
1196 private $smartMFA = true;
1335 $this->send_id_string_first = true;
1363 $this->send_kex_first = true;
1397 $this->last_packet = microtime(true);
1400 $start = microtime(true);
1409 $elapsed = microtime(true) - $start;
1435 while (true) {
1442 $start = microtime(true);
1448 $elapsed = microtime(true) - $start;
1521 return true;
1573 $send_kex = true;
1601 switch (true) {
1819 $ourPublicBytes = $ourPublic->toBytes(true);
1902 switch (true) {
2074 $this->regenerate_compression_context = $this->regenerate_decompression_context = true;
2076 return true;
2225 return true;
2250 return true;
2279 switch (true) {
2313 $hasArray = true;
2317 $hasString = true;
2346 return true;
2411 return true;
2433 return true;
2489 return true;
2496 return true;
2615 return true;
2639 return true;
2717 $publickeyStr = $publickey->toString('OpenSSH', ['binary' => true]);
2747 return true;
2774 return true;
2867 if ($this->request_pty === true) {
2891 $this->in_request_pty_exec = true;
2922 return true;
2926 while (true) {
2928 switch (true) {
2929 case $temp === true:
2930 return is_callable($callback) ? true : $output;
2935 if ($callback($temp) === true) {
2937 return true;
2958 if ($this->in_request_pty_exec === true) {
2959 return true;
2986 true, // want reply
3008 true // want reply
3021 return true;
3034 switch (true) {
3093 return true;
3129 while (true) {
3139 if ($response === true) {
3221 $this->in_subsystem = true;
3223 return true;
3237 return true;
3351 return true;
3362 $this->retry_connect = true;
3384 $this->retry_connect = true;
3413 return $this->get_binary_packet(true);
3418 $this->is_timeout = true;
3419 return true;
3422 $start = microtime(true);
3427 $elapsed = microtime(true) - $start;
3429 return $this->get_binary_packet(true);
3431 $elapsed = microtime(true) - $start;
3440 $this->is_timeout = true;
3441 return true;
3443 $elapsed = microtime(true) - $start;
3453 $start = microtime(true);
3477 $stop = microtime(true);
3500 $stop = microtime(true);
3528 $stop = microtime(true);
3552 $stop = microtime(true);
3625 $current = microtime(true);
3652 switch (true) {
3658 $adjustLength = true;
3668 $this->bad_key_size_fix = true;
3765 $this->get_channel_packet(true);
3841 …$payload = ($this->bitmap & self::MASK_WINDOW_ADJUST) ? true : $this->get_binary_packet($skip_chan…
3857 $this->quiet_mode = true;
3892 $this->request_pty = true;
3961 while (true) {
3966 $response = $this->get_binary_packet(true);
3967 if ($response === true && $this->is_timeout) {
3971 return true;
3979 if ($client_channel == -1 && $response === true) {
3980 return true;
4070 …$result = $client_channel == $channel ? true : $this->get_channel_packet($client_channel, $skip_ex…
4087 return true;
4099 …return $type == NET_SSH2_MSG_CHANNEL_CLOSE ? true : $this->get_channel_packet($client_channel, $sk…
4143 return true;
4205 switch (true) {
4283 $start = microtime(true);
4285 $stop = microtime(true);
4288 $current = microtime(true);
4373 $this->realtime_log_wrap = true;
5051 $this->signature_validated = true;
5280 $this->smartMFA = true;