Home
last modified time | relevance | path

Searched defs:doc (Results 1 – 25 of 27) sorted by relevance

12

/PHP-8.2/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dattr.c112 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 Ddocument.c20 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 Dcharacter_data.c52 lxb_dom_document_t *doc; in lxb_dom_character_data_interface_destroy() local
H A Delement.c349 lxb_dom_document_t *doc = lxb_dom_interface_node(element)->owner_document; in lxb_dom_element_attr_append() local
772 lxb_dom_document_t *doc = lxb_dom_interface_node(element)->owner_document; in lxb_dom_element_tag_name() local
H A Dnode.c126 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-8.2/ext/dom/lexbor/lexbor/html/interfaces/
H A Delement.c80 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 Dstyle_element.c56 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 Dtitle_element.c35 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 Ddocument.c45 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
630 lxb_html_document_t *doc; in lxb_html_document_style_remove_by_rule_cb() local
700 lxb_dom_document_t *doc; in lxb_html_document_parse() local
844 lxb_dom_document_t *doc; in lxb_html_document_parser_prepare() local
971 lxb_html_document_import_node(lxb_html_document_t *doc, lxb_dom_node_t *node, in lxb_html_document_import_node()
/PHP-8.2/build/
H A Dgen_stub.php719 public function getTypeForDoc(DOMDocument $doc): DOMElement {
1513 private function generateRefSect1(DOMDocument $doc, string $role): DOMElement {
1703 private function getParameterSection(DOMDocument $doc): DOMElement {
1765 private function getReturnValueSection(DOMDocument $doc): DOMElement {
1807 DOMDocument $doc,
1870 private function getChangelogSection(DOMDocument $doc): DOMElement {
1893 private function getExampleSection(DOMDocument $doc, string $id): DOMElement {
2353 public function getFieldSynopsisElement(DOMDocument $doc, array $allConstInfos): DOMElement
2504 public function getPredefinedConstantTerm(DOMDocument $doc, int $indentationLevel): DOMElement {
3456 DOMDocument $doc,
[all …]
/PHP-8.2/ext/dom/lexbor/lexbor/html/
H A Dstyle.c11 lxb_html_style_id_by_name(lxb_html_document_t *doc, in lxb_html_style_id_by_name()
H A Dparser.c182 lxb_dom_document_t *doc; in lxb_html_parse_fragment_chunk_begin() local
327 lxb_dom_document_t *doc; in lxb_html_parse_fragment_chunk_destroy() local
H A Dtree.h373 lxb_html_tree_attach_document(lxb_html_tree_t *tree, lxb_html_document_t *doc) in lxb_html_tree_attach_document()
H A Dtree.c465 lxb_html_document_t *doc; in lxb_html_tree_append_attributes() local
/PHP-8.2/ext/dom/
H A Dparentnode.c386 xmlDoc *doc; in dom_parent_node_after() local
438 xmlDoc *doc; in dom_parent_node_before() local
559 xmlDocPtr doc = parentNode->doc; in dom_child_replace_with() local
H A Dphp_dom.c1014 xmlDocPtr doc = basenode->document ? basenode->document->ptr : NULL; in dom_namednode_iter() local
1471 static void dom_reconcile_ns_internal(xmlDocPtr doc, xmlNodePtr nodep, xmlNodePtr search_parent) in dom_reconcile_ns_internal()
1534 void dom_reconcile_ns(xmlDocPtr doc, xmlNodePtr nodep) /* {{{ */ in dom_reconcile_ns()
1547 static void dom_reconcile_ns_list_internal(xmlDocPtr doc, xmlNodePtr nodep, xmlNodePtr last, xmlNod… in dom_reconcile_ns_list_internal()
1564 void dom_reconcile_ns_list(xmlDocPtr doc, xmlNodePtr nodep, xmlNodePtr last) in dom_reconcile_ns_list()
1622 xmlDocPtr doc = tree->doc; in dom_get_ns_resolve_prefix_conflict() local
1872 xmlNodePtr dom_clone_node(xmlNodePtr node, xmlDocPtr doc, const dom_object *intern, bool recursive) in dom_clone_node()
H A Dxml_document.c70 static void dom_mark_namespaces_as_attributes_too(xmlDocPtr doc) in dom_mark_namespaces_as_attributes_too()
H A Dxpath.c118 zval *doc; in PHP_METHOD() local
/PHP-8.2/ext/tidy/
H A Dtidy.c113 TidyDoc doc; member
214 static void php_tidy_load_config(TidyDoc doc, const char *path) in php_tidy_load_config()
224 static int _php_tidy_set_tidy_opt(TidyDoc doc, char *optname, zval *value) in _php_tidy_set_tidy_opt()
276 TidyDoc doc; in php_tidy_quick_repair() local
787 static int _php_tidy_apply_config_array(TidyDoc doc, HashTable *ht_options) in _php_tidy_apply_config_array()
959 TidyDoc doc; in php_tidy_output_handler() local
/PHP-8.2/ext/xsl/
H A Dphp_xsl.h61 php_libxml_node_object *doc; member
H A Dxsltprocessor.c131 xmlDoc *doc = NULL, *newdoc = NULL; in PHP_METHOD() local
217 xmlDocPtr doc = NULL; in php_xsl_apply_stylesheet() local
/PHP-8.2/ext/libxml/
H A Dlibxml.c108 static void php_libxml_set_old_ns_list(xmlDocPtr doc, xmlNsPtr first, xmlNsPtr last) in php_libxml_set_old_ns_list()
136 PHP_LIBXML_API void php_libxml_set_old_ns(xmlDocPtr doc, xmlNsPtr ns) in php_libxml_set_old_ns()
/PHP-8.2/ext/soap/
H A Dphp_encoding.c613 xmlDocPtr doc = soap_xmlParseMemory(Z_STRVAL(return_value), Z_STRLEN(return_value)); in to_xml_user() local
3357 static xmlNsPtr xmlSearchNsPrefixByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) in xmlSearchNsPrefixByHref()
H A Dphp_schema.c104 xmlDocPtr doc; in schema_load_file() local
H A Dsoap.c3341 xmlDocPtr doc; local
3714 xmlDoc *doc; local

Completed in 124 milliseconds

12