Home
last modified time | relevance | path

Searched refs:mapping (Results 1 – 17 of 17) sorted by relevance

/PHP-5.5/sapi/roxen/
H A Droxen.c71 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 DTODO14 …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.5/ext/gd/libgd/
H A Dgd_png.c471 int mapping[gdMaxColors]; /* mapping[gd_index] == png_index */ in gdImagePngCtxEx() local
541 mapping[i] = -1; in gdImagePngCtxEx()
548 mapping[i] = colors; in gdImagePngCtxEx()
631 mapping[i] = j++; in gdImagePngCtxEx()
633 mapping[i] = k--; in gdImagePngCtxEx()
645 if (mapping[i] < 0) { in gdImagePngCtxEx()
649 palette[mapping[i]].red = im->red[i]; in gdImagePngCtxEx()
650 palette[mapping[i]].green = im->green[i]; in gdImagePngCtxEx()
651 palette[mapping[i]].blue = im->blue[i]; in gdImagePngCtxEx()
735 row_pointers[j][i] = mapping[im->pixels[j][i]]; in gdImagePngCtxEx()
/PHP-5.5/sapi/caudium/
H A Dcaudium.c94 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.5/ext/mbstring/
H A Dphp_mbregex.c373 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.5/ext/com_dotnet/tests/
H A D27974.phpt2 COM: mapping a safearray
/PHP-5.5/ext/standard/html_tables/mappings/
H A DROMAN.TXT22 # 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 DKOI8-R.TXT29 # 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.5/ext/soap/tests/bugs/
H A Dbug35273.phpt2 Bug #35273 (Error in mapping soap - java types)
/PHP-5.5/ext/mbstring/libmbfl/
H A DNEWS7 - added mapping for user defined character area to CP936 (rui).
/PHP-5.5/sapi/cli/tests/
H A Dbug61977.phpt2 Bug #61977 test CLI web-server support for Mime Type File extensions mapping
/PHP-5.5/ext/shmop/
H A DREADME57 …marks the segment for deletion, the segment will be deleted when all processes mapping it will det…
/PHP-5.5/ext/phar/
H A DTODO76 path. Because the mapping would be to an external directory, write access
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.re337 /* create a mapping */
/PHP-5.5/
H A Dltmain.sh4693 /* The mapping between symbol names and symbols. */
H A DNEWS5413 - Fixed bug #46478 (htmlentities() uses obsolete mapping table for character
9264 - Fixed bug #35273 (Error in mapping soap - java types). (Dmitry)
9952 - Fixed bug #28067 (partially incorrect utf8 to htmlentities mapping). (Derick,
/PHP-5.5/build/
H A Dlibtool.m44672 /* The mapping between symbol names and symbols. */

Completed in 85 milliseconds