php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
tidy.stub.php File Reference

Go to the source code of this file.

Data Structures

class  tidy
 
class  tidyNode
 

Functions

 tidy_parse_string (string $string, array|string|null $config=null, ?string $encoding=null)
 
 tidy_get_error_buffer (tidy $tidy)
 
 tidy_get_output (tidy $tidy)
 
 tidy_parse_file (string $filename, array|string|null $config=null, ?string $encoding=null, bool $useIncludePath=false)
 
 tidy_clean_repair (tidy $tidy)
 
 tidy_repair_string (string $string, array|string|null $config=null, ?string $encoding=null)
 
 tidy_repair_file (string $filename, array|string|null $config=null, ?string $encoding=null, bool $useIncludePath=false)
 
 tidy_diagnose (tidy $tidy)
 
 tidy_get_release ()
 
 tidy_get_opt_doc (tidy $tidy, string $option)
 
 tidy_get_config (tidy $tidy)
 
 tidy_get_status (tidy $tidy)
 
 tidy_get_html_ver (tidy $tidy)
 
 tidy_is_xhtml (tidy $tidy)
 
 tidy_is_xml (tidy $tidy)
 
 tidy_error_count (tidy $tidy)
 
 tidy_warning_count (tidy $tidy)
 
 tidy_access_count (tidy $tidy)
 
 tidy_config_count (tidy $tidy)
 
 tidy_getopt (tidy $tidy, string $option)
 
 tidy_get_root (tidy $tidy)
 
 tidy_get_html (tidy $tidy)
 
 tidy_get_head (tidy $tidy)
 
 tidy_get_body (tidy $tidy)
 

Variables

const TIDY_NODETYPE_ROOT = UNKNOWN
 
const TIDY_NODETYPE_DOCTYPE = UNKNOWN
 
const TIDY_NODETYPE_COMMENT = UNKNOWN
 
const TIDY_NODETYPE_PROCINS = UNKNOWN
 
const TIDY_NODETYPE_TEXT = UNKNOWN
 
const TIDY_NODETYPE_START = UNKNOWN
 
const TIDY_NODETYPE_END = UNKNOWN
 
const TIDY_NODETYPE_STARTEND = UNKNOWN
 
const TIDY_NODETYPE_CDATA = UNKNOWN
 
const TIDY_NODETYPE_SECTION = UNKNOWN
 
const TIDY_NODETYPE_ASP = UNKNOWN
 
const TIDY_NODETYPE_JSTE = UNKNOWN
 
const TIDY_NODETYPE_PHP = UNKNOWN
 
const TIDY_NODETYPE_XMLDECL = UNKNOWN
 
const TIDY_TAG_UNKNOWN = UNKNOWN
 
const TIDY_TAG_A = UNKNOWN
 
const TIDY_TAG_ABBR = UNKNOWN
 
const TIDY_TAG_ACRONYM = UNKNOWN
 
const TIDY_TAG_ADDRESS = UNKNOWN
 
const TIDY_TAG_ALIGN = UNKNOWN
 
const TIDY_TAG_APPLET = UNKNOWN
 
const TIDY_TAG_AREA = UNKNOWN
 
const TIDY_TAG_B = UNKNOWN
 
const TIDY_TAG_BASE = UNKNOWN
 
const TIDY_TAG_BASEFONT = UNKNOWN
 
const TIDY_TAG_BDO = UNKNOWN
 
const TIDY_TAG_BGSOUND = UNKNOWN
 
const TIDY_TAG_BIG = UNKNOWN
 
const TIDY_TAG_BLINK = UNKNOWN
 
const TIDY_TAG_BLOCKQUOTE = UNKNOWN
 
const TIDY_TAG_BODY = UNKNOWN
 
const TIDY_TAG_BR = UNKNOWN
 
const TIDY_TAG_BUTTON = UNKNOWN
 
const TIDY_TAG_CAPTION = UNKNOWN
 
const TIDY_TAG_CENTER = UNKNOWN
 
const TIDY_TAG_CITE = UNKNOWN
 
const TIDY_TAG_CODE = UNKNOWN
 
const TIDY_TAG_COL = UNKNOWN
 
const TIDY_TAG_COLGROUP = UNKNOWN
 
const TIDY_TAG_COMMENT = UNKNOWN
 
const TIDY_TAG_DD = UNKNOWN
 
const TIDY_TAG_DEL = UNKNOWN
 
const TIDY_TAG_DFN = UNKNOWN
 
const TIDY_TAG_DIR = UNKNOWN
 
const TIDY_TAG_DIV = UNKNOWN
 
const TIDY_TAG_DL = UNKNOWN
 
const TIDY_TAG_DT = UNKNOWN
 
const TIDY_TAG_EM = UNKNOWN
 
const TIDY_TAG_EMBED = UNKNOWN
 
const TIDY_TAG_FIELDSET = UNKNOWN
 
const TIDY_TAG_FONT = UNKNOWN
 
