Home
last modified time | relevance | path

Searched refs:kwt (Results 1 – 7 of 7) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTr.php45 if (isset($properties['BACKGROUND-GRADIENT']) && !$this->mpdf->kwt && !$this->mpdf->ColActive) {
50 if (!empty($properties['BACKGROUND-IMAGE']) && !$this->mpdf->kwt && !$this->mpdf->ColActive) {
DTable.php26 … == 0 && $this->mpdf->lastblocklevelchange == 1 && !$this->mpdf->tableLevel && !$this->mpdf->kwt) {
426 if (isset($properties['BACKGROUND-GRADIENT']) && !$this->mpdf->kwt && !$this->mpdf->ColActive) {
430 if (!empty($properties['BACKGROUND-IMAGE']) && !$this->mpdf->kwt && !$this->mpdf->ColActive) {
511 if ($this->mpdf->kwt) {
515 $this->mpdf->kwt = false;
747 …if ($this->mpdf->kwt || $this->mpdf->table_rotate || $this->mpdf->table_keep_together || $this->mp…
748 $this->mpdf->kwt = false;
1165 $this->mpdf->kwt = false;
DImg.php400 …$this->mpdf->ColActive && !$this->mpdf->tableLevel && !$this->mpdf->listlvl && !$this->mpdf->kwt) {
407 if (isset($properties['TRANSFORM']) && !$this->mpdf->ColActive && !$this->mpdf->kwt) {
DBarCode.php245 …$this->mpdf->ColActive && !$this->mpdf->tableLevel && !$this->mpdf->listlvl && !$this->mpdf->kwt) {
DBlockTag.php768 …if (!empty($properties['BACKGROUND-IMAGE']) && !$this->mpdf->kwt && !$this->mpdf->ColActive && !$t…
778 $this->mpdf->kwt = true;
793 $this->mpdf->kwt = false;
1132 if ($this->mpdf->kwt) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DBaseWriter.php233 } elseif ($this->mpdf->kwt && !$this->mpdf->processingHeader && !$this->mpdf->processingFooter) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php431 var $kwt; variable in Mpdf\\Mpdf
1211 $this->kwt = false;
3093 $save_kwt = $this->kwt;
3094 $this->kwt = 0;
3309 $this->kwt = $save_kwt;
4332 elseif ($this->kwt) {
8457 if ($this->kwt && !$is_table) { // mPDF 5.7+
8459 $this->kwt = false;
9394 if (!$this->ColActive && !$this->kwt) {
9919 } elseif ($this->kwt) {
[all …]