Home
last modified time | relevance | path

Searched refs:isCaseSensitive (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/_test/mock/
H A DAuthCaseInsensitivePlugin.php9 function isCaseSensitive(){ function in dokuwiki\\test\\mock\\AuthCaseInsensitivePlugin
/dokuwiki/inc/Extension/
H A DAuthPlugin.php386 public function isCaseSensitive() function in dokuwiki\\Extension\\AuthPlugin
/dokuwiki/inc/
H A Dauth.php651 if (!$auth->isCaseSensitive()) {
667 if (!$auth->isCaseSensitive()) $member = PhpString::strtolower($member);
758 if (!$auth->isCaseSensitive()) {
785 if (!$auth->isCaseSensitive() && $acl[1] !== '@ALL') {
815 if (!$auth->isCaseSensitive() && $acl[1] !== '@ALL') {
/dokuwiki/lib/plugins/authldap/
H A Dauth.php394 public function isCaseSensitive() function in auth_plugin_authldap
/dokuwiki/lib/plugins/authad/
H A Dauth.php357 public function isCaseSensitive() function in auth_plugin_authad