Home
last modified time | relevance | path

Searched refs:ColActive (Results 1 – 11 of 11) 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.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 …->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) - $thi…
1098 …} elseif ($this->mpdf->ColActive && $tableheight > (($this->mpdf->h - $this->mpdf->bMargin) - $thi…
1117 …rowheight > $remainingpage && !$added_page && !$this->mpdf->table_rotate && !$this->mpdf->ColActive
1224 if ($this->mpdf->ColActive) {
DBlockTag.php258 if ($this->mpdf->ColActive) {
340 …&& !$this->mpdf->ColActive && !$this->mpdf->keep_block_together && !isset($attr['PAGEBREAKAVOIDCHE…
445 …$properties['FLOAT']) && strtoupper($properties['FLOAT']) === 'RIGHT' && !$this->mpdf->ColActive) {
497 …($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 && !$t…
777 …if ($this->mpdf->use_kwt && isset($attr['KEEP-WITH-TABLE']) && !$this->mpdf->ColActive && !$this->…
1313 if ($this->mpdf->ColActive) {
DImg.php400 …if (!$this->mpdf->ColActive && !$this->mpdf->tableLevel && !$this->mpdf->listlvl && !$this->mpdf->…
407 if (isset($properties['TRANSFORM']) && !$this->mpdf->ColActive && !$this->mpdf->kwt) {
DBarCode.php245 …if (!$this->mpdf->ColActive && !$this->mpdf->tableLevel && !$this->mpdf->listlvl && !$this->mpdf->…
DFormFeed.php113 } elseif ($this->mpdf->ColActive) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DBaseWriter.php187 …} elseif ($this->mpdf->ColActive && !$this->mpdf->processingHeader && !$this->mpdf->processingFoot…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php497 var $ColActive; variable in Mpdf\\Mpdf
1240 …$this->ColActive = 0; // Flag indicating that columns are on (the index is being processe…
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) {
6484 if ($this->ColActive && !$is_table) {
[all …]
DTableOfContents.php270 if ($this->mpdf->ColActive) {
335 if ($this->mpdf->ColActive) {
DForm.php917 if ($this->mpdf->ColActive) {
997 if ($this->mpdf->ColActive) {
1199 if ($this->mpdf->ColActive) {
DCssManager.php1650 if ($this->mpdf->ColActive || $this->mpdf->keep_block_together) {