const TIDY_TAG_FORM = UNKNOWN
 
const TIDY_TAG_FRAME = UNKNOWN
 
const TIDY_TAG_FRAMESET = UNKNOWN
 
const TIDY_TAG_H1 = UNKNOWN
 
const TIDY_TAG_H2 = UNKNOWN
 
const TIDY_TAG_H3 = UNKNOWN
 
const TIDY_TAG_H4 = UNKNOWN
 
const TIDY_TAG_H5 = UNKNOWN
 
const TIDY_TAG_H6 = UNKNOWN
 
const TIDY_TAG_HEAD = UNKNOWN
 
const TIDY_TAG_HR = UNKNOWN
 
const TIDY_TAG_HTML = UNKNOWN
 
const TIDY_TAG_I = UNKNOWN
 
const TIDY_TAG_IFRAME = UNKNOWN
 
const TIDY_TAG_ILAYER = UNKNOWN
 
const TIDY_TAG_IMG = UNKNOWN
 
const TIDY_TAG_INPUT = UNKNOWN
 
const TIDY_TAG_INS = UNKNOWN
 
const TIDY_TAG_ISINDEX = UNKNOWN
 
const TIDY_TAG_KBD = UNKNOWN
 
const TIDY_TAG_KEYGEN = UNKNOWN
 
const TIDY_TAG_LABEL = UNKNOWN
 
const TIDY_TAG_LAYER = UNKNOWN
 
const TIDY_TAG_LEGEND = UNKNOWN
 
const TIDY_TAG_LI = UNKNOWN
 
const TIDY_TAG_LINK = UNKNOWN
 
const TIDY_TAG_LISTING = UNKNOWN
 
const TIDY_TAG_MAP = UNKNOWN
 
const TIDY_TAG_MARQUEE = UNKNOWN
 
const TIDY_TAG_MENU = UNKNOWN
 
const TIDY_TAG_META = UNKNOWN
 
const TIDY_TAG_MULTICOL = UNKNOWN
 
const TIDY_TAG_NOBR = UNKNOWN
 
const TIDY_TAG_NOEMBED = UNKNOWN
 
const TIDY_TAG_NOFRAMES = UNKNOWN
 
const TIDY_TAG_NOLAYER = UNKNOWN
 
const TIDY_TAG_NOSAVE = UNKNOWN
 
const TIDY_TAG_NOSCRIPT = UNKNOWN
 
const TIDY_TAG_OBJECT = UNKNOWN
 
const TIDY_TAG_OL = UNKNOWN
 
const TIDY_TAG_OPTGROUP = UNKNOWN
 
const TIDY_TAG_OPTION = UNKNOWN
 
const TIDY_TAG_P = UNKNOWN
 
const TIDY_TAG_PARAM = UNKNOWN
 
const TIDY_TAG_PLAINTEXT = UNKNOWN
 
const TIDY_TAG_PRE = UNKNOWN
 
const TIDY_TAG_Q = UNKNOWN
 
const TIDY_TAG_RB = UNKNOWN
 
const TIDY_TAG_RBC = UNKNOWN
 
const TIDY_TAG_RP = UNKNOWN
 
const TIDY_TAG_RT = UNKNOWN
 
const TIDY_TAG_RTC = UNKNOWN
 
const TIDY_TAG_RUBY = UNKNOWN
 
const TIDY_TAG_S = UNKNOWN
 
const TIDY_TAG_SAMP = UNKNOWN
 
const TIDY_TAG_SCRIPT = UNKNOWN
 
const TIDY_TAG_SELECT = UNKNOWN
 
const TIDY_TAG_SERVER = UNKNOWN
 
const TIDY_TAG_SERVLET = UNKNOWN
 
const TIDY_TAG_SMALL = UNKNOWN
 
const TIDY_TAG_SPACER = UNKNOWN
 
const TIDY_TAG_SPAN = UNKNOWN
 
const TIDY_TAG_STRIKE = UNKNOWN
 
const TIDY_TAG_STRONG = UNKNOWN
 
const TIDY_TAG_STYLE = UNKNOWN
 
const TIDY_TAG_SUB = UNKNOWN
 
const TIDY_TAG_SUP = UNKNOWN
 
const TIDY_TAG_TABLE = UNKNOWN
 
const TIDY_TAG_TBODY = UNKNOWN
 
const TIDY_TAG_TD = UNKNOWN
 
const TIDY_TAG_TEXTAREA = UNKNOWN
 
const TIDY_TAG_TFOOT = UNKNOWN
 
const TIDY_TAG_TH = UNKNOWN
 
const TIDY_TAG_THEAD = UNKNOWN
 
const TIDY_TAG_TITLE = UNKNOWN
 
const TIDY_TAG_TR = UNKNOWN
 
const TIDY_TAG_TT = UNKNOWN
 
const TIDY_TAG_U = UNKNOWN
 
const TIDY_TAG_UL = UNKNOWN
 
const TIDY_TAG_VAR = UNKNOWN
 
