Home
last modified time | relevance | path

Searched refs:readInlineCSS (Results 1 – 5 of 5) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DPageFooter.php39 $properties = $this->cssManager->readInlineCSS($attr['HEADER-STYLE']);
41 $properties = $this->cssManager->readInlineCSS($attr['FOOTER-STYLE']);
71 $properties = $this->cssManager->readInlineCSS($attr['HEADER-STYLE-LEFT']);
73 $properties = $this->cssManager->readInlineCSS($attr['FOOTER-STYLE-LEFT']);
93 $properties = $this->cssManager->readInlineCSS($attr['HEADER-STYLE-CENTER']);
95 $properties = $this->cssManager->readInlineCSS($attr['FOOTER-STYLE-CENTER']);
115 $properties = $this->cssManager->readInlineCSS($attr['HEADER-STYLE-RIGHT']);
117 $properties = $this->cssManager->readInlineCSS($attr['FOOTER-STYLE-RIGHT']);
DBr.php12 $properties = $this->cssManager->readInlineCSS($attr['STYLE']);
DHr.php15 $properties = $this->cssManager->readInlineCSS($attr['STYLE']);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DCssManager.php474 function readInlineCSS($html) function in Mpdf\\CssManager
1976 $zp = $this->readInlineCSS($attr['STYLE']);
2217 $zp = $this->readInlineCSS($attr['STYLE']);
DMpdf.php13218 $zproperties = $this->cssManager->readInlineCSS($mm[1]);