PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
mpdf
/
mpdf
/
src
<?php namespace Mpdf; class HTMLParserMode { /** * Parses a whole $html document */ const DEFAULT_MODE = 0; /** * Parses the $html as styles and stylesheets only */ const HEADER_CSS = 1; /** * Parses the $html as output elements only */ const HTML_BODY = 2; /** * (For internal use only - parses the $html code without writing to document) * * @internal */ const HTML_PARSE_NO_WRITE = 3; /** * (For internal use only - writes the $html code to a buffer) * * @internal */ const HTML_HEADER_BUFFER = 4; public static function getAllModes() { return [ self::DEFAULT_MODE, self::HEADER_CSS, self::HTML_BODY, self::HTML_PARSE_NO_WRITE, self::HTML_HEADER_BUFFER, ]; } }
[-] TTFontFileAnalysis.php
[edit]
[-] DirectWrite.php
[edit]
[+]
Barcode
[+]
Config
[+]
..
[+]
Shaper
[+]
File
[+]
Conversion
[-] TTFontFile.php
[edit]
[+]
Exception
[-] AssetFetcher.php
[edit]
[+]
Color
[-] Hyphenator.php
[edit]
[-] Form.php
[edit]
[+]
Tag
[-] Otl.php
[edit]
[-] Mpdf.php
[edit]
[+]
Utils
[-] CssManager.php
[edit]
[+]
Fonts
[-] FpdiTrait.php
[edit]
[-] PageFormat.php
[edit]
[-] OtlDump.php
[edit]
[-] MpdfImageException.php
[edit]
[+]
Css
[-] Barcode.php
[edit]
[-] Strict.php
[edit]
[+]
Pdf
[-] TableOfContents.php
[edit]
[+]
Writer
[-] MpdfException.php
[edit]
[+]
Image
[-] functions-dev.php
[edit]
[+]
Gif
[+]
Log
[+]
Container
[+]
Http
[+]
Language
[-] ServiceFactory.php
[edit]
[+]
Output
[-] Gradient.php
[edit]
[-] Ucdn.php
[edit]
[-] Tag.php
[edit]
[-] Cache.php
[edit]
[-] HTMLParserMode.php
[edit]
[-] SizeConverter.php
[edit]