const TIDY_TAG_WBR = UNKNOWN
 
const TIDY_TAG_XMP = UNKNOWN
 
const TIDY_TAG_ARTICLE = UNKNOWN
 
const TIDY_TAG_ASIDE = UNKNOWN
 
const TIDY_TAG_AUDIO = UNKNOWN
 
const TIDY_TAG_BDI = UNKNOWN
 
const TIDY_TAG_CANVAS = UNKNOWN
 
const TIDY_TAG_COMMAND = UNKNOWN
 
const TIDY_TAG_DATALIST = UNKNOWN
 
const TIDY_TAG_DETAILS = UNKNOWN
 
const TIDY_TAG_DIALOG = UNKNOWN
 
const TIDY_TAG_FIGCAPTION = UNKNOWN
 
const TIDY_TAG_FIGURE = UNKNOWN
 
const TIDY_TAG_FOOTER = UNKNOWN
 
const TIDY_TAG_HEADER = UNKNOWN
 
const TIDY_TAG_HGROUP = UNKNOWN
 
const TIDY_TAG_MAIN = UNKNOWN
 
const TIDY_TAG_MARK = UNKNOWN
 
const TIDY_TAG_MENUITEM = UNKNOWN
 
const TIDY_TAG_METER = UNKNOWN
 
const TIDY_TAG_NAV = UNKNOWN
 
const TIDY_TAG_OUTPUT = UNKNOWN
 
const TIDY_TAG_PROGRESS = UNKNOWN
 
const TIDY_TAG_SECTION = UNKNOWN
 
const TIDY_TAG_SOURCE = UNKNOWN
 
const TIDY_TAG_SUMMARY = UNKNOWN
 
const TIDY_TAG_TEMPLATE = UNKNOWN
 
const TIDY_TAG_TIME = UNKNOWN
 
const TIDY_TAG_TRACK = UNKNOWN
 
const TIDY_TAG_VIDEO = UNKNOWN
 

Function Documentation

◆ tidy_access_count()

tidy_access_count ( tidy $tidy)

Definition at line 850 of file tidy.stub.php.

◆ tidy_clean_repair()

tidy_clean_repair ( tidy $tidy)

Definition at line 822 of file tidy.stub.php.

◆ tidy_config_count()

tidy_config_count ( tidy $tidy)

Definition at line 852 of file tidy.stub.php.

◆ tidy_diagnose()

tidy_diagnose ( tidy $tidy)

Definition at line 828 of file tidy.stub.php.

◆ tidy_error_count()

tidy_error_count ( tidy $tidy)

Definition at line 846 of file tidy.stub.php.

◆ tidy_get_body()

tidy_get_body ( tidy $tidy)

Definition at line 862 of file tidy.stub.php.

◆ tidy_get_config()

tidy_get_config ( tidy $tidy)

Definition at line 836 of file tidy.stub.php.

◆ tidy_get_error_buffer()

tidy_get_error_buffer ( tidy $tidy)

Definition at line 816 of file tidy.stub.php.

◆ tidy_get_head()

tidy_get_head ( tidy $tidy)

Definition at line 860 of file tidy.stub.php.

◆ tidy_get_html()

tidy_get_html ( tidy $tidy)

Definition at line 858 of file tidy.stub.php.

◆ tidy_get_html_ver()

tidy_get_html_ver ( tidy $tidy)

Definition at line 840 of file tidy.stub.php.

◆ tidy_get_opt_doc()

tidy_get_opt_doc ( tidy $tidy,
string $option )

Definition at line 833 of file tidy.stub.php.

◆ tidy_get_output()

tidy_get_output ( tidy $tidy)

Definition at line 818 of file tidy.stub.php.

◆ tidy_get_release()

tidy_get_release ( )

Definition at line 830 of file tidy.stub.php.

◆ tidy_get_root()

tidy_get_root ( tidy $tidy)

Definition at line 856 of file tidy.stub.php.

◆ tidy_get_status()

tidy_get_status ( tidy $tidy)

Definition at line 838 of file tidy.stub.php.

◆ tidy_getopt()

tidy_getopt ( tidy $tidy,
string $option )

Definition at line 854 of file tidy.stub.php.

◆ tidy_is_xhtml()

tidy_is_xhtml ( tidy $tidy)

Definition at line 842 of file tidy.stub.php.

◆ tidy_is_xml()

tidy_is_xml ( tidy $tidy)

Definition at line 844 of file tidy.stub.php.

◆ tidy_parse_file()

tidy_parse_file ( string $filename,
array|string|null $config = null,
?string $encoding = null,
bool $useIncludePath = false )

Definition at line 820 of file tidy.stub.php.

◆ tidy_parse_string()

tidy_parse_string ( string $string,
array|string|null $config = null,
?string $encoding = null )

Definition at line 814 of file tidy.stub.php.

◆ tidy_repair_file()

tidy_repair_file ( string $filename,
array|string|null $config = null,
?string $encoding = null,
bool $useIncludePath = false )

