Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/fpdf/
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/
DTableOfContents.php521 $this->mpdf->InFooter = true;
523 $this->mpdf->InFooter = false;
DMpdf.php804 var $InFooter; // flag set when processing footer variable in Mpdf\\Mpdf
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
7083 …->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 and $this-…
[all …]