Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php517 var $entsearch; // Array of HTML entities (>ASCII 127) to substitute
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);
523 var $entsearch; // Array of HTML entities (>ASCII 127) to substitute global() variable in Mpdf\\Mpdf