Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 374) sorted by path

12345678910>>...15

/plugin/a2s/
H A Dstyle.css15 * ... years pass ...
/plugin/aclauditor/
H A Dadmin.php183 $this->data[$l]['pass'] = $ok;
301 if($r['pass']) continue;
/plugin/adfs/
H A Dauth.php37 public function trustExternal($user, $pass, $sticky = false) argument
/plugin/adfs/phpsaml/
H A DREADME.md139 …So it is **highly** recommended that instead of using settings files, you pass the settings as an …
978 way to destroy the session, you can pass a callback method to the
991 If we don't want that `processSLO` to destroy the session, pass a true
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md78 It passes most of the CommonMark tests. Most of the tests that don't pass deal with cases that are quite uncommon. Still, as CommonMark matures, compliance should improve.
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe17032 Ġby pass
17087 Ġsur pass
28458 pass word
/plugin/airtable/
H A DLICENSE35 gratis or for a fee, you must pass on to the recipients the same
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md348 * Cleaned up the code (to pass JSHint validation)
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md523 If you need to filter the drawn elements, you can pass the `reviver` method in
524 your global configuration, or pass it to the `capture` method if you export
807 This feature will kick in by default. If you want to disable it simply pass
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1pass the predicate check,\n\t * else `false`.\n\t */\n\t function arrayEvery(array, pr…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js7719 var pass = false, end = false;
7812 case 'BrtFRTBegin': pass = true; break;
7813 case 'BrtFRTEnd': pass = false; break;
8111 var pass = false, xmlns = "xmlns";
8162 case '</definedNames>': pass=false; break;
8206 case '</ext>': pass=false; break;
8210 case '<AlternateContent': pass=true; break;
8211 case '</AlternateContent>': pass=false; break;
8289 var pass = false, z;
8336 case 'BrtFRTBegin': pass = true; break;
[all …]
H A Dxlsx.min.map1 …x","write_sst_xml","bookSST","sitag","parse_BrtBeginSst","parse_sst_bin","pass","hopper_sst","writ…
/plugin/archivegenerator/
H A Dadmin.php54 $pass = $INPUT->post->str('adminPass');
61 if (empty($pass)) {
279 $pass = $INPUT->post->str('adminPass');
295 $pwHash = auth_cryptPassword($pass);
/plugin/authchained/
H A Dauth.php166 * @param string $pass Cleartext Password
170 public function trustExternal($user, $pass, $sticky = false) { argument
173 if($module[1]->canDo('external') && $module[1]->trustExternal($user, $pass, $sticky)) {
199 * @param string $pass the clear text password
202 public function checkPass($user, $pass) { argument
206 return $this->chained_auth->checkPass($user, $pass);
208 if($module[1]->canDo('external') && $module[1]->trustExternal($user, $pass)) {
213 if($module[1]->checkPass($user, $pass)) {
269 * @param string $pass
275 public function createUser($user, $pass, $name, $mail, $grps = null) { argument
[all …]
/plugin/authclientcert/
H A Dauth.php38 * @param string $pass Cleartext Password
43 public function trustExternal($user, $pass, $sticky=false) { argument
/plugin/authdiscourse/
H A Dauth.php48 public function trustExternal($user, $pass, $sticky=false) { argument
/plugin/authdjango/
H A Dauth.php52 function trustExternal($user,$pass,$sticky=false){ argument
/plugin/authdrupal7/
H A Dauth.php73 * @param string $pass user's clear text password to check
80 public function checkPass($user, $pass) { argument
88 $rc = $this->_hash_password($pass, $result[0]['pass']) == $result[0]['pass'];
98 * @param string $pass user's clear text password to hash
104 protected function _hash_password($pass, $hashedpw) { argument
111 $hash = _password_crypt('sha512', $pass, $hashedpw);
/plugin/authdrupal8/
H A Dauth.php26 protected $checkPass = "SELECT pass FROM %{drupalPrefix}users_field_data WHERE name='%{user}'";
69 * @param string $pass user's clear text password to check
76 public function checkPass($user, $pass) {
84 $rc = $this->_hash_password($pass, $result[0]['pass']) == $result[0]['pass'];
94 * @param string $pass user's clear text password to hash
100 protected function _hash_password($pass, $hashedpw) {
106 $hash = _password_crypt('sha512', $pass, $hashedpw);
87 checkPass($user, $pass) global() argument
111 _hash_password($pass, $hashedpw) global() argument
H A Dpassword.inc227 if (substr($account->pass, 0, 2) == 'U$') {
230 $stored_hash = substr($account->pass, 1);
234 $stored_hash = $account->pass;
276 if ((substr($account->pass, 0, 3) != '$S$') || (strlen($account->pass) != DRUPAL_HASH_LENGTH)) {
282 return (_password_get_count_log2($account->pass) !== $count_log2);
/plugin/authenvvars/
H A Dauth.php51 public function trustExternal($user, $pass, $sticky=false) { argument
/plugin/authfacebook/
H A Dauth.php41 function trustExternal($user,$pass,$sticky=true ){ argument
58 if($this->checkPass($user,$pass)){
/plugin/authg2fa/
H A Dauth.php21 function checkPass($user,$pass) { argument
65 return parent::checkPass($user,$pass);
/plugin/authgoogle/
H A Dauth.php28 function trustExternal($user, $pass, $sticky = false) { argument
43 if($this->checkPass($user,$pass)){
50 $USERINFO['pass'] = $pass;
/plugin/authgoogle2fa/
H A Dauth.php18 function checkPass($user,$pass) { argument
39 return parent::checkPass($user,$pass);

12345678910>>...15