| /PHP_TRUNK/build/ |
| H A D | config-stubs | 6 for stubfile in $dir/*/config0.m4 $dir/*/config.m4 $dir/*/config9.m4; do
|
| /PHP_TRUNK/ext/bcmath/libbcmath/ |
| H A D | mkinstalldirs | 10 for file in ${1+"$@"} ; do 15 for d in ${1+"$@"} ; do 17 case "$pathcomp" in
|
| /PHP_TRUNK/ext/date/tests/ |
| H A D | DateTime_data-absolute.inc | 4 * Note: test names match method names in a set of PHPUnit tests 5 * in a userland package. Please be so kind as to leave them.
|
| H A D | DateTime_data-dates.inc | 4 * Note: test names match method names in a set of PHPUnit tests 5 * in a userland package. Please be so kind as to leave them.
|
| H A D | DateTime_data-february.inc | 4 * Note: test names match method names in a set of PHPUnit tests 5 * in a userland package. Please be so kind as to leave them.
|
| H A D | DateTime_data-massive.inc | 4 * Note: test names match method names in a set of PHPUnit tests 5 * in a userland package. Please be so kind as to leave them.
|
| /PHP_TRUNK/ext/soap/tests/interop/Round4/GroupG/ |
| H A D | round4_groupG_dimedoc.inc | 4 function EchoBase64AsAttachment($in) { 5 return $in; 8 function EchoAttachmentAsBase64($in) { 9 return $in; 12 function EchoAttachment($in) { 13 return $in; 16 function EchoAttachments($in) { 17 return $in; 20 function EchoAttachmentAsString($in) { 21 return $in; [all...] |
| H A D | round4_groupG_dimerpc.inc | 4 function EchoBase64AsAttachment($in) { 5 return $in; 8 function EchoAttachmentAsBase64($in) { 9 return $in; 12 function EchoAttachment($in) { 13 return $in; 16 function EchoAttachments($in) { 17 return $in; 20 function EchoAttachmentAsString($in) { 21 return $in; [all...] |
| H A D | round4_groupG_mimedoc.inc | 4 function EchoBase64AsAttachment($in) { 5 return $in; 8 function EchoAttachmentAsBase64($in) { 9 return $in; 12 function EchoAttachment($in) { 13 return $in; 16 function EchoAttachments($in) { 17 return $in;
|
| H A D | round4_groupG_mimerpc.inc | 4 function EchoBase64AsAttachment($in) { 5 return $in; 8 function EchoAttachmentAsBase64($in) { 9 return $in; 12 function EchoAttachment($in) { 13 return $in; 16 function EchoAttachments($in) { 17 return $in;
|
| /PHP_TRUNK/ |
| H A D | genfiles | 16 for f in $CLEANUP_FILES; do
|
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd2copypal.c | 7 your convenience in creating images on the fly from a 16 FILE *in, *out; local 22 in = fopen (argv[1], "rb"); 23 if (!in) 28 pal = gdImageCreateFromGd2 (in); 29 fclose (in); 32 fprintf (stderr, "Palette is not in GD2 format!\n"); 36 in = fopen (argv[2], "rb"); 37 if (!in) 42 im = gdImageCreateFromGd2 (in); [all...] |
| H A D | gd2time.c | 8 your convenience in creating images on the fly from a 16 FILE *in; local 39 in = fopen (argv[1], "rb"); 40 if (!in) 46 im = gdImageCreateFromGd2Part (in, x, y, w, h); 47 fclose (in);
|
| H A D | gd2topng.c | 6 your convenience in creating images on the fly from a 14 FILE *in, *out; local 20 in = fopen (argv[1], "rb"); 21 if (!in) 26 im = gdImageCreateFromGd2 (in); 27 fclose (in); 30 fprintf (stderr, "Input is not in GD2 format!\n");
|
| H A D | gd_gd.c | 22 int _gdGetColors (gdIOCtx * in, gdImagePtr im, int gd2xFlag) argument 27 if (!gdGetByte(&trueColorFlag, in)) { 31 * Beginning in 2.0.12 truecolor is indicated by the initial 2-byte 39 if (!gdGetWord(&im->colorsTotal, in)) { 47 if (!gdGetInt(&im->transparent, in)) { 51 if (!gdGetByte(&im->colorsTotal, in)) { 54 if (!gdGetWord(&im->transparent, in)) { 69 if (!gdGetByte(&im->red[i], in)) { 72 if (!gdGetByte(&im->green[i], in)) { 75 if (!gdGetByte(&im->blue[i], in)) { 97 _gdCreateFromFile(gdIOCtx * in, int *sx, int *sy) argument 145 gdIOCtx *in; local 158 gdIOCtx *in = gdNewDynamicCtxEx(size, data, 0); local 165 gdImageCreateFromGdCtx(gdIOCtxPtr in) argument [all...] |
| H A D | gd_ss.c | 29 gdIOCtx *in = gdNewSSCtx(inSource, NULL); local 32 im = gdImageCreateFromPngCtx(in); 34 in->gd_free(in);
|
| H A D | gdparttopng.c | 6 your convenience in creating images on the fly from a 14 FILE *in, *out; local 22 in = fopen (argv[1], "rb"); 23 if (!in) 36 im = gdImageCreateFromGd2Part (in, x, y, w, h); 37 fclose (in); 40 fprintf (stderr, "Input is not in GD2 format!\n");
|
| H A D | gdtest.c | 23 FILE *in, *out; local 38 in = fopen (argv[1], "rb"); 39 if (!in) 44 im = gdImageCreateFromPng (in); 46 rewind (in); 47 ref = gdImageCreateFromPng (in); 49 fclose (in); 64 in = fopen (of, "rb"); 65 if (!in) 70 im2 = gdImageCreateFromPng (in); [all...] |
| H A D | gdtopng.c | 5 your convenience in creating images on the fly from a 13 FILE *in, *out; local 19 in = fopen (argv[1], "rb"); 20 if (!in) 25 im = gdImageCreateFromGd (in); 26 fclose (in); 29 fprintf (stderr, "Input is not in GD format!\n");
|
| H A D | pngtogd.c | 6 your convenience in creating images on the fly from a 14 FILE *in, *out; local 20 in = fopen (argv[1], "rb"); 21 if (!in) 26 im = gdImageCreateFromPng (in); 27 fclose (in); 30 fprintf (stderr, "Input is not in PNG format!\n");
|
| H A D | pngtogd2.c | 7 your convenience in creating images on the fly from a 15 FILE *in, *out; local 25 in = fopen (argv[1], "rb"); 26 if (!in) 31 im = gdImageCreateFromPng (in); 32 fclose (in); 35 fprintf (stderr, "Input is not in PNG format!\n");
|
| H A D | wbmp.h | 4 ** This implements the WBMP format as specified in WAPSpec 1.1 and 1.2. 5 ** It does not support ExtHeaders as defined in the spec. The spec states 44 int getmbi ( int (*getin)(void *in), void *in ); 45 int skipheader( int (*getin)(void *in), void *in ); 47 int readwbmp( int (*getin)(void *in), void *in, Wbmp **wbmp );
|
| /PHP_TRUNK/ext/dba/libcdb/ |
| H A D | uint32.c | 8 | that is bundled with this package in the file LICENSE, and is | 32 void uint32_pack(char *out, uint32 in) argument 34 out[0] = in&0xff; in>>=8; 35 out[1] = in&0xff; in>>=8; 36 out[2] = in&0xff; in>>=8; 37 out[3] = in&0xff; 42 void uint32_unpack(const char *in, uint3 argument [all...] |
| H A D | uint32.h | 8 | that is bundled with this package in the file LICENSE, and is | 36 void uint32_pack(char *out, uint32 in); 37 void uint32_unpack(const char *in, uint32 *out);
|
| /PHP_TRUNK/ext/date/lib/ |
| H A D | parse_iso_intervals.re | 8 | that is bundled with this package in the file LICENSE, and is | 406 Scanner in; 410 memset(&in, 0, sizeof(in)); 411 in.errors = malloc(sizeof(struct timelib_error_container)); 412 in.errors->warning_count = 0; 413 in.errors->warning_messages = NULL; 414 in.errors->error_count = 0; 415 in.errors->error_messages = NULL; 426 add_error(&in, "Empt [all...] |