Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTableOfContents.php49 var $TOC_odd_footer_name; variable in Mpdf\\TableOfContents
190 $this->m_TOC[$toc_id]['TOC_odd_footer_name'] = $toc_ofname;
226 $this->TOC_odd_footer_name = $toc_ofname;
364 $toc_ofname = $this->TOC_odd_footer_name;
407 $toc_ofname = $this->m_TOC[$toc_id]['TOC_odd_footer_name'];
692 $this->m_TOC[$toc_id]['TOC_odd_header_name'] = $this->m_TOC[$toc_id]['TOC_even_header_name'] = $this->m_TOC[$toc_id]['TOC_odd_footer_name'] = $this->m_TOC[$toc_id]['TOC_even_footer_name'] = '';
700 $this->m_TOC[$toc_id]['TOC_odd_footer_name'] = $attr['TOC-ODD-FOOTER-NAME'];
804 $this->TOC_odd_header_name = $this->TOC_even_header_name = $this->TOC_odd_footer_name = $this->TOC_even_footer_name = '';
812 $this->TOC_odd_footer_name = $attr['TOC-ODD-FOOTER-NAME'];