Home
last modified time | relevance | path

Searched refs:MergeCSS (Results 1 – 22 of 22) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTBody.php14 $this->cssManager->MergeCSS('TABLE', 'TBODY', $attr);
DA.php34 $properties = $this->cssManager->MergeCSS('INLINE', 'A', $attr);
DTFoot.php16 $properties = $this->cssManager->MergeCSS('TABLE', 'TFOOT', $attr);
DTHead.php14 $properties = $this->cssManager->MergeCSS('TABLE', 'THEAD', $attr);
DLegend.php13 $properties = $this->cssManager->MergeCSS('INLINE', 'LEGEND', $attr);
DDotTab.php26 $properties = $this->cssManager->MergeCSS('INLINE', 'DOTTAB', $attr);
DHr.php34 $properties = $this->cssManager->MergeCSS('', 'HR', $attr);
DTextArea.php63 $properties = $this->cssManager->MergeCSS('', 'TEXTAREA', $attr);
DSelect.php14 $properties = $this->cssManager->MergeCSS('', 'SELECT', $attr);
DInlineTag.php54 $properties = $this->cssManager->MergeCSS('INLINE', $tag, $attr);
DBarCode.php83 $properties = $this->cssManager->MergeCSS('', 'BARCODE', $attr);
DTr.php18 $properties = $this->cssManager->MergeCSS('TABLE', 'TR', $attr);
DTextCircle.php35 $properties = $this->cssManager->MergeCSS('INLINE', 'TEXTCIRCLE', $attr);
DInput.php67 $properties = $this->cssManager->MergeCSS('', 'INPUT', $attr);
DMeter.php87 $properties = $this->cssManager->MergeCSS('INLINE', $tag, $attr);
DImg.php32 $properties = $this->cssManager->MergeCSS('', 'IMG', $attr);
DTd.php175 $properties = $this->cssManager->MergeCSS('TABLE', $tag, $attr);
DBlockTag.php132 $properties = $this->cssManager->MergeCSS('', $tag, $attr);
337 …$properties = $this->cssManager->MergeCSS('BLOCK', $tag, $attr); // mPDF 6 - moved to after page-b…
DTable.php153 $properties = $this->cssManager->MergeCSS('TOPTABLE', 'TABLE', $attr);
155 $properties = $this->cssManager->MergeCSS('TABLE', 'TABLE', $attr);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DCssManager.php1515 function MergeCSS($inherit, $tag, $attr) function in Mpdf\\CssManager
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/
DCHANGELOG.md306 - CSS not applying cascaded styles on `<A>` elements - [changed MergeCSS() type to INLINE for 'A', …