Searched refs:toc_mgl (Results 1 – 2 of 2) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | TableOfContents.php | 103 $toc_mgl = '', argument 182 $this->m_TOC[$toc_id]['TOC_margin_left'] = $toc_mgl; 218 $this->TOC_margin_left = $toc_mgl; 356 $toc_mgl = $this->TOC_margin_left; 399 $toc_mgl = $this->m_TOC[$toc_id]['TOC_margin_left']; 439 …$this->mpdf->AddPage($toc_orientation, '', $tp_reset, $tp_pagenumstyle, $tp_suppress, $toc_mgl, $t…
|
| D | Mpdf.php | 23400 …$toc_mgl = (isset($a['toc_mgl']) ? $a['toc_mgl'] : (isset($a['toc-margin-left']) ? $a['toc-margin-… 23441 …$this->TOCpagebreak('', '', '', $TOCusePaging, $TOCuseLinking, $toc_orientation, $toc_mgl, $toc_mg… 23444 …= '', $TOCusePaging = true, $TOCuseLinking = '', $toc_orientation = '', $toc_mgl = '', $toc_mgr = … argument 23462 …cfontsize, $tocindent, $TOCusePaging, $TOCuseLinking, $toc_orientation, $toc_mgl, $toc_mgr, $toc_m…
|