Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTd.php49 if ($this->mpdf->simpleTables && $this->mpdf->row == 0 && $this->mpdf->col == 0) {
59 } elseif (!$this->mpdf->simpleTables) {
103 if (!$this->mpdf->simpleTables) {
113 } elseif ($this->mpdf->simpleTables && $this->mpdf->row == 0 && $this->mpdf->col == 0) {
279 if (!$this->mpdf->simpleTables) {
289 } elseif ($this->mpdf->simpleTables && $this->mpdf->row == 0 && $this->mpdf->col == 0) {
298 if (!$this->mpdf->simpleTables) {
319 } elseif ($this->mpdf->simpleTables && $this->mpdf->row == 0 && $this->mpdf->col == 0) {
334 …if ($this->mpdf->simpleTables && $this->mpdf->row == 0 && $this->mpdf->col == 0 && !$table['border…
340 …if (!$table['borders_separate'] && !$this->mpdf->simpleTables && isset($table['trborder-left'][$th…
[all …]
DTr.php20 …if (!$this->mpdf->simpleTables && (!isset($this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf-…
DTable.php555 if (!$this->mpdf->simpleTables) {
827 if (!$this->mpdf->simpleTables) {
839 } elseif ($this->mpdf->simpleTables) {
1008 if (!$this->mpdf->simpleTables) {
1020 } elseif ($this->mpdf->simpleTables) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php102 var $simpleTables; variable in Mpdf\\Mpdf
12212 …if (($table['borders_separate'] || ($this->simpleTables && !$table['simple']['border'])) && $table…
16167 if (!$this->simpleTables) {
16179 } elseif ($this->simpleTables) {
19320 if ($this->simpleTables) {
19356 if (!$this->simpleTables) {
19556 if ($this->simpleTables) {
20355 if ($this->simpleTables) {
20441 if (!$this->simpleTables) {
20443 } elseif ($this->simpleTables) {
[all …]