Home
last modified time | relevance | path

Searched refs:ns (Results 76 – 86 of 86) sorted by relevance

1234

/PHP-7.4/ext/soap/tests/
H A Dtypemap013.phpt2 SOAP typemap 13: SoapServer support for typemap's to_xml() with default ns
/PHP-7.4/ext/dom/tests/
H A Ddom007.phpt20 <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
/PHP-7.4/ext/standard/tests/strings/
H A Dwordwrap_error.phpt77 string(223) "<br />\nt<br />\ne<br />\ns<br />\nt<br />\ni<br />\nn<br />\ng<br />\n<br />\nw<br />…
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c653 size_t ss = CDF_SEC_SIZE(h), ns, nd; in cdf_read_dir() local
657 ns = cdf_count_chain(sat, sid, ss); in cdf_read_dir()
658 if (ns == CAST(size_t, -1)) in cdf_read_dir()
663 dir->dir_len = ns * nd; in cdf_read_dir()
674 for (j = i = 0; i < ns; i++, j++) { in cdf_read_dir()
/PHP-7.4/ext/dom/
H A Ddocument.c1025 if ((retnodep->type == XML_ATTRIBUTE_NODE) && (nodep->ns != NULL)) { in PHP_FUNCTION()
1029 nsptr = xmlSearchNsByHref (nodep->doc, root, nodep->ns->href); in PHP_FUNCTION()
1032 nsptr = dom_get_ns(root, (char *) nodep->ns->href, &errorcode, (char *) nodep->ns->prefix); in PHP_FUNCTION()
1101 nodep->ns = nsptr; in PHP_FUNCTION()
/PHP-7.4/ext/libxml/
H A Dlibxml.c211 if (node->ns) { in php_libxml_node_free()
212 xmlFreeNs(node->ns); in php_libxml_node_free()
213 node->ns = NULL; in php_libxml_node_free()
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c278 node->ns = curns; in xsl_ext_function_php()
451 …&& xmlStrEqual(nodep->name, (const xmlChar *) "key") && xmlStrEqual(nodep->ns->href, XSLT_NAMESPAC… in PHP_FUNCTION()
/PHP-7.4/build/
H A Dconfig.sub1658 *-ns)
/PHP-7.4/Zend/
H A Dzend_compile.c807 zend_string *ns = FC(current_namespace); in zend_prefix_with_ns() local
808 return zend_concat_names(ZSTR_VAL(ns), ZSTR_LEN(ns), ZSTR_VAL(name), ZSTR_LEN(name)); in zend_prefix_with_ns()
6756 zend_string *ns = zend_ast_get_str(ast->child[0]); in zend_compile_group_use() local
6763 …zend_string *compound_ns = zend_concat_names(ZSTR_VAL(ns), ZSTR_LEN(ns), ZSTR_VAL(name), ZSTR_LEN(… in zend_compile_group_use()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます6369 0 regex \^\\\(ns[[:space:]]+[a-z] Clojure module source text
6372 0 regex \^\\\(ns[[:space:]]+\\\^\\{: Clojure module source text
8881 >&0 regex (onedcx/v)[0-9].[0-9]+ https://ns.dataone.org/metadata/schema/onedcx/v1.0
H A Dmagic6369 0 regex \^\\\(ns[[:space:]]+[a-z] Clojure module source text
6372 0 regex \^\\\(ns[[:space:]]+\\\^\\{: Clojure module source text
8881 >&0 regex (onedcx/v)[0-9].[0-9]+ https://ns.dataone.org/metadata/schema/onedcx/v1.0

Completed in 166 milliseconds

1234