Searched refs:toc_postHTML (Results 1 – 2 of 2) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | TableOfContents.php | 118 $toc_postHTML = '', argument 175 if ($toc_postHTML) { 176 $this->m_TOC[$toc_id]['TOCpostHTML'] = $toc_postHTML; 211 if ($toc_postHTML) { 212 $this->TOCpostHTML = $toc_postHTML; 354 $toc_postHTML = $this->TOCpostHTML; 390 $toc_postHTML = $this->m_TOC[$toc_id]['TOCpostHTML']; 392 $toc_postHTML = ''; 493 if (isset($toc_postHTML) && $toc_postHTML) { 494 $this->mpdf->WriteHTML($toc_postHTML);
|
| D | Mpdf.php | 23415 …$toc_postHTML = (isset($a['toc_postHTML']) ? $a['toc_postHTML'] : (isset($a['toc-postHTML']) ? $a[… 23441 …toc_ohvalue, $toc_ehvalue, $toc_ofvalue, $toc_efvalue, $toc_preHTML, $toc_postHTML, $toc_bookmarkT… 23444 …_ehvalue = 0, $toc_ofvalue = 0, $toc_efvalue = 0, $toc_preHTML = '', $toc_postHTML = '', $toc_book… argument 23462 …toc_ohvalue, $toc_ehvalue, $toc_ofvalue, $toc_efvalue, $toc_preHTML, $toc_postHTML, $toc_bookmarkT…
|