Home
last modified time | relevance | path

Searched refs:SHYcharmin (Results 1 – 2 of 2) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DHyphenator.php75 …if (preg_match('/^(["\'' . $startpunctuation . '])+(.{' . $this->mpdf->SHYcharmin . ',})$/u', $wor…
80 …if (preg_match('/^(.{' . $this->mpdf->SHYcharmin . ',})([\'\.,;:!?"' . $endpunctuation . ']+)$/u',…
85 if (mb_strlen($word, 'UTF-8') < $this->mpdf->SHYcharmin) {
122 for ($position = 0; $position <= ($word_length - $this->mpdf->SHYcharmin); $position++) {
124 for ($win = $this->mpdf->SHYcharmin; $win <= $maxwins; $win++) {
DMpdf.php121 var $SHYcharmin; variable in Mpdf\\Mpdf