php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
lxb_inline bool | lxb_html_tree_insertion_mode_in_table_body_tr (lxb_html_tree_t *tree, lxb_html_token_t *token) |
lxb_inline bool | lxb_html_tree_insertion_mode_in_table_body_thtd (lxb_html_tree_t *tree, lxb_html_token_t *token) |
lxb_inline bool | lxb_html_tree_insertion_mode_in_table_body_tbtfth_closed (lxb_html_tree_t *tree, lxb_html_token_t *token) |
lxb_inline bool | lxb_html_tree_insertion_mode_in_table_body_ct_open_closed (lxb_html_tree_t *tree, lxb_html_token_t *token) |
lxb_inline bool | lxb_html_tree_insertion_mode_in_table_body_bcht_closed (lxb_html_tree_t *tree, lxb_html_token_t *token) |
lxb_inline bool | lxb_html_tree_insertion_mode_in_table_body_anything_else (lxb_html_tree_t *tree, lxb_html_token_t *token) |
lxb_inline bool | lxb_html_tree_insertion_mode_in_table_body_anything_else_closed (lxb_html_tree_t *tree, lxb_html_token_t *token) |
bool | lxb_html_tree_insertion_mode_in_table_body (lxb_html_tree_t *tree, lxb_html_token_t *token) |
bool lxb_html_tree_insertion_mode_in_table_body | ( | lxb_html_tree_t * | tree, |
lxb_html_token_t * | token ) |
Definition at line 159 of file in_table_body.c.
lxb_inline bool lxb_html_tree_insertion_mode_in_table_body_anything_else | ( | lxb_html_tree_t * | tree, |
lxb_html_token_t * | token ) |
Definition at line 144 of file in_table_body.c.
lxb_inline bool lxb_html_tree_insertion_mode_in_table_body_anything_else_closed | ( | lxb_html_tree_t * | tree, |
lxb_html_token_t * | token ) |
Definition at line 151 of file in_table_body.c.
lxb_inline bool lxb_html_tree_insertion_mode_in_table_body_bcht_closed | ( | lxb_html_tree_t * | tree, |
lxb_html_token_t * | token ) |
Definition at line 135 of file in_table_body.c.
lxb_inline bool lxb_html_tree_insertion_mode_in_table_body_ct_open_closed | ( | lxb_html_tree_t * | tree, |
lxb_html_token_t * | token ) |
Definition at line 111 of file in_table_body.c.
lxb_inline bool lxb_html_tree_insertion_mode_in_table_body_tbtfth_closed | ( | lxb_html_tree_t * | tree, |
lxb_html_token_t * | token ) |
Definition at line 84 of file in_table_body.c.
lxb_inline bool lxb_html_tree_insertion_mode_in_table_body_thtd | ( | lxb_html_tree_t * | tree, |
lxb_html_token_t * | token ) |
Definition at line 52 of file in_table_body.c.
lxb_inline bool lxb_html_tree_insertion_mode_in_table_body_tr | ( | lxb_html_tree_t * | tree, |
lxb_html_token_t * | token ) |
Definition at line 29 of file in_table_body.c.