Home
last modified time | relevance | path

Searched refs:desired (Results 1 – 17 of 17) sorted by path

/PHP-5.4/
H A DINSTALL1006 First, note that other related packages may be desired like
1027 very likely that additional modules will be desired, such as MySQL,
1146 3. Be sure the desired extensions will parse as PHP (examples: .php
1167 4. Be sure the DirectoryIndex loads the desired default index file
H A Dacinclude.m4951 dnl "cxx" can be used to indicate that a C++ shared module is desired.
/PHP-5.4/Zend/RFCs/
H A D001.txt92 reference (unless a replica is actually desired, which is uncommon).
/PHP-5.4/Zend/
H A DZEND_CHANGES604 exception display function to accomplish your desired formatting.
/PHP-5.4/ext/bz2/
H A Dbz2_filter.c92 size_t bin = 0, desired; in php_bz2_decompress_filter() local
112 desired = bucket->buflen - bin; in php_bz2_decompress_filter()
114 desired = data->inbuf_len; in php_bz2_decompress_filter()
117 data->strm.avail_in = desired; in php_bz2_decompress_filter()
136 consumed += desired; in php_bz2_decompress_filter()
137 bin += desired; in php_bz2_decompress_filter()
230 size_t bin = 0, desired; in php_bz2_compress_filter() local
237 desired = data->inbuf_len; in php_bz2_compress_filter()
240 data->strm.avail_in = desired; in php_bz2_compress_filter()
251 consumed += desired; in php_bz2_compress_filter()
[all …]
/PHP-5.4/ext/gd/libgd/
H A Dgd_topal.c311 int desired; /* desired # of colors = size of colormap */ member
1650 select_colors (cinfo, cquantize->desired);
1891 int desired = cinfo->desired_number_of_colors; local
1893 if (desired < 8)
1896 if (desired > MAXNUMCOLORS)
1899 ((j_common_ptr) cinfo, JPOOL_IMAGE, (JDIMENSION) desired,
1901 cquantize->desired = desired;
/PHP-5.4/ext/iconv/tests/
H A Diconv_basic.phpt11 * Description: Returns converted string in desired encoding
/PHP-5.4/ext/intl/doc/
H A DTutorial.txt10 Get name of the object for the desired Locale, in the desired language. Both arguments
14 @param string $disp_locale Specifies the desired locale for output
/PHP-5.4/ext/mbstring/
H A DREADME_PHP3-i18n-ja137 Don't forget to copy php3.ini-dist to desired location.
512 Returns converted string in desired encoding. If
/PHP-5.4/ext/mbstring/tests/
H A Dmb_convert_encoding_basic.phpt11 * Description: Returns converted string in desired encoding
H A Dmb_convert_encoding_variation1.phpt11 * Description: Returns converted string in desired encoding
/PHP-5.4/ext/pcre/pcrelib/
H A DHACKING300 Each is followed by two units that encode the desired property as a type and a
307 three units: OP_PROP or OP_NOTPROP, and then the desired property type and
/PHP-5.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_case.phpt26 echo "Mode desired is $mode\n";
76 Mode desired is 2
/PHP-5.4/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt154 …$r = socket_sendto($sends1, $m = "mcast packet from desired source", strlen($m), 0, $mcastaddr, 30…
221 7> mcast packet from desired source
H A Dsocket_strerror.phpt67 string(26) "No message of desired type"
/PHP-5.4/ext/zlib/
H A Dzlib_filter.c81 size_t bin = 0, desired; in php_zlib_inflate_filter() local
94 desired = bucket->buflen - bin; in php_zlib_inflate_filter()
95 if (desired > data->inbuf_len) { in php_zlib_inflate_filter()
96 desired = data->inbuf_len; in php_zlib_inflate_filter()
99 data->strm.avail_in = desired; in php_zlib_inflate_filter()
116 bin += desired; in php_zlib_inflate_filter()
210 size_t bin = 0, desired; in php_zlib_deflate_filter() local
217 desired = bucket->buflen - bin; in php_zlib_deflate_filter()
219 desired = data->inbuf_len; in php_zlib_deflate_filter()
222 data->strm.avail_in = desired; in php_zlib_deflate_filter()
[all …]
/PHP-5.4/sapi/fpm/
H A Dphp-fpm.conf.in232 ; The desired minimum number of idle server processes.
237 ; The desired maximum number of idle server processes.

Completed in 55 milliseconds