Home
last modified time | relevance | path

Searched refs:IgnorePatternWhitespace (Results 1 – 25 of 93) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/tests/
H A DRegex.Groups.Tests.cs162 …, "255", RegexOptions.IgnorePatternWhitespace, new string[] { "255", "255", "2", "5", "5", "", "25… in Groups_Basic_TestData()
207 …{ "[a - c - [ b ] ]+", "dddaaa ccc [[[[ bbb ]]]", RegexOptions.IgnorePatternWhitespace, new stri… in Groups_Basic_TestData()
208 … { "[a - c - [ b ] +", "dddaaa ccc [[[[ bbb ]]]", RegexOptions.IgnorePatternWhitespace, new stri… in Groups_Basic_TestData()
318 …", "cat dog", RegexOptions.IgnorePatternWhitespace, new string[] { "cat dog", "cat", "dog" }… in Groups_Basic_TestData()
321 …(dog) #followed by dog", "cat dog", RegexOptions.IgnorePatternWhitespace, new string[] { "cat … in Groups_Basic_TestData()
322 …tespace) (dog) (?#followed by dog)", "cat dog", RegexOptions.IgnorePatternWhitespace, new stri… in Groups_Basic_TestData()
485 …his is some <div>red</div> text</div></div></div>", RegexOptions.IgnorePatternWhitespace, new stri… in Groups_Basic_TestData()
490 …_01<03deep_01>><02deep_02><02deep_03<03deep_03>>>", RegexOptions.IgnorePatternWhitespace, new stri… in Groups_Basic_TestData()
502 …)*", "<b><a>Cat</a></b>", RegexOptions.IgnorePatternWhitespace, new string[] { "<b><a>Cat</a></b>"… in Groups_Basic_TestData()
508 …)*", "<b>cat</b><a>dog</a>", RegexOptions.IgnorePatternWhitespace, new string[] { "<b>cat</b><a>do… in Groups_Basic_TestData()
[all …]
H A DRegex.Ctor.Tests.cs71 … | RegexOptions.Multiline | RegexOptions.CultureInvariant | RegexOptions.IgnorePatternWhitespace)); in Ctor_Invalid()
165 …@"(cat) (?#cat) \s+ (?#followed by 1 or more whitespace", RegexOptions.IgnorePatternWhitespace)]
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine.UnitTests/
H A DExpressionShredder_Tests.cs437 …mVectorPattern = new Regex(itemVectorSpecification, RegexOptions.IgnorePatternWhitespace | RegexOp…
445 RegexOptions.IgnorePatternWhitespace | RegexOptions.ExplicitCapture);
458 …adataPattern = new Regex(itemMetadataSpecification, RegexOptions.IgnorePatternWhitespace | RegexOp…
470 RegexOptions.IgnorePatternWhitespace | RegexOptions.ExplicitCapture);
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Items/
H A DItemExpander.cs50 …mVectorPattern = new Regex(itemVectorSpecification, RegexOptions.IgnorePatternWhitespace | RegexOp…
58 RegexOptions.IgnorePatternWhitespace | RegexOptions.ExplicitCapture);
71 …adataPattern = new Regex(itemMetadataSpecification, RegexOptions.IgnorePatternWhitespace | RegexOp…
83 RegexOptions.IgnorePatternWhitespace | RegexOptions.ExplicitCapture);
/dports/devel/msbuild/msbuild-0.06/src/Shared/
H A DProjectWriter.cs46 … RegexOptions.IgnorePatternWhitespace | RegexOptions.ExplicitCapture | RegexOptions.Compiled));
62 … RegexOptions.IgnorePatternWhitespace | RegexOptions.ExplicitCapture | RegexOptions.Compiled));
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Shared/
H A DProjectWriter.cs41 …ttern = new Regex(itemVectorTransformSpecification, RegexOptions.IgnorePatternWhitespace | RegexOp…
54 …rn = new Regex(itemVectorTransformRawSpecification, RegexOptions.IgnorePatternWhitespace | RegexOp…
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/src/System/Text/RegularExpressions/
H A DRegexOptions.cs16 IgnorePatternWhitespace = 0x0020, // "x" enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/regex/system/text/regularexpressions/
H A DRegexOptions.cs50 IgnorePatternWhitespace = 0x0020, // "x" enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Microsoft.CSharp/
H A DCSharpCodeGenerator.cs273 RegexOptions.Compiled | RegexOptions.ExplicitCapture | RegexOptions.IgnorePatternWhitespace);
284 …tern, RegexOptions.Compiled | RegexOptions.ExplicitCapture | RegexOptions.IgnorePatternWhitespace); in CreateErrorFromString()
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/src/Jayrock/JsonRpc/Web/
H A DJsonRpcGetProtocol.cs52 | RegexOptions.IgnorePatternWhitespace in JsonRpcGetProtocol()
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/src/Jayrock.Json/Json/Conversion/Converters/
H A DDateTimeImporter.cs73 RegexOptions.IgnorePatternWhitespace in ImportFromString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Discovery/
H A DLinkGrep.cs176 RegexOptions.IgnoreCase | RegexOptions.Multiline | RegexOptions.IgnorePatternWhitespace
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/Evaluation/
H A DExpressionShredder_Tests.cs1214 …mVectorPattern = new Regex(itemVectorSpecification, RegexOptions.IgnorePatternWhitespace | RegexOp…
1222 RegexOptions.IgnorePatternWhitespace | RegexOptions.ExplicitCapture);
1235 …adataPattern = new Regex(itemMetadataSpecification, RegexOptions.IgnorePatternWhitespace | RegexOp…
1247 RegexOptions.IgnorePatternWhitespace | RegexOptions.ExplicitCapture);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/ProviderTests/Common/
H A DConnectionManager.cs178 RegexOptions.Multiline | RegexOptions.IgnorePatternWhitespace | RegexOptions.IgnoreCase); in SplitSqlStatements()
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/src/Jayrock.Json/Json/
H A DJsonNumber.cs386 RegexOptions.IgnorePatternWhitespace in Regex()
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/dlclark/regexp2/regexp2-1.4.0/
H A Dregexp.go119 IgnorePatternWhitespace = 0x0020 // "x" const
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/dlclark/regexp2/
H A Dregexp.go119 IgnorePatternWhitespace = 0x0020 // "x" const
/dports/devel/gh/cli-2.4.0/vendor/github.com/dlclark/regexp2/
H A Dregexp.go119 IgnorePatternWhitespace = 0x0020 // "x" const
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/
H A DWorkflowIdentity.cs24 $", RegexOptions.IgnorePatternWhitespace);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/dlclark/regexp2/
H A Dregexp.go119 IgnorePatternWhitespace = 0x0020 // "x" const
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dlclark/regexp2/
H A Dregexp.go119 IgnorePatternWhitespace = 0x0020 // "x" const
/dports/www/gitea/gitea-1.16.5/vendor/github.com/dlclark/regexp2/
H A Dregexp.go119 IgnorePatternWhitespace = 0x0020 // "x" const
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/dlclark/regexp2/
H A Dregexp.go119 IgnorePatternWhitespace = 0x0020 // "x" const
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dlclark/regexp2/
H A Dregexp.go119 IgnorePatternWhitespace = 0x0020 // "x" const
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/dlclark/regexp2/
H A Dregexp.go119 IgnorePatternWhitespace = 0x0020 // "x" const

1234