Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php68 protected $currentReaderId; variable
211 $this->currentReaderId = $this->getPdfReaderId($file);
212 $this->objectsToCopy[$this->currentReaderId] = [];
214 $reader = $this->getPdfReader($this->currentReaderId);
236 if (null === $this->currentReaderId) {
240 $pageId = $this->currentReaderId;
259 $reader = $this->getPdfReader($this->currentReaderId);
375 'readerId' => $this->currentReaderId,
541 if (!isset($this->objectMap[$this->currentReaderId])) {
542 $this->objectMap[$this->currentReaderId]
[all...]
H A DFpdi.php98 $this->currentReaderId = null;
104 $this->currentReaderId = $pageData['readerId'];
111 $this->currentReaderId = $readerId;
129 $this->currentReaderId = null;
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/
H A DFpdi.php99 $this->currentReaderId = null;
105 $this->currentReaderId = $pageData['readerId'];
112 $this->currentReaderId = $readerId;
130 $this->currentReaderId = null;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php190 $reader = $this->getPdfReader($this->currentReaderId);
295 $this->currentReaderId = null;
300 $this->currentReaderId = $pageData['readerId'];
307 $this->currentReaderId = $readerId;
325 $this->currentReaderId = null;
355 $n = $this->objectMap[$this->currentReaderId][$value->objectNumber];
388 $this->currentObjectNumber = $this->objectMap[$this->currentReaderId][$value->objectNumber];
392 $n = $this->objectMap[$this->currentReaderId][$value->objectNumber];
H A DMpdf.php3191 $currentReaderId = $this->currentReaderId;
3209 $this->currentReaderId = $currentReaderId;
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php157 $this->currentReaderId = $pageData['readerId'];
164 $this->currentReaderId = $readerId;
261 $this->currentObjectNumber = $this->objectMap[$this->currentReaderId][$value->objectNumber];