Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DPageWriter.php58 $totaladdnum = 0;
61 $totaladdnum += count($this->mpdf->PageLinks[$n]);
68 $totaladdnum += 2;
70 $totaladdnum++;
78 $this->form->countPageForms($n, $totaladdnum);
88 $this->form->form_radio_groups[$name]['obj_id'] = $annotid + $totaladdnum + $ctr;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php687 function countPageForms($n, &$totaladdnum)
691 $totaladdnum += $this->getCountItems($form);
689 countPageForms($n, & $totaladdnum) global() argument