Searched refs:InFooter (Results 1 – 3 of 3) sorted by relevance
989 var $InFooter; //flag set when processing footer variable in FPDF1548 $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())
521 $this->mpdf->InFooter = true;523 $this->mpdf->InFooter = false;
804 var $InFooter; // flag set when processing footer1102 $this->InFooter = false;2035 $this->InFooter = true;2037 $this->InFooter = false;3175 $this->InFooter = true;3272 $this->InFooter = false;4762 && !$this->InFooter6633 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 an803 var $InFooter; // flag set when processing footer global() variable in Mpdf\\Mpdf [all...]