Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTd.php24 $this->mpdf->tdbegin = true;
443 if (!$this->mpdf->tdbegin) {
446 $this->mpdf->tdbegin = false;
H A DTable.php13 $this->mpdf->tdbegin = false;
732 $this->mpdf->tdbegin = true;
H A DBlockTag.php127 if ($tag === 'CENTER' && $this->mpdf->tdbegin) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php541 var $tdbegin;
1507 $this->tdbegin = false;
13536 if ($this->tdbegin) {
13546 if ($this->tdbegin) {
547 var $tdbegin; global() variable in Mpdf\\Mpdf