Home
last modified time | relevance | path

Searched refs:ColActive (Results 1 – 11 of 11) 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.php16 if ($this->mpdf->ColActive) {
426 if (isset($properties['BACKGROUND-GRADIENT']) && !$this->mpdf->kwt && !$this->mpdf->ColActive) {
430 if (!empty($properties['BACKGROUND-IMAGE']) && !$this->mpdf->kwt && !$this->mpdf->ColActive) {
440 if (($this->mpdf->ColActive || $this->mpdf->tableLevel > 1) && $table['overflow'] === 'visible') {
660 if ($this->mpdf->ColActive) {
747 if ($this->mpdf->kwt || $this->mpdf->table_rotate || $this->mpdf->table_keep_together || $this->mpdf->ColActive) {
941 } elseif ($this->mpdf->ColActive && $tableheight > (($this->mpdf->h - $this->mpdf->bMargin) - $this->mpdf->y0)) {
1098 } elseif ($this->mpdf->ColActive && $tableheight > (($this->mpdf->h - $this->mpdf->bMargin) - $this->mpdf->y0)) {
1117 if ($maxfirstrowheight > $remainingpage && !$added_page && !$this->mpdf->table_rotate && !$this->mpdf->ColActive
1224 if ($this->mpdf->ColActive) {
[all...]
H A DBlockTag.php258 if ($this->mpdf->ColActive) {
340 && !$this->mpdf->ColActive && !$this->mpdf->keep_block_together && !isset($attr['PAGEBREAKAVOIDCHECKED'])) {
445 if (isset($properties['FLOAT']) && strtoupper($properties['FLOAT']) === 'RIGHT' && !$this->mpdf->ColActive) {
497 } elseif (isset($properties['FLOAT']) && strtoupper($properties['FLOAT']) === 'LEFT' && !$this->mpdf->ColActive) {
581 if ($this->mpdf->autoPadding && !$this->mpdf->ColActive) {
768 if (!empty($properties['BACKGROUND-IMAGE']) && !$this->mpdf->kwt && !$this->mpdf->ColActive && !$this->mpdf->keep_block_together) {
777 if ($this->mpdf->use_kwt && isset($attr['KEEP-WITH-TABLE']) && !$this->mpdf->ColActive && !$this->mpdf->keep_block_together) {
1313 if ($this->mpdf->ColActive) {
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 DFormFeed.php113 } elseif ($this->mpdf->ColActive) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBaseWriter.php187 } elseif ($this->mpdf->ColActive && !$this->mpdf->processingHeader && !$this->mpdf->processingFooter) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php497 var $ColActive;
1240 $this->ColActive = 0; // Flag indicating that columns are on (the index is being processed)
2004 if ($this->ColActive) {
2006 $this->ColActive = 0;
3106 if (!$this->ColActive && $this->blklvl > 0) {
3157 if ($this->ColActive) {
3287 if ($this->ColActive) {
3294 if (!$this->ColActive) {
4799 if ($this->ColActive) {
6321 // Used when ColActive fo
503 var $ColActive; global() variable in Mpdf\\Mpdf
[all...]
H A DTableOfContents.php270 if ($this->mpdf->ColActive) {
335 if ($this->mpdf->ColActive) {
H A DForm.php917 if ($this->mpdf->ColActive) {
997 if ($this->mpdf->ColActive) {
1199 if ($this->mpdf->ColActive) {
H A DCssManager.php1650 if ($this->mpdf->ColActive || $this->mpdf->keep_block_together) {