Home
last modified time | relevance | path

Searched full:utf8_strtolower (Results 26 – 40 of 40) sorted by relevance

12

/plugin/fileshare/syntax/
H A DFileshare.php239 $allowedUserGroups = utf8_strtolower ( $allowedUserGroups );
/plugin/alphaindex/
H A Dsyntax.php244 $firstLetter = utf8_deaccent(utf8_strtolower(utf8_substr($pageName, 0, 1)));
/plugin/preregister/
H A Daction.php310 $uname = utf8_strtolower($uname);
/plugin/passpolicy/
H A Dhelper.php193 $pass = utf8_strtolower($pass);
194 $username = utf8_strtolower($username);
/plugin/do/
H A Dhelper.php140 $status = utf8_strtolower($args['status'][0]);
191 $args[$n] = array_map('utf8_strtolower', $args[$n]);
/plugin/refnotes/
H A Ddatabase.php
/plugin/captcha/
H A Dhelper.php
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php449 $allowedUserGroups = utf8_strtolower ( $allowedUserGroups );
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php1025 $newString .= $this->utf8->utf8_strtolower($this->utf8->encodeUtf8($array[1])) . $array[2];
1028 $newString .= $this->utf8->utf8_strtolower($this->utf8->encodeUtf8($pString));
/plugin/statistics/inc/
H A DStatisticsLogger.class.php121 $referer = utf8_strtolower($referer);
/plugin/quickstats/
H A Daction.php16 if(!function_exists('utf8_strtolower')) {
/plugin/bibtex/OSBib/
H A DUTF8.php215 function utf8_strtolower($string){ function in UTF8
/plugin/discussion/
H A Daction.php1285 if(!$auth->isCaseSensitive()) $mod = utf8_strtolower($mod);
1640 $text = utf8_strtolower($comment['raw']);
/plugin/tagging/
H A Dhelper.php88 $tag = utf8_strtolower($tag);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php353 if(!function_exists('utf8_strtolower')){
366 function utf8_strtolower($string){ function

12