Searched refs:PAGENO (Results 1 – 2 of 2) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/ |
D | CHANGELOG.md | 26 * Allows `{nb}`, `{nbpg}`, `{PAGENO}` and `{DATE ...}` substitution in body (#172 and #267, @Dasc3e… 257 - `{PAGENO}` and `{nbpg}` can use any of the number types as in list-style e.g. set in `<pagebreak>…
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
D | Mpdf.php | 27412 * @param string $PAGENO 27417 protected function aliasReplace($html, $PAGENO, $NbPgGp, $NbPg) argument 27420 $html = str_replace('{PAGENO}', $PAGENO, $html); 27425 …_convert_encoding('{PAGENO}', 'UTF-16BE', 'UTF-8'), mb_convert_encoding($PAGENO, 'UTF-16BE', 'UTF-…
|