Home
last modified time | relevance | path

Searched refs:tbCSSlvl (Results 1 – 7 of 7) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTBody.php13 $this->cssManager->tbCSSlvl++;
20 unset($this->cssManager->tablecascadeCSS[$this->cssManager->tbCSSlvl]);
21 $this->cssManager->tbCSSlvl--;
H A DTFoot.php13 $this->cssManager->tbCSSlvl++;
48 unset($this->cssManager->tablecascadeCSS[$this->cssManager->tbCSSlvl]);
49 $this->cssManager->tbCSSlvl--;
H A DTHead.php11 $this->cssManager->tbCSSlvl++;
46 unset($this->cssManager->tablecascadeCSS[$this->cssManager->tbCSSlvl]);
47 $this->cssManager->tbCSSlvl--;
H A DTr.php14 $this->cssManager->tbCSSlvl++;
98 unset($this->cssManager->tablecascadeCSS[$this->cssManager->tbCSSlvl]);
99 $this->cssManager->tbCSSlvl--;
H A DTd.php19 $this->cssManager->tbCSSlvl++;
441 unset($this->cssManager->tablecascadeCSS[$this->cssManager->tbCSSlvl]);
442 $this->cssManager->tbCSSlvl--;
H A DTable.php47 $this->cssManager->tbCSSlvl++;
152 if ($this->cssManager->tbCSSlvl == 1) {
528 unset($this->cssManager->tablecascadeCSS[$this->cssManager->tbCSSlvl]);
529 $this->cssManager->tbCSSlvl--;
1186 $this->cssManager->tbCSSlvl = 0;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php40 var $tbCSSlvl; variable in Mpdf\\CssManager
64 $this->tbCSSlvl = 0;
1558 if (isset($this->tablecascadeCSS[$this->tbCSSlvl - 1]) && is_array($this->tablecascadeCSS[$this->tbCSSlvl - 1])) {
1559 foreach ($this->tablecascadeCSS[$this->tbCSSlvl - 1] as $k => $v) {
1560 $this->tablecascadeCSS[$this->tbCSSlvl][$k] = $v;
1566 $this->tablecascadeCSS[$this->tbCSSlvl],
1575 if (isset($this->tablecascadeCSS[$this->tbCSSlvl - 1])) {
1577 $this->tablecascadeCSS[$this->tbCSSlvl - 1],
1578 $this->tablecascadeCSS[$this->tbCSSlvl],
[all...]