Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A 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['borders_separate'] && $table['simple']['border']) {
340 if (!$table['borders_separate'] && !$this->mpdf->simpleTables
[all...]
H A DTr.php20 if (!$this->mpdf->simpleTables && (!isset($this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['borders_separate'])
H A 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/
H A DMpdf.php102 var $simpleTables;
12212 if (($table['borders_separate'] || ($this->simpleTables && !$table['simple']['border'])) && $table['border']) {
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) {
111 var $simpleTables; global() variable in Mpdf\\Mpdf
[all...]