Home
last modified time | relevance | path

Searched refs:auth (Results 26 – 32 of 32) sorted by path

12

/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUtils.php150 $auth = hexdec(substr($hex_sid, 4, 12));
151 $result = "$rev-$auth";
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php134 /** @var $auth DokuWiki_Auth_Plugin */
135 global $auth;
221 if ($auth instanceof AuthPlugin && $auth->canDo('getUserCount')) {
222 $data['user_count'] = $auth->getUserCount();
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php13 * objectified version of auth system
27 protected $auth; // auth object
44 /** @var AuthPlugin $auth */
45 global $auth;
49 if (!$auth instanceof AuthPlugin) {
51 } elseif (!$auth->canDo('getUsers')) {
55 $this->auth = &$auth;
73 if (!is_null($this->auth))
22 protected $auth = null; // auth object global() variable in admin_plugin_usermanager
[all...]
H A Dcli.php31 $options->registerCommand('add', 'Add an user to auth backend');
40 $options->registerCommand('delete', 'Deletes user(s) from auth backend');
59 /** @var AuthPlugin $auth */
60 global $auth;
62 if (!$auth instanceof AuthPlugin) {
98 /** @var AuthPlugin $auth */
99 global $auth;
101 if (!$auth->canDo('getUsers')) {
118 /** @var AuthPlugin $auth */
119 global $auth;
[all...]
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_forms.css69 * Styles for auth forms
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1024 protected $auth = [];
2220 $this->auth[] = func_get_args();
3110 'auth-agent-req@openssh.com',
3444 if (!empty($this->auth)) {
3470 foreach ($this->auth as $auth) {
3471 $result = $this->login(...$auth);
3902 case 'auth-agent':
3903 case 'auth-agent@openssh.com':
1002 var $auth = array(); global() variable in phpseclib\\Net\\SSH2
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DRedis.php101 $redis->auth($parsed['pass']);

12