Home
last modified time | relevance | path

Searched defs:clear (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/inc/
DPassHash.php32 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 …]
Dauth.php1339 function auth_cryptPassword($clear, $method = '', $salt = null)
1370 function auth_verifyPassword($clear, $crypt)
/dokuwiki/bin/
Dindexer.php17 private $clear = false; variable in IndexerCLI
/dokuwiki/lib/scripts/
Dlocktimer.js91 clear: function(){ method
/dokuwiki/lib/plugins/authpdo/
Dauth.php199 public function createUser($user, $clear, $name, $mail, $grps = null)
/dokuwiki/inc/Search/
DIndexer.php456 public function clear() function in dokuwiki\\Search\\Indexer