Home
last modified time | relevance | path

Searched refs:cascadeCSS (Results 1 – 2 of 2) sorted by relevance

/plugin/siteexport/inc/
H A DreadCSS.patch76 if (!is_array($this->cascadeCSS)) $this->cascadeCSS = array();
295 $x = &$this->cascadeCSS;
312 //print_r($this->cascadeCSS); exit;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php36 var $cascadeCSS; variable in Mpdf\\CssManager
63 $this->cascadeCSS = [];
147 if (!is_array($this->cascadeCSS)) {
148 $this->cascadeCSS = [];
451 $x = &$this->cascadeCSS;
1547 if (isset($this->mpdf->blk[$this->mpdf->blklvl]['cascadeCSS'])) {
1548 $this->tablecascadeCSS[0] = $this->mpdf->blk[$this->mpdf->blklvl]['cascadeCSS'];
1550 $this->tablecascadeCSS[0] = $this->cascadeCSS;
1565 $this->cascadeCSS,
1592 if (isset($this->mpdf->blk[$this->mpdf->blklvl - 1]['cascadeCSS'])
[all...]