Home
last modified time | relevance | path

Searched refs:mapping (Results 1 – 25 of 44) sorted by path

12

/php-src/.github/workflows/
H A Dnightly.yml25 - name: Grab the commit mapping
/php-src/build/
H A Dlibtool.m44677 /* The mapping between symbol names and symbols. */
H A Dltmain.sh4706 /* The mapping between symbol names and symbols. */
/php-src/
H A Dconfigure.ac377 dnl Solaris/Illumos for process mapping.
/php-src/ext/com_dotnet/tests/
H A D27974.phpt2 COM: mapping a safearray
/php-src/ext/fileinfo/tests/
H A Dmagic10085 # clang -fprofile-instr-generate -fcoverage-mapping ...
10137 # `clang -fprofile-instr-generate -fcoverage-mapping ...`
34412 0 regex/128l ha:std_devmap.v[0-9]+[\ \t\r\n]*[{] sch-rnd devmap (device mapping; lihata)
38634 >>>>>46 ubyte !255 unknown channel mapping family %u,
H A Dmagic私はガラスを食べられます10085 # clang -fprofile-instr-generate -fcoverage-mapping ...
10137 # `clang -fprofile-instr-generate -fcoverage-mapping ...`
34412 0 regex/128l ha:std_devmap.v[0-9]+[\ \t\r\n]*[{] sch-rnd devmap (device mapping; lihata)
38634 >>>>>46 ubyte !255 unknown channel mapping family %u,
/php-src/ext/gd/libgd/
H A Dgd_png.c496 int mapping[gdMaxColors]; /* mapping[gd_index] == png_index */ in gdImagePngCtxEx() local
572 mapping[i] = -1; in gdImagePngCtxEx()
579 mapping[i] = colors; in gdImagePngCtxEx()
662 mapping[i] = j++; in gdImagePngCtxEx()
664 mapping[i] = k--; in gdImagePngCtxEx()
676 if (mapping[i] < 0) { in gdImagePngCtxEx()
680 palette[mapping[i]].red = im->red[i]; in gdImagePngCtxEx()
681 palette[mapping[i]].green = im->green[i]; in gdImagePngCtxEx()
682 palette[mapping[i]].blue = im->blue[i]; in gdImagePngCtxEx()
761 row_pointers[j][i] = mapping[im->pixels[j][i]]; in gdImagePngCtxEx()
/php-src/ext/intl/tests/
H A Dnormalizer_get_raw_decomposition.phpt36 $result .= "'$string_hex' has no decomposition mapping\n" ;
38 … $result .= "'$string_hex' has the decomposition mapping '" . bin2hex($decomposition) . "'\n" ;
52 '61' has no decomposition mapping
55 'efbf9a' has the decomposition mapping 'e385a1'
58 'efb7ba' has the decomposition mapping 'd8b5d984d98920d8a7d984d984d98720d8b9d984d98ad98720d988d8b3d…
61 '' has no decomposition mapping
64 '6161' has no decomposition mapping
67 'f5' has no decomposition mapping
/php-src/ext/mbstring/libmbfl/
H A DREADME.md27 * Added mapping for user defined character area to CP936 (rui).
/php-src/ext/mbstring/
H A Dphp_mbregex.c372 const php_mb_regex_enc_name_map_t *mapping; in _php_mb_regex_name2mbctype() local
378 for (mapping = enc_name_map; mapping->names != NULL; mapping++) { in _php_mb_regex_name2mbctype()
379 for (p = mapping->names; *p != '\0'; p += (strlen(p) + 1)) { in _php_mb_regex_name2mbctype()
381 return mapping->code; in _php_mb_regex_name2mbctype()
393 const php_mb_regex_enc_name_map_t *mapping; in _php_mb_regex_mbctype2name() local
395 for (mapping = enc_name_map; mapping->names != NULL; mapping++) { in _php_mb_regex_mbctype2name()
396 if (mapping->code == mbctype) { in _php_mb_regex_mbctype2name()
397 return mapping->names; in _php_mb_regex_mbctype2name()
/php-src/ext/mbstring/tests/
H A Dcasemapping.phpt2 Unicode case mapping
H A Dcp51932_encoding.phpt27 * CP51932 as possible, including by mapping latin characters with accents
H A Dcp932_encoding.phpt114 * Instead of mapping U+00A5 and U+203E to the single bytes 0x5C and 07E
/php-src/ext/mbstring/tests/data/
H A D8859-10.txt27 # 1.1 corrected mistake in mapping of 0xA4
H A D8859-8.txt29 # the mapping of 0xAF and adding mappings for LRM and RLM.
H A DBIG5.txt20 # VENDORS mapping data.
35 # 0xA2CC HANGZHOU NUMERAL TEN conflicts with A451 mapping
36 # 0xA2CE HANGZHOU NUMERAL THIRTY conflicts with A4CA mapping
50 # 2. There is an uncertainty in the mapping of the Big Five character
53 # Mandarin Chinese. We have selected the mapping U+02C9 MODIFIER LETTER
57 # this character with a blank space, and so a mapping such as U+2003 EM
83 # No changes to the mapping data.
91 # Manually added mapping of lower ASCII characters
H A DEUC-JP-2004.txt1 ## EUC-JIS-2004 (JIS X 0213:2004 Appendix 3) vs Unicode mapping table
17 ## Windows Windows (CP932) mapping
H A DEmojiSources.txt11 # Each mapping is symmetric ("round trip"), for equivalent Unicode and carrier
13 # mappings to similar but not equivalent symbols in either mapping direction.
H A DISO-2022-JP-2004-JISX0213.txt1 ## ISO-2022-JP-2004 vs Unicode mapping table
19 ## Windows Windows (CP932) mapping
H A DJISX0201.txt20 # VENDORS mapping data.
39 # No changes to the mapping data.
H A DJISX0208.txt20 # VENDORS mapping data.
56 # No changes to the mapping data.
H A DJISX0212.txt20 # VENDORS mapping data.
58 # Consequently, in the Unicode mapping, 0x2922 is treated as
70 # No changes to the mapping data.
H A DKOI8-R.txt17 # mapping described in RFC 1489. No statements are made as to whether
18 # this mapping is the same as the mapping defined as "Code Page 878"
H A DKOI8-U.txt19 # mapping described in RFC 2319. No statements are made as to whether
20 # this mapping is the same as the mapping defined as "Code Page 878"

Completed in 250 milliseconds

12