Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DBaseWriter.php86 if ($this->mpdf->checkSIP && preg_match("/([\x{20000}-\x{2FFFF}])/u", $str)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php268 var $checkSIP; variable in Mpdf\\Mpdf
1261 $this->checkSIP = false;
13368 $this->checkSIP = false;
13378 $this->checkSIP = true;
13464 …if ($this->checkSIP && $this->CurrentFont['sipext'] && $this->subPos < $i && (!$this->specialconte…
25725 …his->_charDefined($cw, $char) || ($flag == 2 && $char == 32)) && $this->checkSIP && $char > 131071…