Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A 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) {
H A DTable.php26 if (count($this->mpdf->textbuffer) == 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->mpdf->ColActive) {
748 $this->mpdf->kwt = false;
1165 $this->mpdf->kwt = false;
H A DImg.php400 if (!$this->mpdf->ColActive && !$this->mpdf->tableLevel && !$this->mpdf->listlvl && !$this->mpdf->kwt) {
407 if (isset($properties['TRANSFORM']) && !$this->mpdf->ColActive && !$this->mpdf->kwt) {
H A DBarCode.php245 if (!$this->mpdf->ColActive && !$this->mpdf->tableLevel && !$this->mpdf->listlvl && !$this->mpdf->kwt) {
H A DBlockTag.php768 if (!empty($properties['BACKGROUND-IMAGE']) && !$this->mpdf->kwt && !$this->mpdf->ColActive && !$this->mpdf->keep_block_together) {
778 $this->mpdf->kwt = true;
793 $this->mpdf->kwt = false;
1132 if ($this->mpdf->kwt) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBaseWriter.php233 } elseif ($this->mpdf->kwt && !$this->mpdf->processingHeader && !$this->mpdf->processingFooter) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php431 var $kwt;
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;
9377 // Used in Columns and keep-with-table i.e. "kwt"
9394 if (!$this->ColActive && !$this->kwt) {
437 var $kwt; global() variable in Mpdf\\Mpdf
[all...]
/plugin/mermaid/
H A Dmermaid.min.js[all...]