Home
last modified time | relevance | path

Searched refs:lastoptionaltag (Results 1 – 11 of 11) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTag.php212 if (!$closed && ($tag == 'TD' || $tag == 'TH') && $this->mpdf->lastoptionaltag == 'TD') {
213 $this->CloseTag($this->mpdf->lastoptionaltag, $ahtml, $ihtml);
216 if (!$closed && ($tag == 'TD' || $tag == 'TH') && $this->mpdf->lastoptionaltag == 'TH') {
217 $this->CloseTag($this->mpdf->lastoptionaltag, $ahtml, $ihtml);
220 if (!$closed && $tag == 'TR' && $this->mpdf->lastoptionaltag == 'TR') {
221 $this->CloseTag($this->mpdf->lastoptionaltag, $ahtml, $ihtml);
224 if (!$closed && $tag == 'TR' && $this->mpdf->lastoptionaltag == 'TD') {
225 $this->CloseTag($this->mpdf->lastoptionaltag, $ahtml, $ihtml);
230 if (!$closed && $tag == 'TR' && $this->mpdf->lastoptionaltag == 'TH') {
231 $this->CloseTag($this->mpdf->lastoptionaltag,
[all...]
H A DMpdf.php524 var $lastoptionaltag; // Save current block item which HTML specifies optionsl endtag
1252 $this->lastoptionaltag = '';
13679 if ($this->lastoptionaltag == 'THEAD' || $this->lastoptionaltag == 'TBODY' || $this->lastoptionaltag == 'TFOOT') {
13680 $this->tag->CloseTag($this->lastoptionaltag, $a, $i);
13682 if ($this->lastoptionaltag == 'TR') {
13685 if ($this->lastoptionaltag == 'TD' || $this->lastoptionaltag == 'TH') {
13686 $this->tag->CloseTag($this->lastoptionaltag,
530 var $lastoptionaltag; // Save current block item which HTML specifies optionsl endtag global() variable in Mpdf\\Mpdf
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTBody.php12 $this->mpdf->lastoptionaltag = 'TBODY'; // Save current HTML specified optional endtag
19 $this->mpdf->lastoptionaltag = '';
H A DOption.php12 $this->mpdf->lastoptionaltag = '';
36 $this->mpdf->lastoptionaltag = '';
H A DTFoot.php12 $this->mpdf->lastoptionaltag = 'TFOOT'; // Save current HTML specified optional endtag
47 $this->mpdf->lastoptionaltag = '';
H A DTHead.php10 $this->mpdf->lastoptionaltag = 'THEAD'; // Save current HTML specified optional endtag
45 $this->mpdf->lastoptionaltag = '';
H A DSelect.php12 $this->mpdf->lastoptionaltag = ''; // Save current HTML specified optional endtag
64 $this->mpdf->lastoptionaltag = '';
H A DTr.php13 $this->mpdf->lastoptionaltag = 'TR'; // Save current HTML specified optional endtag
97 $this->mpdf->lastoptionaltag = '';
H A DTd.php17 $this->mpdf->lastoptionaltag = $tag; // Save current HTML specified optional endtag
440 $this->mpdf->lastoptionaltag = 'TR';
H A DBlockTag.php18 $this->mpdf->lastoptionaltag = '';
1040 $this->mpdf->lastoptionaltag = '';
H A DTable.php14 $this->mpdf->lastoptionaltag = '';
527 $this->mpdf->lastoptionaltag = '';