Home
last modified time | relevance | path

Searched refs:cssManager (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/Tag/
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 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 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 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 DTag.php31 protected $cssManager; variable in Mpdf\\Tag\\Tag
84 CssManager $cssManager, argument
96 $this->cssManager = $cssManager;
H A DTr.php14 $this->cssManager->tbCSSlvl++;
18 $properties = $this->cssManager->MergeCSS('TABLE', 'TR', $attr);
96 unset($this->cssManager->tablecascadeCSS[$this->cssManager->tbCSSlvl]);
97 $this->cssManager->tbCSSlvl--;
H A DTd.php17 $this->cssManager->tbCSSlvl++;
162 $properties = $this->cssManager->MergeCSS('TABLE', $tag, $attr);
164 …$properties = $this->cssManager->array_merge_recursive_unique($this->mpdf->base_table_properties, …
424 unset($this->cssManager->tablecascadeCSS[$this->cssManager->tbCSSlvl]);
425 $this->cssManager->tbCSSlvl--;
H A DHr.php15 $properties = $this->cssManager->readInlineCSS($attr['STYLE']);
34 $properties = $this->cssManager->MergeCSS('', 'HR', $attr);
H A DA.php34 $properties = $this->cssManager->MergeCSS('INLINE', 'A', $attr);
H A DColumns.php18 $this->cssManager,
H A DLegend.php13 $properties = $this->cssManager->MergeCSS('INLINE', 'LEGEND', $attr);
H A DDotTab.php26 $properties = $this->cssManager->MergeCSS('INLINE', 'DOTTAB', $attr);
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);
518 unset($this->cssManager->tablecascadeCSS[$this->cssManager->tbCSSlvl]);
519 $this->cssManager->tbCSSlvl--;
1177 $this->cssManager->tbCSSlvl = 0;
1178 $this->cssManager->tablecascadeCSS = [];
H A DBr.php12 $properties = $this->cssManager->readInlineCSS($attr['STYLE']);
H A DTextArea.php63 $properties = $this->cssManager->MergeCSS('', 'TEXTAREA', $attr);
H A DSelect.php14 $properties = $this->cssManager->MergeCSS('', 'SELECT', $attr);
H A DInlineTag.php54 $properties = $this->cssManager->MergeCSS('INLINE', $tag, $attr);
H A DBarCode.php70 $properties = $this->cssManager->MergeCSS('', 'BARCODE', $attr);
H A DTextCircle.php35 $properties = $this->cssManager->MergeCSS('INLINE', 'TEXTCIRCLE', $attr);
H A DMeter.php87 $properties = $this->cssManager->MergeCSS('INLINE', $tag, $attr);
H A DInput.php67 $properties = $this->cssManager->MergeCSS('', 'INPUT', $attr);
H A DImg.php31 $properties = $this->cssManager->MergeCSS('', 'IMG', $attr);
/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/
H A DTag.php27 private $cssManager; variable in Mpdf\\Tag
79 CssManager $cssManager, argument
91 $this->cssManager = $cssManager;
112 $this->cssManager,
/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php35 private $cssManager; variable in Mpdf\\Image\\ImageProcessor
95 CssManager $cssManager, argument
107 $this->cssManager = $cssManager;
233 …$svg = new Svg($this->mpdf, $this->otl, $this->cssManager, $this, $this->sizeConverter, $this->col…
H A DSvg.php46 public $cssManager; variable in Mpdf\\Image\\Svg
179 CssManager $cssManager, argument
189 $this->cssManager = $cssManager;
3537 if (isset($this->cssManager->CSS['CLASS>>' . strtoupper($class)])) {
3538 $c = $this->cssManager->CSS['CLASS>>' . strtoupper($class)];
3602 if (isset($this->cssManager->CSS['CLASS>>' . strtoupper($class)])) {
3603 $c = $this->cssManager->CSS['CLASS>>' . strtoupper($class)];

12