Home
last modified time | relevance | path

Searched refs:notification (Results 1 – 1 of 1) sorted by path

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php101 private $notification;
133 * If "notification" is set as a context parameter the message code for successful login is
160 if (isset($context['notification'])) {
161 $this->notification = $context['notification'];
205 if (isset($this->notification) && is_callable($this->notification)) {
206 /* if !is_callable($this->notification) we could do this:
215 call_user_func($this->notification, STREAM_NOTIFY_CONNECT, STREAM_NOTIFY_SEVERITY_INFO, '', 0, 0, 0);
216 call_user_func($this->notification, STREAM_NOTIFY_AUTH_REQUIRE
113 var $notification; global() variable in phpseclib\\Net\\SFTP\\Stream
[all...]