/plugin/hyphenation/phpHyphenation/ |
D | phpHyphenation.class.php | 130 $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);
|
D | hyphenation.php | 75 $text_word = mb_strtolower($text_word);
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
D | Hyphenator.php | 92 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;
|
D | Mpdf.php | 13458 $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/ |
D | Trainer.php | 42 $content = \mb_strtolower(\file_get_contents($txt->getPathname()));
|
D | Language.php | 68 $str = \mb_strtolower($str);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
D | StringContains.php | 69 $string = mb_strtolower($this->string);
|
/plugin/combo/vendor/symfony/polyfill-mbstring/ |
H A D | bootstrap.php | 67 …function mb_strtolower($string, $encoding = null) { return p\Mbstring::mb_strtolower($string, $enc… function
|
H A D | bootstrap80.php | 63 …function mb_strtolower(?string $string, ?string $encoding = null): string { return p\Mbstring::mb_… function
|
H A D | Mbstring.php | 609 public static function mb_strtolower($s, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
D | utf8.php | 369 return normalizer::normalize(mb_strtolower($string,'utf-8')); 371 return (mb_strtolower($string,'utf-8'));
|
/plugin/findologicxmlexport/vendor/hoa/file/ |
D | Generic.php | 553 file_exists(mb_strtolower(__FILE__)) &&
|
/plugin/bibtex/OSBib/ |
D | UTF8.php | 217 return mb_strtolower($string,'utf-8');
|
/plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
D | KML.php | 60 $text = mb_strtolower($text, mb_detect_encoding($text));
|
/plugin/zwidoku/ |
H A D | Html2Text.php | 559 switch (mb_strtolower($matches[1])) {
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/ |
H A D | RemoteWebElement.php | 314 return mb_strtolower($this->executor->execute(
|
/plugin/icalevents/ |
D | syntax-impl.php | 95 switch (mb_strtolower($params['sort'])) {
|
/plugin/findologicxmlexport/vendor/hoa/ustring/ |
D | Ustring.php | 463 $this->_string = mb_strtolower($this->_string);
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/ |
D | CoreExtension.php | 1349 return mb_strtolower($string, $charset); 1381 …return mb_strtoupper(mb_substr($string, 0, 1, $charset), $charset).mb_strtolower(mb_substr($string…
|
/plugin/pubmed2020/classes/ |
D | pubmed2020.php | 839 return ucwords(mb_strtolower($name), " \t\r\n\f\v-'");
|
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/ |
H A D | Xpath.php | 696 return mb_strtolower($string, 'utf-8');
|
/plugin/matrixnotifierwas/vendor/rappasoft/laravel-helpers/src/ |
D | helpers.php | 809 … $title = preg_replace('![^' . preg_quote($separator) . '\pL\pN\s]+!u', '', mb_strtolower($title));
|
/plugin/bibtex/OSBib/format/ |
D | README.txt | 87 Convert a UTF-8 string to lowercase. Where PHP has been compiled with mb_string, mb_strtolower() wi…
|