Home
last modified time | relevance | path

Searched refs:MergeCSS (Results 1 – 22 of 22) sorted by last modified time

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php1515 function MergeCSS($inherit, $tag, $attr)
1509 function MergeCSS($inherit, $tag, $attr) global() function in Mpdf\\CssManager
H A DMpdf.php13231 $properties = $this->cssManager->MergeCSS('BLOCK', 'BODY', '');
13322 $properties = $this->cssManager->MergeCSS('BLOCK', 'BODY', '');
13980 $properties = $this->cssManager->MergeCSS('BLOCK', 'BODY', '');
13987 $p = $this->cssManager->MergeCSS('BLOCK', $tag, $attr);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DA.php34 $properties = $this->cssManager->MergeCSS('INLINE', 'A', $attr);
H A DBarCode.php83 $properties = $this->cssManager->MergeCSS('', 'BARCODE', $attr);
H A DBlockTag.php132 $properties = $this->cssManager->MergeCSS('', $tag, $attr);
337 $properties = $this->cssManager->MergeCSS('BLOCK', $tag, $attr); // mPDF 6 - moved to after page-break-before
H A DDotTab.php26 $properties = $this->cssManager->MergeCSS('INLINE', 'DOTTAB', $attr);
H A DHr.php34 $properties = $this->cssManager->MergeCSS('', 'HR', $attr);
H A DImg.php32 $properties = $this->cssManager->MergeCSS('', 'IMG', $attr);
51 // VSPACE and HSPACE converted to margins in MergeCSS
H A DInlineTag.php54 $properties = $this->cssManager->MergeCSS('INLINE', $tag, $attr);
H A DInput.php67 $properties = $this->cssManager->MergeCSS('', 'INPUT', $attr);
149 // VSPACE and HSPACE converted to margins in MergeCSS
H A DLegend.php13 $properties = $this->cssManager->MergeCSS('INLINE', 'LEGEND', $attr);
H A DMeter.php87 $properties = $this->cssManager->MergeCSS('INLINE', $tag, $attr);
H A DSelect.php14 $properties = $this->cssManager->MergeCSS('', 'SELECT', $attr);
H A DTBody.php14 $this->cssManager->MergeCSS('TABLE', 'TBODY', $attr);
H A DTFoot.php16 $properties = $this->cssManager->MergeCSS('TABLE', 'TFOOT', $attr);
H A DTHead.php14 $properties = $this->cssManager->MergeCSS('TABLE', 'THEAD', $attr);
H A DTable.php153 $properties = $this->cssManager->MergeCSS('TOPTABLE', 'TABLE', $attr);
155 $properties = $this->cssManager->MergeCSS('TABLE', 'TABLE', $attr);
H A DTd.php175 $properties = $this->cssManager->MergeCSS('TABLE', $tag, $attr);
H A DTextArea.php63 $properties = $this->cssManager->MergeCSS('', 'TEXTAREA', $attr);
H A DTextCircle.php35 $properties = $this->cssManager->MergeCSS('INLINE', 'TEXTCIRCLE', $attr);
119 // VSPACE and HSPACE converted to margins in MergeCSS
H A DTr.php18 $properties = $this->cssManager->MergeCSS('TABLE', 'TR', $attr);
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md306 - CSS not applying cascaded styles on `<A>` elements - [changed MergeCSS() type to INLINE for 'A', LEGEND, METER and PROGRESS]