Home
last modified time | relevance | path

Searched refs:cssManager (Results 1 – 25 of 28) sorted by last modified time

12

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php36 private $cssManager;
101 CssManager $cssManager,
114 $this->cssManager = $cssManager;
263 $svg = new Svg($this->mpdf, $this->otl, $this->cssManager, $this, $this->sizeConverter, $this->colorConverter, $this->languageToFont, $this->scriptToLanguage);
47 private $cssManager; global() variable in Mpdf\\Image\\ImageProcessor
112 __construct(Mpdf $mpdf, Otl $otl, CssManager $cssManager, SizeConverter $sizeConverter, ColorConverter $colorConverter, ColorModeConverter $colorModeConverter, Cache $cache, LanguageToFontInterface $languageToFont, ScriptToLanguageInterface $scriptToLanguage, RemoteContentFetcher $remoteContentFetcher, LoggerInterface $logger) global() argument
H A DSvg.php46 public $cssManager; variable in Mpdf\\Image\\Svg
179 CssManager $cssManager, argument
189 $this->cssManager = $cssManager;
3902 if (isset($this->cssManager->CSS['CLASS>>' . strtoupper($class)])) {
3903 $c = $this->cssManager->CSS['CLASS>>' . strtoupper($class)];
3968 if (isset($this->cssManager->CSS['CLASS>>' . strtoupper($class)])) {
3969 $c = $this->cssManager->CSS['CLASS>>' . strtoupper($class)];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php846 private $cssManager;
1463 $this->cssManager->ReadCSS('<style> ' . $css . ' </style>');
10929 $this->cssManager->CSS['BODY']['FONT-FAMILY'] = $font;
10938 $this->cssManager->CSS['BODY']['FONT-SIZE'] = $fontsize . 'pt';
10945 $this->cssManager->CSS['BODY'][strtoupper($prop)] = $val;
10972 $this->cssManager->CSS['BODY']['DIRECTION'] = $this->directionality;
13203 $html = $this->cssManager->ReadCSS($html);
13218 $zproperties = $this->cssManager->readInlineCSS($mm[1]);
13231 $properties = $this->cssManager->MergeCSS('BLOCK', 'BODY', '');
13233 $properties = $this->cssManager
843 private $cssManager; global() variable in Mpdf\\Mpdf
[all...]
H A DServiceFactory.php63 $cssManager = new CssManager($mpdf, $cache, $sizeConverter, $colorConverter, $remoteContentFetcher);
82 $cssManager,
96 $cssManager,
135 'cssManager' => $cssManager,
/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.php36 $p = $this->cssManager->PreviewBlockCSS($tag, $attr);
132 $properties = $this->cssManager->MergeCSS('', $tag, $attr);
337 $properties = $this->cssManager->MergeCSS('BLOCK', $tag, $attr); // mPDF 6 - moved to after page-break-before
H A DBr.php12 $properties = $this->cssManager->readInlineCSS($attr['STYLE']);
H A DColumns.php18 $this->cssManager,
H A DDotTab.php26 $properties = $this->cssManager->MergeCSS('INLINE', 'DOTTAB', $attr);
H A DHr.php15 $properties = $this->cssManager->readInlineCSS($attr['STYLE']);
34 $properties = $this->cssManager->MergeCSS('', 'HR', $attr);
H A DImg.php32 $properties = $this->cssManager->MergeCSS('', 'IMG', $attr);
H A DInlineTag.php54 $properties = $this->cssManager->MergeCSS('INLINE', $tag, $attr);
H A DInput.php67 $properties = $this->cssManager->MergeCSS('', 'INPUT', $attr);
H A DLegend.php13 $properties = $this->cssManager->MergeCSS('INLINE', 'LEGEND', $attr);
H A DMeter.php87 $properties = $this->cssManager->MergeCSS('INLINE', $tag, $attr);
H A 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']);
H A DSelect.php14 $properties = $this->cssManager->MergeCSS('', 'SELECT', $attr);
H A DTBody.php13 $this->cssManager->tbCSSlvl++;
14 $this->cssManager->MergeCSS('TABLE', 'TBODY', $attr);
20 unset($this->cssManager->tablecascadeCSS[$this->cssManager->tbCSSlvl]);
21 $this->cssManager->tbCSSlvl--;
H A DTFoot.php13 $this->cssManager->tbCSSlvl++;
16 $properties = $this->cssManager->MergeCSS('TABLE', 'TFOOT', $attr);
48 unset($this->cssManager->tablecascadeCSS[$this->cssManager->tbCSSlvl]);
49 $this->cssManager->tbCSSlvl--;
H A DTHead.php11 $this->cssManager->tbCSSlvl++;
14 $properties = $this->cssManager->MergeCSS('TABLE', 'THEAD', $attr);
46 unset($this->cssManager->tablecascadeCSS[$this->cssManager->tbCSSlvl]);
47 $this->cssManager->tbCSSlvl--;
H A DTable.php47 $this->cssManager->tbCSSlvl++;
152 if ($this->cssManager->tbCSSlvl == 1) {
153 $properties = $this->cssManager->MergeCSS('TOPTABLE', 'TABLE', $attr);
155 $properties = $this->cssManager->MergeCSS('TABLE', 'TABLE', $attr);
528 unset($this->cssManager->tablecascadeCSS[$this->cssManager->tbCSSlvl]);
529 $this->cssManager->tbCSSlvl--;
1186 $this->cssManager->tbCSSlvl = 0;
1187 $this->cssManager->tablecascadeCSS = [];
H A DTag.php36 protected $cssManager; variable in Mpdf\\Tag\\Tag
89 CssManager $cssManager, argument
101 $this->cssManager = $cssManager;
H A DTd.php19 $this->cssManager->tbCSSlvl++;
175 $properties = $this->cssManager->MergeCSS('TABLE', $tag, $attr);
177 $properties = $this->cssManager->array_merge_recursive_unique($this->mpdf->base_table_properties, $properties);
441 unset($this->cssManager->tablecascadeCSS[$this->cssManager->tbCSSlvl]);
442 $this->cssManager->tbCSSlvl--;
H A DTextArea.php63 $properties = $this->cssManager->MergeCSS('', 'TEXTAREA', $attr);

12