Home
last modified time | relevance | path

Searched full:clear (Results 1 – 25 of 144) sorted by relevance

123456

/dokuwiki/inc/
H A DPassHash.php22 * then the clear text password is crypted using the same method. If both hashs
28 * @param string $clear Clear-Text password
32 public function verify_hash($clear, $hash) argument
43 $clear = md5($clear);
103 return password_verify($clear, $hash);
122 $newhash = $this->$call($clear, $salt, $magic);
179 * @param string $clear The clear text to hash
183 public function hash_smd5($clear, $salt = null) argument
188 return crypt($clear, '$1$' . $salt . '$');
191 return $this->hash_apr1($clear, $salt, '1');
[all …]
H A Dactions.php27 // clear internal variables
H A DSafeFN.class.php30 …* - if previous character was "converted", append post_indicator to output, clear "converted"…
61 * - clear any converted flag
/dokuwiki/bin/
H A Dindexer.php18 private $clear = false; variable in IndexerCLI
34 'clear',
35 'clear the index before updating',
55 $this->clear = $options->getOpt('clear');
63 if ($this->clear) $this->clearindex();
93 if (idx_addPage($id, isset($this->loglevel['info']), $this->clear)) {
106 * Clear all index files
111 idx_get_indexer()->clear();
/dokuwiki/lib/plugins/authpdo/conf/
H A Ddefault.php18 * return: user, name, mail, (clear|hash), [uid], [*]
23 * statement to check the password in SQL, optional when above returned clear or hash
25 * input: :user, :clear, :hash, [uid], [*]
48 * input: :user, :name, :mail, (:clear|:hash)
96 * input: :user, :clear, :hash, [:uid], [*]
/dokuwiki/lib/plugins/config/
H A Dstyle.css19 clear: both;
63 clear: left;
67 clear: right;
158 clear: both;
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_admin.less55 clear: left;
61 clear: right;
H A Dprint.css35 clear: both;
166 clear: both;
174 clear: both;
H A D_footnotes.css22 clear: both;
H A D_imgdetail.css37 clear: both;
H A Dcontent.less143 clear: left;
158 clear: right;
350 ul li.clear {
385 clear: left;
397 clear: right;
H A Dstructure.less88 clear: both;
H A D_media_popup.css87 clear: left;
93 clear: right;
/dokuwiki/lib/styles/
H A Dall.css7 clear: both;
27 clear: both;
H A Dfeed.css61 clear: both;
/dokuwiki/lib/plugins/authpdo/_test/mysql/
H A Dmybb.php25 AND password = MD5(CONCAT(MD5(salt), MD5(:clear)))
43 …VALUES (:user, :mail, @salt, MD5(CONCAT(MD5(@salt), MD5(:clear))), UNIX_TIMESTAMP() ) …
86 password = MD5(CONCAT(MD5(@salt), MD5(:clear)))
/dokuwiki/lib/scripts/
H A Dlocktimer.js76 dw_locktimer.clear();
84 dw_locktimer.clear();
91 clear: function(){ method
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php119 * @param string $pass the clear text password
133 $userdata['clear'] = $pass;
146 // clear text password in the database O_o
147 return ($pass === $userdata['clear']);
193 * @param string $clear
199 public function createUser($user, $clear, $name, $mail, $grps = null) argument
212 $hash = auth_cryptPassword($clear);
213 …$userdata = ['user' => $user, 'clear' => $clear, 'hash' => $hash, 'name' => $name, 'mail' => $mail…
255 * @param array $changes array of field/value pairs to be changed (password will be clear text)
280 $params['clear'] = $changes['pass'];
[all …]
/dokuwiki/lib/images/fileicons/
H A Dindex.php48 <br style="clear: left" />
/dokuwiki/lib/plugins/usermanager/lang/mk/
H A Dlang.php26 $lang['clear'] = 'Ресетирај го филтерот за пребарување';
/dokuwiki/_test/core/
H A DDokuWikiTest.php156 // clear indexer data and cache
157 idx_get_indexer()->clear();
185 // clear any leftovers
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dpowershell.php59 … 'Add-Content', 'Add-History', 'Add-Member', 'Add-PSSnapin', 'Clear-Content', 'Clear-Item',
60 'Clear-ItemProperty', 'Clear-Variable', 'Compare-Object', 'ConvertFrom-SecureString',
92 'tee', 'write', 'cat', 'cd', 'clear', 'cp', 'h', 'history', 'kill', 'lp', 'ls',
/dokuwiki/lib/plugins/usermanager/lang/la/
H A Dlang.php26 $lang['clear'] = 'Colum quaerendi abrogare';
/dokuwiki/conf/
H A Dmysql.conf.php.example63 * %{pass} encrypted or clear text password (depends on 'encryptPass')
75 * 'pass' containing the encrypted or clear text password
140 * %{pass} password (encrypted or clear text, depends on 'encryptPass')
216 * %{pass} password (encrypted or clear text, depends on 'encryptPass')
/dokuwiki/lib/plugins/usermanager/lang/lt/
H A Dlang.php29 $lang['clear'] = 'Panaikinti filtrą';

123456