Home
last modified time | relevance | path

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

/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.php351 …var $writingHTMLheader; // internal flag - used both for writing HTMLHeaders/Footers and FixedPos … variable in Mpdf\\Mpdf
1148 $this->writingHTMLheader = 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) {
9714 $this->writingHTMLheader = true;
9716 $this->writingHTMLheader = false;
9924 if ($this->writingHTMLheader || $this->writingHTMLfooter) {
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTable.php1118 …&& !$this->mpdf->table_keep_together && !$this->mpdf->writingHTMLheader && !$this->mpdf->writingHT…