Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DPassHash.php30 verify_hash($clear, $hash) global() argument
184 hash_smd5($clear, $salt = null) global() argument
206 hash_lsmd5($clear, $salt = null) global() argument
226 hash_apr1($clear, $salt = null, $magic = 'apr1') global() argument
270 hash_md5($clear) global() argument
282 hash_sha1($clear) global() argument
295 hash_ssha($clear, $salt = null) global() argument
309 hash_crypt($clear, $salt = null) global() argument
324 hash_mysql($clear) global() argument
347 hash_my411($clear) global() argument
363 hash_kmd5($clear, $salt = null) global() argument
398 stretched_hash($algo, $clear, $salt = null, $magic = 'P', $compute = 8) global() argument
462 hash_pmd5($clear, $salt = null, $magic = 'P', $compute = 8) global() argument
483 hash_drupal_sha512($clear, $salt = null, $magic = 'S', $compute = 15) global() argument
498 hash_hmd5($clear, $salt = null, $magic = 'H', $compute = 8) global() argument
514 hash_djangosha1($clear, $salt = null) global() argument
531 hash_djangomd5($clear, $salt = null) global() argument
553 hash_seafilepbkdf2($clear, $salt = null, $opts = array()) global() argument
589 hash_djangopbkdf2($clear, $salt = null, $opts = array()) global() argument
621 hash_djangopbkdf2_sha256($clear, $salt = null, $opts = array()) global() argument
635 hash_djangopbkdf2_sha1($clear, $salt = null, $opts = array()) global() argument
657 hash_bcrypt($clear, $salt = null, $compute = 10) global() argument
687 hash_sha2($clear, $salt = null, $opts = array()) global() argument
713 hash_sha512($clear, $salt = null, $opts = []) global() argument
719 hash_sha256($clear, $salt = null, $opts = []) global() argument
736 hash_mediawiki($clear, $salt = null) global() argument
753 hash_argon2i($clear) global() argument
771 hash_argon2id($clear) global() argument
[all...]
H A Dauth.php1209 auth_cryptPassword($clear, $method = '', $salt = null) global() argument
1233 auth_verifyPassword($clear, $crypt) global() argument
/dokuwiki/bin/
H A Dindexer.php17 private $clear = false; variable in IndexerCLI
/dokuwiki/lib/scripts/
H A Dlocktimer.js91 clear: function(){ method in dw_locktimer
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php236 createUser($user, $clear, $name, $mail, $grps = null) global() argument
[all...]
/dokuwiki/inc/Search/
H A DIndexer.php445 public function clear() { global() function in dokuwiki\\Search\\Indexer