Searched refs:deleteUsers (Results 1 – 7 of 7) sorted by relevance
/dokuwiki/_test/mock/ | ||
H A D | AuthDeletePlugin.php | 20 public function deleteUsers($users) { function in dokuwiki\\test\\mock\\AuthDeletePlugin |
/dokuwiki/lib/plugins/usermanager/_test/ | ||
H A D | AuthPlugin.php | 42 public function deleteUsers($users) function in dokuwiki\\plugin\\usermanager\\test\\AuthPlugin |
/dokuwiki/inc/Extension/ | ||
H A D | AuthPlugin.php | 308 public function deleteUsers($users) function in dokuwiki\\Extension\\AuthPlugin |
/dokuwiki/lib/plugins/authpdo/_test/ | ||
H A D | sqlite.test.php | 213 $num = $auth->deleteUsers(array('tester', 'foobar')); |
H A D | mysql.test.php | 248 $num = $auth->deleteUsers(array($user['user'])); |
/dokuwiki/lib/plugins/authplain/ | ||
H A D | auth.php | 240 public function deleteUsers($users) function in auth_plugin_authplain |
/dokuwiki/lib/plugins/authpdo/ | ||
H A D | auth.php | 350 public function deleteUsers($users) function in auth_plugin_authpdo |