Home
last modified time | relevance | path

Searched refs:utf8_strtolower (Results 26 – 36 of 36) sorted by path

12

/plugin/fileshare/syntax/
H A DFileshare.php239 $allowedUserGroups = utf8_strtolower ( $allowedUserGroups );
/plugin/mediatooltip/
H A Daction.php116 $user = utf8_strtolower($user);
/plugin/passpolicy/
H A Dhelper.php193 $pass = utf8_strtolower($pass);
194 $username = utf8_strtolower($username);
/plugin/preregister/
H A Daction.php310 $uname = utf8_strtolower($uname);
/plugin/refnotes/
H A Ddatabase.php
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php449 $allowedUserGroups = utf8_strtolower ( $allowedUserGroups );
/plugin/sneakyindexfix/
H A Daction.php58 $user = utf8_strtolower($user);
87 $acl[1] = utf8_strtolower($acl[1]);
/plugin/solr/
H A Daction.php156 $val = utf8_stripspecials(utf8_strtolower($_REQUEST['search_plus']));
160 $val = utf8_stripspecials(utf8_strtolower($QUERY));
167 $val = utf8_stripspecials(utf8_strtolower($_REQUEST['search_minus']));
219 $val = utf8_strtolower($QUERY);
371 $val = utf8_stripspecials(utf8_strtolower($val));
/plugin/statistics/inc/
H A DStatisticsLogger.class.php121 $referer = utf8_strtolower($referer);
/plugin/tagfilter/syntax/
H A Dfilter.php341 'data-label' => hsc(utf8_strtolower(trim($label))),
369 $item = utf8_strtolower(trim($item));
378 'data-label' => hsc(str_replace(' ', '_', utf8_strtolower(trim($label)))),
/plugin/tagging/
H A Dhelper.php88 $tag = utf8_strtolower($tag);

12