Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DForm.php925 …$this->mpdf->columnForms[$this->mpdf->CurrCol][(int) $this->mpdf->x][(int) $this->mpdf->y] = $this…
1000 …$this->mpdf->columnForms[$this->mpdf->CurrCol][(int) $this->mpdf->x][(int) $this->mpdf->y] = $this…
1202 …$this->mpdf->columnForms[$this->mpdf->CurrCol][(int) $this->mpdf->x][(int) $this->mpdf->y] = $this…
DMpdf.php402 var $columnForms; variable in Mpdf\\Mpdf
1230 $this->columnForms = [];
24308 $this->columnForms = [];
24332 $this->columnForms = [];
24567 if (isset($this->columnForms[$s['col']][intval($s['x'])][intval($s['y'])])) {
24568 $ref = $this->columnForms[$s['col']][intval($s['x'])][intval($s['y'])];
24571 unset($this->columnForms[$s['col']][intval($s['x'])][intval($s['y'])]);
24625 if (isset($this->columnForms[$s['col']][intval($s['x'])][intval($s['y'])])) {
24626 $ref = $this->columnForms[$s['col']][intval($s['x'])][intval($s['y'])];
24629 unset($this->columnForms[$s['col']][intval($s['x'])][intval($s['y'])]);
[all …]