Searched defs:clear (Results 1 – 6 of 6) sorted by relevance
/dokuwiki/inc/ |
D | PassHash.php | 32 public function verify_hash($clear, $hash) 183 public function hash_smd5($clear, $salt = null) 206 public function hash_lsmd5($clear, $salt = null) 227 public function hash_apr1($clear, $salt = null, $magic = 'apr1') 272 public function hash_md5($clear) 285 public function hash_sha1($clear) 299 public function hash_ssha($clear, $salt = null) 314 public function hash_crypt($clear, $salt = null) 330 public function hash_mysql($clear) 354 public function hash_my411($clear) [all …]
|
D | auth.php | 1339 function auth_cryptPassword($clear, $method = '', $salt = null) 1370 function auth_verifyPassword($clear, $crypt)
|
/dokuwiki/bin/ |
D | indexer.php | 17 private $clear = false; variable in IndexerCLI
|
/dokuwiki/lib/scripts/ |
D | locktimer.js | 91 clear: function(){ method
|
/dokuwiki/lib/plugins/authpdo/ |
D | auth.php | 199 public function createUser($user, $clear, $name, $mail, $grps = null)
|
/dokuwiki/inc/Search/ |
D | Indexer.php | 456 public function clear() function in dokuwiki\\Search\\Indexer
|