Home
last modified time | relevance | path

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

12

/plugin/sneakyindexfix/
H A Daction.php57 if(!$auth->isCaseSensitive()) {
86 if(!$auth->isCaseSensitive() && $acl[1] !== '@ALL') {
/plugin/aclregex/
H A Daction.php86 if (! $auth->isCaseSensitive()) {
235 if (! $auth->isCaseSensitive() && $acl_subject !== '@ALL') {
/plugin/dev/skel/
H A Dauth.php137 public function isCaseSensitive()
136 public function isCaseSensitive() global() function
/plugin/authsmartcard/
H A Dauth.php279 public function isCaseSensitive() { function in auth_plugin_authsmartcard
280 return parent::isCaseSensitive();
/plugin/authchained/
H A Dauth.php403 public function isCaseSensitive() { function in auth_plugin_authchained
405 return parent::isCaseSensitive();
407 return $this->chained_auth->isCaseSensitive();
/plugin/autogallery/
H A Dauth.php223 public function isCaseSensitive() { function in auth_plugin_autogallery
/plugin/authjoomla/
H A Dauth.php158 public function isCaseSensitive() function in auth_plugin_authjoomla
/plugin/authimap/
H A Dauth.php115 public function isCaseSensitive() { function in auth_plugin_authimap
/plugin/pureldap/
H A Dauth.php95 public function isCaseSensitive()
87 public function isCaseSensitive() global() function in auth_plugin_pureldap
/plugin/starred/
H A Dhelper.php117 if ($auth && !$auth->isCaseSensitive()) {
/plugin/authsplit/
H A Dauth.php636 public function isCaseSensitive() { function in auth_plugin_authsplit
638 $result = $this->authplugins['primary']->isCaseSensitive();
641 'authsplit:isCaseSensitive(): primary auth plugin\'s '.
642 'isCaseSensitive(): '.$status.'.', 1, __LINE__, __FILE__
H A DREADME152 - isCaseSensitive() / cleanUser(): authsplit will always route these method
179 isCaseSensitive() Determined here -
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php550 public static function isCaseSensitive() function in Hoa\\File\\Generic
/plugin/authnc/
H A Dauth.php344 public function isCaseSensitive() function in auth_plugin_authnc
/plugin/authhiorgserver/
H A Dauth.php378 public function isCaseSensitive() { function in auth_plugin_authhiorgserver
/plugin/authdrupal7/
H A Dauth.php266 public function isCaseSensitive() { function in auth_plugin_authdrupal7
/plugin/authdrupal8/
H A Dauth.php261 public function isCaseSensitive() {
272 public function isCaseSensitive() { global() function in auth_plugin_authdrupal8
/plugin/do/
H A Dhelper.php189 if ($auth && !$auth->isCaseSensitive()) {
/plugin/authimap2/
H A Dauth.php345 public function isCaseSensitive() { function in auth_plugin_authimap2
/plugin/authucenter/
H A Dauth.php338 public function isCaseSensitive() { function in auth_plugin_authucenter
/plugin/magento/
H A Dauth.php266 public function isCaseSensitive() { function in auth_plugin_magento
/plugin/authldaplocal/
H A Dauth.php306 public function isCaseSensitive() { function in auth_plugin_authldaplocal
/plugin/discussion/
H A Daction.php1285 if(!$auth->isCaseSensitive()) $mod = utf8_strtolower($mod);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js7375 …ext){row=this.currentSearch.findNext(wrapSearch,false,reverse,Firebug.Search.isCaseSensitive(text))
7377 row=this.currentSearch.find(text,reverse,Firebug.Search.isCaseSensitive(text));
7386 row=this.currentSearch.find(text,reverse,Firebug.Search.isCaseSensitive(text))

12