Home
last modified time | relevance | path

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

/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php406 …E-BREAK-INSIDE']) === 'AVOID' && $this->mpdf->tableLevel == 1 && !$this->mpdf->writingHTMLfooter) {
906 …>table_keep_together || ($this->mpdf->table[1][1]['nr'] == 1 && !$this->mpdf->writingHTMLfooter)) {
1060 …>table_keep_together || ($this->mpdf->table[1][1]['nr'] == 1 && !$this->mpdf->writingHTMLfooter)) {
1108 …>mpdf->table_keep_together && !$this->mpdf->writingHTMLheader && !$this->mpdf->writingHTMLfooter) {
/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/
H A DForm.php889 } else if ($this->mpdf->writingHTMLheader || $this->mpdf->writingHTMLfooter) {
964 } else if ($this->mpdf->writingHTMLheader || $this->mpdf->writingHTMLfooter) {
1166 } else if ($this->mpdf->writingHTMLheader || $this->mpdf->writingHTMLfooter) {
H A DMpdf.php380 var $writingHTMLfooter; variable in Mpdf\\Mpdf
1118 $this->writingHTMLfooter = false;
2355 …if ($this->writingHTMLfooter || $this->writingHTMLheader) { // Write each (tiles) image rather tha…
2537 …if (($this->writingHTMLfooter || $this->writingHTMLheader) && (!isset($pb['clippath']) || $pb['cli…
2547 …if ($this->writingHTMLfooter || $this->writingHTMLheader) { // Write each (tiles) image rather tha…
4277 if ($this->writingHTMLheader || $this->writingHTMLfooter) {
9196 if (!$this->keep_block_together && !$this->writingHTMLheader && !$this->writingHTMLfooter) {
9563 $this->writingHTMLfooter = true;
10190 if ($this->writingHTMLheader || $this->writingHTMLfooter) {
15498 $this->writingHTMLfooter = true;
[all …]