Home
last modified time | relevance | path

Searched refs:RegexOptions (Results 1 – 25 of 779) sorted by relevance

12345678910>>...32

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Text.RegularExpressions/
H A DPerlTrials.cs752 …new RegexTrial (@"b$", RegexOptions.RightToLeft | RegexOptions.Multiline, "aab\naab", "Pass. Group…
753 …new RegexTrial (@"^a", RegexOptions.RightToLeft | RegexOptions.Multiline, "aab\naab", "Pass. Group…
1009 …\[(?<NAME>[^\]]+)\])|(?<NAME>[^\.\[\]]+))$", RegexOptions.Compiled | RegexOptions.IgnoreCase | Reg…
1010 …\[(?<NAME>[^\]]+)\])|(?<NAME>[^\.\[\]]+))$", RegexOptions.Compiled | RegexOptions.IgnoreCase | Reg…
1011 …\[(?<NAME>[^\]]+)\])|(?<NAME>[^\.\[\]]+))$", RegexOptions.Compiled | RegexOptions.IgnoreCase | Reg…
1012 …\[(?<NAME>[^\]]+)\])|(?<NAME>[^\.\[\]]+))$", RegexOptions.Compiled | RegexOptions.IgnoreCase | Reg…
1013 …\[(?<NAME>[^\]]+)\])|(?<NAME>[^\.\[\]]+))$", RegexOptions.Compiled | RegexOptions.IgnoreCase | Reg…
1014 …\[(?<NAME>[^\]]+)\])|(?<NAME>[^\.\[\]]+))$", RegexOptions.Compiled | RegexOptions.IgnoreCase | Reg…
1015 …\[(?<NAME>[^\]]+)\])|(?<NAME>[^\.\[\]]+))$", RegexOptions.Compiled | RegexOptions.IgnoreCase | Reg…
1016 …\[(?<NAME>[^\]]+)\])|(?<NAME>[^\.\[\]]+))$", RegexOptions.Compiled | RegexOptions.IgnoreCase | Reg…
[all …]
H A DRegexMatchTests.cs13 new RegexTrial (@"(a)(b)(c)", RegexOptions.ExplicitCapture, "abc", "Pass. Group[0]=(0,3)"),//0
128 new RegexTrial (@"(?<!a*)(?:a)*bc", RegexOptions.None, "aabc", "Fail."),//30
144 new RegexTrial (@"abc*(?!c*)", RegexOptions.None, "abcc", "Fail."),//46
150 new RegexTrial (@"(?>a*).", RegexOptions.ExplicitCapture, "aaaa", "Fail."),//52
153 new RegexTrial (@"\1", RegexOptions.ECMAScript, "-", "Fail."),//54
154 new RegexTrial (@"\2", RegexOptions.ECMAScript, "-", "Fail."),//55
155 new RegexTrial (@"(a)|\2", RegexOptions.ECMAScript, "-", "Fail."),//56
157 new RegexTrial (@"\4400", RegexOptions.ECMAScript, "asdf 012", "Fail."),//58
158 new RegexTrial (@"\4400", RegexOptions.None, "asdf$0012", "Fail."),//59
167 new RegexTrial (@"(?<44>a)\440", RegexOptions.ECMAScript, "a ", "Fail."),//68
[all …]
H A DRegexTest.cs45 RegexOptions AddOptions ( RegexOptions options ){ in AddOptions()
47 options |= RegexOptions.Compiled; in AddOptions()
86 new Regex (null, AddOptions( RegexOptions.None )); in NullPattern2()
92 new Regex ("foo", (RegexOptions) Int32.MaxValue); in InvalidOptions1()
98 new Regex ("foo", AddOptions( RegexOptions.ECMAScript | RegexOptions.RightToLeft )); in InvalidOptions2()
220 AddOptions( RegexOptions.None )); in Match_SubstringAnchors()
230 Regex r = new Regex(@".*", RegexOptions.RightToLeft); in Match_SubstringRtl()
241 AddOptions( RegexOptions.None )); in Replace_InputNull()
313 Regex.Split (null, "^.*$", RegexOptions.RightToLeft); in Split_InputNull2()
398 RegexOptions options = rtl ? RegexOptions.RightToLeft : RegexOptions.None; in runTrial()
[all …]
H A DRegexCompilationInfoTest.cs44 new RegexCompilationInfo (null, RegexOptions.None, "name", "fullnamespace", false); in Constructor_NullPattern()
50 RegexOptions options = (RegexOptions) Int32.MinValue; in Constructor_InvalidRegexOptions()
63 new RegexCompilationInfo ("pattern", RegexOptions.None, null, "fullnamespace", false); in Constructor_NullName()
70 new RegexCompilationInfo ("pattern", RegexOptions.None, String.Empty, "fullnamespace", false); in Constructor_EmptyName()
77 new RegexCompilationInfo ("pattern", RegexOptions.None, "name", null, false); in Constructor_NullNamespace()
85 Assert.AreEqual (RegexOptions.None, info.Options, "Options"); in Constructor()
95 …RegexCompilationInfo info = new RegexCompilationInfo ("pattern", RegexOptions.None, "name", "fulln… in Pattern_Null()
102 …RegexCompilationInfo info = new RegexCompilationInfo ("pattern", RegexOptions.None, "name", "fulln… in Options_Invalid()
103 info.Options = (RegexOptions) Int32.MinValue; in Options_Invalid()
110 …RegexCompilationInfo info = new RegexCompilationInfo ("pattern", RegexOptions.None, "name", "fulln… in Name_Null()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/tests/
H A DRegex.Groups.Tests.cs33 … yield return new object[] { @"[\w-[\d]]+", "0AZaz9", RegexOptions.None, new string[] { "AZaz" } }; in Groups_Basic_TestData()
434 yield return new object[] { @"[^a]|d", "d", RegexOptions.None, new string[] { "d" } }; in Groups_Basic_TestData()
523 …caa DefaultTargets=\"x\"/>" + Environment.NewLine + "2", RegexOptions.Singleline | RegexOptions.Ex… in Groups_Basic_TestData()
599 … 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()
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()
[all …]
H A DRegex.Ctor.Tests.cs20 …ld return new object[] { "foo", RegexOptions.ECMAScript | RegexOptions.IgnoreCase | RegexOptions.M… in Ctor_TestData()
21 …ject[] { "foo", RegexOptions.ECMAScript | RegexOptions.IgnoreCase | RegexOptions.Multiline | Regex… in Ctor_TestData()
32 if (options == RegexOptions.None) in Ctor()
68 …ew Regex("foo", RegexOptions.ECMAScript | RegexOptions.IgnoreCase | RegexOptions.Multiline | Regex… in Ctor_Invalid()
69 …ew Regex("foo", RegexOptions.ECMAScript | RegexOptions.IgnoreCase | RegexOptions.Multiline | Regex… in Ctor_Invalid()
70 …ew Regex("foo", RegexOptions.ECMAScript | RegexOptions.IgnoreCase | RegexOptions.Multiline | Regex… in Ctor_Invalid()
71 …ew Regex("foo", RegexOptions.ECMAScript | RegexOptions.IgnoreCase | RegexOptions.Multiline | Regex… in Ctor_Invalid()
210 [InlineData("[", RegexOptions.None)]
211 [InlineData("[]", RegexOptions.None)]
212 [InlineData("[a", RegexOptions.None)]
[all …]
H A DRegex.Match.Tests.cs275 if (options == RegexOptions.None) in Match()
364 "^aaa(bb.+)(d|c)$", "aaabb.cc", RegexOptions.None, 0, 8, in Match_Advanced_TestData()
376 "(a+)(b*)(c?)", "aaabbbccc", RegexOptions.None, 0, 9, in Match_Advanced_TestData()
390 "(d+?)(e*?)(f??)", "dddeeefff", RegexOptions.None, 0, 9, in Match_Advanced_TestData()
415 @"abc(?=XXX)\w+", "abcXXXdef", RegexOptions.None, 0, 9, in Match_Advanced_TestData()
425 @"(\w)\1", "aa", RegexOptions.None, 0, 2, in Match_Advanced_TestData()
436 "(111|aaa)", "aaa", RegexOptions.None, 0, 3, in Match_Advanced_TestData()
469 "(.*)", "abc\nsfc", RegexOptions.Singleline, 0, 7, in Match_Advanced_TestData()
600 "aaa", "aaabbb", RegexOptions.RightToLeft, 3, 3, in Match_Advanced_TestData()
614 if (options == RegexOptions.None) in Match()
[all …]
H A DRegex.Replace.Tests.cs19 yield return new object[] { "a", "aaaaa", "b", RegexOptions.None, 2, 0, "bbaaa" }; in Replace_String_TestData()
20 yield return new object[] { "a", "aaaaa", "b", RegexOptions.None, 2, 3, "aaabb" }; in Replace_String_TestData()
35 … yield return new object[] { pattern, input, "$1000", RegexOptions.None, input.Length, 0, "e" }; in Replace_String_TestData()
43 yield return new object[] { "([a_z])(.+)", "abc", "$3", RegexOptions.None, 3, 0, "$3" }; in Replace_String_TestData()
63 ….", "$01$02$03$04$05$06$07$08$09$10$11", RegexOptions.CultureInvariant | RegexOptions.IgnoreCase |… in Replace_String_TestData()
64 ….", "$05$06$07$04$01$02$03$08$09$10$11", RegexOptions.CultureInvariant | RegexOptions.IgnoreCase |… in Replace_String_TestData()
81 …3$04$05$06$07$08$09$10$11", RegexOptions.CultureInvariant | RegexOptions.ECMAScript | RegexOptions in Replace_String_TestData()
82 …7$04$01$02$03$08$09$10$11", RegexOptions.CultureInvariant | RegexOptions.ECMAScript | RegexOptions in Replace_String_TestData()
118 if (options == RegexOptions.None) in Replace()
171 …", boldInput, new MatchEvaluator(MatchEvaluatorBold), RegexOptions.CultureInvariant | RegexOptions in Replace_MatchEvaluator_TestData()
[all …]
H A DRegex.Split.Tests.cs16 …yield return new object[] { ":", "kkk:lll:mmm:nnn:ooo", RegexOptions.None, 19, 0, new string[] { "… in Split_NonCompiled_TestData()
20 …yield return new object[] { @"(\s)?(-)", "once upon a time", RegexOptions.None, 16, 0, new string[… in Split_NonCompiled_TestData()
31 …eturn new object[] { "a(.)c(.)e", "123abcde456aBCDe789", RegexOptions.RightToLeft | RegexOptions.I… in Split_NonCompiled_TestData()
34 …ew object[] { "a(?<dot1>.)c(.)e", "123abcde456aBCDe789", RegexOptions.RightToLeft | RegexOptions.I… in Split_NonCompiled_TestData()
37 …yield return new object[] { "[abc]", "1A2B3C4", RegexOptions.IgnoreCase, 7, 0, new string[] { "1",… in Split_NonCompiled_TestData()
40 …yield return new object[] { ":", "kkk:lll:mmm:nnn:ooo", RegexOptions.None, 2, 0, new string[] { "k… in Split_NonCompiled_TestData()
41 …yield return new object[] { ":", "kkk:lll:mmm:nnn:ooo", RegexOptions.None, 3, 6, new string[] { "k… in Split_NonCompiled_TestData()
55 …public void Split(string pattern, string input, RegexOptions options, int count, int start, string… in Split()
59 if (options == RegexOptions.None) in Split()
95 …ions.Throws<ArgumentNullException>("input", () => Regex.Split(null, "pattern", RegexOptions.None)); in Split_Invalid()
[all …]
H A DRegex.MultipleMatches.Tests.cs56 "[0-9]", "12345asdfasdfasdfljkhsda67890", RegexOptions.None, in Matches_TestData()
74 "[a-z0-9]+", "[token1]? GARBAGEtoken2GARBAGE ;token3!", RegexOptions.None, in Matches_TestData()
95 @"foo\d+", "0123456789foo4567890foo1foo 0987", RegexOptions.RightToLeft, in Matches_TestData()
105 "[a-z]", "a", RegexOptions.None, in Matches_TestData()
114 "[a-z]", "a1bc", RegexOptions.None, in Matches_TestData()
126 "(?(A)A123|C789)", "A123 B456 C789", RegexOptions.None, in Matches_TestData()
136 "(?(A)A123|C789)", "A123 B456 C789", RegexOptions.None, in Matches_TestData()
147 … public void Matches(string pattern, string input, RegexOptions options, CaptureData[] expected) in Matches()
149 if (options == RegexOptions.None) in Matches()
206 …ns.Throws<ArgumentNullException>("input", () => Regex.Matches(null, "pattern", RegexOptions.None)); in Matches_Invalid()
[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/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()
185 Assert.AreEqual(RegexOptions.None, c.Regex.Options); in ConvertEmptyRegexBson()
193RegexOptions.IgnoreCase | RegexOptions.Singleline | RegexOptions.Multiline | RegexOptions.Explicit… in ConvertRegexWithAllOptionsBson()
214 …Assert.AreEqual(RegexOptions.IgnoreCase | RegexOptions.Singleline | RegexOptions.Multiline | Regex… in ConvertRegexWithAllOptionsBson()
[all …]
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/FastColoredTextBox/
H A DSyntaxHighlighter.cs118 return RegexOptions.Compiled;
394 folding.options = (RegexOptions)Enum.Parse(typeof(RegexOptions), optionsA.Value); in ParseFolding()
414 rule.options = (RegexOptions)Enum.Parse(typeof(RegexOptions), optionsA.Value); in ParseRule()
530RegexOptions.ExplicitCapture | RegexOptions.Singleline | RegexOptions.IgnorePatternWhitespace | in InitCShaprRegex()
742 RegexOptions.Multiline | RegexOptions.IgnoreCase); in VBSyntaxHighlight()
748 RegexOptions.Multiline | RegexOptions.IgnoreCase); in VBSyntaxHighlight()
750 RegexOptions.Multiline | RegexOptions.IgnoreCase); in VBSyntaxHighlight()
757RegexOptions.Singleline | RegexOptions.RightToLeft | RegexCompiledOption); in InitHTMLRegex()
824RegexOptions.Singleline | RegexOptions.RightToLeft | RegexCompiledOption); in InitXMLRegex()
956RegexOptions.Singleline | RegexOptions.RightToLeft | RegexCompiledOption); in InitSQLRegex()
[all …]
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Converters/
H A DRegexConverter.cs63 private bool HasFlag(RegexOptions options, RegexOptions flag) in HasFlag()
79 if (HasFlag(regex.Options, RegexOptions.IgnoreCase)) in WriteBson()
84 if (HasFlag(regex.Options, RegexOptions.Multiline)) in WriteBson()
89 if (HasFlag(regex.Options, RegexOptions.Singleline)) in WriteBson()
96 if (HasFlag(regex.Options, RegexOptions.ExplicitCapture)) in WriteBson()
147 RegexOptions options = RegexOptions.None; in ReadRegexString()
153 options |= RegexOptions.IgnoreCase; in ReadRegexString()
156 options |= RegexOptions.Multiline; in ReadRegexString()
159 options |= RegexOptions.Singleline; in ReadRegexString()
162 options |= RegexOptions.ExplicitCapture; in ReadRegexString()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Converters/
H A DRegexConverter.cs30 private bool HasFlag(RegexOptions options, RegexOptions flag) in HasFlag()
46 if (HasFlag(regex.Options, RegexOptions.IgnoreCase)) in WriteBson()
49 if (HasFlag(regex.Options, RegexOptions.Multiline)) in WriteBson()
52 if (HasFlag(regex.Options, RegexOptions.Singleline)) in WriteBson()
57 if (HasFlag(regex.Options, RegexOptions.ExplicitCapture)) in WriteBson()
99 RegexOptions options = RegexOptions.None; in ReadBson()
105 options |= RegexOptions.IgnoreCase; in ReadBson()
108 options |= RegexOptions.Multiline; in ReadBson()
111 options |= RegexOptions.Singleline; in ReadBson()
114 options |= RegexOptions.ExplicitCapture; in ReadBson()
[all …]
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Converters/
H A DRegexConverter.cs55 private bool HasFlag(RegexOptions options, RegexOptions flag) in HasFlag()
71 if (HasFlag(regex.Options, RegexOptions.IgnoreCase)) in WriteBson()
74 if (HasFlag(regex.Options, RegexOptions.Multiline)) in WriteBson()
77 if (HasFlag(regex.Options, RegexOptions.Singleline)) in WriteBson()
82 if (HasFlag(regex.Options, RegexOptions.ExplicitCapture)) in WriteBson()
124 RegexOptions options = RegexOptions.None; in ReadBson()
130 options |= RegexOptions.IgnoreCase; in ReadBson()
133 options |= RegexOptions.Multiline; in ReadBson()
136 options |= RegexOptions.Singleline; in ReadBson()
139 options |= RegexOptions.ExplicitCapture; in ReadBson()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json.Tests/Converters/
H A DRegexConverterTests.cs36 Regex regex = new Regex("abc", RegexOptions.IgnoreCase | RegexOptions.CultureInvariant); in SerializeToText()
49 Regex regex = new Regex("abc", RegexOptions.IgnoreCase | RegexOptions.CultureInvariant); in SerializeToBson()
74 Assert.AreEqual(RegexOptions.IgnoreCase | RegexOptions.CultureInvariant, newRegex.Options); in DeserializeFromText()
88 Assert.AreEqual(RegexOptions.IgnoreCase, c.Regex.Options); in DeserializeFromBson()
110 Assert.AreEqual(RegexOptions.None, c.Regex.Options); in ConvertEmptyRegexBson()
118RegexOptions.IgnoreCase | RegexOptions.Singleline | RegexOptions.Multiline | RegexOptions.Explicit… in ConvertRegexWithAllOptionsBson()
139 …Assert.AreEqual(RegexOptions.IgnoreCase | RegexOptions.Singleline | RegexOptions.Multiline | Regex… in ConvertRegexWithAllOptionsBson()
158 Assert.AreEqual(RegexOptions.None, newRegex.Regex.Options); in ConvertEmptyRegexJson()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Util/
H A DWildcard.cs90 RegexOptions options = RegexOptions.None; in RegexFromWildcard()
95 options = RegexOptions.RightToLeft | RegexOptions.Singleline; in RegexFromWildcard()
97 options = RegexOptions.Singleline; in RegexFromWildcard()
102 options |= RegexOptions.IgnoreCase | RegexOptions.CultureInvariant; in RegexFromWildcard()
230 RegexOptions options; in RegexFromWildcard()
235 options = RegexOptions.RightToLeft; in RegexFromWildcard()
237 options = RegexOptions.None; in RegexFromWildcard()
242 options |= RegexOptions.IgnoreCase | RegexOptions.CultureInvariant; in RegexFromWildcard()
260 RegexOptions options; in SuffixFromWildcard()
264 options = RegexOptions.RightToLeft; in SuffixFromWildcard()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/src/System/Text/RegularExpressions/
H A DRegex.cs137 public Regex(string pattern, RegexOptions options) in Regex()
170 if ((options & RegexOptions.ECMAScript) != 0 in Regex()
171 && (options & ~(RegexOptions.ECMAScript | in Regex()
172 RegexOptions.IgnoreCase | in Regex()
173 RegexOptions.Multiline | in Regex()
174 RegexOptions.Compiled | in Regex()
175 RegexOptions.CultureInvariant in Regex()
177 | RegexOptions.Debug in Regex()
377 public RegexOptions Options
1084 return (roptions & RegexOptions.Compiled) != 0; in UseOptionC()
[all …]
H A DRegexNode.cs112 internal readonly RegexOptions _options;
116 internal RegexNode(int type, RegexOptions options) in RegexNode()
339 RegexOptions optionsLast; in ReduceAlternation()
340 RegexOptions optionsAt; in ReduceAlternation()
373 … optionsAt = at._options & (RegexOptions.RightToLeft | RegexOptions.IgnoreCase); in ReduceAlternation()
453 RegexOptions optionsLast; in ReduceConcatenation()
454 RegexOptions optionsAt; in ReduceConcatenation()
475 … ((at._options & RegexOptions.RightToLeft) == (_options & RegexOptions.RightToLeft))) in ReduceConcatenation()
487 optionsAt = at._options & (RegexOptions.RightToLeft | RegexOptions.IgnoreCase); in ReduceConcatenation()
612 if ((_options & RegexOptions.IgnoreCase) != 0) in Description()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Shared/
H A DCanonicalError.cs75 RegexOptions.IgnoreCase | RegexOptions.Compiled
82 RegexOptions.IgnoreCase | RegexOptions.Compiled
96 RegexOptions.IgnoreCase | RegexOptions.Compiled
106 RegexOptions.IgnoreCase | RegexOptions.Compiled
118 RegexOptions.IgnoreCase | RegexOptions.Compiled
130 RegexOptions.IgnoreCase | RegexOptions.Compiled
144 RegexOptions.IgnoreCase | RegexOptions.Compiled
160 RegexOptions.IgnoreCase | RegexOptions.Compiled
/dports/lang/mono/mono-5.10.1.57/mcs/class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Core/
H A DNameFilter.cs77 Regex exp = new Regex(e, RegexOptions.IgnoreCase | RegexOptions.Singleline); in IsValidExpression()
108 Regex testRE = new Regex(toCompile, RegexOptions.IgnoreCase | RegexOptions.Singleline); in IsValidFilterExpression()
201 …inclusions.Add(new Regex(toCompile, RegexOptions.IgnoreCase | RegexOptions.Compiled | RegexOptions in Compile()
203 …exclusions.Add(new Regex(toCompile, RegexOptions.IgnoreCase | RegexOptions.Compiled | RegexOptions in Compile()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/regex/system/text/regularexpressions/
H A DRegexNode.cs126 internal RegexOptions _options;
130 internal RegexNode(int type, RegexOptions options) { in RegexNode()
351 RegexOptions optionsLast; in ReduceAlternation()
352 RegexOptions optionsAt; in ReduceAlternation()
381 … optionsAt = at._options & (RegexOptions.RightToLeft | RegexOptions.IgnoreCase); in ReduceAlternation()
455 RegexOptions optionsLast; in ReduceConcatenation()
456 RegexOptions optionsAt; in ReduceConcatenation()
476 … ((at._options & RegexOptions.RightToLeft) == (_options & RegexOptions.RightToLeft))) { in ReduceConcatenation()
486 optionsAt = at._options & (RegexOptions.RightToLeft | RegexOptions.IgnoreCase); in ReduceConcatenation()
600 if ((_options & RegexOptions.IgnoreCase) != 0) in Description()
[all …]
H A DRegex.cs189 public Regex(String pattern, RegexOptions options) in Regex()
211 if ((options & RegexOptions.ECMAScript) != 0 in Regex()
212 && (options & ~(RegexOptions.ECMAScript | in Regex()
213 RegexOptions.IgnoreCase | in Regex()
214 RegexOptions.Multiline | in Regex()
216 RegexOptions.Compiled | in Regex()
218 RegexOptions.CultureInvariant in Regex()
220 | RegexOptions.Debug in Regex()
535 public RegexOptions Options {
1417 return(roptions & RegexOptions.Compiled) != 0; in UseOptionC()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/Mobile/
H A DMobileErrorInfo.cs303 RegexOptions.Singleline | in EnsureSearchExpressions()
304 RegexOptions.IgnoreCase | in EnsureSearchExpressions()
305 RegexOptions.CultureInvariant | in EnsureSearchExpressions()
306 RegexOptions.Compiled); in EnsureSearchExpressions()
312 RegexOptions.Singleline | in EnsureSearchExpressions()
313 RegexOptions.IgnoreCase | in EnsureSearchExpressions()
315 RegexOptions.Compiled); in EnsureSearchExpressions()
319 RegexOptions.Singleline | in EnsureSearchExpressions()
320 RegexOptions.IgnoreCase | in EnsureSearchExpressions()
321 RegexOptions.CultureInvariant | in EnsureSearchExpressions()
[all …]

12345678910>>...32