Searched refs:toc_bookmarkText (Results 1 – 2 of 2) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
D | TableOfContents.php | 119 $toc_bookmarkText = '', argument 178 if ($toc_bookmarkText) { 179 $this->m_TOC[$toc_id]['TOCbookmarkText'] = $toc_bookmarkText; 214 if ($toc_bookmarkText) { 215 $this->TOCbookmarkText = $toc_bookmarkText; 355 $toc_bookmarkText = $this->TOCbookmarkText; 395 $toc_bookmarkText = $this->m_TOC[$toc_id]['TOCbookmarkText']; 397 $toc_bookmarkText = ''; 538 $toc_bookmarkText = $this->TOCbookmarkText; // *BOOKMARKS* 551 $toc_bookmarkText = Arrays::get($this->m_TOC[$toc_id], 'TOCbookmarkText', null); // *BOOKMARKS* [all …]
|
D | Mpdf.php | 23416 …$toc_bookmarkText = (isset($a['toc_bookmarkText']) ? $a['toc_bookmarkText'] : (isset($a['toc-bookm… 23441 …_ehvalue, $toc_ofvalue, $toc_efvalue, $toc_preHTML, $toc_postHTML, $toc_bookmarkText, $resetpagenu… 23444 …alue = 0, $toc_efvalue = 0, $toc_preHTML = '', $toc_postHTML = '', $toc_bookmarkText = '', $resetp… argument 23462 …_ehvalue, $toc_ofvalue, $toc_efvalue, $toc_preHTML, $toc_postHTML, $toc_bookmarkText, $resetpagenu…
|