Home
last modified time | relevance | path

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

/PHP-8.3/ext/tidy/
H A Dtidy.c100 TidyDoc doc; member
201 static void php_tidy_load_config(TidyDoc doc, const char *path) in php_tidy_load_config()
211 static zend_result php_tidy_apply_config(TidyDoc doc, zend_string *str_string, HashTable *ht_option… in php_tidy_apply_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
792 static int _php_tidy_apply_config_array(TidyDoc doc, HashTable *ht_options) in _php_tidy_apply_config_array()
964 TidyDoc doc; in php_tidy_output_handler() local
/PHP-8.3/ext/dom/
H A Dparentnode.c405 xmlDoc *doc; in dom_parent_node_after() local
457 xmlDoc *doc; in dom_parent_node_before() local
578 xmlDocPtr doc = parentNode->doc; in dom_child_replace_with() local
H A Dphp_dom.c1016 xmlDocPtr doc = basenode->document ? basenode->document->ptr : NULL; in dom_namednode_iter() local
1452 static void dom_reconcile_ns_internal(xmlDocPtr doc, xmlNodePtr nodep, xmlNodePtr search_parent) in dom_reconcile_ns_internal()
1497 void dom_reconcile_ns(xmlDocPtr doc, xmlNodePtr nodep) /* {{{ */ in dom_reconcile_ns()
1508 static void dom_reconcile_ns_list_internal(xmlDocPtr doc, xmlNodePtr nodep, xmlNodePtr last, xmlNod… in dom_reconcile_ns_list_internal()
1525 void dom_reconcile_ns_list(xmlDocPtr doc, xmlNodePtr nodep, xmlNodePtr last) in dom_reconcile_ns_list()
1583 xmlDocPtr doc = tree->doc; in dom_get_ns_resolve_prefix_conflict() local
H A Dxpath.c214 zval *doc; in PHP_METHOD() local
/PHP-8.3/build/
H A Dgen_stub.php718 public function getTypeForDoc(DOMDocument $doc): DOMElement {
1507 …public function getMethodSynopsisElement(array $funcMap, array $aliasMap, DOMDocument $doc): ?DOME…
1823 …protected function addTypeToFieldSynopsis(DOMDocument $doc, DOMElement $fieldsynopsisElement): void
1906 public function getFieldSynopsisElement(DOMDocument $doc, iterable $allConstInfos): DOMElement
1936 …protected function addModifiersToFieldSynopsis(DOMDocument $doc, DOMElement $fieldsynopsisElement)…
2264 …protected function addModifiersToFieldSynopsis(DOMDocument $doc, DOMElement $fieldsynopsisElement)…
2408 …protected function addModifiersToFieldSynopsis(DOMDocument $doc, DOMElement $fieldsynopsisElement)…
2813 …public function getClassSynopsisElement(DOMDocument $doc, array $classMap, iterable $allConstInfos…
2987 DOMDocument $doc,
3192 private function createIncludeElement(DOMDocument $doc, string $query): DOMElement
[all …]
/PHP-8.3/ext/xsl/
H A Dphp_xsl.h63 php_libxml_node_object *doc; member
H A Dxsltprocessor.c325 xmlDoc *doc = NULL, *newdoc = NULL; in PHP_METHOD() local
408 xmlDocPtr doc = NULL; in php_xsl_apply_stylesheet() local
/PHP-8.3/ext/libxml/
H A Dlibxml.c107 static void php_libxml_set_old_ns_list(xmlDocPtr doc, xmlNsPtr first, xmlNsPtr last) in php_libxml_set_old_ns_list()
135 PHP_LIBXML_API void php_libxml_set_old_ns(xmlDocPtr doc, xmlNsPtr ns) in php_libxml_set_old_ns()
/PHP-8.3/ext/soap/
H A Dphp_encoding.c606 xmlDocPtr doc = soap_xmlParseMemory(Z_STRVAL(return_value), Z_STRLEN(return_value)); in to_xml_user() local
3364 static xmlNsPtr xmlSearchNsPrefixByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) in xmlSearchNsPrefixByHref()
H A Dphp_schema.c105 xmlDocPtr doc; in schema_load_file() local
H A Dsoap.c3347 xmlDocPtr doc; local
3720 xmlDoc *doc; local
H A Dphp_sdl.c3688 xmlDocPtr doc = Z_PTR_P(zv); in delete_document() local
/PHP-8.3/ext/simplexml/
H A Dsimplexml.c904 static inline zend_string *sxe_xmlNodeListGetString(xmlDocPtr doc, xmlNodePtr list, int inLine) /* … in sxe_xmlNodeListGetString()

Completed in 84 milliseconds