Searched refs:WriteHTML (Results 1 – 7 of 7) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | OtlDump.php | 940 $this->mpdf->WriteHTML('<h1>GDEF table</h1>'); 966 $this->mpdf->WriteHTML('<h2>Glyph classes</h2>'); 972 $this->mpdf->WriteHTML('<h3>Glyph class 1</h3>'); 973 $this->mpdf->WriteHTML('<h5>Base glyph (single character, spacing glyph)</h5>'); 980 $this->mpdf->WriteHTML($html); 988 $this->mpdf->WriteHTML('<h3>Glyph class 2</h3>'); 989 $this->mpdf->WriteHTML('<h5>Ligature glyph (multiple character, spacing glyph)</h5>'); 996 $this->mpdf->WriteHTML($html); 1004 $this->mpdf->WriteHTML('<h3>Glyph class 3</h3>'); 1005 $this->mpdf->WriteHTML('<h5>Mark glyph (non-spacing combining glyph)</h5>'); [all …]
|
| D | TableOfContents.php | 459 $this->mpdf->WriteHTML($toc_preHTML); 491 $this->mpdf->WriteHTML($html); 494 $this->mpdf->WriteHTML($toc_postHTML);
|
| D | Mpdf.php | 9715 $this->WriteHTML($html, HTMLParserMode::HTML_HEADER_BUFFER); 9795 $this->WriteHTML($html, HTMLParserMode::HTML_HEADER_BUFFER); 12415 $this->WriteHTML($html, HTMLParserMode::HTML_HEADER_BUFFER); 13145 function WriteHTML($html, $mode = HTMLParserMode::DEFAULT_MODE, $init = true, $close = true) function in Mpdf\\Mpdf 14403 $this->WriteHTML($html, HTMLParserMode::HTML_HEADER_BUFFER); 14433 $this->WriteHTML($html, HTMLParserMode::HTML_HEADER_BUFFER); 14492 $this->WriteHTML($html, HTMLParserMode::HTML_HEADER_BUFFER); 14534 $this->WriteHTML($html, HTMLParserMode::HTML_HEADER_BUFFER); 24229 $this->WriteHTML($html);
|
| /plugin/siteexport/inc/ |
| D | pdfgenerator.php | 63 $mpdf->WriteHTML($html);
|
| /plugin/dw2pdf/ |
| D | action.php | 489 $mpdf->WriteHTML($styles, 1); 503 $mpdf->WriteHTML($body_start, 2, true, false); //start body html 540 $mpdf->WriteHTML($pagehtml, 2, false, false); //intermediate body html 551 $mpdf->WriteHTML($body_end, 2, false); // finish body html
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/ |
| D | README.md | 65 $mpdf->WriteHTML('<h1>Hello world!</h1>');
|
| D | CHANGELOG.md | 54 * WriteHTML is now strict about used `$mode` parameter (#915, thanks, @tomtomau) 73 - WriteHTML part constants (thanks, @tomtomau) 235 - Check $html in `$mpdf->WriteHTML()` to see if it is an integer, float, string, boolean or
|