/third_party/python/Lib/test/test_importlib/source/ |
D | test_case_sensitivity.py | 49 sensitive, insensitive = self.sensitivity_test() 52 self.assertIsNone(insensitive) 59 sensitive, insensitive = self.sensitivity_test() 62 self.assertIsNotNone(insensitive) 63 self.assertIn(self.name, insensitive.get_filename(self.name))
|
/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evpcase.txt | 15 # These tests exercise the case insensitive handling of object names. 18 Title = Case insensitive AES tests 46 Title = Case insensitive digest tests
|
/third_party/node/deps/cares/src/lib/ |
D | ares_strsplit.c | 25 static int list_contains(char * const *list, size_t num_elem, const char *str, int insensitive) in list_contains() argument 33 if (insensitive) in list_contains()
|
/third_party/boost/libs/unordered/doc/ |
D | hash_equality.qbk | 31 example, to implement a case insensitive dictionary you need to define a 32 case insensitive equality predicate and hash function: 36 Which you can then use in a case insensitive dictionary:
|
/third_party/e2fsprogs/tests/f_bad_fname/ |
D | name | 1 Case-insensitive directory with broken file names
|
/third_party/icu/tools/unicode/c/genregexcasing/ |
D | readme.txt | 12 regular expressions for case insensitive matching.
|
/third_party/openssl/doc/man3/ |
D | SSL_CONF_CTX_set1_prefix.pod | 31 insensitive and no prefix is the default.
|
/third_party/python/Doc/c-api/ |
D | conversion.rst | 120 Case insensitive comparison of strings. The function works almost 126 Case insensitive comparison of strings. The function works almost
|
/third_party/grpc/src/proto/grpc/testing/xds/v3/ |
D | string.proto | 60 // If true, indicates the exact/prefix/suffix matching should be case insensitive. This has no
|
/third_party/boost/libs/regex/doc/ |
D | old_regex.qbk | 101 insensitive to case, otherwise it is sensitive to case. Throws 105 is insensitive to case, otherwise it is sensitive to case. Throws 114 insensitive to case, otherwise it is sensitive to case. 118 insensitive to case, otherwise it is sensitive to case. Throws
|
/third_party/boost/libs/xpressive/doc/ |
D | static_regexes.qbk | 113 Perl lets you make part of your regular expression case-insensitive by using 122 Case-insensitive regular expressions raise the issue of 123 internationalization: how should case-insensitive character comparisons be
|
D | traits.qbk | 13 how are case-insensitive comparisons performed? The locale-sensitive behavior is captured in a trai…
|
/third_party/mindspore/scripts/map_dump_file_to_code/ |
D | README_CN.md | 23 --dump_op(-o) [Dump operator id, case insensitive, such as 'op954'.](required)
|
/third_party/python/ |
D | .gitignore | 149 # Two-trick pony for OSX and other case insensitive file systems:
|
/third_party/icu/docs/userguide/strings/ |
D | regexp.md | 199 …ortion of the pattern following the setting. For example, (?i) changes to a case insensitive match. 219 Case insensitive matching is specified by the UREGEX_CASE_INSENSITIVE flag 221 case insensitive matching is complicated by the fact that changing the case of a 225 Full case-insensitive matching handles situations where the number of characters 228 Simple case insensitive matching operates one character at a time on the strings 266 | i | UREGEX_CASE_INSENSITIVE | If set, matching will take place in a case-insensitive manner. 498 * ICU case insensitive matching works with all Unicode characters, and, within
|
/third_party/boost/boost/xpressive/detail/utility/chset/ |
D | basic_chset.ipp | 56 inline bool basic_chset<Char>::test(Char v, Traits const &tr, mpl::true_) const // case-insensitive 233 …e bool basic_chset_8bit<Char>::test(Char v, Traits const &tr, mpl::true_) const // case-insensitive
|
/third_party/icu/docs/userguide/collation/ |
D | index.md | 141 API which can be used, for example, for case-insensitive or accent-insensitive
|
/third_party/libxml2/os400/iconv/ |
D | README.iconv | 18 - All IANA character set names are recognized in a coding- and case-insensitive
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | langtagRegex.txt | 84 $root = (?i) # case-insensitive
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/translit/ |
D | langtagRegex.txt | 83 $root = (?i) # case-insensitive
|
/third_party/node/deps/npm/node_modules/mime-types/ |
D | HISTORY.md | 147 * Fix `.charset(type)` to match case-insensitive
|
/third_party/python/Doc/library/ |
D | stringprep.rst | 17 should be case-insensitive or not. It may be also necessary to restrict the
|
/third_party/skia/third_party/externals/icu/source/data/mappings/ |
D | convrtrs.txt | 41 # Except for the converter name, aliases are case insensitive. 100 # Name matching is case-insensitive. Also, dashes '-', underscores '_'
|
/third_party/flutter/skia/third_party/externals/icu/source/data/mappings/ |
D | convrtrs.txt | 41 # Except for the converter name, aliases are case insensitive. 100 # Name matching is case-insensitive. Also, dashes '-', underscores '_'
|
/third_party/libsoup/libsoup/ |
D | soup-uri.c | 651 parts_equal (const char *one, const char *two, gboolean insensitive) in parts_equal() argument 657 return insensitive ? !g_ascii_strcasecmp (one, two) : !strcmp (one, two); in parts_equal()
|