Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DPageWriter.php60 if (isset($this->mpdf->PageLinks[$n])) {
61 $totaladdnum += count($this->mpdf->PageLinks[$n]);
204 if (isset($this->mpdf->PageLinks[$n])) {
205 $annotsnum += count($this->mpdf->PageLinks[$n]);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php791 var $PageLinks; // array of links in pages variable in Mpdf\\Mpdf
1199 $this->PageLinks = [];
4342 $this->PageLinks[$this->page][] = $l;
4344 $ref = count($this->PageLinks[$this->page]) - 1; // *COLUMNS*
9752 $this->PageLinks[$n][] = $lk;
9850 $this->PageLinks[$n][] = $lk;
14707 $this->PageLinks[$this->page][] = $lk;
23581 if (count($this->PageLinks)) {
23583 foreach ($this->PageLinks as $i => $o) {
23584 foreach ($this->PageLinks[$i] as $key => $pl) {
[all …]