Home
last modified time | relevance | path

Searched refs:mb_strtoupper (Results 1 – 16 of 16) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/DAV/
DStringUtil.php43 $haystack = mb_strtoupper($haystack, 'UTF-8');
44 $needle = mb_strtoupper($needle, 'UTF-8');
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php43 $haystack = mb_strtoupper($haystack, 'UTF-8');
44 $needle = mb_strtoupper($needle, 'UTF-8');
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php70 …function mb_strtoupper($string, $encoding = null) { return p\Mbstring::mb_strtoupper($string, $enc… function
H A Dbootstrap80.php66 …function mb_strtoupper(?string $string, ?string $encoding = null): string { return p\Mbstring::mb_… function
H A DMbstring.php614 public static function mb_strtoupper($s, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverWindow.php177 $orientation = mb_strtoupper($orientation);
/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/
DDocument.php194 $charset = mb_strtoupper($matches[1]);
/plugin/findologicxmlexport/vendor/hoa/file/
DGeneric.php554 file_exists(mb_strtoupper(__FILE__))
/plugin/bibtex/OSBib/
DUTF8.php240 return mb_strtoupper($string,'utf-8');
/plugin/zwidoku/
H A DHtml2Text.php637 $str = mb_strtoupper($str);
/plugin/findologicxmlexport/vendor/hoa/ustring/
DUstring.php475 $this->_string = mb_strtoupper($this->_string);
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
DCoreExtension.php1333 return mb_strtoupper($string, $charset);
1381 …return mb_strtoupper(mb_substr($string, 0, 1, $charset), $charset).mb_strtolower(mb_substr($string…
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
Dutf8.php392 if(UTF8_MBSTRING) return mb_strtoupper($string,'utf-8');
/plugin/pubmed2020/classes/
Dpubmed2020.php715 if (mb_strtoupper($t, 'utf-8') !== $t) {
/plugin/bibtex/OSBib/format/
DREADME.txt91 Convert a UTF-8 string to uppercase. Where PHP has been compiled with mb_string, mb_strtoupper() wi…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php13455 $e = mb_strtoupper($e, $this->mb_enc);
13473 $e = mb_strtoupper($e, $this->mb_enc);