Home
last modified time | relevance | path

Searched refs:doc (Results 151 – 175 of 185) sorted by relevance

12345678

/PHP-7.1/ext/mbstring/oniguruma/
H A DREADME.ja72 doc/RE.ja����
78 Oniguruma API�ˤĤ��Ƥϡ�doc/API.ja���ȡ�
H A DHISTORY72 2007/07/23: [dist] fix doc/FAQ.ja.
480 2006/03/24: [dist] update doc/RE, doc/RE.ja.
642 2005/05/31: [dist] add doc/FAQ and doc/FAQ.ja.
706 2005/02/19: [dist] update doc/API and doc/API.ja.
787 2004/12/06: [dist] update doc/RE and doc/RE.ja.
906 2004/09/25: [dist] fix doc/API and doc/API.ja.
942 2004/08/24: [dist] fix doc/RE and doc/RE.ja.
1033 2004/06/08: [dist] add doc/API.ja.
1449 2003/09/01: [dist] update doc/RE and doc/RE.ja.
1513 2003/07/08: [dist] modify doc/RE.
[all …]
/PHP-7.1/ext/reflection/tests/
H A DReflectionMethod_getDocComment_basic.phpt34 /*** Not a doc comment */
/PHP-7.1/
H A DCONTRIBUTING.md59 [per the instructions on the documentation site](http://doc.php.net/tutorial/).
73 documentation writers can be found on #php.doc.
H A DREADME.SUBMITTING_PATCH19 available to discuss questions. They include #php.pecl and #php.doc
78 http://php.net/dochowto and http://wiki.php.net/doc/howto
H A DCODING_STANDARDS259 The "proto" keyword there is just a helper for the doc/genfuncsummary script
H A DREADME.RELEASE_PROCESS148 6. For the first RC, write the doc team (phpdoc@lists.php.net) about updating the
/PHP-7.1/ext/dom/
H A Dphp_dom.h113 void dom_set_old_ns(xmlDoc *doc, xmlNs *ns);
H A Dtext.c178 nnode = xmlNewDocText(node->doc, second); in PHP_FUNCTION()
H A Ddocument.c869 node->doc = docp; in PHP_FUNCTION()
997 if (nodep->doc == docp) { in PHP_FUNCTION()
1012 nsptr = xmlSearchNsByHref (nodep->doc, root, nodep->ns->href); in PHP_FUNCTION()
1054 nsptr = xmlSearchNsByHref(nodep->doc, nodep, (xmlChar *) uri); in PHP_FUNCTION()
1119 nsptr = xmlSearchNsByHref(nodep->doc, root, (xmlChar *) uri); in PHP_FUNCTION()
1632 if (node->doc != docp) { in PHP_FUNCTION()
2173 if (node->doc != docp) { in PHP_FUNCTION()
H A Ddom_iterators.c79 ret->doc = NULL; in create_notation()
/PHP-7.1/ext/soap/
H A Dphp_encoding.c557 nsptr = xmlSearchNs(data->doc, data, BAD_CAST(ns)); in master_to_zval_int()
626 if (doc && doc->children) { in to_xml_user()
627 ret = xmlDocCopyNode(doc->children, parent->doc, 1); in to_xml_user()
629 xmlFreeDoc(doc); in to_xml_user()
2502 nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns)); in to_zval_array()
2523 nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns)); in to_zval_array()
2868 nsptr = xmlSearchNs(data->doc, data, BAD_CAST(ns)); in guess_zval_convert()
3161 ret->doc = parent->doc; in to_xml_any()
3385 if (xmlSearchNs(doc, node, cur->prefix) == cur) { in xmlSearchNsPrefixByHref()
3395 if (xmlSearchNs(doc, node, cur->prefix) == cur) { in xmlSearchNsPrefixByHref()
[all …]
H A Dsoap.c3834 xmlDocPtr doc; local
3842 doc = xmlNewDoc(BAD_CAST("1.0"));
3843 doc->charset = XML_CHAR_ENCODING_UTF8;
3857 xmlDocSetRootElement(doc, envelope);
4185 xmlFreeDoc(doc);
4188 return doc;
4193 xmlDoc *doc; local
4202 doc = xmlNewDoc(BAD_CAST("1.0"));
4204 doc->charset = XML_CHAR_ENCODING_UTF8;
4216 xmlDocSetRootElement(doc, envelope);
[all …]
H A Dphp_sdl.c57 nsptr = xmlSearchNs(node->doc, node, BAD_CAST(ns)); in get_encoder_from_prefix()
81 nsptr = xmlSearchNs(node->doc, node, BAD_CAST(ns)); in get_element()
387 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_wsdl_ex()
390 uri = xmlBuildURI(tmp->children->content, trav->doc->URL); in load_wsdl_ex()
3670 xmlDocPtr doc = Z_PTR_P(zv); in delete_document() local
3671 xmlFreeDoc(doc); in delete_document()
/PHP-7.1/ext/standard/tests/strings/
H A Dchunk_split_variation4.phpt132 doc
H A Dchunk_split_variation12.phpt143 …'m sure it'll \work! with here"To check " in heredoc".I'm sure it'll \work!doc ending"To check " i…
/PHP-7.1/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"
H A DNEWS646 there are now .1, .txt, and .html versions in /doc.
/PHP-7.1/ext/simplexml/
H A Dsimplexml.c423 buffer = xmlEncodeEntitiesReentrant(node->doc, (xmlChar *)Z_STRVAL_P(value)); in change_node_zval()
970 static inline zend_string *sxe_xmlNodeListGetString(xmlDocPtr doc, xmlNodePtr list, int inLine) /* … in sxe_xmlNodeListGetString() argument
972 xmlChar *tmp = xmlNodeListGetString(doc, list, inLine); in sxe_xmlNodeListGetString()
994 contents = xmlNodeListGetString(node->doc, node->children, 1); in _get_base_node_value()
1191 ZVAL_STR(&value, sxe_xmlNodeListGetString(node->doc, node->children, 1)); in sxe_get_prop_hash()
1216 ZVAL_STR(&value, sxe_xmlNodeListGetString(node->doc, node, 1)); in sxe_get_prop_hash()
1759 nsptr = xmlSearchNsByHref(node->doc, node, (xmlChar *)nsuri); in SXE_METHOD()
1835 nsptr = xmlSearchNsByHref(node->doc, node, (xmlChar *)nsuri); in SXE_METHOD()
2573 if (nodep->doc == NULL) { in PHP_FUNCTION()
2591 php_libxml_increment_doc_ref((php_libxml_node_object *)sxe, nodep->doc); in PHP_FUNCTION()
/PHP-7.1/ext/com_dotnet/
H A DREADME62 $word->Documents[1]->SaveAs("Useless test.doc");
/PHP-7.1/ext/libxml/
H A Dlibxml.c244 if ((node->doc != NULL) && (((xmlAttrPtr) node)->atype == XML_ATTRIBUTE_ID)) { in php_libxml_node_free_list()
245 xmlRemoveID(node->doc, (xmlAttrPtr) node); in php_libxml_node_free_list()
262 node->doc = NULL; in php_libxml_node_free_list()
1314 node->doc = NULL; in php_libxml_node_free_resource()
/PHP-7.1/ext/xmlreader/
H A Dphp_xmlreader.c1137 docp = node->doc; in PHP_METHOD()
/PHP-7.1/ext/bcmath/libbcmath/
H A Dconfigure454 ac_unique_file=doc/bcmath.1
/PHP-7.1/ext/mbstring/
H A DREADME_PHP3-i18n-ja734 Starting 3.0.18-i18n-ja, we have removed doc-jp from tarball package.

Completed in 111 milliseconds

12345678