Home
last modified time | relevance | path

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

1234567

/PHP-5.6/ext/soap/
H A Dsoap.c3884 xmlDocPtr doc; local
3892 doc = xmlNewDoc(BAD_CAST("1.0"));
3893 doc->charset = XML_CHAR_ENCODING_UTF8;
3907 xmlDocSetRootElement(doc, envelope);
4240 xmlFreeDoc(doc);
4243 return doc;
4248 xmlDoc *doc; local
4257 doc = xmlNewDoc(BAD_CAST("1.0"));
4259 doc->charset = XML_CHAR_ENCODING_UTF8;
4271 xmlDocSetRootElement(doc, envelope);
[all …]
H A Dphp_sdl.c56 nsptr = xmlSearchNs(node->doc, node, BAD_CAST(ns)); in get_encoder_from_prefix()
80 nsptr = xmlSearchNs(node->doc, node, BAD_CAST(ns)); in get_element()
391 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_wsdl_ex()
394 uri = xmlBuildURI(tmp->children->content, trav->doc->URL); in load_wsdl_ex()
3705 xmlDocPtr doc = *((xmlDocPtr*)doc_ptr); in delete_document() local
3706 xmlFreeDoc(doc); in delete_document()
/PHP-5.6/ext/dom/
H A Ddom_iterators.c75 ret->doc = NULL; in create_notation()
/PHP-5.6/
H A DREADME.SUBMITTING_PATCH19 available to discuss questions. They include #php.pecl and #php.doc
77 http://php.net/dochowto and http://wiki.php.net/doc/howto
H A DCODING_STANDARDS257 The "proto" keyword there is just a helper for the doc/genfuncsummary script
H A DREADME.RELEASE_PROCESS145 6. For the first RC, write the doc team (phpdoc@lists.php.net) about updating the
H A Dphp.ini-development722 ; http://php.net/doc-root
H A Dphp.ini-production722 ; http://php.net/doc-root
H A DINSTALL891 # cp /usr/local/share/doc/php4/php.ini-recommended /var/www/conf/php.ini
H A DNEWS3428 . Fixed bug #64936 (doc comments picked up from previous scanner run). (Stas,
5580 Extra content at the end of the doc, when server uses chunked transfer
8605 - Fixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer). (Dmitry)
11754 - Changed doc comments to require a single white space after '/**'. (Marcus)
/PHP-5.6/ext/standard/tests/strings/
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-5.6/ext/xmlreader/
H A Dphp_xmlreader.c1141 docp = node->doc; in PHP_METHOD()
/PHP-5.6/ext/bcmath/libbcmath/
H A Dconfigure454 ac_unique_file=doc/bcmath.1
/PHP-5.6/ext/mbstring/
H A DREADME_PHP3-i18n-ja734 Starting 3.0.18-i18n-ja, we have removed doc-jp from tarball package.
/PHP-5.6/sapi/thttpd/
H A Dthttpd_patch1115 +doc application/msword
1211 -doc application/msword
/PHP-5.6/ext/pcre/pcrelib/
H A DNEWS646 there are now .1, .txt, and .html versions in /doc.
H A DChangeLog2932 5. doc/pcresyntax.html was missing from the distribution.
3048 functions return PCRE_ERROR_NOSUBSTRING (7); the doc said they returned an
4151 retained in the file doc/pcre.txt, which is a concatenation in text format
5230 there are now .1, .txt, and .html versions in /doc.
/PHP-5.6/Zend/
H A DZEND_CHANGES989 The Reflection API also offers ways of getting doc comments for
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic3149 # David J. Singer <doc@deadvirgins.org.uk>
3282 # http://download.ncl.ie/doc/api/ie/ncl/media/music/IMelody.html
4387 # https://github.com/ckolivas/lrzip/blob/master/doc/magic.header.txt
8767 # http://www.clamav.net/doc/latest/html/node45.html
11778 >>30 string doc.kml Compressed Google KML Document, including resources.
13983 # syslinux:doc/comboot.txt
15449 # list the following header format in inf02a.doc:
16848 # URL: http://doc.coker.com.au/computers/selinux-magic
19997 # http://www.x.org/archive/X11R6.8.1/doc/Xcursor.3.html
/PHP-5.6/ext/standard/tests/misc/
H A Dbrowscap.ini3826 [DocWeb Link Crawler (http://doc.php.net)]
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt3230 see the section entitled "Backtracking control" in the pcrepattern doc-

Completed in 322 milliseconds

1234567