Home
last modified time | relevance | path

Searched refs:style (Results 76 – 100 of 137) sorted by relevance

123456

/PHP-5.5/ext/soap/tests/schema/
H A Dschema072.phpt2 SOAP XML Schema 72: SOAP 1.1 Array (document style, element with inline type)
H A Dschema073.phpt2 SOAP XML Schema 73: SOAP 1.1 Array (document style, element with type ref)
/PHP-5.5/sapi/cli/tests/
H A D007.phpt22 #perl style comment
/PHP-5.5/
H A DCODING_STANDARDS189 1. Never use C++ style comments (i.e. // comment). Always use C-style
192 accept C++-style comments in C code, you have to ensure that your
196 is known to accept C++-style comments in C code.
198 2. Use K&R-style. Of course, we can't and don't want to
199 force anybody to use a style he or she is not used to, but,
202 style. This applies to just about everything, starting with
206 Indentstyle: http://www.catb.org/~esr/jargon/html/I/indent-style.html
/PHP-5.5/ext/pdo_dblib/
H A DREADME1 This is the unified Sybase-DB style driver for PDO.
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug29061.wsdl25 <soap:binding style="rpc"
H A Dbug29795.wsdl24 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
H A Dbug29839.wsdl26 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
H A Dbug34453.wsdl26 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
H A Dbug43045.phpt41 "style" => SOAP_RPC,
/PHP-5.5/sapi/cgi/tests/
H A D003.phpt22 #perl style comment
/PHP-5.5/tests/classes/
H A Dinheritance_005.phpt2 Check for inherited old-style constructor.
/PHP-5.5/ext/pcre/tests/
H A Dpreg_match_basic_edit.phpt6 * Description: Perform a Perl-style regular expression match
H A Dpreg_match_all_edit_basic.phpt6 * Description: Perform a Perl-style global regular expression match
H A Dpreg_replace_edit_basic.phpt6 * Description: Perform Perl-style regular expression replacement.
/PHP-5.5/ext/standard/tests/strings/
H A Dget_html_translation_table_basic3.phpt14 // $table as HTML_SEPCIALCHARS and different quote style
/PHP-5.5/ext/gd/libgd/
H A Dgd.c149 im->style = 0; in gdImageCreate()
205 im->style = 0; in gdImageCreateTrueColor()
259 if (im->style) { in gdImageDestroy()
260 gdFree(im->style); in gdImageDestroy()
732 if (!im->style) { in gdImageSetPixel()
744 if (!im->style) { in gdImageSetPixel()
1741 if (style & gdChord) { in gdImageFilledArc()
1742 if (style & gdNoFill) { in gdImageFilledArc()
2731 if (im->style) { in gdImageSetStyle()
2732 gdFree(im->style); in gdImageSetStyle()
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_mixed_style.phpt2 MySQL PDO->prepare(), native PS, mixed, wired style
/PHP-5.5/ext/dba/
H A DREADME1 These functions build the foundation for accessing Berkeley DB style
11 dbm DBM is the oldest (original) type of Berkeley DB style databases.
/PHP-5.5/ext/soap/
H A Dphp_packet_soap.c272 if (fnb->style == SOAP_DOCUMENT) { in parse_packet_soap()
294 if (!cur && fnb->style == SOAP_RPC) { in parse_packet_soap()
298 if (fnb->style == SOAP_DOCUMENT) { in parse_packet_soap()
H A Dsoap.c3761 int style, use; local
3767 style = fnb->style;
3769 if (style == SOAP_RPC) {
3780 if (style == SOAP_RPC) {
3799 if (style == SOAP_RPC) {
4232 int i, style, use; local
4263 style = fnb->style;
4267 if (style == SOAP_RPC) {
4280 style = SOAP_RPC;
4284 if (style == SOAP_RPC) {
[all …]
/PHP-5.5/Zend/RFCs/
H A D003.txt46 variables inline in a C style.
/PHP-5.5/ext/phar/tests/
H A Dbug65028.phpt122 "style/Fusonic/40components.css",
123 "style/_emptyDirectory",
/PHP-5.5/ext/intl/formatter/
H A Dformatter_class.c154 ZEND_ARG_INFO(0, style)
/PHP-5.5/ext/spl/internal/
H A Dspldoublylinkedlist.inc119 * - SplDoublyLnkedList::IT_MODE_LIFO (Stack style)
120 * - SplDoublyLnkedList::IT_MODE_FIFO (Queue style)

Completed in 62 milliseconds

123456