Home
last modified time | relevance | path

Searched +full:tag +(+path:plugin +path:tag) -(+path:plugin +path:tag +path:lang) (Results 51 – 75 of 172) sorted by path

1234567

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DFigure.php3 namespace Mpdf\Tag;
H A DFont.php3 namespace Mpdf\Tag;
H A DFooter.php3 namespace Mpdf\Tag;
H A DForm.php3 namespace Mpdf\Tag;
H A DFormFeed.php3 namespace Mpdf\Tag;
5 class FormFeed extends Tag
11 $tag = $this->getTagName();
100 if ($tag === 'FORMFEED') {
111 if ($tag === 'TOCPAGEBREAK') {
143 if ($tag === 'TOCPAGEBREAK') {
272 if ($tag === 'TOCPAGEBREAK') {
H A DH1.php3 namespace Mpdf\Tag;
H A DH2.php3 namespace Mpdf\Tag;
H A DH3.php3 namespace Mpdf\Tag;
H A DH4.php3 namespace Mpdf\Tag;
H A DH5.php3 namespace Mpdf\Tag;
H A DH6.php3 namespace Mpdf\Tag;
H A DHGroup.php3 namespace Mpdf\Tag;
H A DHeader.php3 namespace Mpdf\Tag;
H A DHr.php3 namespace Mpdf\Tag;
7 class Hr extends Tag
H A DI.php3 namespace Mpdf\Tag;
H A DImg.php3 namespace Mpdf\Tag;
8 class Img extends Tag
H A DIndexEntry.php3 namespace Mpdf\Tag;
5 class IndexEntry extends Tag
H A DIndexInsert.php3 namespace Mpdf\Tag;
5 class IndexInsert extends Tag
H A DInlineTag.php3 namespace Mpdf\Tag;
7 abstract class InlineTag extends Tag
12 $tag = $this->getTagName();
42 if (!isset($this->mpdf->InlineProperties[$tag])) {
43 $this->mpdf->InlineProperties[$tag] = [$this->mpdf->saveInlineProperties()];
45 $this->mpdf->InlineProperties[$tag][] = $this->mpdf->saveInlineProperties();
48 if (!isset($this->mpdf->InlineAnnots[$tag])) {
49 $this->mpdf->InlineAnnots[$tag] = [];
51 $this->mpdf->InlineAnnots[$tag][] = $annot;
54 $properties = $this->cssManager->MergeCSS('INLINE', $tag,
[all...]
H A DInput.php3 namespace Mpdf\Tag;
8 class Input extends Tag
13 $tag = $this->getTagName();
117 if ($this->mpdf->InlineProperties[$tag]) {
118 $this->mpdf->restoreInlineProperties($this->mpdf->InlineProperties[$tag]);
120 unset($this->mpdf->InlineProperties[$tag]);
416 if ($this->mpdf->InlineProperties[$tag]) {
417 $this->mpdf->restoreInlineProperties($this->mpdf->InlineProperties[$tag]);
419 unset($this->mpdf->InlineProperties[$tag]);
H A DIns.php3 namespace Mpdf\Tag;
H A DKbd.php3 namespace Mpdf\Tag;
H A DLegend.php3 namespace Mpdf\Tag;
7 class Legend extends Tag
H A DLi.php3 namespace Mpdf\Tag;
H A DMain.php3 namespace Mpdf\Tag;

1234567