Searched refs:innerblocktags (Results 1 – 1 of 1) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
D | Mpdf.php | 827 var $innerblocktags; variable in Mpdf\\Mpdf 13636 if (in_array($endtag, $this->outerblocktags) || in_array($endtag, $this->innerblocktags)) { 13656 …= 'LI' && (in_array($endtag, $this->outerblocktags) || in_array($endtag, $this->innerblocktags))) { 13661 …= 'DD' && (in_array($endtag, $this->outerblocktags) || in_array($endtag, $this->innerblocktags))) { 13666 …!= 'P' && (in_array($endtag, $this->outerblocktags) || in_array($endtag, $this->innerblocktags))) { 13671 …PTION' && (in_array($endtag, $this->outerblocktags) || in_array($endtag, $this->innerblocktags))) { 13710 if (in_array($endtag, $this->outerblocktags) || in_array($endtag, $this->innerblocktags)) { 13730 if (in_array($te, $this->outerblocktags) || in_array($te, $this->innerblocktags)) { 13746 if (in_array($te, $this->outerblocktags) || in_array($te, $this->innerblocktags)) {
|