forked from aly/qstbak
muffin v6.24
This commit is contained in:
parent
c75f3f4359
commit
587c570a96
4 changed files with 4028 additions and 3466 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -52,7 +52,7 @@ internal sealed class ActiveQuestComponent
|
||||||
public event EventHandler? Reload;
|
public event EventHandler? Reload;
|
||||||
|
|
||||||
[GeneratedRegex("\\s\\s+", RegexOptions.IgnoreCase, "en-US")]
|
[GeneratedRegex("\\s\\s+", RegexOptions.IgnoreCase, "en-US")]
|
||||||
[GeneratedCode("System.Text.RegularExpressions.Generator", "9.0.12.41916")]
|
[GeneratedCode("System.Text.RegularExpressions.Generator", "9.0.12.47515")]
|
||||||
private static Regex MultipleWhitespaceRegex()
|
private static Regex MultipleWhitespaceRegex()
|
||||||
{
|
{
|
||||||
return _003CRegexGenerator_g_003EFBB8301322196CF81C64F1652C2FA6E1D6BF3907141F781E9D97ABED51BF056C4__MultipleWhitespaceRegex_0.Instance;
|
return _003CRegexGenerator_g_003EFBB8301322196CF81C64F1652C2FA6E1D6BF3907141F781E9D97ABED51BF056C4__MultipleWhitespaceRegex_0.Instance;
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ using System.Runtime.CompilerServices;
|
||||||
|
|
||||||
namespace System.Text.RegularExpressions.Generated;
|
namespace System.Text.RegularExpressions.Generated;
|
||||||
|
|
||||||
[GeneratedCode("System.Text.RegularExpressions.Generator", "9.0.12.41916")]
|
[GeneratedCode("System.Text.RegularExpressions.Generator", "9.0.12.47515")]
|
||||||
[SkipLocalsInit]
|
[SkipLocalsInit]
|
||||||
internal sealed class _003CRegexGenerator_g_003EFBB8301322196CF81C64F1652C2FA6E1D6BF3907141F781E9D97ABED51BF056C4__MultipleWhitespaceRegex_0 : Regex
|
internal sealed class _003CRegexGenerator_g_003EFBB8301322196CF81C64F1652C2FA6E1D6BF3907141F781E9D97ABED51BF056C4__MultipleWhitespaceRegex_0 : Regex
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ using System.CodeDom.Compiler;
|
||||||
|
|
||||||
namespace System.Text.RegularExpressions.Generated;
|
namespace System.Text.RegularExpressions.Generated;
|
||||||
|
|
||||||
[GeneratedCode("System.Text.RegularExpressions.Generator", "9.0.12.41916")]
|
[GeneratedCode("System.Text.RegularExpressions.Generator", "9.0.12.47515")]
|
||||||
internal static class _003CRegexGenerator_g_003EFBB8301322196CF81C64F1652C2FA6E1D6BF3907141F781E9D97ABED51BF056C4__Utilities
|
internal static class _003CRegexGenerator_g_003EFBB8301322196CF81C64F1652C2FA6E1D6BF3907141F781E9D97ABED51BF056C4__Utilities
|
||||||
{
|
{
|
||||||
internal static readonly TimeSpan s_defaultTimeout = ((AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeSpan) ? timeSpan : Regex.InfiniteMatchTimeout);
|
internal static readonly TimeSpan s_defaultTimeout = ((AppContext.GetData("REGEX_DEFAULT_MATCH_TIMEOUT") is TimeSpan timeSpan) ? timeSpan : Regex.InfiniteMatchTimeout);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue