Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTableOfContents.php138 $toc_id = 0,
149 if (strtoupper($toc_id) == 'ALL') {
150 $toc_id = '_mpdf_all';
151 } elseif (!$toc_id) {
152 $toc_id = 0;
154 $toc_id = strtolower($toc_id);
165 if ($toc_id) {
166 $this->m_TOC[$toc_id]['TOCmark'] = $this->mpdf->page;
167 $this->m_TOC[$toc_id]['TOCoutdent'] = $tocoutdent;
168 $this->m_TOC[$toc_id]['TOCorientation'] = $toc_orientation;
[all …]
DMpdf.php23372 $toc_id = 0, argument
23386 $toc_id,
23435 $toc_id = (isset($a['toc_id']) ? $a['toc_id'] : (isset($a['name']) ? $a['name'] : 0));
23441 …ame, $ehname, $ofname, $efname, $ohvalue, $ehvalue, $ofvalue, $efvalue, $toc_id, $pagesel, $toc_pa…
23444 …, $efname = '', $ohvalue = 0, $ehvalue = 0, $ofvalue = 0, $efvalue = 0, $toc_id = 0, $pagesel = ''… argument
23462 …ame, $ehname, $ofname, $efname, $ohvalue, $ehvalue, $ofvalue, $efvalue, $toc_id, $pagesel, $toc_pa…
23465 function TOC_Entry($txt, $level = 0, $toc_id = 0) argument
23487 if (strtoupper($toc_id) == 'ALL') {
23488 $toc_id = '_mpdf_all';
23489 } elseif (!$toc_id) {
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTocPageBreak.php9 list($isbreak, $toc_id) = $this->tableOfContents->openTagTOCPAGEBREAK($attr);
10 $this->toc_id = $toc_id;
DFormFeed.php7 public $toc_id; variable in Mpdf\\Tag\\FormFeed
273 if ($this->toc_id) {
274 $this->tableOfContents->m_TOC[$this->toc_id]['TOCmark'] = $this->mpdf->page;