Home
last modified time | relevance | path

Searched refs:IgnoreCase (Results 1 – 25 of 2805) sorted by relevance

12345678910>>...113

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Text.RegularExpressions/
H A DPerlTrials.cs194 new RegexTrial (@"abc", RegexOptions.IgnoreCase, "XBC", "Fail."),
195 new RegexTrial (@"abc", RegexOptions.IgnoreCase, "AXC", "Fail."),
196 new RegexTrial (@"abc", RegexOptions.IgnoreCase, "ABX", "Fail."),
239 new RegexTrial (@"a[", RegexOptions.IgnoreCase, "-", "Error."),
251 new RegexTrial (@"*a", RegexOptions.IgnoreCase, "-", "Error."),
253 new RegexTrial (@"$b", RegexOptions.IgnoreCase, "B", "Fail."),
254 new RegexTrial (@"a\", RegexOptions.IgnoreCase, "-", "Error."),
265 new RegexTrial (@"a**", RegexOptions.IgnoreCase, "-", "Error."),
276 new RegexTrial (@")(", RegexOptions.IgnoreCase, "-", "Error."),
278 new RegexTrial (@"abc", RegexOptions.IgnoreCase, "", "Fail."),
[all …]
/dports/irc/smuxi/smuxi-1.1/src/Engine/Config/
H A DMessageBuilderSettings.cs145 RegexOptions.IgnoreCase | RegexOptions.Compiled in InitBuiltinSmartLinks()
152 RegexOptions.IgnoreCase | RegexOptions.Compiled in InitBuiltinSmartLinks()
164 RegexOptions.IgnoreCase | RegexOptions.Compiled in InitBuiltinSmartLinks()
173 RegexOptions.IgnoreCase | RegexOptions.Compiled in InitBuiltinSmartLinks()
183 RegexOptions.IgnoreCase | RegexOptions.Compiled in InitBuiltinSmartLinks()
196 RegexOptions.IgnoreCase | RegexOptions.Compiled in InitBuiltinSmartLinks()
204 RegexOptions.IgnoreCase | RegexOptions.Compiled); in InitBuiltinSmartLinks()
211 RegexOptions.IgnoreCase | RegexOptions.Compiled); in InitBuiltinSmartLinks()
216 RegexOptions.IgnoreCase | RegexOptions.Compiled); in InitBuiltinSmartLinks()
221 RegexOptions.IgnoreCase | RegexOptions.Compiled); in InitBuiltinSmartLinks()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Globalization.Extensions/tests/
H A DGetStringComparerTests.cs26 [InlineData("hello", "hello", "fr-FR", CompareOptions.IgnoreCase, 0, 0)]
27 [InlineData("hello", "HELLo", "fr-FR", CompareOptions.IgnoreCase, 0, 0)]
28 [InlineData("hello", null, "fr-FR", CompareOptions.IgnoreCase, 1, 1)]
29 [InlineData(null, "hello", "fr-FR", CompareOptions.IgnoreCase, -1, -1)]
30 [InlineData(null, null, "fr-FR", CompareOptions.IgnoreCase, 0, 0)]
31 [InlineData("abc", "def", "fr-FR", CompareOptions.IgnoreCase, -1, -1)]
32 [InlineData("abc", "ABC", "fr-FR", CompareOptions.IgnoreCase, 0, 0)]
33 [InlineData("def", "ABC", "fr-FR", CompareOptions.IgnoreCase, 1, 1)]
36 [InlineData("Cot\u00E9", "cot\u00E9", "fr-FR", CompareOptions.IgnoreCase, 0, 0)]
59 [InlineData("en-US", CompareOptions.IgnoreCase, "en-US", CompareOptions.IgnoreCase, true)]
[all …]
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/dlclark/regexp2/regexp2-1.4.0/
H A Dregexp_mono_test.go208 runRegexTrial(t, `abc`, IgnoreCase, "XBC", "Fail.")
209 runRegexTrial(t, `abc`, IgnoreCase, "AXC", "Fail.")
210 runRegexTrial(t, `abc`, IgnoreCase, "ABX", "Fail.")
253 runRegexTrial(t, `a[`, IgnoreCase, "-", "Error.")
265 runRegexTrial(t, `*a`, IgnoreCase, "-", "Error.")
267 runRegexTrial(t, `$b`, IgnoreCase, "B", "Fail.")
268 runRegexTrial(t, `a\`, IgnoreCase, "-", "Error.")
279 runRegexTrial(t, `a**`, IgnoreCase, "-", "Error.")
290 runRegexTrial(t, `)(`, IgnoreCase, "-", "Error.")
292 runRegexTrial(t, `abc`, IgnoreCase, "", "Fail.")
[all …]
/dports/devel/gh/cli-2.4.0/vendor/github.com/dlclark/regexp2/
H A Dregexp_mono_test.go208 runRegexTrial(t, `abc`, IgnoreCase, "XBC", "Fail.")
209 runRegexTrial(t, `abc`, IgnoreCase, "AXC", "Fail.")
210 runRegexTrial(t, `abc`, IgnoreCase, "ABX", "Fail.")
253 runRegexTrial(t, `a[`, IgnoreCase, "-", "Error.")
265 runRegexTrial(t, `*a`, IgnoreCase, "-", "Error.")
267 runRegexTrial(t, `$b`, IgnoreCase, "B", "Fail.")
268 runRegexTrial(t, `a\`, IgnoreCase, "-", "Error.")
279 runRegexTrial(t, `a**`, IgnoreCase, "-", "Error.")
290 runRegexTrial(t, `)(`, IgnoreCase, "-", "Error.")
292 runRegexTrial(t, `abc`, IgnoreCase, "", "Fail.")
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/dlclark/regexp2/
H A Dregexp_mono_test.go208 runRegexTrial(t, `abc`, IgnoreCase, "XBC", "Fail.")
209 runRegexTrial(t, `abc`, IgnoreCase, "AXC", "Fail.")
210 runRegexTrial(t, `abc`, IgnoreCase, "ABX", "Fail.")
253 runRegexTrial(t, `a[`, IgnoreCase, "-", "Error.")
265 runRegexTrial(t, `*a`, IgnoreCase, "-", "Error.")
267 runRegexTrial(t, `$b`, IgnoreCase, "B", "Fail.")
268 runRegexTrial(t, `a\`, IgnoreCase, "-", "Error.")
279 runRegexTrial(t, `a**`, IgnoreCase, "-", "Error.")
290 runRegexTrial(t, `)(`, IgnoreCase, "-", "Error.")
292 runRegexTrial(t, `abc`, IgnoreCase, "", "Fail.")
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dlclark/regexp2/
H A Dregexp_mono_test.go208 runRegexTrial(t, `abc`, IgnoreCase, "XBC", "Fail.")
209 runRegexTrial(t, `abc`, IgnoreCase, "AXC", "Fail.")
210 runRegexTrial(t, `abc`, IgnoreCase, "ABX", "Fail.")
253 runRegexTrial(t, `a[`, IgnoreCase, "-", "Error.")
265 runRegexTrial(t, `*a`, IgnoreCase, "-", "Error.")
267 runRegexTrial(t, `$b`, IgnoreCase, "B", "Fail.")
268 runRegexTrial(t, `a\`, IgnoreCase, "-", "Error.")
279 runRegexTrial(t, `a**`, IgnoreCase, "-", "Error.")
290 runRegexTrial(t, `)(`, IgnoreCase, "-", "Error.")
292 runRegexTrial(t, `abc`, IgnoreCase, "", "Fail.")
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/dlclark/regexp2/
H A Dregexp_mono_test.go208 runRegexTrial(t, `abc`, IgnoreCase, "XBC", "Fail.")
209 runRegexTrial(t, `abc`, IgnoreCase, "AXC", "Fail.")
210 runRegexTrial(t, `abc`, IgnoreCase, "ABX", "Fail.")
253 runRegexTrial(t, `a[`, IgnoreCase, "-", "Error.")
265 runRegexTrial(t, `*a`, IgnoreCase, "-", "Error.")
267 runRegexTrial(t, `$b`, IgnoreCase, "B", "Fail.")
268 runRegexTrial(t, `a\`, IgnoreCase, "-", "Error.")
279 runRegexTrial(t, `a**`, IgnoreCase, "-", "Error.")
290 runRegexTrial(t, `)(`, IgnoreCase, "-", "Error.")
292 runRegexTrial(t, `abc`, IgnoreCase, "", "Fail.")
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dlclark/regexp2/
H A Dregexp_mono_test.go208 runRegexTrial(t, `abc`, IgnoreCase, "XBC", "Fail.")
209 runRegexTrial(t, `abc`, IgnoreCase, "AXC", "Fail.")
210 runRegexTrial(t, `abc`, IgnoreCase, "ABX", "Fail.")
253 runRegexTrial(t, `a[`, IgnoreCase, "-", "Error.")
265 runRegexTrial(t, `*a`, IgnoreCase, "-", "Error.")
267 runRegexTrial(t, `$b`, IgnoreCase, "B", "Fail.")
268 runRegexTrial(t, `a\`, IgnoreCase, "-", "Error.")
279 runRegexTrial(t, `a**`, IgnoreCase, "-", "Error.")
290 runRegexTrial(t, `)(`, IgnoreCase, "-", "Error.")
292 runRegexTrial(t, `abc`, IgnoreCase, "", "Fail.")
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/dlclark/regexp2/
H A Dregexp_mono_test.go208 runRegexTrial(t, `abc`, IgnoreCase, "XBC", "Fail.")
209 runRegexTrial(t, `abc`, IgnoreCase, "AXC", "Fail.")
210 runRegexTrial(t, `abc`, IgnoreCase, "ABX", "Fail.")
253 runRegexTrial(t, `a[`, IgnoreCase, "-", "Error.")
265 runRegexTrial(t, `*a`, IgnoreCase, "-", "Error.")
267 runRegexTrial(t, `$b`, IgnoreCase, "B", "Fail.")
268 runRegexTrial(t, `a\`, IgnoreCase, "-", "Error.")
279 runRegexTrial(t, `a**`, IgnoreCase, "-", "Error.")
290 runRegexTrial(t, `)(`, IgnoreCase, "-", "Error.")
292 runRegexTrial(t, `abc`, IgnoreCase, "", "Fail.")
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dlclark/regexp2/
H A Dregexp_mono_test.go208 runRegexTrial(t, `abc`, IgnoreCase, "XBC", "Fail.")
209 runRegexTrial(t, `abc`, IgnoreCase, "AXC", "Fail.")
210 runRegexTrial(t, `abc`, IgnoreCase, "ABX", "Fail.")
253 runRegexTrial(t, `a[`, IgnoreCase, "-", "Error.")
265 runRegexTrial(t, `*a`, IgnoreCase, "-", "Error.")
267 runRegexTrial(t, `$b`, IgnoreCase, "B", "Fail.")
268 runRegexTrial(t, `a\`, IgnoreCase, "-", "Error.")
279 runRegexTrial(t, `a**`, IgnoreCase, "-", "Error.")
290 runRegexTrial(t, `)(`, IgnoreCase, "-", "Error.")
292 runRegexTrial(t, `abc`, IgnoreCase, "", "Fail.")
[all …]
/dports/devel/chroma/chroma-0.9.2/vendor/github.com/dlclark/regexp2/
H A Dregexp_mono_test.go208 runRegexTrial(t, `abc`, IgnoreCase, "XBC", "Fail.")
209 runRegexTrial(t, `abc`, IgnoreCase, "AXC", "Fail.")
210 runRegexTrial(t, `abc`, IgnoreCase, "ABX", "Fail.")
253 runRegexTrial(t, `a[`, IgnoreCase, "-", "Error.")
265 runRegexTrial(t, `*a`, IgnoreCase, "-", "Error.")
267 runRegexTrial(t, `$b`, IgnoreCase, "B", "Fail.")
268 runRegexTrial(t, `a\`, IgnoreCase, "-", "Error.")
279 runRegexTrial(t, `a**`, IgnoreCase, "-", "Error.")
290 runRegexTrial(t, `)(`, IgnoreCase, "-", "Error.")
292 runRegexTrial(t, `abc`, IgnoreCase, "", "Fail.")
[all …]
/dports/sysutils/glow/glow-0.2.0/vendor/github.com/dlclark/regexp2/
H A Dregexp_mono_test.go208 runRegexTrial(t, `abc`, IgnoreCase, "XBC", "Fail.")
209 runRegexTrial(t, `abc`, IgnoreCase, "AXC", "Fail.")
210 runRegexTrial(t, `abc`, IgnoreCase, "ABX", "Fail.")
253 runRegexTrial(t, `a[`, IgnoreCase, "-", "Error.")
265 runRegexTrial(t, `*a`, IgnoreCase, "-", "Error.")
267 runRegexTrial(t, `$b`, IgnoreCase, "B", "Fail.")
268 runRegexTrial(t, `a\`, IgnoreCase, "-", "Error.")
279 runRegexTrial(t, `a**`, IgnoreCase, "-", "Error.")
290 runRegexTrial(t, `)(`, IgnoreCase, "-", "Error.")
292 runRegexTrial(t, `abc`, IgnoreCase, "", "Fail.")
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/dlclark/regexp2/regexp2-1.1.6/
H A Dregexp_mono_test.go208 runRegexTrial(t, `abc`, IgnoreCase, "XBC", "Fail.")
209 runRegexTrial(t, `abc`, IgnoreCase, "AXC", "Fail.")
210 runRegexTrial(t, `abc`, IgnoreCase, "ABX", "Fail.")
253 runRegexTrial(t, `a[`, IgnoreCase, "-", "Error.")
265 runRegexTrial(t, `*a`, IgnoreCase, "-", "Error.")
267 runRegexTrial(t, `$b`, IgnoreCase, "B", "Fail.")
268 runRegexTrial(t, `a\`, IgnoreCase, "-", "Error.")
279 runRegexTrial(t, `a**`, IgnoreCase, "-", "Error.")
290 runRegexTrial(t, `)(`, IgnoreCase, "-", "Error.")
292 runRegexTrial(t, `abc`, IgnoreCase, "", "Fail.")
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/tests/
H A DWinRTTests.cpp41 template <bool InhibitArrayReferences, bool IgnoreCase, typename LhsT, typename RhsT>
44 using compare = wil::details::hstring_compare<InhibitArrayReferences, IgnoreCase>; in DoHStringComparisonTest()
88 template <bool InhibitArrayReferences, bool IgnoreCase, size_t Size>
119 DoHStringComparisonTest<InhibitArrayReferences, IgnoreCase>(lhs, rhs, 0); in DoHStringSameValueComparisonTest()
143 DoHStringComparisonTest<InhibitArrayReferences, IgnoreCase>(lhsRef, rhsRef, 0); in DoHStringSameValueComparisonTest()
201 DoHStringComparisonTest<InhibitArrayReferences, IgnoreCase>(lhs, rhs, 1); in DoHStringDifferentValueComparisonTest()
203 DoHStringComparisonTest<InhibitArrayReferences, IgnoreCase>(lhs, rhsCstr, 1); in DoHStringDifferentValueComparisonTest()
204 DoHStringComparisonTest<InhibitArrayReferences, IgnoreCase>(lhs, rhsRef, 1); in DoHStringDifferentValueComparisonTest()
205 DoHStringComparisonTest<InhibitArrayReferences, IgnoreCase>(lhs, rhsStr, 1); in DoHStringDifferentValueComparisonTest()
206 DoHStringComparisonTest<InhibitArrayReferences, IgnoreCase>(lhs, rhsHstr, 1); in DoHStringDifferentValueComparisonTest()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/tests/Syntax/
H A DStringConstraints.cs58 staticSyntax = Is.StringContaining("X").IgnoreCase; in SetUp()
60 builderSyntax = Builder().ContainsSubstring("X").IgnoreCase; in SetUp()
82 staticSyntax = Is.StringStarting("X").IgnoreCase; in SetUp()
83 inheritedSyntax = Helper().StartsWith("X").IgnoreCase; in SetUp()
84 builderSyntax = Builder().StartsWith("X").IgnoreCase; in SetUp()
106 staticSyntax = Is.StringEnding("X").IgnoreCase; in SetUp()
107 inheritedSyntax = Helper().EndsWith("X").IgnoreCase; in SetUp()
108 builderSyntax = Builder().EndsWith("X").IgnoreCase; in SetUp()
131 staticSyntax = Is.StringMatching("X").IgnoreCase; in SetUp()
132 inheritedSyntax = Helper().Matches("X").IgnoreCase; in SetUp()
[all …]
H A DPathConstraintTests.cs53 staticSyntax = Is.SamePath(path).IgnoreCase; in SetUp()
54 inheritedSyntax = Helper().SamePath(path).IgnoreCase; in SetUp()
55 builderSyntax = Builder().SamePath(path).IgnoreCase; in SetUp()
67 staticSyntax = Is.Not.SamePath(path).IgnoreCase; in SetUp()
68 inheritedSyntax = Helper().Not.SamePath(path).IgnoreCase; in SetUp()
69 builderSyntax = Builder().Not.SamePath(path).IgnoreCase; in SetUp()
125 staticSyntax = Is.SamePathOrUnder(path).IgnoreCase; in SetUp()
126 inheritedSyntax = Helper().SamePathOrUnder(path).IgnoreCase; in SetUp()
127 builderSyntax = Builder().SamePathOrUnder(path).IgnoreCase; in SetUp()
139 staticSyntax = Is.Not.SamePathOrUnder(path).IgnoreCase; in SetUp()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.TypeExtensions/tests/
H A DTypeTests.cs46 yield return new object[] { BindingFlags.IgnoreCase, new string[0] }; in GetEvents_TestData()
48 … yield return new object[] { BindingFlags.IgnoreCase | BindingFlags.DeclaredOnly, new string[0] }; in GetEvents_TestData()
51 … yield return new object[] { BindingFlags.IgnoreCase | BindingFlags.Instance, new string[0] }; in GetEvents_TestData()
55 … yield return new object[] { BindingFlags.IgnoreCase | BindingFlags.Static, new string[0] }; in GetEvents_TestData()
61 …yield return new object[] { BindingFlags.IgnoreCase | BindingFlags.Instance | BindingFlags.Static,… in GetEvents_TestData()
66 … yield return new object[] { BindingFlags.IgnoreCase | BindingFlags.Public, new string[0] }; in GetEvents_TestData()
71 …yield return new object[] { BindingFlags.IgnoreCase | BindingFlags.Instance | BindingFlags.Public,… in GetEvents_TestData()
76 …yield return new object[] { BindingFlags.IgnoreCase | BindingFlags.Public | BindingFlags.Static, n… in GetEvents_TestData()
86 … yield return new object[] { BindingFlags.IgnoreCase | BindingFlags.NonPublic, new string[0] }; in GetEvents_TestData()
249 … yield return new object[] { typeof(Int32Impersonator), BindingFlags.IgnoreCase, new string[0] }; in GetMethods_TestData()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/tests/
H A DRegex.Groups.Tests.cs599 … yield return new object[] { "CH", "Ch", RegexOptions.IgnoreCase, new string[] { "Ch" } }; in Groups_CustomCulture_TestData_enUS()
600 … yield return new object[] { "cH", "Ch", RegexOptions.IgnoreCase, new string[] { "Ch" } }; in Groups_CustomCulture_TestData_enUS()
601 … yield return new object[] { "AA", "Aa", RegexOptions.IgnoreCase, new string[] { "Aa" } }; in Groups_CustomCulture_TestData_enUS()
602 … yield return new object[] { "aA", "Aa", RegexOptions.IgnoreCase, new string[] { "Aa" } }; in Groups_CustomCulture_TestData_enUS()
603 …yield return new object[] { "\u0130", "\u0049", RegexOptions.IgnoreCase, new string[] { "\u0049" }… in Groups_CustomCulture_TestData_enUS()
604 …yield return new object[] { "\u0130", "\u0069", RegexOptions.IgnoreCase, new string[] { "\u0069" }… in Groups_CustomCulture_TestData_enUS()
609 … yield return new object[] { "CH", "Ch", RegexOptions.IgnoreCase, new string[] { "Ch" } }; in Groups_CustomCulture_TestData_Czech()
610 … yield return new object[] { "cH", "Ch", RegexOptions.IgnoreCase, new string[] { "Ch" } }; in Groups_CustomCulture_TestData_Czech()
616 … yield return new object[] { "AA", "Aa", RegexOptions.IgnoreCase, new string[] { "Aa" } }; in Groups_CustomCulture_TestData_Danish()
617 … yield return new object[] { "aA", "Aa", RegexOptions.IgnoreCase, new string[] { "Aa" } }; in Groups_CustomCulture_TestData_Danish()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/tests/
H A DComponentResourceManagerTests.cs19 Assert.False(resourceManager.IgnoreCase); in Ctor_Default()
29 Assert.False(resourceManager.IgnoreCase); in Ctor_Type()
40 IgnoreCase = ignoreCase in ApplyResources_ValueExists_ReturnsExpected()
72 IgnoreCase = true in ApplyResources_AmibguousWithSameDeclaringType_ThrowsAmbiguousMatchException()
97 IgnoreCase = true
131 IgnoreCase = true in ApplyResources_IComponentWithNullSite_Success()
150 IgnoreCase = true in ApplyResources_IComponentWithNonDesignModeSite_Success()
170 IgnoreCase = true in ApplyResources_IComponentWithDesignModeSite_Success()
214 IgnoreCase = ignoreCase in ApplyResources_NoSuchValue_Nop()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Ast/
H A DMemberExpression.cs173 …(fieldName, BindingFlags.Instance | BindingFlags.Public | BindingFlags.IgnoreCase | BindingFlags.F… in Field()
175 …eldName, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.IgnoreCase | BindingFlags.F… in Field()
196 …gs.Static | BindingFlags.Instance | BindingFlags.Public | BindingFlags.IgnoreCase | BindingFlags.F… in Field()
198 …Static | BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.IgnoreCase | BindingFlags.F… in Field()
220 …opertyName, BindingFlags.Instance | BindingFlags.Public | BindingFlags.IgnoreCase | BindingFlags.F… in Property()
222 …rtyName, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.IgnoreCase | BindingFlags.F… in Property()
243 …Static | BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.IgnoreCase | BindingFlags.F… in Property()
332 …rFieldName, BindingFlags.Instance | BindingFlags.Public | BindingFlags.IgnoreCase | BindingFlags.F… in PropertyOrField()
335 …rFieldName, BindingFlags.Instance | BindingFlags.Public | BindingFlags.IgnoreCase | BindingFlags.F… in PropertyOrField()
338 …eldName, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.IgnoreCase | BindingFlags.F… in PropertyOrField()
[all …]
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Converters/
H A DRegexConverterTests.cs60 Regex regex = new Regex("abc", RegexOptions.IgnoreCase | RegexOptions.CultureInvariant); in SerializeToText()
73 Regex regex = new Regex("abc", RegexOptions.IgnoreCase); in SerializeCamelCaseAndStringEnums()
101 Assert.AreEqual(RegexOptions.IgnoreCase, regex.Options); in DeserializeCamelCaseAndStringEnums()
118 … Assert.AreEqual(RegexOptions.IgnoreCase | RegexOptions.ExplicitCapture, r.Regex.Options); in DeserializeISerializeRegexJson()
124 Regex regex = new Regex("abc", RegexOptions.IgnoreCase | RegexOptions.CultureInvariant); in SerializeToBson()
149 … Assert.AreEqual(RegexOptions.IgnoreCase | RegexOptions.CultureInvariant, newRegex.Options); in DeserializeFromText()
163 Assert.AreEqual(RegexOptions.IgnoreCase, c.Regex.Options); in DeserializeFromBson()
193 …RegexOptions.IgnoreCase | RegexOptions.Singleline | RegexOptions.Multiline | RegexOptions.Explicit… in ConvertRegexWithAllOptionsBson()
214 …Assert.AreEqual(RegexOptions.IgnoreCase | RegexOptions.Singleline | RegexOptions.Multiline | Regex… in ConvertRegexWithAllOptionsBson()
/dports/lang/cocor/cocor-1.7_3/cplus2/
H A Dcr_scan.cpp39 Buffer = NULL; IgnoreCase = ignoreCase; in CRScanner()
45 ReadFile(SrcFile); Reset(); IgnoreCase = ignoreCase; in CRScanner()
81 if (IgnoreCase) c = Upcase(c); in EqualStr()
91 if (IgnoreCase) Ch = Upcase(Ch); in NextCh()
119 if (IgnoreCase) *Buffer = Upcase(*Buffer); in GetName()
146 IgnoreCase = ignoreCase; in CRDosScanner()
151 ReadFile(SrcFile); Reset(); IgnoreCase = ignoreCase; in CRDosScanner()
/dports/devel/msbuild/msbuild-0.06/src/Utilities.UnitTests/
H A DToolLocationHelper_Tests.cs363 foundToolPath.ShouldBe(toolPath, StringCompareShould.IgnoreCase); in VerifyinternalGetPathToDotNetFrameworkSdkFileNot40()
482 foundToolPath.ShouldBe(toolPath40, StringCompareShould.IgnoreCase); in VerifyinternalGetPathToDotNetFrameworkSdkFile40()
1310 path.ShouldBe(expectedPath, StringCompareShould.IgnoreCase); in GenerateReferencAssemblyPathAllElements()
1326 path.ShouldBe(expectedPath, StringCompareShould.IgnoreCase); in GenerateReferencAssemblyPathNoProfile()
1446 expectedChainedPath.ShouldBe(path, StringCompareShould.IgnoreCase); in ChainReferenceAssembliesRedistExistsCircularRefernce()
2280 pathToFramework.ShouldBe(dotNet40Path, StringCompareShould.IgnoreCase); in GetPathToStandardLibraries64Bit40()
2283 pathToFramework.ShouldBe(dotNet40Path, StringCompareShould.IgnoreCase); in GetPathToStandardLibraries64Bit40()
2286 pathToFramework.ShouldBe(dotNet40Path, StringCompareShould.IgnoreCase); in GetPathToStandardLibraries64Bit40()
2289 pathToFramework.ShouldBe(dotNet40Path, StringCompareShould.IgnoreCase); in GetPathToStandardLibraries64Bit40()
3086 path.ShouldBe(targetPath, StringCompareShould.IgnoreCase); in TestGetExtensionSDKLocation()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/vendor/github.com/mna/pigeon/ast/
H A Dast_optimize.go103 … && lok1 && len([]rune(l0.Val)) == 1 && len([]rune(l1.Val)) == 1 && l0.IgnoreCase == l1.IgnoreCase:
107 IgnoreCase: l0.IgnoreCase,
114 case lok0 && cok1 && len([]rune(l0.Val)) == 1 && l0.IgnoreCase == c1.IgnoreCase && !c1.Inverted:
121 case cok0 && lok1 && len([]rune(l1.Val)) == 1 && c0.IgnoreCase == l1.IgnoreCase && !c0.Inverted:
127 case cok0 && cok1 && c0.IgnoreCase == c1.IgnoreCase && c0.Inverted == c1.Inverted:
186 if ok0 && ok1 && l0.IgnoreCase == l1.IgnoreCase {
277 IgnoreCase: expr.IgnoreCase,
415 if chr.IgnoreCase {

12345678910>>...113