Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php512 var $columnLinks;
1248 $this->columnLinks = []; // Cross references PageLinks
4345 $this->columnLinks[$this->CurrCol][(int) $this->x][(int) $this->y] = $ref; // *COLUMNS*
24306 $this->columnLinks = [];
24330 $this->columnLinks = [];
24560 if (isset($this->columnLinks[$s['col']][intval($s['x'])][intval($s['y'])])) {
24561 $ref = $this->columnLinks[$s['col']][intval($s['x'])][intval($s['y'])];
24564 unset($this->columnLinks[$s['col']][intval($s['x'])][intval($s['y'])]);
24618 if (isset($this->columnLinks[$s['col']][intval($s['x'])][intval($s['y'])])) {
24619 $ref = $this->columnLinks[
518 var $columnLinks; global() variable in Mpdf\\Mpdf
[all...]