Home
last modified time | relevance | path

Searched refs:auth (Results 251 – 275 of 299) sorted by relevance

1...<<1112

/plugin/ckgdoku/action/
H A Dmeta.php737 $auth = auth_quickaclcheck($ID);
739 if($auth >= $auth_captcha && $this->captcha) {
755 else if($dbl_click_auth == 'all' ||$auth == 255 ) {
/plugin/stats/
H A Dsyntax.php736 global $auth;
758 if($auth->canDo('getUserCount')) {
759 $nbUsers = $auth->getUserCount(array());
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php563 $auth = 0;
565 list($top_level,$auth) = explode(';;',$_REQUEST['TopLevel']);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php547 $auth = 0;
549 list($top_level,$auth) = explode(';;',$_REQUEST['TopLevel']);
/plugin/superacl/
H A Dadmin.php341 global $auth;
363 $info = $auth->getUserData($user);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php558 $auth = 0;
560 list($top_level,$auth) = explode(';;',$_REQUEST['TopLevel']);
/plugin/issuetracker/
H A Daction.php811 global $auth;
849 $target = $auth->retrieveUsers(0,0,$filter);
978 global $auth;
981 $target = $auth->retrieveUsers(0,0,$filter);
1432 global $auth;
1492 $target = $auth->retrieveUsers(0,0,$filter);
3012 global $auth;
3294 global $auth;
3298 $usr_info = $auth->getUserData($user['client']);
3314 global $auth;
[all …]
H A Dsyntax.php478 global $auth;
481 $target = $auth->retrieveUsers(0,0,$filter);
922 global $auth;
925 $usr_array = $auth->retrieveUsers(0,0,$filter);
/plugin/sympaauth/
H A Dadmin.php95 if (!file_exists(DOKU . '/inc/auth/sympa.class.php')) {
/plugin/querychangelog/
H A Dadmin.php253 $user_list = $auth->retrieveUsers();
/plugin/evesso/phpoauthlib/
H A DREADME.md88 For usage with complete auth flow, please see the examples. More in-depth documentation will come w…
/plugin/cacherevisionseraser/
H A DREADME.md116 * Removed auth mechanism (Doku Wiki don�t allow non-admin users to access admins plug-ins anyway), …
/plugin/vbsso/
H A DREADME.md30 * Installed DokuWiki default auth plugin `authplain`.
/plugin/fedauth/
H A Daction.php76 * and $_SESSION[DOKU_COOKIE]['auth'] is never set - there is no need for it.
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dpusher-http-java-1.0.0.jar ... extends java.lang.Object { private final String auth private final String channelData public void <init> ( ...
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md84 - Added digest auth integration test support to test server.
/plugin/authphpbb3/
H A Dauth.php233 $_SESSION[DOKU_COOKIE]['auth']['user'] = $USERINFO['name'];
234 $_SESSION[DOKU_COOKIE]['auth']['info'] = $USERINFO;
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md111 For usage with complete auth flow, please see the examples. More in-depth documentation will come with release 1.0.
/plugin/ckgedit/action/
H A Dmeta.php769 $auth = auth_quickaclcheck($ID);
783 else if($dbl_click_auth == 'all' ||$auth == 255 ) {
/plugin/diagramsnet/lib/js/socket.io/
H A Dsocket.io.min.js6auth&&(r.auth=n.auth),r.io._autoConnect&&r.open(),r}return e=f,(n=[{key:"subEvents",value:function…
/plugin/components/
H A DREADME.md13 2. `protected function auth($params) { return ...; }`
/plugin/bez/action/
H A Ddefault.php192 global $auth;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1123 protected $auth = []; variable in phpseclib3\\Net\\SSH2
2244 $this->auth[] = func_get_args();
3323 if (!empty($this->auth)) {
3364 foreach ($this->auth as $auth) {
3365 $result = $this->login(...$auth);
/plugin/glossary/
H A Dglossary.class.php918 global $auth;
919 $users = $auth->retrieveUsers ();
/plugin/adfs/phpsaml/
H A DCHANGELOG77 * Be able to get at the auth object the last processed ID
79 * Reset errorReason attribute of the auth object after each Process method

1...<<1112