Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTableOfContents.php441 $this->mpdf->writingToC = true; // mPDF 5.6.38
496 $this->mpdf->writingToC = false; // mPDF 5.6.38
H A DMpdf.php230 var $writingToC;
1078 $this->writingToC = false;
239 var $writingToC; global() variable in Mpdf\\Mpdf
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php988 if (preg_match('/^H\d/', $tag) && !$this->mpdf->tableLevel && !$this->mpdf->writingToC) {