Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/ !
DDirectWrite.php73 if (preg_match('/([' . $this->mpdf->pregRTLchars . '])/u', $txt)) {
455 if (preg_match('/([' . $this->mpdf->pregRTLchars . '])/u', $text)) {
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)) {
DMpdf.php197 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/ !
DSvg.php2681 if (preg_match("/([" . $this->mpdf->pregRTLchars . "])/u", $txt)) {