Searched refs:MergeCSS (Results 1 – 22 of 22) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
| D | TBody.php | 14 $this->cssManager->MergeCSS('TABLE', 'TBODY', $attr);
|
| D | A.php | 34 $properties = $this->cssManager->MergeCSS('INLINE', 'A', $attr);
|
| D | TFoot.php | 16 $properties = $this->cssManager->MergeCSS('TABLE', 'TFOOT', $attr);
|
| D | THead.php | 14 $properties = $this->cssManager->MergeCSS('TABLE', 'THEAD', $attr);
|
| D | Legend.php | 13 $properties = $this->cssManager->MergeCSS('INLINE', 'LEGEND', $attr);
|
| D | DotTab.php | 26 $properties = $this->cssManager->MergeCSS('INLINE', 'DOTTAB', $attr);
|
| D | Hr.php | 34 $properties = $this->cssManager->MergeCSS('', 'HR', $attr);
|
| D | TextArea.php | 63 $properties = $this->cssManager->MergeCSS('', 'TEXTAREA', $attr);
|
| D | Select.php | 14 $properties = $this->cssManager->MergeCSS('', 'SELECT', $attr);
|
| D | InlineTag.php | 54 $properties = $this->cssManager->MergeCSS('INLINE', $tag, $attr);
|
| D | BarCode.php | 83 $properties = $this->cssManager->MergeCSS('', 'BARCODE', $attr);
|
| D | Tr.php | 18 $properties = $this->cssManager->MergeCSS('TABLE', 'TR', $attr);
|
| D | TextCircle.php | 35 $properties = $this->cssManager->MergeCSS('INLINE', 'TEXTCIRCLE', $attr);
|
| D | Input.php | 67 $properties = $this->cssManager->MergeCSS('', 'INPUT', $attr);
|
| D | Meter.php | 87 $properties = $this->cssManager->MergeCSS('INLINE', $tag, $attr);
|
| D | Img.php | 32 $properties = $this->cssManager->MergeCSS('', 'IMG', $attr);
|
| D | Td.php | 175 $properties = $this->cssManager->MergeCSS('TABLE', $tag, $attr);
|
| D | BlockTag.php | 132 $properties = $this->cssManager->MergeCSS('', $tag, $attr); 337 …$properties = $this->cssManager->MergeCSS('BLOCK', $tag, $attr); // mPDF 6 - moved to after page-b…
|
| D | Table.php | 153 $properties = $this->cssManager->MergeCSS('TOPTABLE', 'TABLE', $attr); 155 $properties = $this->cssManager->MergeCSS('TABLE', 'TABLE', $attr);
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | CssManager.php | 1515 function MergeCSS($inherit, $tag, $attr) function in Mpdf\\CssManager
|
| D | Mpdf.php | 13231 $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/ |
| D | CHANGELOG.md | 306 - CSS not applying cascaded styles on `<A>` elements - [changed MergeCSS() type to INLINE for 'A', …
|