Home
last modified time | relevance | path

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

1234

/PHP-5.6/ext/dom/tests/
H A Ddom007.phpt20 <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
/PHP-5.6/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-5.6/sapi/nsapi/
H A Dnsapi-readme.txt139 detection of the most recent ns-httpdXX.dll file. This is tested for servers
146 Init fn=php5_init ... server_lib="ns-httpdXX.dll"
/PHP-5.6/ext/fileinfo/libmagic/
H A Dcdf.c601 size_t ss = CDF_SEC_SIZE(h), ns, nd; in cdf_read_dir() local
605 ns = cdf_count_chain(sat, sid, ss); in cdf_read_dir()
606 if (ns == (size_t)-1) in cdf_read_dir()
611 dir->dir_len = ns * nd; in cdf_read_dir()
622 for (j = i = 0; i < ns; i++, j++) { in cdf_read_dir()
/PHP-5.6/ext/libxml/
H A Dlibxml.c212 if (node->ns) { in php_libxml_node_free()
213 xmlFreeNs(node->ns); in php_libxml_node_free()
214 node->ns = NULL; in php_libxml_node_free()
/PHP-5.6/ext/dom/
H A Ddocument.c1147 if ((retnodep->type == XML_ATTRIBUTE_NODE) && (nodep->ns != NULL)) { in PHP_FUNCTION()
1151 nsptr = xmlSearchNsByHref (nodep->doc, root, nodep->ns->href); in PHP_FUNCTION()
1154 nsptr = dom_get_ns(root, (char *) nodep->ns->href, &errorcode, (char *) nodep->ns->prefix); in PHP_FUNCTION()
1221 nodep->ns = nsptr; in PHP_FUNCTION()
/PHP-5.6/ext/xsl/
H A Dxsltprocessor.c287 node->ns = curns; in xsl_ext_function_php()
463 …if (nodep->type == XML_ELEMENT_NODE && xmlStrEqual(nodep->name, "key") && xmlStrEqual(nodep->ns->h… in PHP_FUNCTION()
/PHP-5.6/win32/
H A Dinstall.txt847 automatic detection of the most recent ns-httpdXX.dll file. This is
853 Init fn=php5_init ... server_lib="ns-httpdXX.dll"
/PHP-5.6/sapi/thttpd/
H A Dthttpd_patch1270 -pac application/x-ns-proxy-autoconfig
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch1123 + /* XXX 5.14 at least introdced 100 ns intervals, this is to do */
/PHP-5.6/
H A DNEWS9067 - Fixed bug #41326 (Writing empty tags with Xmlwriter::WriteElement[ns])

Completed in 70 milliseconds

1234