Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTableOfContents.php17 var $TOCmark; variable in Mpdf\\TableOfContents
84 $this->TOCmark = 0;
166 $this->m_TOC[$toc_id]['TOCmark'] = $this->mpdf->page;
202 $this->TOCmark = $this->mpdf->page;
280 $this->m_TOC[$toc_id]['TOCmark'] = $this->mpdf->page;
289 $this->TOCmark = $this->mpdf->page;
321 if ($this->TOCmark) {
346 if ($toci == 0 && $this->TOCmark) {
348 $toc_page = $this->TOCmark;
379 $toc_page = $this->m_TOC[$toc_id]['TOCmark'];
[all...]
H A DMpdf.php2034 if (!$this->tableOfContents->TOCmark) { // Page footer
2040 if ($this->tableOfContents->TOCmark || count($this->tableOfContents->m_TOC)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DFormFeed.php274 $this->tableOfContents->m_TOC[$this->toc_id]['TOCmark'] = $this->mpdf->page;
276 $this->tableOfContents->TOCmark = $this->mpdf->page;