Home
last modified time | relevance | path

Searched refs:mb_strtolower (Results 1 – 23 of 23) sorted by relevance

/plugin/hyphenation/phpHyphenation/
DphpHyphenation.class.php130 $entry = mb_strtolower(trim($entry));
186 if ($tagJump == 0 && in_array(mb_strtolower($tagName), $this->ignoreTags)) {
189 …} elseif ($tagJump == 0 || mb_strtolower(mb_substr($tag, -mb_strlen($tagName)-3)) == '</'.mb_strto…
213 … if(isset($this->dictWords[mb_strtolower($word)])) return $this->dictWords[mb_strtolower($word)];
218 $text_word = mb_strtolower($text_word);
Dhyphenation.php75 $text_word = mb_strtolower($text_word);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DHyphenator.php92 if (isset($this->words[mb_strtolower($word)])) {
93 foreach ($this->words[mb_strtolower($word)] as $i) {
106 $text_word = mb_strtolower($text_word, 'UTF-8');
198 $this->words[str_replace('/', '', mb_strtolower($entry))] = $poss;
DMpdf.php13458 $e = mb_strtolower($e, $this->mb_enc);
13475 $e = mb_strtolower($e, $this->mb_enc);
24069 $this->Reference[$i]['d'] = mb_strtolower($l, 'UTF-8');
24072 $this->Reference[$i]['d'] = mb_strtolower($l, 'UTF-8');
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
DTrainer.php42 $content = \mb_strtolower(\file_get_contents($txt->getPathname()));
DLanguage.php68 $str = \mb_strtolower($str);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
DStringContains.php69 $string = mb_strtolower($this->string);
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php67 …function mb_strtolower($string, $encoding = null) { return p\Mbstring::mb_strtolower($string, $enc… function
H A Dbootstrap80.php63 …function mb_strtolower(?string $string, ?string $encoding = null): string { return p\Mbstring::mb_… function
H A DMbstring.php609 public static function mb_strtolower($s, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
Dutf8.php369 return normalizer::normalize(mb_strtolower($string,'utf-8'));
371 return (mb_strtolower($string,'utf-8'));
/plugin/findologicxmlexport/vendor/hoa/file/
DGeneric.php553 file_exists(mb_strtolower(__FILE__)) &&
/plugin/bibtex/OSBib/
DUTF8.php217 return mb_strtolower($string,'utf-8');
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DKML.php60 $text = mb_strtolower($text, mb_detect_encoding($text));
/plugin/zwidoku/
H A DHtml2Text.php559 switch (mb_strtolower($matches[1])) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php314 return mb_strtolower($this->executor->execute(
/plugin/icalevents/
Dsyntax-impl.php95 switch (mb_strtolower($params['sort'])) {
/plugin/findologicxmlexport/vendor/hoa/ustring/
DUstring.php463 $this->_string = mb_strtolower($this->_string);
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
DCoreExtension.php1349 return mb_strtolower($string, $charset);
1381 …return mb_strtoupper(mb_substr($string, 0, 1, $charset), $charset).mb_strtolower(mb_substr($string…
/plugin/pubmed2020/classes/
Dpubmed2020.php839 return ucwords(mb_strtolower($name), " \t\r\n\f\v-'");
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php696 return mb_strtolower($string, 'utf-8');
/plugin/matrixnotifierwas/vendor/rappasoft/laravel-helpers/src/
Dhelpers.php809 … $title = preg_replace('![^' . preg_quote($separator) . '\pL\pN\s]+!u', '', mb_strtolower($title));
/plugin/bibtex/OSBib/format/
DREADME.txt87 Convert a UTF-8 string to lowercase. Where PHP has been compiled with mb_string, mb_strtolower() wi…