Home
last modified time | relevance | path

Searched refs:useActiveForms (Results 1 – 5 of 5) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DInput.php54 if ($this->mpdf->useActiveForms && isset($attr['NAME'])) {
82 if ($this->mpdf->useActiveForms) {
114 if ($this->mpdf->useActiveForms) {
312 if ($this->mpdf->useActiveForms) {
345 if ($this->mpdf->useActiveForms && isset($attr['ONCLICK'])) {
381 if ($this->mpdf->useActiveForms) {
H A DTextArea.php41 if ($this->mpdf->useActiveForms) {
76 if ($this->mpdf->useActiveForms) {
H A DSelect.php51 if ($this->mpdf->useActiveForms) {
74 if ($this->mpdf->useActiveForms) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php166 if ($this->mpdf->useActiveForms) {
267 if ($this->mpdf->useActiveForms) {
350 if ($this->mpdf->useActiveForms) {
452 if ($this->mpdf->useActiveForms) {
476 if ($this->mpdf->useActiveForms) {
542 if ($this->mpdf->useActiveForms) {
594 if ($this->mpdf->useActiveForms) {
H A DMpdf.php58 var $useActiveForms;
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)) {
67 var $useActiveForms; global() variable in Mpdf\\Mpdf