Home
last modified time | relevance | path

Searched refs:style (Results 1 – 25 of 111) sorted by last modified time

12345

/PHP-8.0/ext/xsl/
H A Dxsltprocessor.c393 static xmlDocPtr php_xsl_apply_stylesheet(zval *id, xsl_object *intern, xsltStylesheetPtr style, zv… in php_xsl_apply_stylesheet() argument
420 if (style == NULL) { in php_xsl_apply_stylesheet()
454 ctxt = xsltNewTransformContext(style, doc); in php_xsl_apply_stylesheet()
504 newdocp = xsltApplyStylesheetUser(style, doc, (const char**) params, NULL, f, ctxt); in php_xsl_apply_stylesheet()
/PHP-8.0/ext/gd/
H A Dgd.c944 zend_long cx, cy, w, h, ST, E, col, style; in PHP_FUNCTION() local
948 …D_NUM_ARGS(), "Ollllllll", &IM, gd_image_ce, &cx, &cy, &w, &h, &ST, &E, &col, &style) == FAILURE) { in PHP_FUNCTION()
964 gdImageFilledArc(im, cx, cy, w, h, st, e, col, style); in PHP_FUNCTION()
H A Dgd.stub.php13 function imagesetstyle(GdImage $image, array $style): bool {} argument
29 …nter_y, int $width, int $height, int $start_angle, int $end_angle, int $color, int $style): bool {} argument
H A Dgd_arginfo.h13 ZEND_ARG_TYPE_INFO(0, style, IS_ARRAY, 0)
61 ZEND_ARG_TYPE_INFO(0, style, IS_LONG, 0)
/PHP-8.0/ext/soap/
H A Dsoap.c3415 int style, use; local
3421 style = fnb->style;
3423 if (style == SOAP_RPC) {
3434 if (style == SOAP_RPC) {
3453 if (style == SOAP_RPC) {
3887 int i, style, use; local
3920 style = fnb->style;
3924 if (style == SOAP_RPC) {
3937 style = SOAP_RPC;
3941 if (style == SOAP_RPC) {
[all …]
H A Dphp_sdl.c849 soapBinding->style = SOAP_DOCUMENT; in load_wsdl()
855 soapBinding->style = SOAP_RPC; in load_wsdl()
953 soapFunctionBinding->style = soapBinding->style; in load_wsdl()
965 soapFunctionBinding->style = SOAP_RPC; in load_wsdl()
967 soapFunctionBinding->style = SOAP_DOCUMENT; in load_wsdl()
970 soapFunctionBinding->style = soapBinding->style; in load_wsdl()
1687 WSDL_CACHE_GET_1(soap_binding->style,sdlEncodingStyle,&in); in get_sdl_from_cache()
1718 WSDL_CACHE_GET_1(binding->style,sdlEncodingStyle,&in); in get_sdl_from_cache()
2278 WSDL_CACHE_PUT_1(binding->style, out); in add_sdl_to_cache()
2312 WSDL_CACHE_PUT_1(binding->style, out); in add_sdl_to_cache()
H A Dphp_encoding.c133 if (style == SOAP_ENCODED) {\
622 if (style == SOAP_ENCODED) { in to_xml_user()
908 if (style == SOAP_ENCODED) { in to_xml_string()
935 if (style == SOAP_ENCODED) { in to_xml_base64()
972 if (style == SOAP_ENCODED) { in to_xml_hexbin()
1067 if (style == SOAP_ENCODED) { in to_xml_long()
1090 if (style == SOAP_ENCODED) { in to_xml_double()
1139 if (style == SOAP_ENCODED) { in to_xml_bool()
1158 if (style == SOAP_ENCODED) { in to_xml_null()
2418 if (style == SOAP_ENCODED) { in to_xml_array()
[all …]
/PHP-8.0/
H A DCONTRIBUTING.md257 `/* */` style comments, not `//`.
H A Dphp.ini-development331 ; <span style="color: ???????"> would work.
581 ;error_prepend_string = "<span style='color: #ff0000'>"
H A Dphp.ini-production331 ; <span style="color: ???????"> would work.
583 ;error_prepend_string = "<span style='color: #ff0000'>"
/PHP-8.0/build/
H A Dphp.m41140 irix[)] AC_DEFINE(PHP_IRIX_TIME_R,1,[Whether you have IRIX-style functions]) ;;
2187 dnl Detect the style of crypt_r() if any is available.
H A Dlibtool.m4161 # Determine commands to create old-style static archives.
2963 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
4315 # Commands used to build and install an old-style archive.
4321 # Create an old-style archive from a shared archive.
4324 # Create a temporary old-style archive to link instead of a shared archive.
4765 # Although the cygwin gcc ignores -fPIC, still need this for old-style
5055 # Although the cygwin gcc ignores -fPIC, still need this for old-style
5656 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
/PHP-8.0/ext/gd/libgd/
H A Dgd.c194 im->style = 0; in gdImageCreate()
247 im->style = 0; in gdImageCreateTrueColor()
295 if (im->style) { in gdImageDestroy()
296 gdFree(im->style); in gdImageDestroy()
768 if (!im->style) { in gdImageSetPixel()
780 if (!im->style) { in gdImageSetPixel()
1660 if (style & gdChord) { in gdImageFilledArc()
1661 if (style & gdNoFill) { in gdImageFilledArc()
2801 if (im->style) { in gdImageSetStyle()
2802 gdFree(im->style); in gdImageSetStyle()
[all …]
/PHP-8.0/ext/intl/
H A Dphp_intl.stub.php211 function numfmt_create(string $locale, int $style, ?string $pattern = null): ?NumberFormatter {} argument
381 function intltz_get_display_name(IntlTimeZone $timezone, bool $dst = false, int $style = IntlTimeZo… argument
H A Dphp_intl_arginfo.h372 ZEND_ARG_TYPE_INFO(0, style, IS_LONG, 0)
686 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, style, IS_LONG, 0, "IntlTimeZone::DISPLAY_LONG")
/PHP-8.0/ext/intl/formatter/
H A Dformatter.stub.php7 public function __construct(string $locale, int $style, ?string $pattern = null) {} argument
13 public static function create(string $locale, int $style, ?string $pattern = null) {} argument
H A Dformatter_arginfo.h6 ZEND_ARG_TYPE_INFO(0, style, IS_LONG, 0)
H A Dformatter_main.c31 zend_long style; in numfmt_ctor() local
38 &locale, &locale_len, &style, &pattern, &pattern_len ) == FAILURE ) in numfmt_ctor()
62 …FORMATTER_OBJECT(nfo) = unum_open(style, spattern, spattern_len, locale, NULL, &INTL_DATA_ERROR_CO… in numfmt_ctor()
/PHP-8.0/ext/phar/tests/zip/
H A Dfrontcontroller15.phar.phpt18 <code><span style="color: #000000">
19 …pan style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">function&nbsp;</span>…
H A Dfrontcontroller3.phar.phpt18 <code><span style="color: #000000">
19 …pan style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">function&nbsp;</span>…
/PHP-8.0/tests/strings/
H A D004.phpt16 <code><span style="color: #000000">
17style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span st…
19 [<code><span style="color: #000000">
20style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span st…
H A Dbug26703.phpt14 <code><span style="color: #000000">
15style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span st…
/PHP-8.0/tests/lang/
H A Dcomments.phpt2 #-style comments
H A Dcomments2.phpt2 #-style comments (part 2)
H A D024.phpt199 *** C-style else-if's ***
421 *** C-style else-if's ***
646 *** C-style else-if's ***
871 *** C-style else-if's ***
1096 *** C-style else-if's ***
1321 *** C-style else-if's ***
1546 *** C-style else-if's ***
1771 *** C-style else-if's ***
1996 *** C-style else-if's ***
2221 *** C-style else-if's ***
[all …]

Completed in 174 milliseconds

12345