Searched refs:pregRTLchars (Results 1 – 4 of 4) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | DirectWrite.php | 73 if (preg_match('/([' . $this->mpdf->pregRTLchars . '])/u', $txt)) { 455 if (preg_match('/([' . $this->mpdf->pregRTLchars . '])/u', $text)) {
|
| D | Form.php | 236 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)) {
|
| D | Mpdf.php | 197 var $pregRTLchars; variable in Mpdf\\Mpdf 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 .= $this->CurrentFont['rtlPUAstr']; 25449 if (!preg_match("/[" . $pregRTLchars . "]/u", $chunk) && $dir != 'rtl') {
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
| D | Svg.php | 2681 if (preg_match("/([" . $this->mpdf->pregRTLchars . "])/u", $txt)) {
|