Searched defs:clear (Results 1 – 6 of 6) sorted by relevance
| /dokuwiki/inc/ |
| H A 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 …]
|
| H A D | auth.php | 1340 function auth_cryptPassword($clear, $method = '', $salt = null) 1371 function auth_verifyPassword($clear, $crypt)
|
| /dokuwiki/bin/ |
| H A D | indexer.php | 18 private $clear = false; variable in IndexerCLI
|
| /dokuwiki/lib/scripts/ |
| H A D | locktimer.js | 91 clear: function(){ method
|
| /dokuwiki/lib/plugins/authpdo/ |
| H A D | auth.php | 199 public function createUser($user, $clear, $name, $mail, $grps = null)
|
| /dokuwiki/inc/Search/ |
| H A D | Indexer.php | 456 public function clear() function in dokuwiki\\Search\\Indexer
|