Definition at line 826 of file tidy.stub.php.

◆ tidy_repair_string()

tidy_repair_string ( string $string,
array|string|null $config = null,
?string $encoding = null )

Definition at line 824 of file tidy.stub.php.

◆ tidy_warning_count()

tidy_warning_count ( tidy $tidy)

Definition at line 848 of file tidy.stub.php.

Variable Documentation

◆ TIDY_NODETYPE_ASP

const TIDY_NODETYPE_ASP = UNKNOWN

Definition at line 59 of file tidy.stub.php.

◆ TIDY_NODETYPE_CDATA

const TIDY_NODETYPE_CDATA = UNKNOWN

Definition at line 49 of file tidy.stub.php.

◆ TIDY_NODETYPE_COMMENT

const TIDY_NODETYPE_COMMENT = UNKNOWN

Definition at line 19 of file tidy.stub.php.

◆ TIDY_NODETYPE_DOCTYPE

const TIDY_NODETYPE_DOCTYPE = UNKNOWN

Definition at line 14 of file tidy.stub.php.

◆ TIDY_NODETYPE_END

const TIDY_NODETYPE_END = UNKNOWN

Definition at line 39 of file tidy.stub.php.

◆ TIDY_NODETYPE_JSTE

const TIDY_NODETYPE_JSTE = UNKNOWN

Definition at line 64 of file tidy.stub.php.

◆ TIDY_NODETYPE_PHP

const TIDY_NODETYPE_PHP = UNKNOWN

Definition at line 69 of file tidy.stub.php.

◆ TIDY_NODETYPE_PROCINS

const TIDY_NODETYPE_PROCINS = UNKNOWN

Definition at line 24 of file tidy.stub.php.

◆ TIDY_NODETYPE_ROOT

const TIDY_NODETYPE_ROOT = UNKNOWN

Definition at line 9 of file tidy.stub.php.

◆ TIDY_NODETYPE_SECTION

const TIDY_NODETYPE_SECTION = UNKNOWN

Definition at line 54 of file tidy.stub.php.

◆ TIDY_NODETYPE_START

const TIDY_NODETYPE_START = UNKNOWN

Definition at line 34 of file tidy.stub.php.

◆ TIDY_NODETYPE_STARTEND

const TIDY_NODETYPE_STARTEND = UNKNOWN

Definition at line 44 of file tidy.stub.php.

◆ TIDY_NODETYPE_TEXT

const TIDY_NODETYPE_TEXT = UNKNOWN

Definition at line 29 of file tidy.stub.php.

◆ TIDY_NODETYPE_XMLDECL

const TIDY_NODETYPE_XMLDECL = UNKNOWN

Definition at line 74 of file tidy.stub.php.

◆ TIDY_TAG_A

const TIDY_TAG_A = UNKNOWN

Definition at line 85 of file tidy.stub.php.

◆ TIDY_TAG_ABBR

const TIDY_TAG_ABBR = UNKNOWN

Definition at line 90 of file tidy.stub.php.

◆ TIDY_TAG_ACRONYM

const TIDY_TAG_ACRONYM = UNKNOWN

Definition at line 95 of file tidy.stub.php.

◆ TIDY_TAG_ADDRESS

const TIDY_TAG_ADDRESS = UNKNOWN

Definition at line 100 of file tidy.stub.php.

◆ TIDY_TAG_ALIGN

const TIDY_TAG_ALIGN = UNKNOWN

Definition at line 105 of file tidy.stub.php.

◆ TIDY_TAG_APPLET

const TIDY_TAG_APPLET = UNKNOWN

Definition at line 110 of file tidy.stub.php.

◆ TIDY_TAG_AREA

const TIDY_TAG_AREA = UNKNOWN

Definition at line 115 of file tidy.stub.php.

◆ TIDY_TAG_ARTICLE

const TIDY_TAG_ARTICLE = UNKNOWN

Definition at line 676 of file tidy.stub.php.

◆ TIDY_TAG_ASIDE

const TIDY_TAG_ASIDE = UNKNOWN

Definition at line 681 of file tidy.stub.php.

◆ TIDY_TAG_AUDIO

const TIDY_TAG_AUDIO = UNKNOWN

Definition at line 686 of file tidy.stub.php.

◆ TIDY_TAG_B

const TIDY_TAG_B = UNKNOWN

Definition at line 120 of file tidy.stub.php.

◆ TIDY_TAG_BASE

const TIDY_TAG_BASE = UNKNOWN

Definition at line 125 of file tidy.stub.php.

◆ TIDY_TAG_BASEFONT

const TIDY_TAG_BASEFONT = UNKNOWN

Definition at line 130 of file tidy.stub.php.

◆ TIDY_TAG_BDI

const TIDY_TAG_BDI = UNKNOWN

Definition at line 691 of file tidy.stub.php.

◆ TIDY_TAG_BDO

const TIDY_TAG_BDO = UNKNOWN

Definition at line 135 of file tidy.stub.php.

