Searched defs:style (Results 1 – 10 of 10) sorted by relevance
/PHP-5.3/ext/soap/ |
H A D | php_encoding.c | 137 #define FIND_ZVAL_NULL(zval, xml, style) \ argument 531 xmlNodePtr master_to_xml(encodePtr encode, zval *data, int style, xmlNodePtr parent) in master_to_xml() 623 xmlNodePtr to_xml_user(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_user() 1108 static xmlNodePtr to_xml_long(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_long() 1197 static xmlNodePtr to_xml_bool(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_bool() 1226 static xmlNodePtr to_xml_null(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_null() 2225 int style) in add_xml_array_elements() 2801 static xmlNodePtr to_xml_map(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_map() 3080 static xmlNodePtr to_xml_time(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_time() 3086 static xmlNodePtr to_xml_date(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_date() [all …]
|
H A D | php_sdl.h | 92 sdlEncodingStyle style; member 121 sdlEncodingStyle style; member
|
H A D | soap.c | 3899 int style, use; local 4357 int i, style, use; local 4572 …ze_parameter(sdlParamPtr param, zval *param_val, int index, char *name, int style, xmlNodePtr pare… 4607 static xmlNodePtr serialize_zval(zval *val, sdlParamPtr param, char *paramName, int style, xmlNodeP…
|
/PHP-5.3/ext/gd/libgd/ |
H A D | gddemo.c | 80 int style[8]; in main() local
|
H A D | gd.h | 136 int *style; member
|
H A D | gd.c | 1673 … gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int style) in gdImageFilledArc() 2720 void gdImageSetStyle (gdImagePtr im, int *style, int noOfPixels) in gdImageSetStyle()
|
/PHP-5.3/ext/intl/formatter/ |
H A D | formatter_main.c | 33 long style; in numfmt_ctor() local
|
/PHP-5.3/ext/intl/doc/ |
H A D | formatter_api.php | 150 public function __construct($locale, $style, $pattern = null) {} 168 public static function create($locale, $style, $pattern = null) {} 339 function numfmt_create($locale, $style, $pattern = null) {}
|
/PHP-5.3/ext/xsl/ |
H A D | xsltprocessor.c | 466 static xmlDocPtr php_xsl_apply_stylesheet(zval *id, xsl_object *intern, xsltStylesheetPtr style, zv… in php_xsl_apply_stylesheet()
|
/PHP-5.3/ext/gd/ |
H A D | gd.c | 1770 long cx, cy, w, h, ST, E, col, style; in PHP_FUNCTION() local
|
Completed in 63 milliseconds