Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php518 var $entsubstitute; // Array of substitution decimal unicode for the Hi entities
1251 $this->entsubstitute = []; // Array of substitution decimal unicode for the Hi entities
25986 $this->entsubstitute[] = UtfString::code2utf($val);
25995 $html = str_replace($this->entsearch, $this->entsubstitute, $html);
524 var $entsubstitute; // Array of substitution decimal unicode for the Hi entities global() variable in Mpdf\\Mpdf