Searched refs:toc_efvalue (Results 1 – 2 of 2) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | TableOfContents.php | 116 $toc_efvalue = 0, argument 195 $this->m_TOC[$toc_id]['TOC_even_footer_value'] = $toc_efvalue; 231 $this->TOC_even_footer_value = $toc_efvalue; 369 $toc_efvalue = $this->TOC_even_footer_value; 412 $toc_efvalue = $this->m_TOC[$toc_id]['TOC_even_footer_value']; 439 …, $toc_ofname, $toc_efname, $toc_ohvalue, $toc_ehvalue, $toc_ofvalue, $toc_efvalue, $toc_page_sele…
|
| D | Mpdf.php | 23413 …$toc_efvalue = (isset($a['toc_efvalue']) ? $a['toc_efvalue'] : (isset($a['toc-even-footer-value'])… 23441 …, $toc_ofname, $toc_efname, $toc_ohvalue, $toc_ehvalue, $toc_ofvalue, $toc_efvalue, $toc_preHTML, … 23444 …oc_efname = '', $toc_ohvalue = 0, $toc_ehvalue = 0, $toc_ofvalue = 0, $toc_efvalue = 0, $toc_preHT… argument 23462 …, $toc_ofname, $toc_efname, $toc_ohvalue, $toc_ehvalue, $toc_ofvalue, $toc_efvalue, $toc_preHTML, …
|