Home
last modified time | relevance | path

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

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