Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTextArea.php146 $this->mpdf->specialcontent = serialize($objattr);
156 $this->mpdf->specialcontent = '';
H A DSelect.php29 $this->mpdf->specialcontent = 'type=select';
147 $this->mpdf->specialcontent = '';
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php585 var $specialcontent;
1546 $this->specialcontent = '';
13449 if ($this->useSubstitutions && !$this->onlyCoreFonts && $this->subPos < $i && !$this->specialcontent) {
13464 if ($this->checkSIP && $this->CurrentFont['sipext'] && $this->subPos < $i && (!$this->specialcontent || !$this->useActiveForms)) {
13468 if ($this->useSubstitutions && !$this->onlyCoreFonts && $this->CurrentFont['type'] != 'Type0' && $this->subPos < $i && (!$this->specialcontent || !$this->useActiveForms)) {
13482 if (isset($this->CurrentFont['useOTL']) && $this->CurrentFont['useOTL'] && (!$this->specialcontent || !$this->useActiveForms)) {
13506 if ($this->specialcontent) {
13509 if ($this->specialcontent == "type=select") {
13531 $objattr = unserialize($this->specialcontent);
591 var $specialcontent; global() variable in Mpdf\\Mpdf