Home
last modified time | relevance | path

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

12

/plugin/mediatooltip/
H A Daction.php116 $user = utf8_strtolower($user);
/plugin/preregister/
H A Daction.php310 $uname = utf8_strtolower($uname);
/plugin/do/
H A Dhelper.php140 $status = utf8_strtolower($args['status'][0]);
/plugin/refnotes/
H A Ddatabase.php
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php449 $allowedUserGroups = utf8_strtolower ( $allowedUserGroups );
/plugin/statistics/inc/
H A DStatisticsLogger.class.php121 $referer = utf8_strtolower($referer);
/plugin/bibtex/OSBib/format/
H A DREADME.txt85 UTF8::utf8_strtolower()
86 $utf8String = $utf8->utf8_strtolower(STRING: $utf8String);
94 $utf8String = $utf8->utf8_strtolower(STRING: $utf8String, INT $start [, INT: $length=NULL]);
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/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php366 function utf8_strtolower($string){ function
/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);

12