Home
last modified time | relevance | path

Searched refs:ihtml (Results 26 – 43 of 43) sorted by last modified time

12

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTFoot.php10 public function open($attr, &$ahtml, &$ihtml) argument
45 public function close(&$ahtml, &$ihtml) argument
H A DTHead.php8 public function open($attr, &$ahtml, &$ihtml) argument
43 public function close(&$ahtml, &$ihtml) argument
H A DTable.php11 public function open($attr, &$ahtml, &$ihtml) argument
524 public function close(&$ahtml, &$ihtml)
515 close(& $ahtml, & $ihtml) global() argument
H A DTag.php123 abstract public function open($attr, &$ahtml, &$ihtml); argument
125 abstract public function close(&$ahtml, &$ihtml); argument
H A DTd.php12 public function open($attr, &$ahtml, &$ihtml) argument
437 public function close(&$ahtml, &$ihtml)
424 close(& $ahtml, & $ihtml) global() argument
H A DTextArea.php10 public function open($attr, &$ahtml, &$ihtml) argument
153 public function close(&$ahtml, &$ihtml) argument
H A DTextCircle.php11 public function open($attr, &$ahtml, &$ihtml) argument
247 public function close(&$ahtml, &$ihtml) argument
H A DTh.php8 public function close(&$ahtml, &$ihtml) argument
11 parent::close($ahtml, $ihtml);
H A DToc.php8 public function open($attr, &$ahtml, &$ihtml) argument
14 public function close(&$ahtml, &$ihtml) argument
H A DTocEntry.php8 public function open($attr, &$ahtml, &$ihtml) argument
35 public function close(&$ahtml, &$ihtml) argument
H A DTocPageBreak.php7 public function open($attr, &$ahtml, &$ihtml) argument
14 parent::open($attr, $ahtml, $ihtml);
H A DTr.php10 public function open($attr, &$ahtml, &$ihtml) argument
73 public function close(&$ahtml, &$ihtml)
71 close(& $ahtml, & $ihtml) global() argument
H A DTta.php8 public function open($attr, &$ahtml, &$ihtml) argument
H A DTts.php8 public function open($attr, &$ahtml, &$ihtml) argument
H A DTtz.php8 public function open($attr, &$ahtml, &$ihtml) argument
H A DWatermarkImage.php8 public function open($attr, &$ahtml, &$ihtml) argument
38 public function close(&$ahtml, &$ihtml) argument
H A DWatermarkText.php8 public function open($attr, &$ahtml, &$ihtml) argument
22 public function close(&$ahtml, &$ihtml) argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTag.php173 public function OpenTag($tag, $attr, &$ahtml, &$ihtml)
181 $this->CloseTag('LI', $ahtml, $ihtml);
186 $this->CloseTag('DT', $ahtml, $ihtml);
191 $this->CloseTag('DD', $ahtml, $ihtml);
202 $this->CloseTag('P', $ahtml, $ihtml);
208 $this->CloseTag('OPTION', $ahtml, $ihtml);
213 $this->CloseTag($this->mpdf->lastoptionaltag, $ahtml, $ihtml);
217 $this->CloseTag($this->mpdf->lastoptionaltag, $ahtml, $ihtml);
221 $this->CloseTag($this->mpdf->lastoptionaltag, $ahtml, $ihtml);
225 $this->CloseTag($this->mpdf->lastoptionaltag, $ahtml, $ihtml);
176 OpenTag($tag, $attr, & $ahtml, & $ihtml) global() argument
247 CloseTag($tag, & $ahtml, & $ihtml) global() argument
[all...]

12