Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTableOfContents.php277 …$this->mpdf->PageNumSubstitutions[] = ['from' => $this->mpdf->page, 'reset' => $resetpagenum, 'typ…
450 $this->mpdf->PageNumSubstitutions = array_map(function ($sub) {
453 }, $tocClassClone->mpdf->PageNumSubstitutions);
594 $this->mpdf->PageNumSubstitutions = $tocClassClone->mpdf->PageNumSubstitutions;
883 if ($this->mpdf->page == 1 && count($this->mpdf->PageNumSubstitutions) == 0) {
899 …$this->mpdf->PageNumSubstitutions[] = ['from' => 1, 'reset' => $resetpagenum, 'type' => $pagenumst…
DMpdf.php440 var $PageNumSubstitutions; variable in Mpdf\\Mpdf
1205 $this->PageNumSubstitutions = [];
1219 $this->PageNumSubstitutions = [];
3088 …$this->PageNumSubstitutions[] = ['from' => ($this->page + 1), 'reset' => $resetpagenum, 'type' => …
10154 …$this->PageNumSubstitutions[] = ['from' => ($this->page), 'reset' => $resetpagenum, 'type' => $pag…
11537 foreach ($this->PageNumSubstitutions as $psarr) {
11586 foreach ($this->PageNumSubstitutions as $psarr) {
11693 foreach ($this->PageNumSubstitutions as $psarr) {
23452 if ($this->page == 1 && count($this->PageNumSubstitutions) == 0) {
23458 …$this->PageNumSubstitutions[] = ['from' => $this->page, 'reset' => $resetpagenum, 'type' => $pagen…
[all …]
/plugin/dw2pdf/
Daction.php462 … $mpdf->PageNumSubstitutions[] = ['from' => 1, 'reset' => 0, 'type' => '1', 'suppress' => 'off'];