| /plugin/groupadmin/ |
| 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); 198 $oldusers = array_keys($this->_auth->retrieveUsers(0, -1, $group_filter)); [all …]
|
| /plugin/groupmanager/ |
| 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)) { 404 … $this->userlist = $this->_auth->retrieveUsers($this->_start, $this->_pagesize, $this->_filter); 415 …g['summary'], $this->_start + 1, $this->_last, $this->_user_total, $this->_auth->getUserCount()) .… 417 …$renderer->doc .= "<p>" . sprintf($this->lang['nonefound'], $this->_auth->getUserCount()) . "</p>"; 521 if ($this->_auth->triggerUserMod('modify',array($name, $update))) { 575 if ($this->_auth->canDo('addUser') && $allow_add_user) { [all …]
|
| /plugin/botbouncer/admin/ |
| 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/ |
| 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/ |
| 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/ |
| 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/ |
| 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/ |
| D | check_acl.php | 41 function auth_aclcheck($id,$user,$groups, $_auth=1){ argument 45 if($_auth == 255) {
|
| /plugin/securelogin/ |
| D | action.php | 30 function _auth(Doku_Event $event, $param) { function in action_plugin_securelogin
|
| /plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
| D | check_acl.php | 47 function auth_aclcheck($id,$user,$groups, $_auth=1){ argument 51 if($_auth == 255) {
|
| /plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
| D | check_acl.php | 47 function auth_aclcheck($id,$user,$groups, $_auth=1){ argument 51 if($_auth == 255) {
|
| /plugin/ckgdoku/action/ |
| D | meta.php | 735 $_auth = $this->getConf('captcha_auth'); 736 $auth_captcha = (int)$acl_defines[$_auth];
|
| /plugin/diagramsnet/lib/js/dropbox/ |
| 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… method in n
|