Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php477 var $HTMLHeaderE;
10324 $this->HTMLHeaderE = '';
10333 $this->HTMLHeaderE = $this->pageHTMLheaders[$name];
10335 $this->HTMLHeaderE = '';
10376 $this->SetHTMLHeader($this->HTMLHeaderE, 'E');
10383 $this->_setAutoHeaderHeight($this->HTMLHeaderE);
10401 if ($this->HTMLHeader === '' && $this->HTMLHeaderE === '') {
11737 if (($this->mirrorMargins && ($this->page % 2 == 0) && $this->HTMLHeaderE) || ($this->mirrorMargins && ($this->page % 2 == 1) && $this->HTMLHeader) || (!$this->mirrorMargins && $this->HTMLHeader)) {
12285 $this->HTMLHeaderE = [];
12286 $this->HTMLHeaderE['htm
483 var $HTMLHeaderE; global() variable in Mpdf\\Mpdf
[all...]