Home
last modified time | relevance | path

Searched refs:auth (Results 201 – 225 of 299) sorted by path

12345678910>>...12

/plugin/mediarename/
H A Daction.php65 if(is_null($auth)){
66 $auth = auth_quickaclcheck($info['id']);
68 if($auth < AUTH_READ){
/plugin/mediasyntax/
H A Dhelper.php595 global $auth;
597 // if we don't have an auth object, do nothing
598 if (!$auth) return $id;
/plugin/mediatooltip/
H A Daction.php74 $auth =$_SESSION[$dw_session[0]];
81 if(isset($auth)) {
82 $user_grps = $auth['auth']['info']['grps'];
85 $user_grps = $auth['auth']['info']['grps'];
96 if(isset($auth)) {
98 $user = $auth['auth']['user'];
101 $user = $auth['auth']['info']['name'];
/plugin/notification/action/
H A Dcron.php41 global $auth;
130 $userinfo = $auth->getUserData($user, $requireGroups = false);
H A Dmigration.php47 global $auth;
52 foreach (array_keys($auth->retrieveUsers()) as $user) {
/plugin/notification/helper/
H A Dcron.php23 global $auth;
32 $allUsers = array_keys($auth->retrieveUsers());
/plugin/oauth/
H A DOAuthManager.php185 global $auth;
204 $userdata['user'] = $auth->cleanUser((string)$userdata['user']);
216 $userdata['grps'] = array_map([$auth, 'cleanGroup'], (array)$userdata['grps']);
224 * Uses the global $auth object for user management
233 /** @var \auth_plugin_oauth $auth */
234 global $auth;
237 $localUser = $auth->getUserByEmail($userdata['mail']);
239 $localUserInfo = $auth->getUserData($localUser);
244 if (!in_array($auth->cleanGroup($servicename), $localUserInfo['grps'])) {
256 $auth
[all...]
/plugin/oauth/action/
H A Duser.php65 global $auth;
81 $services = array_map([$auth, 'cleanGroup'], $services);
108 /** @var auth_plugin_authplain $auth */
109 global $auth;
124 $group = $auth->cleanGroup($service->getServiceID());
151 /** @var auth_plugin_authplain $auth */
152 global $auth;
164 $group = $auth->cleanGroup($service->getServiceID());
/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/ol3/
H A Dscript.js1 …encode,m.stringify;function v(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null…
/plugin/openid/
H A Daction.php154 if ($auth && $auth->canDo('addUser') && actionOK('register')) {
172 if (!$auth) {
182 $auth->addExtension($e);
191 $url = $auth->redirectURL(DOKU_URL, $return_to);
266 global $auth, $ID;
285 if ($auth && $auth->canDo('addUser') && actionOK('register')) {
395 global $USERINFO, $auth, $conf;
398 $users = $auth->retrieveUsers();
444 if(!$auth->canDo('addUser')) return false;
496 global $USERINFO, $INFO, $conf, $auth;
[all …]
/plugin/pagemod/helper/
H A Dpagemod.php55 $auth = $this->aclcheck($page_to_modify); // runas
56 if($auth < AUTH_READ) {
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js23027 auth: url.auth,
H A Dpdf.js.map1auth","headers","handleResponse","getResponseHeader","isHttp","suggestedLength","extractFilenameFr…
/plugin/permissioninfo/
H A Dadmin.php36 global $auth;
38 $this->auth = $auth;
41 if($this->auth->canDo('getUsers'))
43 $getUserFunc = array($this->auth, 'retrieveUsers');
51 if($this->auth->canDo('getGroups'))
52 $getGroupFunc = array($this->auth, 'retrieveGroups');
350 $userdata = $this->auth->getUserData($username);
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt21 * [bugfix: G183] better message auth
/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/preservefilenames/
H A Daction_adorabelle.php33 function _mod_media_printfile($item,$auth,$jump,$display_namespace=false){ argument
99 if($item['writable'] && $auth >= AUTH_DELETE){
120 function _mod_media_printfile_thumbs($item,$auth,$jump=false,$display_namespace=false){ argument
H A Daction_angua.php287 function _mod_media_tab_files($ns,$auth=null,$jump='') { argument
289 if(is_null($auth)) $auth = auth_quickaclcheck("$ns:*");
291 if($auth < AUTH_READ){
294 $this->_mod_media_filelist($ns,$auth,$jump,true,_media_get_sort_type());
309 if(is_null($auth)) $auth = auth_quickaclcheck("$ns:*");
313 if($auth < AUTH_READ){
317 if (!$fullscreenview) media_uploadform($ns, $auth);
332 $this->_mod_media_printfile($item,$auth,$jump);
334 $this->_mod_media_printfile_thumbs($item,$auth,$jump);
348 function _mod_media_printfile($item,$auth,$jump,$display_namespace=false){ argument
[all …]
H A Daction_anteater.php389 $auth = auth_quickaclcheck("$ns:*");
391 $this->_listMedia($ns, $auth, $JUMPTO);
399 function _listMedia($ns, $auth, $jumpto) argument
406 if ($auth < AUTH_READ) {
409 media_uploadform($ns, $auth);
426 media_printfile($item, $auth, $jumpto);
/plugin/publish/action/
H A Dmail.php146 global $auth;
147 $userinfo = $auth->getUserData($revinfo['user']);
171 global $auth;
182 $userinfo = $auth->getUserData($revinfo['user']);
/plugin/pureldap/
H A DREADME3 A new LDAP auth plugin
H A Dplugin.info.txt6 desc A new LDAP auth plugin
/plugin/pureldap/_test/
H A Dauth.test.php
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DBindRequest.php108 $auth = $type->getChild(2);
110 if ($version === null || $name === null || $auth === null) {
119 if ($auth->getTagNumber() !== 0) {
122 $auth->getTagNumber()
125 $auth = (string) $auth->getValue();
127 if ($auth === '') {
130 return new SimpleBindRequest($name, $auth, $version);

12345678910>>...12