Searched refs:CloseTag (Results 1 – 2 of 2) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Tag.php | 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); 226 $this->CloseTag('TR', $ahtml, $ihtml); [all …]
|
| D | Mpdf.php | 2827 $this->tag->CloseTag($this->blk[$b]['tag'], $arr, $ai); 2839 $this->tag->CloseTag($this->blk[$b]['tag'], $arr, $ai); 13301 $this->tag->CloseTag($this->blk[$b]['tag'], $arr, $ai); 13313 $this->tag->CloseTag($this->blk[$b]['tag'], $arr, $ai); 13657 $this->tag->CloseTag('LI', $a, $i); 13662 $this->tag->CloseTag('DD', $a, $i); 13667 $this->tag->CloseTag('P', $a, $i); 13672 $this->tag->CloseTag('OPTION', $a, $i); 13680 $this->tag->CloseTag($this->lastoptionaltag, $a, $i); 13683 $this->tag->CloseTag('TR', $a, $i); [all …]
|