Lines Matching defs:string

160      * Returns when a string matching $expect exactly is found
166 * Returns when a string matching the regular expression $expect is found
184 * @var string
218 * @var string|false
234 * @var string|false
390 * @var string|null
399 * @var string|null
408 * @var string|null
431 * @var string|null
440 * @var string|null
449 * @var string|null
472 * @var string|false
494 * @var string|false
521 * @var string
535 * @var string
545 * @var string
733 * @var string
743 * @var string
751 * @var string
851 * @var string
859 * @var string
879 * @var string
895 * @var string
920 * @var string
973 * @var array<string, SSH2|\WeakReference<SSH2>>
978 * Send the identification string first?
1008 * @var string|false
1015 * @var string|false
1029 * @var string
1118 * $host can either be a string, representing the host, or a stream resource.
1249 * both sides MUST send an identification string". It does not say which side sends it first. In
1262 * both sides MUST send an identification string". It does not say which side sends it first. In
1370 string. Each line SHOULD be terminated by a Carriage Return and Line
1380 throw new \RuntimeException('Connection timed out whilst receiving server identification string');
1388 throw new \RuntimeException('Connection timed out whilst receiving server identification string');
1406 // want to process the identification string without expecting the
1483 * @return string
1517 * @param string|bool $kexinit_payload_server optional
1586 $client_cookie = Random::string(16);
2062 * @param string $algorithm Name of the encryption algorithm
2109 * @param string $algorithm Name of the encryption algorithm
2157 * @param string $algorithm Name of the encryption algorithm
2192 * @param string $algorithm Name of the encryption algorithm
2212 * @param string $username
2213 * @param string|PrivateKey|array[]|Agent|null ...$args
2239 * @param string $username
2240 * @param string|PrivateKey|array[]|Agent|null ...$args
2264 throw new \UnexpectedValueException('$password needs to either be an instance of \phpseclib3\Crypt\Common\PrivateKey, \System\SSH\Agent, an array or a string');
2335 * @param string $username
2336 * @param string|AsymmetricKey|array[]|Agent|null ...$args
2500 * @param string $username
2501 * @param string|array $password
2523 * @param string|array ...$responses
2619 * @param string $username
2642 * @param string $username
2824 * @param string $command
2825 * @return string|bool
2826 * @psalm-return ($callback is callable ? bool : string|bool)
2936 * @param string $channel
3130 * Returns when there's a match for $expect, which can take the form of a string literal or,
3141 * @param string $expect
3144 * @return string|bool|null
3203 * @param string $cmd
3234 * a string that contained the name of the subsystem, but at that point, only one subsystem of each type could be opened.
3240 * @param string $subsystem
3502 * @return bool|string
3756 * @return string
3813 * @param string $payload
3815 * @return string|bool
4034 * Returns the data as a string. bool(true) is returned if:
4273 * @param string $data
4274 * @param string $logged
4324 $padding = Random::string($padding_length);
4422 * @param string $message_number
4423 * @param string $message
4444 * @param string $message_number
4445 * @param string $message
4533 * @param string $data
4672 * Returns a string if NET_SSH2_LOGGING == self::LOG_COMPLEX, an array if NET_SSH2_LOGGING == self::LOG_SIMPLE and false if !defined('NET_SSH2_LOGGING')
4674 * @return array|false|string
4698 * @return string
4766 * @return string[]
4778 * @return string
4792 * @return string|false
5076 * @param string $term
5173 * @return string
5186 * @return string|false
5337 * @return string
5353 * @return string
5363 * @param string $id
5378 * @return array<string, SSH2>
5383 /** @var array<string, SSH2> */
5396 * @param string $old
5397 * @param string $new