◆ TIDY_TAG_BGSOUND

const TIDY_TAG_BGSOUND = UNKNOWN

Definition at line 140 of file tidy.stub.php.

◆ TIDY_TAG_BIG

const TIDY_TAG_BIG = UNKNOWN

Definition at line 145 of file tidy.stub.php.

◆ TIDY_TAG_BLINK

const TIDY_TAG_BLINK = UNKNOWN

Definition at line 150 of file tidy.stub.php.

◆ TIDY_TAG_BLOCKQUOTE

const TIDY_TAG_BLOCKQUOTE = UNKNOWN

Definition at line 155 of file tidy.stub.php.

◆ TIDY_TAG_BODY

const TIDY_TAG_BODY = UNKNOWN

Definition at line 160 of file tidy.stub.php.

◆ TIDY_TAG_BR

const TIDY_TAG_BR = UNKNOWN

Definition at line 165 of file tidy.stub.php.

◆ TIDY_TAG_BUTTON

const TIDY_TAG_BUTTON = UNKNOWN

Definition at line 170 of file tidy.stub.php.

◆ TIDY_TAG_CANVAS

const TIDY_TAG_CANVAS = UNKNOWN

Definition at line 696 of file tidy.stub.php.

◆ TIDY_TAG_CAPTION

const TIDY_TAG_CAPTION = UNKNOWN

Definition at line 175 of file tidy.stub.php.

◆ TIDY_TAG_CENTER

const TIDY_TAG_CENTER = UNKNOWN

Definition at line 180 of file tidy.stub.php.

◆ TIDY_TAG_CITE

const TIDY_TAG_CITE = UNKNOWN

Definition at line 185 of file tidy.stub.php.

◆ TIDY_TAG_CODE

const TIDY_TAG_CODE = UNKNOWN

Definition at line 190 of file tidy.stub.php.

◆ TIDY_TAG_COL

const TIDY_TAG_COL = UNKNOWN

Definition at line 195 of file tidy.stub.php.

◆ TIDY_TAG_COLGROUP

const TIDY_TAG_COLGROUP = UNKNOWN

Definition at line 200 of file tidy.stub.php.

◆ TIDY_TAG_COMMAND

const TIDY_TAG_COMMAND = UNKNOWN

Definition at line 701 of file tidy.stub.php.

◆ TIDY_TAG_COMMENT

const TIDY_TAG_COMMENT = UNKNOWN

Definition at line 205 of file tidy.stub.php.

◆ TIDY_TAG_DATALIST

const TIDY_TAG_DATALIST = UNKNOWN

Definition at line 706 of file tidy.stub.php.

◆ TIDY_TAG_DD

const TIDY_TAG_DD = UNKNOWN

Definition at line 210 of file tidy.stub.php.

◆ TIDY_TAG_DEL

const TIDY_TAG_DEL = UNKNOWN

Definition at line 215 of file tidy.stub.php.

◆ TIDY_TAG_DETAILS

const TIDY_TAG_DETAILS = UNKNOWN

Definition at line 711 of file tidy.stub.php.

◆ TIDY_TAG_DFN

const TIDY_TAG_DFN = UNKNOWN

Definition at line 220 of file tidy.stub.php.

◆ TIDY_TAG_DIALOG

const TIDY_TAG_DIALOG = UNKNOWN

Definition at line 716 of file tidy.stub.php.

◆ TIDY_TAG_DIR

const TIDY_TAG_DIR = UNKNOWN

Definition at line 225 of file tidy.stub.php.

◆ TIDY_TAG_DIV

const TIDY_TAG_DIV = UNKNOWN

Definition at line 230 of file tidy.stub.php.

◆ TIDY_TAG_DL

const TIDY_TAG_DL = UNKNOWN

Definition at line 235 of file tidy.stub.php.

◆ TIDY_TAG_DT

const TIDY_TAG_DT = UNKNOWN

Definition at line 240 of file tidy.stub.php.

◆ TIDY_TAG_EM

const TIDY_TAG_EM = UNKNOWN

Definition at line 245 of file tidy.stub.php.

◆ TIDY_TAG_EMBED

const TIDY_TAG_EMBED = UNKNOWN

Definition at line 250 of file tidy.stub.php.

◆ TIDY_TAG_FIELDSET

const TIDY_TAG_FIELDSET = UNKNOWN

Definition at line 255 of file tidy.stub.php.

◆ TIDY_TAG_FIGCAPTION

const TIDY_TAG_FIGCAPTION = UNKNOWN

Definition at line 721 of file tidy.stub.php.

◆ TIDY_TAG_FIGURE

const TIDY_TAG_FIGURE = UNKNOWN

Definition at line 726 of file tidy.stub.php.

◆ TIDY_TAG_FONT

const TIDY_TAG_FONT = UNKNOWN

Definition at line 260 of file tidy.stub.php.

◆ TIDY_TAG_FOOTER

const TIDY_TAG_FOOTER = UNKNOWN

