Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php422 if (isset($prevblk['blockContext'])) {
423 $currblk['blockContext'] = $prevblk['blockContext'];
452 $this->mpdf->blockContext++;
453 $currblk['blockContext'] = $this->mpdf->blockContext;
503 $this->mpdf->blockContext++;
504 $currblk['blockContext'] = $this->mpdf->blockContext;
1172 'blockContext'
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php341 var $blockContext;
1138 $this->blockContext = 1;
12421 $this->blk[0]['blockContext'] = 0;
13193 $this->blk[0]['blockContext'] = $this->blockContext;
13978 $this->blk[0]['blockContext'] = $this->blockContext;
15322 if (($clear && $f['blockContext'] == $this->blk[$blklvl]['blockContext']) || (!$clear && $currpos >= $f['startpos'] && $currpos < ($f['endpos'] - 0.001) && $f['blklvl'] > $blklvl && $f['blockContext']
348 var $blockContext; global() variable in Mpdf\\Mpdf
[all...]