Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php989 var $InFooter; //flag set when processing footer variable in FPDF
1548 $this->InFooter=false;
1761 $this->InFooter=true;
1763 $this->InFooter=false;
1790 $this->InFooter=true;
1792 $this->InFooter=false;
2135 if($this->y+$h>$this->PageBreakTrigger && !$this->InFooter && $this->AcceptPageBreak())
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTableOfContents.php521 $this->mpdf->InFooter = true;
523 $this->mpdf->InFooter = false;
H A DMpdf.php804 var $InFooter; // flag set when processing footer
1102 $this->InFooter = false;
2035 $this->InFooter = true;
2037 $this->InFooter = false;
3175 $this->InFooter = true;
3272 $this->InFooter = false;
4762 && !$this->InFooter
6633 if (!$is_table && ($this->y + $check_h) > ($this->PageBreakTrigger + $buff) and ! $this->InFooter and $this->AcceptPageBreak()) {
7083 if ($this->y + $this->blk[$this->blklvl]['margin_bottom'] < $this->PageBreakTrigger and ! $this->InFooter) {
8439 if (!$is_table && ($this->y + $check_h) > $this->PageBreakTrigger and ! $this->InFooter an
803 var $InFooter; // flag set when processing footer global() variable in Mpdf\\Mpdf
[all...]