Home
last modified time | relevance | path

Searched defs:document (Results 1 – 25 of 108) sorted by relevance

12345

/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Ddocument.c195 lxb_html_document_clean(lxb_html_document_t *document) in lxb_html_document_clean()
551 lxb_html_document_t *document; in lxb_html_document_element_styles_attach() local
604 lxb_html_document_style_attach(lxb_html_document_t *document, in lxb_html_document_style_attach()
614 lxb_html_document_style_remove(lxb_html_document_t *document, in lxb_html_document_style_remove()
690 lxb_html_document_destroy(lxb_html_document_t *document) in lxb_html_document_destroy()
696 lxb_html_document_parse(lxb_html_document_t *document, in lxb_html_document_parse()
757 lxb_html_document_parse_chunk(lxb_html_document_t *document, in lxb_html_document_parse_chunk()
906 lxb_html_document_title_set(lxb_html_document_t *document, in lxb_html_document_title_set()
1279 lxb_html_document_mraw_noi(lxb_html_document_t *document) in lxb_html_document_mraw_noi()
1291 lxb_html_document_opt_set_noi(lxb_html_document_t *document, in lxb_html_document_opt_set_noi()
[all …]
H A Ddocument.h208 lxb_html_document_head_element(lxb_html_document_t *document) in lxb_html_document_head_element()
214 lxb_html_document_body_element(lxb_html_document_t *document) in lxb_html_document_body_element()
220 lxb_html_document_original_ref(lxb_html_document_t *document) in lxb_html_document_original_ref()
232 lxb_html_document_is_original(lxb_html_document_t *document) in lxb_html_document_is_original()
239 lxb_html_document_mraw(lxb_html_document_t *document) in lxb_html_document_mraw()
245 lxb_html_document_mraw_text(lxb_html_document_t *document) in lxb_html_document_mraw_text()
251 lxb_html_document_opt_set(lxb_html_document_t *document, in lxb_html_document_opt_set()
258 lxb_html_document_opt(lxb_html_document_t *document) in lxb_html_document_opt()
264 lxb_html_document_tags(lxb_html_document_t *document) in lxb_html_document_tags()
270 lxb_html_document_create_struct(lxb_html_document_t *document, in lxb_html_document_create_struct()
[all …]
H A Dsource_element.c12 lxb_html_source_element_interface_create(lxb_html_document_t *document) in lxb_html_source_element_interface_create()
H A Dtable_row_element.c12 lxb_html_table_row_element_interface_create(lxb_html_document_t *document) in lxb_html_table_row_element_interface_create()
H A Dtrack_element.c12 lxb_html_track_element_interface_create(lxb_html_document_t *document) in lxb_html_track_element_interface_create()
H A Diframe_element.c12 lxb_html_iframe_element_interface_create(lxb_html_document_t *document) in lxb_html_iframe_element_interface_create()
H A Dimage_element.c12 lxb_html_image_element_interface_create(lxb_html_document_t *document) in lxb_html_image_element_interface_create()
H A Dinput_element.c12 lxb_html_input_element_interface_create(lxb_html_document_t *document) in lxb_html_input_element_interface_create()
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Ddocument.c18 lxb_dom_document_interface_create(lxb_dom_document_t *document) in lxb_dom_document_interface_create()
35 lxb_dom_document_interface_clone(lxb_dom_document_t *document, in lxb_dom_document_interface_clone()
54 lxb_dom_document_interface_destroy(lxb_dom_document_t *document) in lxb_dom_document_interface_destroy()
179 lxb_dom_document_clean(lxb_dom_document_t *document) in lxb_dom_document_clean()
199 lxb_dom_document_destroy(lxb_dom_document_t *document) in lxb_dom_document_destroy()
224 lxb_dom_document_attach_doctype(lxb_dom_document_t *document, in lxb_dom_document_attach_doctype()
231 lxb_dom_document_attach_element(lxb_dom_document_t *document, in lxb_dom_document_attach_element()
238 lxb_dom_document_create_element(lxb_dom_document_t *document, in lxb_dom_document_create_element()
412 lxb_dom_document_root(lxb_dom_document_t *document) in lxb_dom_document_root()
524 lxb_dom_document_element_noi(lxb_dom_document_t *document) in lxb_dom_document_element_noi()
[all …]
H A Ddocument.h142 lxb_dom_document_create_interface(lxb_dom_document_t *document, in lxb_dom_document_create_interface()
155 lxb_dom_document_create_struct(lxb_dom_document_t *document, size_t struct_size) in lxb_dom_document_create_struct()
161 lxb_dom_document_destroy_struct(lxb_dom_document_t *document, void *structure) in lxb_dom_document_destroy_struct()
167 lxb_dom_document_create_text(lxb_dom_document_t *document, size_t len) in lxb_dom_document_create_text()
174 lxb_dom_document_destroy_text(lxb_dom_document_t *document, lxb_char_t *text) in lxb_dom_document_destroy_text()
180 lxb_dom_document_element(lxb_dom_document_t *document) in lxb_dom_document_element()
186 lxb_dom_document_scripting(lxb_dom_document_t *document) in lxb_dom_document_scripting()
192 lxb_dom_document_scripting_set(lxb_dom_document_t *document, bool scripting) in lxb_dom_document_scripting_set()
198 lxb_dom_document_owner(lxb_dom_document_t *document) in lxb_dom_document_owner()
204 lxb_dom_document_is_original(lxb_dom_document_t *document) in lxb_dom_document_is_original()
H A Devent_target.c12 lxb_dom_event_target_create(lxb_dom_document_t *document) in lxb_dom_event_target_create()
29 lxb_dom_document_t *document) in lxb_dom_event_target_destroy()
H A Dcdata_section.c12 lxb_dom_cdata_section_interface_create(lxb_dom_document_t *document) in lxb_dom_cdata_section_interface_create()
31 lxb_dom_cdata_section_interface_clone(lxb_dom_document_t *document, in lxb_dom_cdata_section_interface_clone()
H A Dtext.c12 lxb_dom_text_interface_create(lxb_dom_document_t *document) in lxb_dom_text_interface_create()
31 lxb_dom_text_interface_clone(lxb_dom_document_t *document, in lxb_dom_text_interface_clone()
H A Dcomment.c12 lxb_dom_comment_interface_create(lxb_dom_document_t *document) in lxb_dom_comment_interface_create()
31 lxb_dom_comment_interface_clone(lxb_dom_document_t *document, in lxb_dom_comment_interface_clone()
H A Dprocessing_instruction.c12 lxb_dom_processing_instruction_interface_create(lxb_dom_document_t *document) in lxb_dom_processing_instruction_interface_create()
31 lxb_dom_processing_instruction_interface_clone(lxb_dom_document_t *document, in lxb_dom_processing_instruction_interface_clone()
H A Dcharacter_data.c12 lxb_dom_character_data_interface_create(lxb_dom_document_t *document) in lxb_dom_character_data_interface_create()
31 lxb_dom_character_data_interface_clone(lxb_dom_document_t *document, in lxb_dom_character_data_interface_clone()
H A Ddocument_type.c17 lxb_dom_document_type_interface_create(lxb_dom_document_t *document) in lxb_dom_document_type_interface_create()
36 lxb_dom_document_type_interface_clone(lxb_dom_document_t *document, in lxb_dom_document_type_interface_clone()
H A Dshadow_root.c12 lxb_dom_shadow_root_interface_create(lxb_dom_document_t *document) in lxb_dom_shadow_root_interface_create()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dinterface.c25 lxb_html_interface_create(lxb_html_document_t *document, lxb_tag_id_t tag_id, in lxb_html_interface_create()
66 lxb_html_interface_clone(lxb_dom_document_t *document, in lxb_html_interface_clone()
100 lxb_html_interface_clone_element(lxb_dom_document_t *document, in lxb_html_interface_clone_element()
H A Dparser.c123 lxb_html_document_t *document = lxb_html_parse_chunk_begin(parser); in lxb_html_parse() local
160 lxb_html_document_t *document, in lxb_html_parse_fragment_by_tag_id()
179 lxb_html_document_t *document, in lxb_html_parse_fragment_chunk_begin()
355 lxb_html_document_t *document) in lxb_html_parse_chunk_prepare()
377 lxb_html_document_t *document; in lxb_html_parse_chunk_begin() local
/php-src/ext/dom/lexbor/lexbor/dom/
H A Dinterface.c23 lxb_dom_interface_create(lxb_dom_document_t *document, lxb_tag_id_t tag_id, in lxb_dom_interface_create()
40 lxb_dom_interface_clone(lxb_dom_document_t *document, in lxb_dom_interface_clone()
H A Dcollection.c12 lxb_dom_collection_create(lxb_dom_document_t *document) in lxb_dom_collection_create()
64 lxb_dom_collection_make_noi(lxb_dom_document_t *document, size_t start_list_size) in lxb_dom_collection_make_noi()
H A Dcollection.h22 lxb_dom_document_t *document; member
41 lxb_dom_collection_make(lxb_dom_document_t *document, size_t start_list_size) in lxb_dom_collection_make()
/php-src/ext/xsl/
H A Dphp_xsl.stub.php88 public function transformToDoc(object $document, ?string $returnClass = null): object|false {}
94 public function transformToUri(object $document, string $uri): int {}
100 public function transformToXml(object $document): string|null|false {}
/php-src/ext/dom/
H A Dparentnode.c252 static bool dom_is_pre_insert_valid_without_step_1(php_libxml_ref_obj *document, xmlNodePtr parentN… in dom_is_pre_insert_valid_without_step_1()
356 xmlNode* dom_zvals_to_single_node(php_libxml_ref_obj *document, xmlNode *contextNode, zval *nodes, … in dom_zvals_to_single_node()
502 static void dom_insert_node_list_unchecked(php_libxml_ref_obj *document, xmlNodePtr node, xmlNodePt… in dom_insert_node_list_unchecked()
554 bool php_dom_pre_insert(php_libxml_ref_obj *document, xmlNodePtr node, xmlNodePtr parent, xmlNodePt… in php_dom_pre_insert()
571 void php_dom_node_append(php_libxml_ref_obj *document, xmlNodePtr node, xmlNodePtr parent) in php_dom_node_append()

Completed in 55 milliseconds

12345