Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php517 var $entsearch; // Array of HTML entities (>ASCII 127) to substitute variable in Mpdf\\Mpdf
1250 $this->entsearch = []; // Array of HTML entities (>ASCII 127) to substitute
25985 $this->entsearch[] = '&' . $key . ';';
25994 if (count($this->entsearch)) {
25995 $html = str_replace($this->entsearch, $this->entsubstitute, $html);