Home
last modified time | relevance | path

Searched refs:writingHTMLfooter (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTable.php416 …E-BREAK-INSIDE']) === 'AVOID' && $this->mpdf->tableLevel == 1 && !$this->mpdf->writingHTMLfooter) {
916 …>table_keep_together || ($this->mpdf->table[1][1]['nr'] == 1 && !$this->mpdf->writingHTMLfooter)) {
1070 …>table_keep_together || ($this->mpdf->table[1][1]['nr'] == 1 && !$this->mpdf->writingHTMLfooter)) {
1118 …>mpdf->table_keep_together && !$this->mpdf->writingHTMLheader && !$this->mpdf->writingHTMLfooter) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DForm.php914 } elseif ($this->mpdf->writingHTMLheader || $this->mpdf->writingHTMLfooter) {
994 } elseif ($this->mpdf->writingHTMLheader || $this->mpdf->writingHTMLfooter) {
1196 } elseif ($this->mpdf->writingHTMLheader || $this->mpdf->writingHTMLfooter) {
DMpdf.php352 var $writingHTMLfooter; variable in Mpdf\\Mpdf
1150 $this->writingHTMLfooter = false;
2425 …if ($this->writingHTMLfooter || $this->writingHTMLheader) { // Write each (tiles) image rather tha…
2615 …if (($this->writingHTMLfooter || $this->writingHTMLheader) && (!isset($pb['clippath']) || $pb['cli…
2625 …if ($this->writingHTMLfooter || $this->writingHTMLheader) { // Write each (tiles) image rather tha…
4337 if ($this->writingHTMLheader || $this->writingHTMLfooter) {
9422 if (!$this->keep_block_together && !$this->writingHTMLheader && !$this->writingHTMLfooter) {
9793 $this->writingHTMLfooter = true;
9805 …$this->writingHTMLfooter = false; // mPDF 5.7.3 (moved after PrintPageBackgrounds so can adjust p…
9924 if ($this->writingHTMLheader || $this->writingHTMLfooter) {
[all …]