Searched refs:components (Results 1 – 25 of 33) sorted by relevance
12
/PHP-7.0/ext/gd/tests/ |
H A D | bug67325.phpt | 20 $components = imagecolorsforindex($im, $i); 21 if ($components['red'] === 255 && $components['green'] === 255 && $components['blue'] === 255) {
|
H A D | similarity.inc | 9 * Gets the individual components of an RGB value.
|
/PHP-7.0/pear/ |
H A D | install-pear.txt | 7 | To install these components, |
|
/PHP-7.0/ext/standard/tests/url/ |
H A D | parse_url_basic_010.phpt | 6 * Description: Parse a URL and return its components
|
H A D | parse_url_error_001.phpt | 6 * Description: Parse a URL and return its components
|
H A D | parse_url_error_002.phpt | 6 * Description: Parse a URL and return its components
|
H A D | parse_url_variation_001.phpt | 6 * Description: Parse a URL and return its components
|
H A D | parse_url_variation_002_32bit.phpt | 8 * Description: Parse a URL and return its components
|
H A D | parse_url_variation_002_64bit.phpt | 8 * Description: Parse a URL and return its components
|
H A D | parse_url_basic_004.phpt | 6 * Description: Parse a URL and return its components
|
H A D | parse_url_basic_005.phpt | 6 * Description: Parse a URL and return its components
|
H A D | parse_url_basic_006.phpt | 6 * Description: Parse a URL and return its components
|
H A D | parse_url_basic_009.phpt | 6 * Description: Parse a URL and return its components
|
H A D | parse_url_basic_002.phpt | 6 * Description: Parse a URL and return its components
|
H A D | parse_url_basic_008.phpt | 6 * Description: Parse a URL and return its components
|
H A D | parse_url_basic_003.phpt | 6 * Description: Parse a URL and return its components
|
H A D | parse_url_basic_007.phpt | 6 * Description: Parse a URL and return its components
|
H A D | parse_url_basic_001.phpt | 6 * Description: Parse a and return its components
|
/PHP-7.0/ext/pdo/tests/ |
H A D | pdo_022.phpt | 17 * TODO: filter out driver dependent components from this common core
|
/PHP-7.0/ext/exif/ |
H A D | exif.c | 1151 char * exif_dump_data(int *dump_free, int format, int components, int length, int motorola_intel, c… in exif_dump_data() argument 1170 if (components > 1) { in exif_dump_data() 1171 len = spprintf(&dump, 0, "(%d,%d) {", components, length); in exif_dump_data() 1175 while(components > 0) { in exif_dump_data() 1208 if (components > 0) { in exif_dump_data() 1212 components--; in exif_dump_data() 2824 int tag, format, components; in exif_process_IFD_TAG() local 2843 components = php_ifd_get32u(dir_entry+4, ImageInfo->motorola_intel); in exif_process_IFD_TAG() 2852 if (components < 0) { in exif_process_IFD_TAG() 2857 byte_count_signed = (int64_t)components * php_tiff_bytes_per_format[format]; in exif_process_IFD_TAG() [all …]
|
/PHP-7.0/ext/phar/tests/ |
H A D | bug65028.phpt | 122 "style/Fusonic/40components.css",
|
/PHP-7.0/ext/oci8/ |
H A D | config.m4 | 239 dnl Set some port specific directory components for use later
|
/PHP-7.0/ext/mbstring/ |
H A D | README_PHP3-i18n-ja | 56 As described in the source code, this package and the components are
|
/PHP-7.0/ |
H A D | INSTALL | 140 * Any module specific components (such as GD, PDF libs, etc.) 779 most of your needed components. The Image Packaging System (IPS) for 780 Solaris 11 Express also contains most of the required components for
|
/PHP-7.0/ext/mbstring/libmbfl/ |
H A D | LICENSE | 323 components (compiler, kernel, and so on) of the operating system on
|
Completed in 49 milliseconds
12