Home
last modified time | relevance | path

Searched +full:auth -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 51 – 64 of 64) sorted by relevance

123

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dwhois.php69 'as-block','as-name','as-set','aut-num','auth','author','certif',
H A Dproftpd.php289 'default', 'auth', 'write',
H A Djava5.php938 90 => 'http://docs.oracle.com/javase/7/docs/api/javax/security/auth/{FNAME}.html',
939 91 => 'http://docs.oracle.com/javase/7/docs/api/javax/security/auth/callback/{FNAME}.html',
940 92 => 'http://docs.oracle.com/javase/7/docs/api/javax/security/auth/kerberos/{FNAME}.html',
941 93 => 'http://docs.oracle.com/javase/7/docs/api/javax/security/auth/login/{FNAME}.html',
942 94 => 'http://docs.oracle.com/javase/7/docs/api/javax/security/auth/spi/{FNAME}.html',
943 95 => 'http://docs.oracle.com/javase/7/docs/api/javax/security/auth/x500/{FNAME}.html',
H A Derlang.php100 'array', 'asn1ct', 'asn1rt', 'auth', 'base64', 'beam_lib', 'c',
/dokuwiki/inc/
H A Dcommon.php187 // if some outside auth were used only REMOTE_USER is set
1661 /** @var AuthPlugin $auth */
1662 global $auth;
1697 if ($auth instanceof AuthPlugin) {
1698 $info = $auth->getUserData($username);
1721 if (!isset($info) && $auth instanceof AuthPlugin) {
1722 $info = $auth->getUserData($username);
H A DPassHash.php518 * @link http://docs.djangoproject.com/en/dev/topics/auth/#passwords
536 * @link http://docs.djangoproject.com/en/dev/topics/auth/#passwords
/dokuwiki/lib/plugins/info/
H A Dsyntax.php98 $this->renderPlugins('auth', $renderer);
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php599 in_array('Auth', $extension->getTypes()) &&
602 $errors .= '<p class="permerror">' . $this->getLang('auth') . '</p>';
H A Dextension.php164 // never allow deinstalling the current auth plugin:
/dokuwiki/conf/
H A Ddokuwiki.php65 $conf['auth_security_timeout'] = 900; //time (seconds) auth data is considered valid, set to 0 to recheck on every page view
H A Dmysql.conf.php.example3 * This is an example configuration for the mysql auth plugin.
/dokuwiki/inc/Extension/
H A DPluginController.php16 public const PLUGIN_TYPES = ['auth', 'admin', 'syntax', 'action', 'renderer', 'helper', 'remote', 'cli'];
/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/lib/plugins/authpdo/
H A Dauth.php8 * DokuWiki Plugin authpdo (Auth Component)

123