Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php73 if (preg_match('/([' . $this->mpdf->pregRTLchars . '])/u', $txt)) {
455 if (preg_match('/([' . $this->mpdf->pregRTLchars . '])/u', $text)) {
H A DForm.php236 if (preg_match('/([' . $this->mpdf->pregRTLchars . '])/u', $texto)) {
417 if (preg_match('/([' . $this->mpdf->pregRTLchars . '])/u', $texto)) {
523 if (preg_match('/([' . $this->mpdf->pregRTLchars . '])/u', $texto)) {
H A DMpdf.php197 var $pregRTLchars;
4495 if (preg_match("/([" . $this->pregRTLchars . "])/u", $txt)) {
4535 if (preg_match("/([" . $this->pregRTLchars . "])/u", $txt)) {
5861 if (preg_match("/([" . $this->pregRTLchars . "])/u", $txt)) {
10503 if (preg_match("/([" . $this->pregRTLchars . "])/u", $texte)) {
13374 if (preg_match("/([" . $this->pregRTLchars . "])/u", $html)) {
25377 if (preg_match("/([" . $this->pregRTLchars . "])/u", $text)) {
25443 $pregRTLchars = $this->pregRTLchars;
25446 $pregRTLchars
206 var $pregRTLchars; global() variable in Mpdf\\Mpdf
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php2681 if (preg_match("/([" . $this->mpdf->pregRTLchars . "])/u", $txt)) {