Lines Matching defs:tag

896 	private $tag;
2827 $this->tag->CloseTag($this->blk[$b]['tag'], $arr, $ai);
2839 $this->tag->CloseTag($this->blk[$b]['tag'], $arr, $ai);
2865 $this->tag->OpenTag($save_blk[$b]['tag'], $save_blk[$b]['attr'], $arr, $i);
2893 $this->tag->OpenTag($save_blk[$b]['tag'], $save_blk[$b]['attr'], $arr, $i);
5400 $ln = 1; // cell recognizes \n from <BR> tag
13213 // allow in-line CSS for body tag to be parsed // Get <body> tag inline CSS
13301 $this->tag->CloseTag($this->blk[$b]['tag'], $arr, $ai);
13313 $this->tag->CloseTag($this->blk[$b]['tag'], $arr, $ai);
13508 // SELECT tag (form element)
13653 if (isset($this->blk[$this->blklvl]['tag'])) {
13655 // li end tag may be omitted if there is no more content in the parent element
13656 if (!$closed && $this->blk[$this->blklvl]['tag'] == 'LI' && $endtag != 'LI' && (in_array($endtag, $this->outerblocktags) || in_array($endtag, $this->innerblocktags))) {
13657 $this->tag->CloseTag('LI', $a, $i);
13660 // dd end tag may be omitted if there is no more content in the parent element
13661 if (!$closed && $this->blk[$this->blklvl]['tag'] == 'DD' && $endtag != 'DD' && (in_array($endtag, $this->outerblocktags) || in_array($endtag, $this->innerblocktags))) {
13662 $this->tag->CloseTag('DD', $a, $i);
13665 // p end tag may be omitted if there is no more content in the parent element and the parent element is not an A element [??????]
13666 if (!$closed && $this->blk[$this->blklvl]['tag'] == 'P' && $endtag != 'P' && (in_array($endtag, $this->outerblocktags) || in_array($endtag, $this->innerblocktags))) {
13667 $this->tag->CloseTag('P', $a, $i);
13670 // option end tag may be omitted if there is no more content in the parent element
13671 if (!$closed && $this->blk[$this->blklvl]['tag'] == 'OPTION' && $endtag != 'OPTION' && (in_array($endtag, $this->outerblocktags) || in_array($endtag, $this->innerblocktags))) {
13672 $this->tag->CloseTag('OPTION', $a, $i);
13680 $this->tag->CloseTag($this->lastoptionaltag, $a, $i);
13683 $this->tag->CloseTag('TR', $a, $i);
13686 $this->tag->CloseTag($this->lastoptionaltag, $a, $i);
13687 $this->tag->CloseTag('TR', $a, $i);
13692 $this->tag->CloseTag('TR', $a, $i);
13695 $this->tag->CloseTag($this->lastoptionaltag, $a, $i);
13696 $this->tag->CloseTag('TR', $a, $i);
13701 $this->tag->CloseTag($this->lastoptionaltag, $a, $i);
13718 $this->tag->CloseTag($endtag, $a, $i); // mPDF 6
13733 $this->blk[$this->blklvl]['tag'] = $te; // mPDF 6
13792 $tag = (isset($a2[0]) ? strtoupper($a2[0]) : '');
13812 $this->tag->OpenTag($tag, $attr, $a, $i); // mPDF 6
13815 $this->fixedPosBlockBBox = [$tag, $attr, $this->x, $this->y];
13821 $this->tag->CloseTag($tag, $a, $i);
13830 $this->tag->CloseTag($this->blk[$b]['tag'], $a, $i);
13964 $tag = $bounding[0];
13984 $this->blk[1]['tag'] = $tag;
13987 $p = $this->cssManager->MergeCSS('BLOCK', $tag, $attr);
14151 $this->setCSS($pb, 'BLOCK', $tag);
15589 if ($e[0] == '/') { // end tag
15597 } else { // opening tag
18117 function setCSS($arrayaux, $type = '', $tag = '')
18119 // type= INLINE | BLOCK | TABLECELL // tag= BODY
18151 if ($tag == 'BODY') {
18164 if ($tag == 'BODY') {
18211 if ($tag == 'BODY') {
18220 if ($type != 'INLINE' && $tag != 'BODY' && $type != 'TABLECELL') {
18256 if (($tag == 'UL' || $tag == 'OL') && $v == 'auto') {
18263 if (($tag == 'UL' || $tag == 'OL') && $v == 'auto') {
18372 if ($type != 'INLINE' && $type != 'TABLECELL') { // All block-level, including BODY tag
18379 case 'MARGIN-COLLAPSE': // Custom tag to collapse margins at top and bottom of page
18492 if ($tag == 'BODY') {
18979 function SetStyle($tag, $enable)
18981 $this->$tag = $enable;
25993 // Leaves in particular &lt; to distinguish from tag marker
26024 * Leaves in particular &lt; to distinguish from tag marker
26055 // Leaves in particular &lt; to distinguish from tag marker
26083 // Leaves in particular &lt; to distinguish from tag marker
27054 // Converts < to &lt; when not a tag
27073 // Fix self-closing tags that don't include a space between the tag name and the closing slash
27100 // Restore original tag names