/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | Tag.php | 184 $this->CloseTag('LI', $ahtml, $ihtml); 189 $this->CloseTag('DT', $ahtml, $ihtml); 194 $this->CloseTag('DD', $ahtml, $ihtml); 205 $this->CloseTag('P', $ahtml, $ihtml); 211 $this->CloseTag('OPTION', $ahtml, $ihtml); 229 $this->CloseTag('TR', $ahtml, $ihtml); 230 $this->CloseTag('THEAD', $ahtml, $ihtml); 235 $this->CloseTag('TR', $ahtml, $ihtml); 236 $this->CloseTag('THEAD', $ahtml, $ihtml); 243 return $object->open($attr, $ahtml, $ihtml); [all …]
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A D | Columns.php | 32 public function open($attr, &$ahtml, &$ihtml) argument 38 $t->close($ahtml, $ihtml); 64 public function close(&$ahtml, &$ihtml) argument
|
H A D | Th.php | 8 public function close(&$ahtml, &$ihtml) argument 11 parent::close($ahtml, $ihtml);
|
H A D | Toc.php | 8 public function open($attr, &$ahtml, &$ihtml) argument 14 public function close(&$ahtml, &$ihtml) argument
|
H A D | Pre.php | 8 public function open($attr, &$ahtml, &$ihtml) argument 11 parent::open($attr, $ahtml, $ihtml); // TODO: Change the autogenerated stub
|
H A D | NewColumn.php | 8 public function open($attr, &$ahtml, &$ihtml) argument 15 public function close(&$ahtml, &$ihtml) argument
|
H A D | TocPageBreak.php | 7 public function open($attr, &$ahtml, &$ihtml) argument 14 parent::open($attr, $ahtml, $ihtml);
|
H A D | WatermarkText.php | 8 public function open($attr, &$ahtml, &$ihtml) argument 22 public function close(&$ahtml, &$ihtml) argument
|
H A D | IndexInsert.php | 8 public function open($attr, &$ahtml, &$ihtml) argument 30 public function close(&$ahtml, &$ihtml) argument
|
H A D | TBody.php | 8 public function open($attr, &$ahtml, &$ihtml) argument 17 public function close(&$ahtml, &$ihtml) argument
|
H A D | Bookmark.php | 8 public function open($attr, &$ahtml, &$ihtml) argument 29 public function close(&$ahtml, &$ihtml) argument
|
H A D | WatermarkImage.php | 8 public function open($attr, &$ahtml, &$ihtml) argument 38 public function close(&$ahtml, &$ihtml) argument
|
H A D | TocEntry.php | 8 public function open($attr, &$ahtml, &$ihtml) argument 35 public function close(&$ahtml, &$ihtml) argument
|
H A D | IndexEntry.php | 8 public function open($attr, &$ahtml, &$ihtml) argument 29 public function close(&$ahtml, &$ihtml) argument
|
H A D | Option.php | 10 public function open($attr, &$ahtml, &$ihtml) argument 33 public function close(&$ahtml, &$ihtml) argument
|
H A D | A.php | 8 public function open($attr, &$ahtml, &$ihtml) argument 42 public function close(&$ahtml, &$ihtml) argument
|
H A D | TFoot.php | 10 public function open($attr, &$ahtml, &$ihtml) argument 45 public function close(&$ahtml, &$ihtml) argument
|
H A D | THead.php | 8 public function open($attr, &$ahtml, &$ihtml) argument 43 public function close(&$ahtml, &$ihtml) argument
|
H A D | Legend.php | 10 public function open($attr, &$ahtml, &$ihtml) argument 19 public function close(&$ahtml, &$ihtml) argument
|
H A D | SetHtmlPageFooter.php | 8 public function open($attr, &$ahtml, &$ihtml) argument 70 public function close(&$ahtml, &$ihtml) argument
|
H A D | Annotation.php | 8 public function open($attr, &$ahtml, &$ihtml) argument 96 public function close(&$ahtml, &$ihtml) argument
|
H A D | Tag.php | 123 abstract public function open($attr, &$ahtml, &$ihtml); argument 125 abstract public function close(&$ahtml, &$ihtml); argument
|
H A D | DotTab.php | 8 public function open($attr, &$ahtml, &$ihtml) argument 65 public function close(&$ahtml, &$ihtml) argument
|
H A D | Tts.php | 8 public function open($attr, &$ahtml, &$ihtml) argument
|
H A D | Ttz.php | 8 public function open($attr, &$ahtml, &$ihtml) argument
|