Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBr.php54 if ($this->mpdf->blockjustfinished) {
80 $this->mpdf->blockjustfinished = false;
H A DBlockTag.php98 if ($this->mpdf->blockjustfinished && !count($this->mpdf->textbuffer)
104 $this->mpdf->blockjustfinished = false;
971 $this->mpdf->blockjustfinished = true;
1026 $this->mpdf->blockjustfinished = false;
H A DTable.php139 if ($this->mpdf->blockjustfinished && !count($this->mpdf->textbuffer) && $this->mpdf->y != $this->mpdf->tMargin && $this->mpdf->collapseBlockMargins && $this->mpdf->tableLevel == 1) {
143 $this->mpdf->blockjustfinished = false;
1155 $this->mpdf->blockjustfinished = true;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php446 var $blockjustfinished;
1527 $this->blockjustfinished = false;
13554 if ($this->blockjustfinished && $this->cell[$this->row][$this->col]['s'] > 0) {
13563 $this->blockjustfinished = false;
452 var $blockjustfinished; global() variable in Mpdf\\Mpdf