Home
last modified time | relevance | path

Searched +full:pass -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 70) sorted by last modified time

123

/dokuwiki/lib/plugins/authpdo/
H A Dauth.php48 conf_decodeString($this->getConf('pass')),
79 ['select-user', 'select-user-groups', 'update-user-pass']
119 * @param string $pass the clear text password
122 public function checkPass($user, $pass)
129 if ($this->checkConfig(['check-pass'])) {
130 $userdata['clear'] = $pass;
131 $userdata['hash'] = auth_cryptPassword($pass);
132 $result = $this->query($this->getConf('check-pass'), $userdata);
141 return $passhash->verify_hash($pass, $userdata['hash']);
144 return ($pass
162 checkPass($user, $pass) global() argument
[all...]
/dokuwiki/inc/parser/
H A Dxhtml.php501 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
524 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
1419 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
1506 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
1534 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
1572 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
/dokuwiki/inc/
H A Dtemplate.php1365 * Retrieve a language dependent file and pass to xhtml renderer for display
1780 * Note: no escaping or sanity checking is done here. Never pass user input
H A DMailer.class.php193 * If you pass the HTML part or HTML replacements yourself you have to make
722 // pass the whole mail class to plugin
724 // pass references for backward compatibility
H A Dcommon.php62 * Please note: when you pass uninitialized variables, they will implicitly be created
1876 // pass info about the redirect back to the test suite
H A Dinfoutils.php586 if (preg_match('/(notify|pass|auth|secret|ftp|userinfo|token|buid|mail|proxy)/i', $key)) {
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dfreeswitch.php139 GESHI_SEARCH => '(Regex\ \(PASS\))',
H A Dio.php51 'ifTrue', 'or', 'pass', 'raise', 'return', 'then', 'try', 'wait', 'while', 'yield'
H A Dnginx.php24 * - Misc formatting tweaks and language fixes to pass langcheck
H A Dpf.php65 'pass'
H A Dpys60.php58 'import', 'pass', 'yield', 'def', 'finally', 'in', 'print', "<<", ">>", "as"
H A Drebol.php107 'request-download','request-file','request-list','request-pass',
H A Drsplus.php334 'na.contiguous', 'na.exclude', 'na.fail', 'na.omit', 'na.pass', 'napredict', 'naprint', 'naresid',
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php155 [$login, $mail, $name, $grps, $pass] = $args;
159 if (empty($pass)) {
161 $pass = auth_pwgen($login);
168 } elseif (!empty($pass)) {
174 if ($auth->triggerUserMod('create', [$login, $pass, $name, $mail, $grps])) {
H A Dadmin.php264 * @var string $pass
374 * @param array $userdata array with name, mail, pass and grps
646 [$user, $pass, $name, $mail, $grps, $passconfirm] = $this->retrieveUser();
650 if (empty($pass)) {
652 $pass = auth_pwgen($user);
658 } elseif (!$this->verifyPassword($pass, $passconfirm)) {
663 } elseif (!empty($pass)) {
693 if ($ok = $this->auth->triggerUserMod('create', [$user, $pass, $name, $mail, $grps])) {
696 if ($INPUT->has('usernotify') && $pass) {
697 $this->notifyUser($user, $pass);
[all...]
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php102 // If parameters are given, pass these to the respective method
224 .(empty($parsed['user']) ? '' : $parsed['user'].(empty($parsed['pass']) ? '' : ':'.$parsed['pass']).'@')
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php383 // Check if h-card is set and pass that information on in the link.
H A DRegistry.php218 * @param array $parameters Parameters to pass to the constructor
/dokuwiki/inc/Search/
H A DIndexer.php654 * The metadata values are compared as case-sensitive strings. Pass a
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php687 * You don't need to call this yourself. It's used when you pass Archive::COMPRESS_AUTO somewhere
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md99 The table formatter allows coloring full columns. To use that mechanism pass an array of colors as third parameter to
100 its ``format()`` method. Please note that you can not pass colored texts in the second parameters (text length calculation
133 If you need to pass a class implementing the `Psr\Log\LoggerInterface` you can do so by inheriting from one of the two provided classes implementing this interface instead of `splitbrain\phpcli\CLI`.
140 Note: if your backend code calls for a PSR-3 logger but does not actually type check for the interface (AKA being LoggerAware only) you can also just pass an instance of `splitbrain\phpcli\CLI`.
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php126 // first pass for format check and fixed columns
152 // second pass to handle percentages
/dokuwiki/inc/Utf8/
H A DUnicode.php53 // US-ASCII, pass straight through.
/dokuwiki/vendor/composer/
H A DInstalledVersions.php117 * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package

123