Searched refs:mapping (Results 1 – 17 of 17) sorted by relevance
/PHP-5.4/sapi/roxen/ |
H A D | roxen.c | 71 struct mapping *request_data; 111 #define REQUEST_DATA ((struct mapping *)(THIS->request_data)) 177 value = low_mapping_string_lookup(headers->u.mapping, sind); in lookup_header() 290 struct mapping *headermap; in php_roxen_set_header() 306 mappie.u.mapping = headermap; in php_roxen_set_header() 310 headermap = s_headermap->u.mapping; in php_roxen_set_header() 368 ref_push_mapping(s_headermap->u.mapping); in php_roxen_low_send_headers() 540 indices = mapping_indices(headers->u.mapping); in php_roxen_hash_environment() 543 val = low_mapping_lookup(headers->u.mapping, ind); in php_roxen_hash_environment() 610 struct mapping *request_data; in f_php_roxen_request_handler()
|
H A D | TODO | 14 …run("/home/www/www.tx.pl/news/test.php",mapping[3],modules/scripting/php5.pike.PHPScript(),modules… 23 …run("/home/www/biall.com.pl/index.php3",mapping[2],modules/scripting/php5.pike.PHPScript(),modules…
|
/PHP-5.4/ext/gd/libgd/ |
H A D | gd_png.c | 469 int mapping[gdMaxColors]; /* mapping[gd_index] == png_index */ in gdImagePngCtxEx() local 539 mapping[i] = -1; in gdImagePngCtxEx() 546 mapping[i] = colors; in gdImagePngCtxEx() 629 mapping[i] = j++; in gdImagePngCtxEx() 631 mapping[i] = k--; in gdImagePngCtxEx() 643 if (mapping[i] < 0) { in gdImagePngCtxEx() 647 palette[mapping[i]].red = im->red[i]; in gdImagePngCtxEx() 648 palette[mapping[i]].green = im->green[i]; in gdImagePngCtxEx() 649 palette[mapping[i]].blue = im->blue[i]; in gdImagePngCtxEx() 733 row_pointers[j][i] = mapping[im->pixels[j][i]]; in gdImagePngCtxEx()
|
/PHP-5.4/sapi/caudium/ |
H A D | caudium.c | 94 struct mapping *request_data; 130 #define REQUEST_DATA ((struct mapping *)(THIS->request_data)) 175 value = low_mapping_string_lookup(headers->u.mapping, sind); in lookup_header() 286 struct mapping *headermap; in php_caudium_set_header() 301 mappie.u.mapping = headermap; in php_caudium_set_header() 306 headermap = s_headermap->u.mapping; in php_caudium_set_header() 376 ref_push_mapping(s_headermap->u.mapping); in php_caudium_low_send_headers() 506 MY_MAPPING_LOOP(headers->u.mapping, i, k) { in low_sapi_caudium_register_variables() 699 struct mapping *request_data; in f_php_caudium_request_handler()
|
/PHP-5.4/ext/mbstring/ |
H A D | php_mbregex.c | 373 php_mb_regex_enc_name_map_t *mapping; in _php_mb_regex_name2mbctype() local 379 for (mapping = enc_name_map; mapping->names != NULL; mapping++) { in _php_mb_regex_name2mbctype() 380 for (p = mapping->names; *p != '\0'; p += (strlen(p) + 1)) { in _php_mb_regex_name2mbctype() 382 return mapping->code; in _php_mb_regex_name2mbctype() 394 php_mb_regex_enc_name_map_t *mapping; in _php_mb_regex_mbctype2name() local 396 for (mapping = enc_name_map; mapping->names != NULL; mapping++) { in _php_mb_regex_mbctype2name() 397 if (mapping->code == mbctype) { in _php_mb_regex_mbctype2name() 398 return mapping->names; in _php_mb_regex_mbctype2name()
|
/PHP-5.4/ext/com_dotnet/tests/ |
H A D | 27974.phpt | 2 COM: mapping a safearray
|
/PHP-5.4/ext/standard/html_tables/mappings/ |
H A D | ROMAN.TXT | 22 # mapping of 0xDB from CURRENCY SIGN to 30 # Change standard mapping for 0xBD from U+2126 52 # These mapping tables and character lists are subject to change. 57 # For general information about Mac OS encodings and these mapping 75 # the conventions of the standard UTC mapping tables. However, the 95 # Turkish, Romanian, and other encodings. Separate mapping tables 120 # Unicode mapping issues and notes: 124 # mapping: 132 # Details of mapping changes in each version: 137 # - Encoding changed for Mac OS 8.5; change mapping of 0xDB from [all …]
|
H A D | KOI8-R.TXT | 29 # mapping described in RFC 1489. No statements are made as to whether 30 # this mapping is the same as the mapping defined as "Code Page 878"
|
/PHP-5.4/ext/mbstring/libmbfl/ |
H A D | NEWS | 7 - added mapping for user defined character area to CP936 (rui).
|
/PHP-5.4/ext/soap/tests/bugs/ |
H A D | bug35273.phpt | 2 Bug #35273 (Error in mapping soap - java types)
|
/PHP-5.4/sapi/cli/tests/ |
H A D | bug61977.phpt | 2 Bug #61977 test CLI web-server support for Mime Type File extensions mapping
|
/PHP-5.4/ext/shmop/ |
H A D | README | 57 …marks the segment for deletion, the segment will be deleted when all processes mapping it will det…
|
/PHP-5.4/ext/phar/ |
H A D | TODO | 76 path. Because the mapping would be to an external directory, write access
|
/PHP-5.4/ext/pdo/ |
H A D | pdo_sql_parser.re | 337 /* create a mapping */
|
/PHP-5.4/ |
H A D | ltmain.sh | 4693 /* The mapping between symbol names and symbols. */
|
H A D | NEWS | 4224 - Fixed bug #46478 (htmlentities() uses obsolete mapping table for character 8075 - Fixed bug #35273 (Error in mapping soap - java types). (Dmitry) 8763 - Fixed bug #28067 (partially incorrect utf8 to htmlentities mapping). (Derick,
|
/PHP-5.4/build/ |
H A D | libtool.m4 | 4665 /* The mapping between symbol names and symbols. */
|
Completed in 106 milliseconds