Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A 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) {
H A DMpdf.php351 var $writingHTMLheader; // internal flag - used both for writing HTMLHeaders/Footers and FixedPos block
1148 $this->writingHTMLheader = false;
2425 if ($this->writingHTMLfooter || $this->writingHTMLheader) { // Write each (tiles) image rather than use as a pattern
2615 if (($this->writingHTMLfooter || $this->writingHTMLheader) && (!isset($pb['clippath']) || $pb['clippath'] == '')) {
2625 if ($this->writingHTMLfooter || $this->writingHTMLheader) { // Write each (tiles) image rather than use as a pattern
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 ||
358 var $writingHTMLheader; // internal flag - used both for writing HTMLHeaders/Footers and FixedPos block global() variable in Mpdf\\Mpdf
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php1118 && !$this->mpdf->table_keep_together && !$this->mpdf->writingHTMLheader && !$this->mpdf->writingHTMLfooter) {