Definition at line 731 of file tidy.stub.php.

◆ TIDY_TAG_FORM

const TIDY_TAG_FORM = UNKNOWN

Definition at line 265 of file tidy.stub.php.

◆ TIDY_TAG_FRAME

const TIDY_TAG_FRAME = UNKNOWN

Definition at line 270 of file tidy.stub.php.

◆ TIDY_TAG_FRAMESET

const TIDY_TAG_FRAMESET = UNKNOWN

Definition at line 275 of file tidy.stub.php.

◆ TIDY_TAG_H1

const TIDY_TAG_H1 = UNKNOWN

Definition at line 280 of file tidy.stub.php.

◆ TIDY_TAG_H2

const TIDY_TAG_H2 = UNKNOWN

Definition at line 285 of file tidy.stub.php.

◆ TIDY_TAG_H3

const TIDY_TAG_H3 = UNKNOWN

Definition at line 290 of file tidy.stub.php.

◆ TIDY_TAG_H4

const TIDY_TAG_H4 = UNKNOWN

Definition at line 295 of file tidy.stub.php.

◆ TIDY_TAG_H5

const TIDY_TAG_H5 = UNKNOWN

Definition at line 300 of file tidy.stub.php.

◆ TIDY_TAG_H6

const TIDY_TAG_H6 = UNKNOWN

Definition at line 305 of file tidy.stub.php.

◆ TIDY_TAG_HEAD

const TIDY_TAG_HEAD = UNKNOWN

Definition at line 310 of file tidy.stub.php.

◆ TIDY_TAG_HEADER

const TIDY_TAG_HEADER = UNKNOWN

Definition at line 736 of file tidy.stub.php.

◆ TIDY_TAG_HGROUP

const TIDY_TAG_HGROUP = UNKNOWN

Definition at line 741 of file tidy.stub.php.

◆ TIDY_TAG_HR

const TIDY_TAG_HR = UNKNOWN

Definition at line 315 of file tidy.stub.php.

◆ TIDY_TAG_HTML

const TIDY_TAG_HTML = UNKNOWN

Definition at line 320 of file tidy.stub.php.

◆ TIDY_TAG_I

const TIDY_TAG_I = UNKNOWN

Definition at line 325 of file tidy.stub.php.

◆ TIDY_TAG_IFRAME

const TIDY_TAG_IFRAME = UNKNOWN

Definition at line 330 of file tidy.stub.php.

◆ TIDY_TAG_ILAYER

const TIDY_TAG_ILAYER = UNKNOWN

Definition at line 335 of file tidy.stub.php.

◆ TIDY_TAG_IMG

const TIDY_TAG_IMG = UNKNOWN

Definition at line 340 of file tidy.stub.php.

◆ TIDY_TAG_INPUT

const TIDY_TAG_INPUT = UNKNOWN

Definition at line 345 of file tidy.stub.php.

◆ TIDY_TAG_INS

const TIDY_TAG_INS = UNKNOWN

Definition at line 350 of file tidy.stub.php.

◆ TIDY_TAG_ISINDEX

const TIDY_TAG_ISINDEX = UNKNOWN

Definition at line 355 of file tidy.stub.php.

◆ TIDY_TAG_KBD

const TIDY_TAG_KBD = UNKNOWN

Definition at line 360 of file tidy.stub.php.

◆ TIDY_TAG_KEYGEN

const TIDY_TAG_KEYGEN = UNKNOWN

Definition at line 365 of file tidy.stub.php.

◆ TIDY_TAG_LABEL

const TIDY_TAG_LABEL = UNKNOWN

Definition at line 370 of file tidy.stub.php.

◆ TIDY_TAG_LAYER

const TIDY_TAG_LAYER = UNKNOWN

Definition at line 375 of file tidy.stub.php.

◆ TIDY_TAG_LEGEND

const TIDY_TAG_LEGEND = UNKNOWN

Definition at line 380 of file tidy.stub.php.

◆ TIDY_TAG_LI

const TIDY_TAG_LI = UNKNOWN

Definition at line 385 of file tidy.stub.php.

◆ TIDY_TAG_LINK

const TIDY_TAG_LINK = UNKNOWN

Definition at line 390 of file tidy.stub.php.

◆ TIDY_TAG_LISTING

const TIDY_TAG_LISTING = UNKNOWN

Definition at line 395 of file tidy.stub.php.

◆ TIDY_TAG_MAIN

const TIDY_TAG_MAIN = UNKNOWN

Definition at line 746 of file tidy.stub.php.

◆ TIDY_TAG_MAP

const TIDY_TAG_MAP = UNKNOWN

Definition at line 400 of file tidy.stub.php.

◆ TIDY_TAG_MARK

const TIDY_TAG_MARK = UNKNOWN

Definition at line 751 of file tidy.stub.php.

◆ TIDY_TAG_MARQUEE

const TIDY_TAG_MARQUEE = UNKNOWN

Definition at line 405 of file tidy.stub.php.

◆ TIDY_TAG_MENU

