Searched refs:pagesel (Results 1 – 4 of 4) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
| D | FormFeed.php | 93 $pagesel = ''; 95 $pagesel = $attr['PAGE-SELECTOR']; 119 $orient != $this->mpdf->CurOrientation || $newformat || $pagesel) { 170 $pagesel, 194 $pagesel, 218 $pagesel, 242 $pagesel, 266 $pagesel,
|
| D | BlockTag.php | 241 $pagesel = ''; 244 $pagesel = $p['PAGE']; 250 if (!$this->mpdf->tableLevel && (($pagesel && (!isset($this->mpdf->page_box['current']) 251 || $pagesel != $this->mpdf->page_box['current'])) 261 …if ($pagesel && (!isset($this->mpdf->page_box['current']) || $pagesel != $this->mpdf->page_box['cu… 288 $pagesel 311 $pagesel 314 …pdf->CurOrientation, '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, $pagesel); 315 } elseif ($this->mpdf->page_box['current'] != $pagesel) { 316 …pdf->CurOrientation, '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, $pagesel); [all …]
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | TableOfContents.php | 139 $pagesel = '',
|
| D | Mpdf.php | 2813 …$pagesel = (isset($a['pagesel']) ? $a['pagesel'] : (isset($a['pageselector']) ? $a['pageselector']… 2816 … $ohname, $ehname, $ofname, $efname, $ohvalue, $ehvalue, $ofvalue, $efvalue, $pagesel, $newformat); 2923 $pagesel = '', argument 3053 if ($pagesel) { 3054 $pbch = $pagesel; 3055 $pagesel = ''; 3063 $pagesel = $pbch; 3071 if ($pagesel) { 3072 $pbch = $pagesel; 3073 $pagesel = ''; [all …]
|