Home
last modified time | relevance | path

Searched refs:doc (Results 126 – 150 of 171) sorted by relevance

1234567

/PHP-5.6/ext/dom/
H A Dcharacterdata.c231 ((nodep->doc != NULL) && (nodep->doc->dict != NULL) && in PHP_FUNCTION()
232 xmlDictOwns(nodep->doc->dict, nodep->content))) { in PHP_FUNCTION()
H A Dtext.c184 nnode = xmlNewDocText(node->doc, second); in PHP_FUNCTION()
H A Dphp_dom.h110 void dom_set_old_ns(xmlDoc *doc, xmlNs *ns);
H A Ddocument.c1010 node->doc = docp; in PHP_FUNCTION()
1136 if (nodep->doc == docp) { in PHP_FUNCTION()
1151 nsptr = xmlSearchNsByHref (nodep->doc, root, nodep->ns->href); in PHP_FUNCTION()
1192 nsptr = xmlSearchNsByHref (nodep->doc, nodep, uri); in PHP_FUNCTION()
1256 nsptr = xmlSearchNsByHref (nodep->doc, root, uri); in PHP_FUNCTION()
1761 if (node->doc != docp) { in PHP_FUNCTION()
2285 if (node->doc != docp) { in PHP_FUNCTION()
/PHP-5.6/ext/reflection/tests/
H A Dbug64936.phpt2 ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run
H A DReflectionMethod_getDocComment_basic.phpt35 /*** Not a doc comment */
/PHP-5.6/ext/xsl/
H A Dphp_xsl.h66 php_libxml_node_object *doc; member
/PHP-5.6/ext/standard/tests/strings/
H A Dstripos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstrripos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstrrpos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstrrev_variation3.phpt20 Ex'ple of h'doc st'g, contains
H A Dchunk_split_variation4.phpt132 doc
/PHP-5.6/sapi/cli/tests/
H A Dbug61546.phpt5 // reference doc for getmyinode() on php.net states that it returns an integer or FALSE on error
/PHP-5.6/ext/com_dotnet/tests/
H A Dbug66431_1.phpt37 /* trim the returned text as we'll get windows eol from a word doc. */
/PHP-5.6/ext/mbstring/oniguruma/
H A DREADME71 See doc/RE (or doc/RE.ja for Japanese).
77 See doc/API for Oniguruma API.
H A DREADME.ja72 doc/RE.ja����
78 Oniguruma API�ˤĤ��Ƥϡ�doc/API.ja���ȡ�
H A DHISTORY67 2007/07/23: [dist] fix doc/FAQ.ja.
475 2006/03/24: [dist] update doc/RE, doc/RE.ja.
637 2005/05/31: [dist] add doc/FAQ and doc/FAQ.ja.
701 2005/02/19: [dist] update doc/API and doc/API.ja.
782 2004/12/06: [dist] update doc/RE and doc/RE.ja.
901 2004/09/25: [dist] fix doc/API and doc/API.ja.
937 2004/08/24: [dist] fix doc/RE and doc/RE.ja.
1028 2004/06/08: [dist] add doc/API.ja.
1444 2003/09/01: [dist] update doc/RE and doc/RE.ja.
1508 2003/07/08: [dist] modify doc/RE.
[all …]
/PHP-5.6/ext/soap/
H A Dphp_xml.c193 return xmlSearchNs(node->doc, node->parent, NULL); in attr_find_ns()
202 return xmlSearchNs(node->doc, node, NULL); in node_find_ns()
H A Dphp_encoding.c569 nsptr = xmlSearchNs(data->doc, data, BAD_CAST(ns)); in master_to_zval_int()
638 if (doc && doc->children) { in to_xml_user()
639 ret = xmlDocCopyNode(doc->children, parent->doc, 1); in to_xml_user()
641 xmlFreeDoc(doc); in to_xml_user()
2587 nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns)); in to_zval_array()
2608 nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns)); in to_zval_array()
2966 nsptr = xmlSearchNs(data->doc, data, BAD_CAST(ns)); in guess_zval_convert()
3264 ret->doc = parent->doc; in to_xml_any()
3488 if (xmlSearchNs(doc, node, cur->prefix) == cur) { in xmlSearchNsPrefixByHref()
3498 if (xmlSearchNs(doc, node, cur->prefix) == cur) { in xmlSearchNsPrefixByHref()
[all …]
/PHP-5.6/sapi/aolserver/
H A DREADME17 Read doc/install.txt in the source distribution
/PHP-5.6/ext/pcre/pcrelib/
H A DREADME96 1. There are files called doc/pcre.txt, doc/pcregrep.txt, and
103 <prefix>/share/doc/pcre, where <prefix> is the installation prefix
108 doc/html and installed in <prefix>/share/doc/pcre/html.
497 HTML documentation (share/doc/pcre/html):
501 Text file documentation (share/doc/pcre):
944 doc/*.3 man page sources for PCRE
945 doc/*.1 man page sources for pcregrep and pcretest
946 doc/index.html.src the base HTML page
947 doc/html/* HTML documentation
948 doc/pcre.txt plain text version of the man pages
[all …]
H A DLICENCE8 specified below. The documentation for PCRE, supplied in the "doc"
/PHP-5.6/ext/simplexml/
H A Dsimplexml.c432 buffer = xmlEncodeEntitiesReentrant(node->doc, (xmlChar *)Z_STRVAL_P(value)); in change_node_zval()
988 static inline char * sxe_xmlNodeListGetString(xmlDocPtr doc, xmlNodePtr list, int inLine) /* {{{ */ in sxe_xmlNodeListGetString() argument
990 xmlChar *tmp = xmlNodeListGetString(doc, list, inLine); in sxe_xmlNodeListGetString()
1014 contents = xmlNodeListGetString(node->doc, node->children, 1); in _get_base_node_value()
1127 ZVAL_STRING(value, sxe_xmlNodeListGetString(node->doc, node->children, 1), 0); in sxe_get_prop_hash()
1153 ZVAL_STRING(value, sxe_xmlNodeListGetString(node->doc, node, 1), 0); in sxe_get_prop_hash()
1692 nsptr = xmlSearchNsByHref(node->doc, node, (xmlChar *)nsuri); in SXE_METHOD()
1768 nsptr = xmlSearchNsByHref(node->doc, node, (xmlChar *)nsuri); in SXE_METHOD()
2483 if (nodep->doc == NULL) { in PHP_FUNCTION()
2498 php_libxml_increment_doc_ref((php_libxml_node_object *)sxe, nodep->doc TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.6/ext/com_dotnet/
H A DREADME62 $word->Documents[1]->SaveAs("Useless test.doc");
/PHP-5.6/ext/libxml/
H A Dlibxml.c240 if ((node->doc != NULL) && (((xmlAttrPtr) node)->atype == XML_ATTRIBUTE_ID)) { in php_libxml_node_free_list()
241 xmlRemoveID(node->doc, (xmlAttrPtr) node); in php_libxml_node_free_list()
258 node->doc = NULL; in php_libxml_node_free_list()
1309 node->doc = NULL; in php_libxml_node_free_resource()

Completed in 76 milliseconds

1234567