/plugin/groupadmin/ |
H A D | admin.php | 20 var $_auth = null; variable in admin_plugin_groupadmin 38 $this->_auth = & $auth; 58 if (!is_null($this->_auth)) 75 if (is_null($this->_auth)) return false; 98 $all_users = $this->_auth->retrieveUsers(); 99 if ($this->_auth->canDo("getGroups")) { 100 $group_list = $this->_auth->retrieveGroups(); 136 $users_in_group = $this->_auth->retrieveUsers(0, -1, $filter); 197 $oldusersinfo = $this->_auth->retrieveUsers(0, -1, $group_filter); 215 $newuserinfo = $this->_auth->getUserData($newuser); [all …]
|
/plugin/groupmanager/ |
H A D | syntax.php | 59 var $_auth = null; // auth object variable in syntax_plugin_groupmanager 85 $this->_auth = & $auth; 317 if (is_null($this->_auth)) return false; 367 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt… 396 if (is_null($this->_auth)) { 635 if ($this->_auth->canDo("modPass")) { 694 if (!$this->_auth->canDo('addUser')) return false; 699 if ($this->_auth->canDo('modPass')) { 716 if ($this->_auth->canDo('modName')) { 727 if ($this->_auth->canDo('modMail')) { [all …]
|
/plugin/botbouncer/admin/ |
H A D | clean.php | 15 var $_auth = null; // auth object variable in admin_plugin_botbouncer_clean 37 $this->_auth = & $auth; 79 if (is_null($this->_auth)) return false; 108 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt… 126 $user_list = $this->_auth->retrieveUsers($this->_start, $this->_pagesize, $this->_filter);
|
/plugin/authg2fa/ |
H A D | admin.php | 20 protected $_auth = null; variable in admin_plugin_authg2fa 48 $this->_auth = & $auth; 58 if(is_null($this->_auth)) return false; 86 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt… 103 $user_list = $this->_auth->retrieveUsers($this->_start, $this->_pagesize, $this->_filter); 226 $user_list = $this->_auth->retrieveUsers($this->_start, $this->_pagesize, $this->_filter);
|
/plugin/userimportextended/ |
H A D | admin.php | 15 protected $_auth; variable in admin_plugin_userimportextended 34 $this->_auth = $auth; 53 if (!$this->_auth->canDo('addUser')) return false; 179 if (!$this->_auth->canDo('addUser')) return false; 291 if (!($this->_auth->canDo('modName') xor empty($name))){ 296 if ($this->_auth->canDo('modMail')) { 321 if (!$this->_auth->triggerUserMod('create', $user)) {
|
/plugin/autolink2/ |
H A D | admin.php | 12 var $_auth = null; // auth object variable in admin_plugin_autolink2 25 $this->_auth = & $auth; 64 if(is_null($this->_auth)) {
|
/plugin/translator/ |
H A D | admin.php | 12 var $_auth = null; // auth object variable in admin_plugin_translator 29 $this->_auth = & $auth; 64 if (is_null($this->_auth)) return false; 96 if(is_null($this->_auth)) { 238 $user_list = $this->_auth->retrieveUsers();
|
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/ |
H A D | check_acl.php | 41 function auth_aclcheck($id,$user,$groups, $_auth=1){ argument 45 if($_auth == 255) {
|
/plugin/securelogin/ |
H A D | action.php | 30 function _auth(Doku_Event $event, $param) { function in action_plugin_securelogin
|
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
H A D | check_acl.php | 47 function auth_aclcheck($id,$user,$groups, $_auth=1){ argument 51 if($_auth == 255) {
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | check_acl.php | 47 function auth_aclcheck($id,$user,$groups, $_auth=1){ argument 51 if($_auth == 255) {
|
/plugin/virtualgroup/ |
H A D | admin.php | 12 var $_auth = null; // auth object global() variable in admin_plugin_virtualgroup
|
/plugin/ckgdoku/action/ |
H A D | meta.php | 735 $_auth = $this->getConf('captcha_auth'); 736 $auth_captcha = (int)$acl_defines[$_auth];
|
/plugin/diagramsnet/lib/js/dropbox/ |
H A D | Dropbox-sdk.min.js | 9 …_auth(e,t,r,n)},p.prototype.query=function(e){return"string"!=typeof e&&(e=i(e)),e&&this._query.pu…
|