Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authplain/
H A Dauth.php133 * @param string $pwd
139 public function createUser($user, $pwd, $name, $mail, $grps = null)
150 $pass = auth_cryptPassword($pwd);
169 return $pwd;
137 createUser($user, $pwd, $name, $mail, $grps = null) global() argument
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php22 * echo $sftp->pwd() . "\r\n";
188 private $pwd = false;
535 if ($this->pwd === false) {
700 $this->pwd = true;
702 $this->pwd = $this->realpath('.');
711 $this->update_stat_cache($this->pwd, []);
755 * If this is enabled then $sftp->pwd() will not return the canonicalized absolute path
786 public function pwd()
792 return $this->pwd;
838 if ($this->pwd
181 var $pwd = false; global() variable in phpseclib\\Net\\SFTP
847 function pwd() global() function in phpseclib\\Net\\SFTP
[all...]