php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
class | tidy |
class | tidyNode |
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 |
tidy_access_count | ( | tidy | $tidy | ) |
Definition at line 850 of file tidy.stub.php.
tidy_clean_repair | ( | tidy | $tidy | ) |
Definition at line 822 of file tidy.stub.php.
tidy_config_count | ( | tidy | $tidy | ) |
Definition at line 852 of file tidy.stub.php.
tidy_diagnose | ( | tidy | $tidy | ) |
Definition at line 828 of file tidy.stub.php.
tidy_error_count | ( | tidy | $tidy | ) |
Definition at line 846 of file tidy.stub.php.
tidy_get_body | ( | tidy | $tidy | ) |
Definition at line 862 of file tidy.stub.php.
tidy_get_config | ( | tidy | $tidy | ) |
Definition at line 836 of file tidy.stub.php.
tidy_get_error_buffer | ( | tidy | $tidy | ) |
Definition at line 816 of file tidy.stub.php.
tidy_get_head | ( | tidy | $tidy | ) |
Definition at line 860 of file tidy.stub.php.
tidy_get_html | ( | tidy | $tidy | ) |
Definition at line 858 of file tidy.stub.php.
tidy_get_html_ver | ( | tidy | $tidy | ) |
Definition at line 840 of file tidy.stub.php.
tidy_get_opt_doc | ( | tidy | $tidy, |
string | $option ) |
Definition at line 833 of file tidy.stub.php.
tidy_get_output | ( | tidy | $tidy | ) |
Definition at line 818 of file tidy.stub.php.
tidy_get_release | ( | ) |
Definition at line 830 of file tidy.stub.php.
tidy_get_root | ( | tidy | $tidy | ) |
Definition at line 856 of file tidy.stub.php.
tidy_get_status | ( | tidy | $tidy | ) |
Definition at line 838 of file tidy.stub.php.
tidy_getopt | ( | tidy | $tidy, |
string | $option ) |
Definition at line 854 of file tidy.stub.php.
tidy_is_xhtml | ( | tidy | $tidy | ) |
Definition at line 842 of file tidy.stub.php.
tidy_is_xml | ( | tidy | $tidy | ) |
Definition at line 844 of file tidy.stub.php.
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 | ( | string | $string, |
array|string|null | $config = null, | ||
?string | $encoding = null ) |
Definition at line 814 of file tidy.stub.php.
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 | ( | string | $string, |
array|string|null | $config = null, | ||
?string | $encoding = null ) |
Definition at line 824 of file tidy.stub.php.
tidy_warning_count | ( | tidy | $tidy | ) |
Definition at line 848 of file tidy.stub.php.
const TIDY_NODETYPE_ASP = UNKNOWN |
Definition at line 59 of file tidy.stub.php.
const TIDY_NODETYPE_CDATA = UNKNOWN |
Definition at line 49 of file tidy.stub.php.
const TIDY_NODETYPE_COMMENT = UNKNOWN |
Definition at line 19 of file tidy.stub.php.
const TIDY_NODETYPE_DOCTYPE = UNKNOWN |
Definition at line 14 of file tidy.stub.php.
const TIDY_NODETYPE_END = UNKNOWN |
Definition at line 39 of file tidy.stub.php.
const TIDY_NODETYPE_JSTE = UNKNOWN |
Definition at line 64 of file tidy.stub.php.
const TIDY_NODETYPE_PHP = UNKNOWN |
Definition at line 69 of file tidy.stub.php.
const TIDY_NODETYPE_PROCINS = UNKNOWN |
Definition at line 24 of file tidy.stub.php.
const TIDY_NODETYPE_ROOT = UNKNOWN |
Definition at line 9 of file tidy.stub.php.
const TIDY_NODETYPE_SECTION = UNKNOWN |
Definition at line 54 of file tidy.stub.php.
const TIDY_NODETYPE_START = UNKNOWN |
Definition at line 34 of file tidy.stub.php.
const TIDY_NODETYPE_STARTEND = UNKNOWN |
Definition at line 44 of file tidy.stub.php.
const TIDY_NODETYPE_TEXT = UNKNOWN |
Definition at line 29 of file tidy.stub.php.
const TIDY_NODETYPE_XMLDECL = UNKNOWN |
Definition at line 74 of file tidy.stub.php.
const TIDY_TAG_A = UNKNOWN |
Definition at line 85 of file tidy.stub.php.
const TIDY_TAG_ABBR = UNKNOWN |
Definition at line 90 of file tidy.stub.php.
const TIDY_TAG_ACRONYM = UNKNOWN |
Definition at line 95 of file tidy.stub.php.
const TIDY_TAG_ADDRESS = UNKNOWN |
Definition at line 100 of file tidy.stub.php.
const TIDY_TAG_ALIGN = UNKNOWN |
Definition at line 105 of file tidy.stub.php.
const TIDY_TAG_APPLET = UNKNOWN |
Definition at line 110 of file tidy.stub.php.
const TIDY_TAG_AREA = UNKNOWN |
Definition at line 115 of file tidy.stub.php.
const TIDY_TAG_ARTICLE = UNKNOWN |
Definition at line 676 of file tidy.stub.php.
const TIDY_TAG_ASIDE = UNKNOWN |
Definition at line 681 of file tidy.stub.php.
const TIDY_TAG_AUDIO = UNKNOWN |
Definition at line 686 of file tidy.stub.php.
const TIDY_TAG_B = UNKNOWN |
Definition at line 120 of file tidy.stub.php.
const TIDY_TAG_BASE = UNKNOWN |
Definition at line 125 of file tidy.stub.php.
const TIDY_TAG_BASEFONT = UNKNOWN |
Definition at line 130 of file tidy.stub.php.
const TIDY_TAG_BDI = UNKNOWN |
Definition at line 691 of file tidy.stub.php.
const TIDY_TAG_BDO = UNKNOWN |
Definition at line 135 of file tidy.stub.php.
const TIDY_TAG_BGSOUND = UNKNOWN |
Definition at line 140 of file tidy.stub.php.
const TIDY_TAG_BIG = UNKNOWN |
Definition at line 145 of file tidy.stub.php.
const TIDY_TAG_BLINK = UNKNOWN |
Definition at line 150 of file tidy.stub.php.
const TIDY_TAG_BLOCKQUOTE = UNKNOWN |
Definition at line 155 of file tidy.stub.php.
const TIDY_TAG_BODY = UNKNOWN |
Definition at line 160 of file tidy.stub.php.
const TIDY_TAG_BR = UNKNOWN |
Definition at line 165 of file tidy.stub.php.
const TIDY_TAG_BUTTON = UNKNOWN |
Definition at line 170 of file tidy.stub.php.
const TIDY_TAG_CANVAS = UNKNOWN |
Definition at line 696 of file tidy.stub.php.
const TIDY_TAG_CAPTION = UNKNOWN |
Definition at line 175 of file tidy.stub.php.
const TIDY_TAG_CENTER = UNKNOWN |
Definition at line 180 of file tidy.stub.php.
const TIDY_TAG_CITE = UNKNOWN |
Definition at line 185 of file tidy.stub.php.
const TIDY_TAG_CODE = UNKNOWN |
Definition at line 190 of file tidy.stub.php.
const TIDY_TAG_COL = UNKNOWN |
Definition at line 195 of file tidy.stub.php.
const TIDY_TAG_COLGROUP = UNKNOWN |
Definition at line 200 of file tidy.stub.php.
const TIDY_TAG_COMMAND = UNKNOWN |
Definition at line 701 of file tidy.stub.php.
const TIDY_TAG_COMMENT = UNKNOWN |
Definition at line 205 of file tidy.stub.php.
const TIDY_TAG_DATALIST = UNKNOWN |
Definition at line 706 of file tidy.stub.php.
const TIDY_TAG_DD = UNKNOWN |
Definition at line 210 of file tidy.stub.php.
const TIDY_TAG_DEL = UNKNOWN |
Definition at line 215 of file tidy.stub.php.
const TIDY_TAG_DETAILS = UNKNOWN |
Definition at line 711 of file tidy.stub.php.
const TIDY_TAG_DFN = UNKNOWN |
Definition at line 220 of file tidy.stub.php.
const TIDY_TAG_DIALOG = UNKNOWN |
Definition at line 716 of file tidy.stub.php.
const TIDY_TAG_DIR = UNKNOWN |
Definition at line 225 of file tidy.stub.php.
const TIDY_TAG_DIV = UNKNOWN |
Definition at line 230 of file tidy.stub.php.
const TIDY_TAG_DL = UNKNOWN |
Definition at line 235 of file tidy.stub.php.
const TIDY_TAG_DT = UNKNOWN |
Definition at line 240 of file tidy.stub.php.
const TIDY_TAG_EM = UNKNOWN |
Definition at line 245 of file tidy.stub.php.
const TIDY_TAG_EMBED = UNKNOWN |
Definition at line 250 of file tidy.stub.php.
const TIDY_TAG_FIELDSET = UNKNOWN |
Definition at line 255 of file tidy.stub.php.
const TIDY_TAG_FIGCAPTION = UNKNOWN |
Definition at line 721 of file tidy.stub.php.
const TIDY_TAG_FIGURE = UNKNOWN |
Definition at line 726 of file tidy.stub.php.
const TIDY_TAG_FONT = UNKNOWN |
Definition at line 260 of file tidy.stub.php.
const TIDY_TAG_FOOTER = UNKNOWN |
Definition at line 731 of file tidy.stub.php.
const TIDY_TAG_FORM = UNKNOWN |
Definition at line 265 of file tidy.stub.php.
const TIDY_TAG_FRAME = UNKNOWN |
Definition at line 270 of file tidy.stub.php.
const TIDY_TAG_FRAMESET = UNKNOWN |
Definition at line 275 of file tidy.stub.php.
const TIDY_TAG_H1 = UNKNOWN |
Definition at line 280 of file tidy.stub.php.
const TIDY_TAG_H2 = UNKNOWN |
Definition at line 285 of file tidy.stub.php.
const TIDY_TAG_H3 = UNKNOWN |
Definition at line 290 of file tidy.stub.php.
const TIDY_TAG_H4 = UNKNOWN |
Definition at line 295 of file tidy.stub.php.
const TIDY_TAG_H5 = UNKNOWN |
Definition at line 300 of file tidy.stub.php.
const TIDY_TAG_H6 = UNKNOWN |
Definition at line 305 of file tidy.stub.php.
const TIDY_TAG_HEAD = UNKNOWN |
Definition at line 310 of file tidy.stub.php.
const TIDY_TAG_HEADER = UNKNOWN |
Definition at line 736 of file tidy.stub.php.
const TIDY_TAG_HGROUP = UNKNOWN |
Definition at line 741 of file tidy.stub.php.
const TIDY_TAG_HR = UNKNOWN |
Definition at line 315 of file tidy.stub.php.
const TIDY_TAG_HTML = UNKNOWN |
Definition at line 320 of file tidy.stub.php.
const TIDY_TAG_I = UNKNOWN |
Definition at line 325 of file tidy.stub.php.
const TIDY_TAG_IFRAME = UNKNOWN |
Definition at line 330 of file tidy.stub.php.
const TIDY_TAG_ILAYER = UNKNOWN |
Definition at line 335 of file tidy.stub.php.
const TIDY_TAG_IMG = UNKNOWN |
Definition at line 340 of file tidy.stub.php.
const TIDY_TAG_INPUT = UNKNOWN |
Definition at line 345 of file tidy.stub.php.
const TIDY_TAG_INS = UNKNOWN |
Definition at line 350 of file tidy.stub.php.
const TIDY_TAG_ISINDEX = UNKNOWN |
Definition at line 355 of file tidy.stub.php.
const TIDY_TAG_KBD = UNKNOWN |
Definition at line 360 of file tidy.stub.php.
const TIDY_TAG_KEYGEN = UNKNOWN |
Definition at line 365 of file tidy.stub.php.
const TIDY_TAG_LABEL = UNKNOWN |
Definition at line 370 of file tidy.stub.php.
const TIDY_TAG_LAYER = UNKNOWN |
Definition at line 375 of file tidy.stub.php.
const TIDY_TAG_LEGEND = UNKNOWN |
Definition at line 380 of file tidy.stub.php.
const TIDY_TAG_LI = UNKNOWN |
Definition at line 385 of file tidy.stub.php.
const TIDY_TAG_LINK = UNKNOWN |
Definition at line 390 of file tidy.stub.php.
const TIDY_TAG_LISTING = UNKNOWN |
Definition at line 395 of file tidy.stub.php.
const TIDY_TAG_MAIN = UNKNOWN |
Definition at line 746 of file tidy.stub.php.
const TIDY_TAG_MAP = UNKNOWN |
Definition at line 400 of file tidy.stub.php.
const TIDY_TAG_MARK = UNKNOWN |
Definition at line 751 of file tidy.stub.php.
const TIDY_TAG_MARQUEE = UNKNOWN |
Definition at line 405 of file tidy.stub.php.
const TIDY_TAG_MENU = UNKNOWN |
Definition at line 410 of file tidy.stub.php.
const TIDY_TAG_MENUITEM = UNKNOWN |
Definition at line 756 of file tidy.stub.php.
const TIDY_TAG_META = UNKNOWN |
Definition at line 415 of file tidy.stub.php.
const TIDY_TAG_METER = UNKNOWN |
Definition at line 761 of file tidy.stub.php.
const TIDY_TAG_MULTICOL = UNKNOWN |
Definition at line 420 of file tidy.stub.php.
const TIDY_TAG_NAV = UNKNOWN |
Definition at line 766 of file tidy.stub.php.
const TIDY_TAG_NOBR = UNKNOWN |
Definition at line 425 of file tidy.stub.php.
const TIDY_TAG_NOEMBED = UNKNOWN |
Definition at line 430 of file tidy.stub.php.
const TIDY_TAG_NOFRAMES = UNKNOWN |
Definition at line 435 of file tidy.stub.php.
const TIDY_TAG_NOLAYER = UNKNOWN |
Definition at line 440 of file tidy.stub.php.
const TIDY_TAG_NOSAVE = UNKNOWN |
Definition at line 445 of file tidy.stub.php.
const TIDY_TAG_NOSCRIPT = UNKNOWN |
Definition at line 450 of file tidy.stub.php.
const TIDY_TAG_OBJECT = UNKNOWN |
Definition at line 455 of file tidy.stub.php.
const TIDY_TAG_OL = UNKNOWN |
Definition at line 460 of file tidy.stub.php.
const TIDY_TAG_OPTGROUP = UNKNOWN |
Definition at line 465 of file tidy.stub.php.
const TIDY_TAG_OPTION = UNKNOWN |
Definition at line 470 of file tidy.stub.php.
const TIDY_TAG_OUTPUT = UNKNOWN |
Definition at line 771 of file tidy.stub.php.
const TIDY_TAG_P = UNKNOWN |
Definition at line 475 of file tidy.stub.php.
const TIDY_TAG_PARAM = UNKNOWN |
Definition at line 480 of file tidy.stub.php.
const TIDY_TAG_PLAINTEXT = UNKNOWN |
Definition at line 485 of file tidy.stub.php.
const TIDY_TAG_PRE = UNKNOWN |
Definition at line 490 of file tidy.stub.php.
const TIDY_TAG_PROGRESS = UNKNOWN |
Definition at line 776 of file tidy.stub.php.
const TIDY_TAG_Q = UNKNOWN |
Definition at line 495 of file tidy.stub.php.
const TIDY_TAG_RB = UNKNOWN |
Definition at line 500 of file tidy.stub.php.
const TIDY_TAG_RBC = UNKNOWN |
Definition at line 505 of file tidy.stub.php.
const TIDY_TAG_RP = UNKNOWN |
Definition at line 510 of file tidy.stub.php.
const TIDY_TAG_RT = UNKNOWN |
Definition at line 515 of file tidy.stub.php.
const TIDY_TAG_RTC = UNKNOWN |
Definition at line 520 of file tidy.stub.php.
const TIDY_TAG_RUBY = UNKNOWN |
Definition at line 525 of file tidy.stub.php.
const TIDY_TAG_S = UNKNOWN |
Definition at line 530 of file tidy.stub.php.
const TIDY_TAG_SAMP = UNKNOWN |
Definition at line 535 of file tidy.stub.php.
const TIDY_TAG_SCRIPT = UNKNOWN |
Definition at line 540 of file tidy.stub.php.
const TIDY_TAG_SECTION = UNKNOWN |
Definition at line 781 of file tidy.stub.php.
const TIDY_TAG_SELECT = UNKNOWN |
Definition at line 545 of file tidy.stub.php.
const TIDY_TAG_SERVER = UNKNOWN |
Definition at line 550 of file tidy.stub.php.
const TIDY_TAG_SERVLET = UNKNOWN |
Definition at line 555 of file tidy.stub.php.
const TIDY_TAG_SMALL = UNKNOWN |
Definition at line 560 of file tidy.stub.php.
const TIDY_TAG_SOURCE = UNKNOWN |
Definition at line 786 of file tidy.stub.php.
const TIDY_TAG_SPACER = UNKNOWN |
Definition at line 565 of file tidy.stub.php.
const TIDY_TAG_SPAN = UNKNOWN |
Definition at line 570 of file tidy.stub.php.
const TIDY_TAG_STRIKE = UNKNOWN |
Definition at line 575 of file tidy.stub.php.
const TIDY_TAG_STRONG = UNKNOWN |
Definition at line 580 of file tidy.stub.php.
const TIDY_TAG_STYLE = UNKNOWN |
Definition at line 585 of file tidy.stub.php.
const TIDY_TAG_SUB = UNKNOWN |
Definition at line 590 of file tidy.stub.php.
const TIDY_TAG_SUMMARY = UNKNOWN |
Definition at line 791 of file tidy.stub.php.
const TIDY_TAG_SUP = UNKNOWN |
Definition at line 595 of file tidy.stub.php.
const TIDY_TAG_TABLE = UNKNOWN |
Definition at line 600 of file tidy.stub.php.
const TIDY_TAG_TBODY = UNKNOWN |
Definition at line 605 of file tidy.stub.php.
const TIDY_TAG_TD = UNKNOWN |
Definition at line 610 of file tidy.stub.php.
const TIDY_TAG_TEMPLATE = UNKNOWN |
Definition at line 796 of file tidy.stub.php.
const TIDY_TAG_TEXTAREA = UNKNOWN |
Definition at line 615 of file tidy.stub.php.
const TIDY_TAG_TFOOT = UNKNOWN |
Definition at line 620 of file tidy.stub.php.
const TIDY_TAG_TH = UNKNOWN |
Definition at line 625 of file tidy.stub.php.
const TIDY_TAG_THEAD = UNKNOWN |
Definition at line 630 of file tidy.stub.php.
const TIDY_TAG_TIME = UNKNOWN |
Definition at line 801 of file tidy.stub.php.
const TIDY_TAG_TITLE = UNKNOWN |
Definition at line 635 of file tidy.stub.php.
const TIDY_TAG_TR = UNKNOWN |
Definition at line 640 of file tidy.stub.php.
const TIDY_TAG_TRACK = UNKNOWN |
Definition at line 806 of file tidy.stub.php.
const TIDY_TAG_TT = UNKNOWN |
Definition at line 645 of file tidy.stub.php.
const TIDY_TAG_U = UNKNOWN |
Definition at line 650 of file tidy.stub.php.
const TIDY_TAG_UL = UNKNOWN |
Definition at line 655 of file tidy.stub.php.
const TIDY_TAG_UNKNOWN = UNKNOWN |
Definition at line 80 of file tidy.stub.php.
const TIDY_TAG_VAR = UNKNOWN |
Definition at line 660 of file tidy.stub.php.
const TIDY_TAG_VIDEO = UNKNOWN |
Definition at line 811 of file tidy.stub.php.
const TIDY_TAG_WBR = UNKNOWN |
Definition at line 665 of file tidy.stub.php.
const TIDY_TAG_XMP = UNKNOWN |
Definition at line 670 of file tidy.stub.php.