const TIDY_TAG_MENU = UNKNOWN

Definition at line 410 of file tidy.stub.php.

◆ TIDY_TAG_MENUITEM

const TIDY_TAG_MENUITEM = UNKNOWN

Definition at line 756 of file tidy.stub.php.

◆ TIDY_TAG_META

const TIDY_TAG_META = UNKNOWN

Definition at line 415 of file tidy.stub.php.

◆ TIDY_TAG_METER

const TIDY_TAG_METER = UNKNOWN

Definition at line 761 of file tidy.stub.php.

◆ TIDY_TAG_MULTICOL

const TIDY_TAG_MULTICOL = UNKNOWN

Definition at line 420 of file tidy.stub.php.

◆ TIDY_TAG_NAV

const TIDY_TAG_NAV = UNKNOWN

Definition at line 766 of file tidy.stub.php.

◆ TIDY_TAG_NOBR

const TIDY_TAG_NOBR = UNKNOWN

Definition at line 425 of file tidy.stub.php.

◆ TIDY_TAG_NOEMBED

const TIDY_TAG_NOEMBED = UNKNOWN

Definition at line 430 of file tidy.stub.php.

◆ TIDY_TAG_NOFRAMES

const TIDY_TAG_NOFRAMES = UNKNOWN

Definition at line 435 of file tidy.stub.php.

◆ TIDY_TAG_NOLAYER

const TIDY_TAG_NOLAYER = UNKNOWN

Definition at line 440 of file tidy.stub.php.

◆ TIDY_TAG_NOSAVE

const TIDY_TAG_NOSAVE = UNKNOWN

Definition at line 445 of file tidy.stub.php.

◆ TIDY_TAG_NOSCRIPT

const TIDY_TAG_NOSCRIPT = UNKNOWN

Definition at line 450 of file tidy.stub.php.

◆ TIDY_TAG_OBJECT

const TIDY_TAG_OBJECT = UNKNOWN

Definition at line 455 of file tidy.stub.php.

◆ TIDY_TAG_OL

const TIDY_TAG_OL = UNKNOWN

Definition at line 460 of file tidy.stub.php.

◆ TIDY_TAG_OPTGROUP

const TIDY_TAG_OPTGROUP = UNKNOWN

Definition at line 465 of file tidy.stub.php.

◆ TIDY_TAG_OPTION

const TIDY_TAG_OPTION = UNKNOWN

Definition at line 470 of file tidy.stub.php.

◆ TIDY_TAG_OUTPUT

const TIDY_TAG_OUTPUT = UNKNOWN

Definition at line 771 of file tidy.stub.php.

◆ TIDY_TAG_P

const TIDY_TAG_P = UNKNOWN

Definition at line 475 of file tidy.stub.php.

◆ TIDY_TAG_PARAM

const TIDY_TAG_PARAM = UNKNOWN

Definition at line 480 of file tidy.stub.php.

◆ TIDY_TAG_PLAINTEXT

const TIDY_TAG_PLAINTEXT = UNKNOWN

Definition at line 485 of file tidy.stub.php.

◆ TIDY_TAG_PRE

const TIDY_TAG_PRE = UNKNOWN

Definition at line 490 of file tidy.stub.php.

◆ TIDY_TAG_PROGRESS

const TIDY_TAG_PROGRESS = UNKNOWN

Definition at line 776 of file tidy.stub.php.

◆ TIDY_TAG_Q

const TIDY_TAG_Q = UNKNOWN

Definition at line 495 of file tidy.stub.php.

◆ TIDY_TAG_RB

const TIDY_TAG_RB = UNKNOWN

Definition at line 500 of file tidy.stub.php.

◆ TIDY_TAG_RBC

const TIDY_TAG_RBC = UNKNOWN

Definition at line 505 of file tidy.stub.php.

◆ TIDY_TAG_RP

const TIDY_TAG_RP = UNKNOWN

Definition at line 510 of file tidy.stub.php.

◆ TIDY_TAG_RT

const TIDY_TAG_RT = UNKNOWN

Definition at line 515 of file tidy.stub.php.

◆ TIDY_TAG_RTC

const TIDY_TAG_RTC = UNKNOWN

Definition at line 520 of file tidy.stub.php.

◆ TIDY_TAG_RUBY

const TIDY_TAG_RUBY = UNKNOWN

Definition at line 525 of file tidy.stub.php.

◆ TIDY_TAG_S

const TIDY_TAG_S = UNKNOWN

Definition at line 530 of file tidy.stub.php.

◆ TIDY_TAG_SAMP

const TIDY_TAG_SAMP = UNKNOWN

Definition at line 535 of file tidy.stub.php.

◆ TIDY_TAG_SCRIPT

const TIDY_TAG_SCRIPT = UNKNOWN

Definition at line 540 of file tidy.stub.php.

◆ TIDY_TAG_SECTION

const TIDY_TAG_SECTION = UNKNOWN

Definition at line 781 of file tidy.stub.php.

