/php-src/ext/dom/lexbor/lexbor/dom/interfaces/ |
H A D | attr.c | 112 lxb_dom_document_t *doc = lxb_dom_interface_node(attr)->owner_document; in lxb_dom_attr_interface_destroy() local 134 lxb_dom_document_t *doc = lxb_dom_interface_node(attr)->owner_document; in lxb_dom_attr_set_name() local 164 lxb_dom_document_t *doc = lxb_dom_interface_node(attr)->owner_document; in lxb_dom_attr_set_name_ns() local 214 lxb_dom_document_t *doc = lxb_dom_interface_node(attr)->owner_document; in lxb_dom_attr_set_value() local 263 lxb_dom_document_t *doc = lxb_dom_interface_node(attr)->owner_document; in lxb_dom_attr_set_value_wo_copy() local 325 lxb_dom_document_t *doc = lxb_dom_interface_node(attr)->owner_document; in lxb_dom_attr_remove() local
|
H A D | document.c | 20 lxb_dom_document_t *doc; in lxb_dom_document_interface_create() local 36 const lxb_dom_document_t *doc) in lxb_dom_document_interface_clone() 432 lxb_dom_document_import_node(lxb_dom_document_t *doc, lxb_dom_node_t *node, in lxb_dom_document_import_node()
|
H A D | character_data.c | 52 lxb_dom_document_t *doc; in lxb_dom_character_data_interface_destroy() local
|
H A D | element.c | 349 lxb_dom_document_t *doc = lxb_dom_interface_node(element)->owner_document; in lxb_dom_element_attr_append() local 769 lxb_dom_document_t *doc = lxb_dom_interface_node(element)->owner_document; in lxb_dom_element_tag_name() local
|
H A D | node.c | 126 lxb_dom_document_t *doc = node->owner_document; in lxb_dom_node_interface_destroy() local 741 lxb_dom_document_t *doc = el->node.owner_document; in lxb_dom_node_by_class_name_cb() local
|
/php-src/ext/dom/lexbor/lexbor/html/interfaces/ |
H A D | element.c | 80 lxb_html_document_t *doc = lxb_html_interface_document(root->owner_document); in lxb_html_element_inner_html_set() local 145 lxb_html_document_t *doc = lxb_html_interface_document(ddoc); in lxb_html_element_style_node_by_id() local 273 lxb_html_document_t *doc = lxb_html_interface_document(ddoc); in lxb_html_element_style_append() local 324 lxb_html_element_style_weak_append(lxb_html_document_t *doc, in lxb_html_element_style_weak_append() 444 lxb_html_element_style_remove_all_not(lxb_html_document_t *doc, in lxb_html_element_style_remove_all_not() 498 lxb_html_element_style_remove_all(lxb_html_document_t *doc, in lxb_html_element_style_remove_all() 522 lxb_html_element_style_remove_by_list(lxb_html_document_t *doc, in lxb_html_element_style_remove_by_list()
|
H A D | style_element.c | 56 lxb_html_document_t *doc = lxb_html_interface_document(ddoc); in lxb_html_style_element_parse() local 88 lxb_html_document_t *doc = lxb_html_interface_document(ddoc); in lxb_html_element_style_remove() local
|
H A D | title_element.c | 35 lxb_dom_document_t *doc = lxb_dom_interface_node(title)->owner_document; in lxb_html_title_element_interface_destroy() local 85 lxb_dom_document_t *doc = lxb_dom_interface_node(title)->owner_document; in lxb_html_title_element_strict_text() local
|
H A D | document.c | 45 lxb_html_document_t *doc; member 51 lxb_html_document_t *doc; member 125 lxb_dom_document_t *doc; in lxb_html_document_interface_create() local 168 lxb_dom_document_t *doc; in lxb_html_document_interface_destroy() local 731 lxb_dom_document_t *doc; in lxb_html_document_parse() local 877 lxb_dom_document_t *doc; in lxb_html_document_parser_prepare() local 1004 lxb_html_document_import_node(lxb_html_document_t *doc, lxb_dom_node_t *node, in lxb_html_document_import_node()
|
/php-src/ext/dom/ |
H A D | xml_document.c | 81 void dom_mark_namespaces_as_attributes_too(php_dom_libxml_ns_mapper *ns_mapper, xmlDocPtr doc) in dom_mark_namespaces_as_attributes_too() 296 static zend_string *php_new_dom_dump_node_to_str(xmlDocPtr doc, xmlNodePtr node, bool format, const… in php_new_dom_dump_node_to_str() 301 static zend_string *php_new_dom_dump_doc_to_str(xmlDocPtr doc, int options, const char *encoding) in php_new_dom_dump_doc_to_str() 306 zend_long php_new_dom_dump_node_to_file(const char *filename, xmlDocPtr doc, xmlNodePtr node, bool … in php_new_dom_dump_node_to_file() 332 static zend_long php_new_dom_dump_doc_to_file(const char *filename, xmlDocPtr doc, bool format, con… in php_new_dom_dump_doc_to_file()
|
H A D | php_dom.c | 1463 xmlDocPtr doc = basenode->document ? basenode->document->ptr : NULL; in dom_namednode_iter() local 1994 static void dom_reconcile_ns_internal(xmlDocPtr doc, xmlNodePtr nodep, xmlNodePtr search_parent) in dom_reconcile_ns_internal() 2025 void dom_reconcile_ns(xmlDocPtr doc, xmlNodePtr nodep) /* {{{ */ in dom_reconcile_ns() 2038 static void dom_reconcile_ns_list_internal(xmlDocPtr doc, xmlNodePtr nodep, xmlNodePtr last, xmlNod… in dom_reconcile_ns_list_internal() 2055 void dom_reconcile_ns_list(xmlDocPtr doc, xmlNodePtr nodep, xmlNodePtr last) in dom_reconcile_ns_list() 2159 xmlDocPtr doc = tree->doc; in dom_get_ns_resolve_prefix_conflict() local 2612 xmlNodePtr dom_clone_node(php_dom_libxml_ns_mapper *ns_mapper, xmlNodePtr node, xmlDocPtr doc, bool… in dom_clone_node()
|
H A D | domimplementation.c | 358 xmlDocPtr doc = php_dom_create_html_doc(); in PHP_METHOD() local
|
H A D | inner_outer_html_mixin.c | 312 xmlDocPtr doc = parser->myDoc; in dom_xml_fragment_parsing_algorithm() local
|
H A D | xpath.c | 120 zval *doc; in dom_xpath_construct() local
|
H A D | html_document.c | 1585 static xmlNodePtr dom_get_title_element(const xmlDoc *doc) in dom_get_title_element() 1751 xmlDocPtr doc; in PHP_METHOD() local
|
/php-src/ext/dom/lexbor/lexbor/html/ |
H A D | style.c | 11 lxb_html_style_id_by_name(lxb_html_document_t *doc, in lxb_html_style_id_by_name()
|
H A D | parser.c | 182 lxb_dom_document_t *doc; in lxb_html_parse_fragment_chunk_begin() local 328 lxb_dom_document_t *doc; in lxb_html_parse_fragment_chunk_destroy() local
|
H A D | tree.h | 372 lxb_html_tree_attach_document(lxb_html_tree_t *tree, lxb_html_document_t *doc) in lxb_html_tree_attach_document()
|
H A D | tree.c | 458 lxb_html_document_t *doc; in lxb_html_tree_append_attributes() local
|
/php-src/build/ |
H A D | gen_stub.php | 734 public function getTypeForDoc(DOMDocument $doc): DOMElement { 1619 private function generateRefSect1(DOMDocument $doc, string $role): DOMElement { 1809 private function getParameterSection(DOMDocument $doc): DOMElement { 1871 private function getReturnValueSection(DOMDocument $doc): DOMElement { 1913 DOMDocument $doc, 1976 private function getChangelogSection(DOMDocument $doc): DOMElement { 1999 private function getExampleSection(DOMDocument $doc, string $id): DOMElement { 2479 public function getFieldSynopsisElement(DOMDocument $doc, array $allConstInfos): DOMElement 2634 public function getPredefinedConstantTerm(DOMDocument $doc, int $indentationLevel): DOMElement { 3851 DOMDocument $doc, [all …]
|
/php-src/ext/tidy/ |
H A D | tidy.c | 102 TidyDoc doc; member 203 static void php_tidy_load_config(TidyDoc doc, const char *path) in php_tidy_load_config() 213 static zend_result php_tidy_apply_config(TidyDoc doc, const zend_string *str_string, const HashTabl… in php_tidy_apply_config() 226 static int _php_tidy_set_tidy_opt(TidyDoc doc, const char *optname, zval *value) in _php_tidy_set_tidy_opt() 289 TidyDoc doc; in php_tidy_quick_repair() local 788 static int _php_tidy_apply_config_array(TidyDoc doc, const HashTable *ht_options) in _php_tidy_apply_config_array() 960 TidyDoc doc; in php_tidy_output_handler() local
|
/php-src/ext/libxml/ |
H A D | libxml.c | 117 static void php_libxml_set_old_ns_list(xmlDocPtr doc, xmlNsPtr first, xmlNsPtr last) in php_libxml_set_old_ns_list() 145 PHP_LIBXML_API void php_libxml_set_old_ns(xmlDocPtr doc, xmlNsPtr ns) in php_libxml_set_old_ns() 1501 static zend_string *php_libxml_default_dump_doc_to_str(xmlDocPtr doc, int options, const char *enco… in php_libxml_default_dump_doc_to_str() 1521 static zend_string *php_libxml_default_dump_node_to_str(xmlDocPtr doc, xmlNodePtr node, bool format… in php_libxml_default_dump_node_to_str() 1543 static zend_long php_libxml_default_dump_doc_to_file(const char *filename, xmlDocPtr doc, bool form… in php_libxml_default_dump_doc_to_file() 1548 static zend_long php_libxml_dump_node_to_file(const char *filename, xmlDocPtr doc, xmlNodePtr node,… in php_libxml_dump_node_to_file()
|
/php-src/ext/xsl/ |
H A D | xsltprocessor.c | 138 …ashTablePtr table, xsltStylesheetPtr sheet, php_dom_libxml_ns_mapper *ns_mapper, const xmlDoc *doc) in xsl_build_ns_map() 171 …ion_status xsl_apply_ns_hash_corrections(xsltStylesheetPtr sheetp, xmlNodePtr nodep, xmlDocPtr doc) in xsl_apply_ns_hash_corrections() 193 xmlDoc *doc = NULL, *newdoc = NULL; in PHP_METHOD() local 290 xmlDocPtr doc = NULL; in php_xsl_apply_stylesheet() local
|
H A D | php_xsl.h | 62 php_libxml_node_object *doc; member
|
/php-src/ext/simplexml/ |
H A D | simplexml.c | 907 static inline zend_string *sxe_xmlNodeListGetString(xmlDocPtr doc, xmlNodePtr list, int inLine) /* … in sxe_xmlNodeListGetString() 1369 xmlDocPtr doc = sxe->document->ptr; in PHP_METHOD() local
|