Home
last modified time | relevance | path

Searched defs:document (Results 101 – 110 of 110) sorted by relevance

12345

/php-src/ext/dom/
H A Dphp_dom.c198 dom_doc_propsptr dom_get_doc_props(php_libxml_ref_obj *document) in dom_get_doc_props()
215 libxml_doc_props const* dom_get_doc_props_read_only(const php_libxml_ref_obj *document) in dom_get_doc_props_read_only()
251 void dom_set_doc_classmap(php_libxml_ref_obj *document, zend_class_entry *basece, zend_class_entry … in dom_set_doc_classmap()
272 zend_class_entry *dom_get_doc_classmap(php_libxml_ref_obj *document, zend_class_entry *basece) in dom_get_doc_classmap()
289 bool dom_get_strict_error(php_libxml_ref_obj *document) { in dom_get_strict_error()
H A Ddomimplementation.c267 xmlDocPtr document = NULL; in PHP_METHOD() local
H A Dhtml5_parser.c304 lxb_html_document_t *document, in lexbor_libxml2_bridge_convert_document()
H A Dphp_dom.h265 …rk_cache_tag_up_to_date_from_doc_ref(php_libxml_cache_tag *cache_tag, php_libxml_ref_obj *document) in php_dom_mark_cache_tag_up_to_date_from_doc_ref()
H A Delement.c355 static void dom_check_register_attribute_id(xmlAttrPtr attr, php_libxml_ref_obj *document) in dom_check_register_attribute_id()
1295 static void php_set_attribute_id(xmlAttrPtr attrp, bool is_id, php_libxml_ref_obj *document) /* {{{… in php_set_attribute_id()
H A Dphp_dom.stub.php993 public DOMDocument $document; variable in DOMXPath
997 public function __construct(DOMDocument $document, bool $registerNodeNS = true) {}
1634 public Document $document; variable in Dom\\XPath
1638 public function __construct(Document $document, bool $registerNodeNS = true) {}
H A Ddocument.c1359 php_libxml_ref_obj *document = intern->document; in dom_document_parser() local
/php-src/ext/libxml/
H A Dphp_libxml.h116 php_libxml_ref_obj *document; member
H A Dlibxml.c1354 PHP_LIBXML_API int php_libxml_decrement_doc_ref_directly(php_libxml_ref_obj *document) in php_libxml_decrement_doc_ref_directly()
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Delement.c49 lxb_html_element_interface_create(lxb_html_document_t *document) in lxb_html_element_interface_create()

Completed in 58 milliseconds

12345