◆ TIDY_TAG_SELECT

const TIDY_TAG_SELECT = UNKNOWN

Definition at line 545 of file tidy.stub.php.

◆ TIDY_TAG_SERVER

const TIDY_TAG_SERVER = UNKNOWN

Definition at line 550 of file tidy.stub.php.

◆ TIDY_TAG_SERVLET

const TIDY_TAG_SERVLET = UNKNOWN

Definition at line 555 of file tidy.stub.php.

◆ TIDY_TAG_SMALL

const TIDY_TAG_SMALL = UNKNOWN

Definition at line 560 of file tidy.stub.php.

◆ TIDY_TAG_SOURCE

const TIDY_TAG_SOURCE = UNKNOWN

Definition at line 786 of file tidy.stub.php.

◆ TIDY_TAG_SPACER

const TIDY_TAG_SPACER = UNKNOWN

Definition at line 565 of file tidy.stub.php.

◆ TIDY_TAG_SPAN

const TIDY_TAG_SPAN = UNKNOWN

Definition at line 570 of file tidy.stub.php.

◆ TIDY_TAG_STRIKE

const TIDY_TAG_STRIKE = UNKNOWN

Definition at line 575 of file tidy.stub.php.

◆ TIDY_TAG_STRONG

const TIDY_TAG_STRONG = UNKNOWN

Definition at line 580 of file tidy.stub.php.

◆ TIDY_TAG_STYLE

const TIDY_TAG_STYLE = UNKNOWN

Definition at line 585 of file tidy.stub.php.

◆ TIDY_TAG_SUB

const TIDY_TAG_SUB = UNKNOWN

Definition at line 590 of file tidy.stub.php.

◆ TIDY_TAG_SUMMARY

const TIDY_TAG_SUMMARY = UNKNOWN

Definition at line 791 of file tidy.stub.php.

◆ TIDY_TAG_SUP

const TIDY_TAG_SUP = UNKNOWN

Definition at line 595 of file tidy.stub.php.

◆ TIDY_TAG_TABLE

const TIDY_TAG_TABLE = UNKNOWN

Definition at line 600 of file tidy.stub.php.

◆ TIDY_TAG_TBODY

const TIDY_TAG_TBODY = UNKNOWN

Definition at line 605 of file tidy.stub.php.

◆ TIDY_TAG_TD

const TIDY_TAG_TD = UNKNOWN

Definition at line 610 of file tidy.stub.php.

◆ TIDY_TAG_TEMPLATE

const TIDY_TAG_TEMPLATE = UNKNOWN

Definition at line 796 of file tidy.stub.php.

◆ TIDY_TAG_TEXTAREA

const TIDY_TAG_TEXTAREA = UNKNOWN

Definition at line 615 of file tidy.stub.php.

◆ TIDY_TAG_TFOOT

const TIDY_TAG_TFOOT = UNKNOWN

Definition at line 620 of file tidy.stub.php.

◆ TIDY_TAG_TH

const TIDY_TAG_TH = UNKNOWN

Definition at line 625 of file tidy.stub.php.

◆ TIDY_TAG_THEAD

const TIDY_TAG_THEAD = UNKNOWN

Definition at line 630 of file tidy.stub.php.

◆ TIDY_TAG_TIME

const TIDY_TAG_TIME = UNKNOWN

Definition at line 801 of file tidy.stub.php.

◆ TIDY_TAG_TITLE

const TIDY_TAG_TITLE = UNKNOWN

Definition at line 635 of file tidy.stub.php.

◆ TIDY_TAG_TR

const TIDY_TAG_TR = UNKNOWN

Definition at line 640 of file tidy.stub.php.

◆ TIDY_TAG_TRACK

const TIDY_TAG_TRACK = UNKNOWN

Definition at line 806 of file tidy.stub.php.

◆ TIDY_TAG_TT

const TIDY_TAG_TT = UNKNOWN

Definition at line 645 of file tidy.stub.php.

◆ TIDY_TAG_U

const TIDY_TAG_U = UNKNOWN

Definition at line 650 of file tidy.stub.php.

◆ TIDY_TAG_UL

const TIDY_TAG_UL = UNKNOWN

Definition at line 655 of file tidy.stub.php.

◆ TIDY_TAG_UNKNOWN

const TIDY_TAG_UNKNOWN = UNKNOWN

Definition at line 80 of file tidy.stub.php.

◆ TIDY_TAG_VAR

const TIDY_TAG_VAR = UNKNOWN

Definition at line 660 of file tidy.stub.php.

◆ TIDY_TAG_VIDEO

const TIDY_TAG_VIDEO = UNKNOWN

Definition at line 811 of file tidy.stub.php.

◆ TIDY_TAG_WBR

const TIDY_TAG_WBR = UNKNOWN

Definition at line 665 of file tidy.stub.php.

◆ TIDY_TAG_XMP

const TIDY_TAG_XMP = UNKNOWN

Definition at line 670 of file tidy.stub.php.