Searched refs:mb_substr_count (Results 1 – 6 of 6) sorted by relevance
| /plugin/combo/vendor/symfony/polyfill-mbstring/ |
| H A D | bootstrap.php | 109 …function mb_substr_count($haystack, $needle, $encoding = null) { return p\Mbstring::mb_substr_coun… function
|
| H A D | bootstrap80.php | 105 …function mb_substr_count(?string $haystack, ?string $needle, ?string $encoding = null): int { retu… function
|
| H A D | Mbstring.php | 777 public static function mb_substr_count($haystack, $needle, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|
| /plugin/findologicxmlexport/vendor/twig/twig/src/ |
| D | Compiler.php | 227 … $this->sourceLine += mb_substr_count(mb_substr($this->source, $this->sourceOffset), "\n");
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | DirectWrite.php | 140 $nb_spaces = mb_substr_count($tmp, ' ', $this->mpdf->mb_enc);
|
| D | Mpdf.php | 3626 $nb_spaces = mb_substr_count($s, ' ', $this->mb_enc); 5130 …ing * mb_strlen($txt, $this->mb_enc) / Mpdf::SCALE ) + ( $this->ws * mb_substr_count($txt, ' ', $t… 6044 $nb_spaces = mb_substr_count($tmp, ' ', $this->mb_enc); 6749 $nb_spaces += mb_substr_count($chunk, ' ', $this->mb_enc); 6968 $stringWidth += ( $this->ws * mb_substr_count($chunk, ' ', $this->mb_enc) / Mpdf::SCALE ); 8403 $nb_spaces += mb_substr_count($chunk, ' ', $this->mb_enc); 8596 $stringWidth += ( $this->ws * mb_substr_count($chunk, ' ', $this->mb_enc) / Mpdf::SCALE ); 10471 …$this->charspacing * mb_strlen($txt, $this->mb_enc)) + ( $this->ws * mb_substr_count($txt, ' ', $t…
|