Home
last modified time | relevance | path

Searched refs:auth (Results 226 – 250 of 299) sorted by relevance

12345678910>>...12

/plugin/advanced/lang/en/config/
H A Dusers.txt20 * [[doku>auth:plain]]
/plugin/authldaplocal/
H A DREADME.md18 As of Dokuwiki release 2013-05-10 (Weatherwax) auth plugins are treated almost in the same way as n…
40 … server. In addition it will look up every user in your local /conf/users.auth.php. When both cond…
/plugin/dirtylittlehelper/
H A Daction.php48 global $ACT, $JSINFO, $ID, $INPUT, $auth, $TPL, $INFO;
480 global $ID, $INPUT, $auth, $TPL, $INFO;
/plugin/photogallery/
H A Dsyntax.php274 global $auth;
971 global $auth;
974 if (!$auth) return false;
994 global $auth;
997 if(!$auth) return false;
/plugin/authgoogle/google/io/
H A DGoogle_HttpStreamIO.php50 $request = Google_Client::$auth->sign($request);
H A DGoogle_CurlIO.php63 $request = Google_Client::$auth->sign($request);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Ddefaults.yml34 # vault read auth/approle/role/clients-ci/role-id
/plugin/siteexport/inc/
H A Dhttpproxy.php87 global $auth, $INPUT;
/plugin/changes/
H A Dsyntax.php507 /* @var DokuWiki_Auth_Plugin $auth */
508 global $auth;
510 $user = $auth->getUserData($change['user']);
/plugin/acknowledge/
H A Dhelper.php139 /** @var AuthPlugin $auth */
140 global $auth;
142 if (!$auth->canDo('getUsers')) {
152 $users = $auth->retrieveUsers();
303 /** @var AuthPlugin $auth */
304 global $auth;
318 array_keys($auth->retrieveUsers(0, 0, ['grps' => substr($item, 1)]))
/plugin/discussion/
H A Daction.php1277 global $auth;
1285 if(!$auth->isCaseSensitive()) $mod = utf8_strtolower($mod);
1289 …foreach($auth->retrieveUsers(0, 0, array('grps' => $auth->cleanGroup(substr($mod, 1)))) as $user) {
1295 $userdata = $auth->getUserData($auth->cleanUser($mod));
/plugin/fedauth/classes/usr/
H A Dfa_login.usr.class.php112 global $ID, $conf, $auth;
/plugin/chat/
H A Dchat.php165 global $auth;
/plugin/structtemplate/_vagrant/
H A Dprovision_dokuwiki.sh150 config_file="${dw_path}/conf/acl.auth.php"
/plugin/authgooglesheets/
H A Dcomposer.lock83 "google/auth": "^1.10",
182 "name": "google/auth",
186 "url": "https://github.com/googleapis/google-auth-library-php.git",
191 …"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/73392bad2eb6852eea…
226 "homepage": "http://github.com/google/google-auth-library-php",
233 "docs": "https://googleapis.github.io/google-auth-library-php/main/",
234 "issues": "https://github.com/googleapis/google-auth-library-php/issues",
235 "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.21.0"
/plugin/snap/
H A Dsyntax.php.ori138 …ram."&u=".urlencode($_SESSION[DOKU_COOKIE]['auth']['user'])."&phash=".urlencode($_SESSION[DOKU_COO…
/plugin/evesso/
H A Dauth.php102 $auth = base64_decode($cookie[2], true);
104 if ($auth === 'oauth') {
H A Daction.php144 global $auth;
188 global $auth;
/plugin/authgoogle/google/service/
H A DGoogle_ServiceResource.php167 $httpRequest = Google_Client::$auth->sign($httpRequest);
/plugin/diagramsnet/lib/js/diagramly/
H A DGitHubClient.js148 var auth = mxUtils.bind(this, function()
171 error({message: mxResources.get('accessDenied'), retry: auth});
206 error({message: mxResources.get('serviceUnavailableOrBlocked'), retry: auth});
214 error({message: mxResources.get('accessDenied'), retry: auth});
219 auth();
H A DNotionClient.js81 auth();
86 var auth = mxUtils.bind(this, function()
128 auth();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc21 [[auth-ec]]
54 [[auth-http]]
80 [[auth-apikey]]
189 credentials. For example, this snippet authenticates using Basic HTTP auth and a
/plugin/archiveupload/
H A Daction.php235 if(@file_exists($dir.'/'.$fn_new) && (!$_POST['ow'] || $auth < AUTH_DELETE)){
/plugin/highlight2wiki/
H A Daction.php52 global $ACT, $JSINFO, $ID, $INPUT, $auth, $TPL, $INFO;
/plugin/mediasyntax/
H A Dhelper.php595 global $auth;
597 // if we don't have an auth object, do nothing
598 if (!$auth) return $id;

12345678910>>...12