Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/usermanager/_test/
DAuthPlugin.php31 public function createUser($user, $pwd, $name, $mail, $grps = null) { argument
35 $pass = md5($pwd);
/dokuwiki/lib/plugins/authplain/
Dauth.php136 * @param string $pwd
142 public function createUser($user, $pwd, $name, $mail, $grps = null) argument
153 $pass = auth_cryptPassword($pwd);
172 return $pwd;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
DSFTP.php188 private $pwd = false; variable in phpseclib3\\Net\\SFTP
536 if ($this->pwd === false) {
701 $this->pwd = true;
703 $this->pwd = $this->realpath('.');
713 $this->update_stat_cache($this->pwd, []);
788 public function pwd() function in phpseclib3\\Net\\SFTP
794 return $this->pwd;
840 if ($this->pwd === true) {
844 $path = $this->pwd . '/' . $path;
868 if ($this->pwd === true) {
[all …]