Home
last modified time | relevance | path

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

/plugin/mermaid/
H A Dsyntax.php87 $divheight = count($values) < 3 ? 'auto' : substr($values[2], 0, -1);
88 $renderer->doc .= '<div class="mermaid" style="width:'.$divwidth.'; height:'.$divheight.'">';
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php549 var $divheight;
1522 $this->divheight = 0;
4755 ($this->y + $this->divheight > $this->PageBreakTrigger)
4803 $this->ColDetails[$this->CurrCol]['bottom_margin'] = $this->y + $this->divheight;
6598 $check_h = max($this->divheight, $stackHeight);
7092 $stackHeight = $this->divheight;
7607 $save_dh = $this->divheight;
7611 $this->divheight = 0;
7617 $this->divheight = $save_dh;
8428 $check_h = max($this->divheight,
555 var $divheight; global() variable in Mpdf\\Mpdf
[all...]