Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php51 protected $currentObjectNumber; variable in setasign\\Fpdi\\Tcpdf\\Fpdi
155 $this->currentObjectNumber = $this->_newobj();
156 $this->importedPages[$key]['objectNumber'] = $this->currentObjectNumber;
196 $this->currentObjectNumber = null;
241 $string = $this->_encrypt_data($this->currentObjectNumber, $string);
247 $string = $this->_encrypt_data($this->currentObjectNumber, $string);
252 $stream = $this->_encrypt_data($this->currentObjectNumber, $stream);
261 $this->currentObjectNumber = $this->objectMap[$this->currentReaderId][$value->objectNumber];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBaseWriter.php42 $s = $this->protection->rc4($this->protection->objectKey($this->mpdf->currentObjectNumber), $s);
58 $this->mpdf->currentObjectNumber = $obj_id; // for later use with encryption
65 $s = $this->protection->rc4($this->protection->objectKey($this->mpdf->currentObjectNumber), $s);
77 $s = $this->protection->rc4($this->protection->objectKey($this->mpdf->currentObjectNumber), $s);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php40 public $currentObjectNumber;
368 $string = $this->protection->rc4($this->protection->objectKey($this->currentObjectNumber), $string);
374 $string = $this->protection->rc4($this->protection->objectKey($this->currentObjectNumber), $string);
379 $stream = $this->protection->rc4($this->protection->objectKey($this->currentObjectNumber), $stream);
388 $this->currentObjectNumber = $this->objectMap[$this->currentReaderId][$value->objectNumber];
37 public $currentObjectNumber; global() variable