Lines Matching refs:tag

15 		$tag = $this->getTagName();
36 $p = $this->cssManager->PreviewBlockCSS($tag, $attr);
40 $this->mpdf->blk[$this->mpdf->blklvl]['tag'] = $tag; // mPDF 6
43 if ($tag === 'CAPTION') {
62 $this->mpdf->blk[$this->mpdf->blklvl]['tag'] = $tag; // mPDF 6
68 if ($tag === 'FORM') {
127 if ($tag === 'CENTER' && $this->mpdf->tdbegin) {
132 $properties = $this->cssManager->MergeCSS('', $tag, $attr);
138 if ($tag === 'UL' || $tag === 'OL') {
146 if ($tag === 'OL') {
148 } elseif ($tag === 'UL') {
160 if ($tag === 'LI') {
334 $currblk['tag'] = $tag;
337 $properties = $this->cssManager->MergeCSS('BLOCK', $tag, $attr); // mPDF 6 - moved to after page-break-before
363 if ($tag === 'OL' || $tag === 'UL' || $tag === 'LI') {
387 $this->mpdf->setCSS($properties, 'BLOCK', $tag); //name(id/class/style) found in the CSS array!
808 if ($tag === 'OL' || $tag === 'UL') {
819 if ($tag === 'OL') {
821 } elseif ($tag === 'UL') {
887 if ($tag === 'LI') {
953 $tag = $this->getTagName();
975 if ($tag === 'UL' || $tag === 'OL') {
984 if ($tag === 'LI') {
988 if (preg_match('/^H\d/', $tag) && !$this->mpdf->tableLevel && !$this->mpdf->writingToC) {
989 if (isset($this->mpdf->h2toc[$tag]) || isset($this->mpdf->h2bookmarks[$tag])) {
1001 if (isset($this->mpdf->h2toc[$tag])) {
1004 $objattr['toclevel'] = $this->mpdf->h2toc[$tag];
1011 if (isset($this->mpdf->h2bookmarks[$tag])) {
1014 $objattr['bklevel'] = $this->mpdf->h2bookmarks[$tag];
1034 if ($tag === 'PRE') {
1140 if ($tag === 'PRE') {
1288 if ($this->mpdf->blk[$this->mpdf->blklvl]['tag'] == $tag) {
1292 //else { echo $tag; exit; } // debug - forces error if incorrectly nested html tags