Home
last modified time | relevance | path

Searched refs:auth (Results 101 – 125 of 299) sorted by path

12345678910>>...12

/plugin/changes/
H A Dsyntax.php507 /* @var DokuWiki_Auth_Plugin $auth */
508 global $auth;
510 $user = $auth->getUserData($change['user']);
/plugin/chat/
H A Dajax.php234 global $auth;
278 $udata = $auth->getUserData($user);
H A Dchat.php165 global $auth;
H A Dreadme.txt76 …* Edit ''ajax.php'' and change all occurrencies of <code>$auth->getUserData(...)</code> into <code…
/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/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php563 $auth = 0;
565 list($top_level,$auth) = explode(';;',$_REQUEST['TopLevel']);
/plugin/ckgdoku/scripts/
H A Dadd_v_animal.sh22 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php}
23 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
42 * @ALL 1" > ${ANIMAL}/conf/acl.auth.php
46 …$1$cce258b2$U9o5nK0z4MhTfB5QlKF23/:admin:admin@mail.org:admin,user' > ${ANIMAL}/conf/users.auth.php
H A Daddanimal.sh28 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php}
29 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
49 * @ALL 1" > ${ANIMAL}/conf/acl.auth.php
53 …$1$cce258b2$U9o5nK0z4MhTfB5QlKF23/:admin:admin@mail.org:admin,user' > ${ANIMAL}/conf/users.auth.php
/plugin/ckgedit/action/
H A Dmeta.php769 $auth = auth_quickaclcheck($ID);
783 else if($dbl_click_auth == 'all' ||$auth == 255 ) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php558 $auth = 0;
560 list($top_level,$auth) = explode(';;',$_REQUEST['TopLevel']);
/plugin/ckgedit/scripts/
H A Dadd_v_animal.sh22 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php}
23 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
42 * @ALL 1" > ${ANIMAL}/conf/acl.auth.php
46 …$1$cce258b2$U9o5nK0z4MhTfB5QlKF23/:admin:admin@mail.org:admin,user' > ${ANIMAL}/conf/users.auth.php
H A Daddanimal.sh28 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php}
29 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
49 * @ALL 1" > ${ANIMAL}/conf/acl.auth.php
53 …$1$cce258b2$U9o5nK0z4MhTfB5QlKF23/:admin:admin@mail.org:admin,user' > ${ANIMAL}/conf/users.auth.php
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1 …te client, ref: https://www.sqlite.org/cli.html#dotcmd\n client: set(\"auth backup bail binary …
/plugin/components/
H A DREADME.md13 2. `protected function auth($params) { return ...; }`
/plugin/components/ajax/
H A Dexample.php33 protected function auth($params) { function in Components_AJAX_Example
/plugin/components/lib/
H A Dajax.php68 abstract protected function auth($params); function in Doku_AJAX
135 if (!$this->auth($vars)) $this->error(403);
/plugin/daftdrafts/
H A Daction.php86 global $auth;
H A Dhelper.php33 'desc' => 'Add an ACL Line into the acl.auth.php',
39 'desc' => 'Remove an ACL Line into the acl.auth.php',
56 if ( empty($acl_config) ) $acl_config = file(DOKU_CONF.'acl.auth.php');
57 $daftAcl = file(dirname(__FILE__).'/daft.auth.php');
/plugin/datapopup/
H A Daction.php45 global $auth;
/plugin/davcal/
H A DauthBackendDokuwiki.php13 global $auth;
15 $ret = $auth->checkPass($username, $password);
H A Dhelper.php583 global $auth;
588 $ud = $auth->getUserData($user);
H A DprincipalBackendDokuwiki.php12 global $auth;
13 $users = $auth->retrieveUsers();
28 global $auth;
30 $userData = $auth->getUserData($user);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractBasic.php95 $auth = new HTTP\Auth\Basic(
101 $userpass = $auth->getCredentials($request);
135 $auth = new HTTP\Auth\Basic(
140 $auth->requireLogin();
H A DAbstractDigest.php152 $auth = new HTTP\Auth\Digest(
157 $auth->init();
158 $auth->requireLogin();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DSimplePluginTest.php156 $auth = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'SabreDAV');
157 $server->addPlugin($auth);
160 $auth->beforeMethod(new HTTP\Request(), new HTTP\Response());
183 $auth = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'SabreDAV');
184 $server->addPlugin($auth);
187 $auth->beforeMethod(new HTTP\Request(), new HTTP\Response());
260 $auth = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'SabreDAV');
261 $server->addPlugin($auth);
264 $auth->beforeMethod(new HTTP\Request(), new HTTP\Response());
314 $auth = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'SabreDAV');
[all …]

12345678910>>...12