/dokuwiki/inc/ |
D | PassHash.php | 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'); 202 * @param string $clear The clear text to hash [all …]
|
D | auth.php | 1334 * @param string $clear The clear text password 1339 function auth_cryptPassword($clear, $method = '', $salt = null) argument 1343 if ($clear === null) { 1357 return $pass->$call($clear, $salt); 1363 * @param string $clear The clear text password 1370 function auth_verifyPassword($clear, $crypt) argument 1377 return $pass->verify_hash($clear, $crypt);
|
/dokuwiki/bin/ |
D | indexer.php | 17 private $clear = false; variable in IndexerCLI 54 $this->clear = $options->getOpt('clear'); 57 if ($this->clear) $this->clearindex(); 86 idx_addPage($id, !$this->quiet, $this->clear); 96 idx_get_indexer()->clear();
|
/dokuwiki/lib/scripts/ |
D | locktimer.js | 76 dw_locktimer.clear(); 84 dw_locktimer.clear(); 91 clear: function(){ method
|
/dokuwiki/lib/tpl/dokuwiki/css/ |
D | _admin.less | 55 clear: left; 61 clear: right;
|
D | _imgdetail.css | 37 clear: both;
|
D | _footnotes.css | 22 clear: both;
|
D | print.css | 35 clear: both; 166 clear: both; 174 clear: both;
|
D | structure.less | 88 clear: both;
|
D | _media_popup.css | 87 clear: left; 93 clear: right;
|
D | content.less | 143 clear: left; 158 clear: right; 350 ul li.clear { 385 clear: left; 397 clear: right;
|
D | _toc.css | 69 #dw__toc ul li.clear {
|
D | design.less | 177 clear: both; 294 clear: both;
|
D | basic.less | 48 clear: left; /* ideally 'both', but problems with toc */ 56 clear: right; 247 clear: both;
|
/dokuwiki/lib/styles/ |
D | all.css | 7 clear: both; 27 clear: both;
|
D | feed.css | 61 clear: both;
|
/dokuwiki/lib/plugins/config/ |
D | style.css | 19 clear: both; 63 clear: left; 67 clear: right; 158 clear: both;
|
/dokuwiki/_test/tests/inc/ |
D | indexer_rename.test.php | 14 $this->indexer->clear();
|
/dokuwiki/lib/plugins/authpdo/ |
D | auth.php | 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…
|
/dokuwiki/_test/core/ |
D | DokuWikiTest.php | 157 idx_get_indexer()->clear();
|
/dokuwiki/conf/ |
D | mysql.conf.php.example | 63 * %{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/scripts/jquery/jquery-ui-theme/ |
D | smoothness.css | 39 clear: both; 426 clear: left; 429 clear: both; 455 clear: right;
|
/dokuwiki/vendor/geshi/geshi/ |
D | LICENSE | 53 program proprietary. To prevent this, we have made it clear that any 226 This section is intended to make thoroughly clear what is believed to
|
/dokuwiki/ |
D | COPYING | 53 program proprietary. To prevent this, we have made it clear that any 226 This section is intended to make thoroughly clear what is believed to
|
/dokuwiki/inc/Search/ |
D | Indexer.php | 456 public function clear() function in dokuwiki\\Search\\Indexer
|