Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nd1012 authored and github-actions[bot] committed Apr 12, 2024
1 parent 2244f94 commit 005873b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/api/wan24.I8NTool.KeywordParserPattern.html
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ <h4 id="wan24_I8NTool_KeywordParserPattern_METHODS_AND_ATTRIBUTES" data-uid="wan
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string METHODS_AND_ATTRIBUTES = &quot;^.*(_+|gettext[nd]?|Translate(Plural)?|GetTerm|Std(In|OutErr)|Description|DisplayText)\\s*\\(\\s*(\\\&quot;(\\\\.|[^\\\\\\\&quot;])+[^\\\\]\\\&quot;).*$&quot;</code></pre>
<pre><code class="lang-csharp hljs">public const string METHODS_AND_ATTRIBUTES = &quot;^.*(_+|gettext[nd]?|Translate(Plural)?|Get(Html)?Term|Std(In|OutErr)|Description|DisplayText)\\s*\\(\\s*(\\\&quot;(\\\\.|[^\\\\\\\&quot;])+[^\\\\]\\\&quot;).*$&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -382,7 +382,7 @@ <h4 id="wan24_I8NTool_KeywordParserPattern_METHODS_AND_ATTRIBUTES_RPL" data-uid=
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const string METHODS_AND_ATTRIBUTES_RPL = &quot;$4&quot;</code></pre>
<pre><code class="lang-csharp hljs">public const string METHODS_AND_ATTRIBUTES_RPL = &quot;$5&quot;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-condensed">
Expand Down
2 changes: 1 addition & 1 deletion docs/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"api/wan24.I8NTool.KeywordParserPattern.html": {
"href": "api/wan24.I8NTool.KeywordParserPattern.html",
"title": "Class KeywordParserPattern | wan24-I8N",
"keywords": "Class KeywordParserPattern i8n tool keyword parser pattern Inheritance object KeywordParserPattern Implements IEquatable<KeywordParserPattern> Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.ReferenceEquals(object, object) object.ToString() Namespace: wan24.I8NTool Assembly: wan24I8NTool.dll Syntax public sealed record KeywordParserPattern : IEquatable<KeywordParserPattern> Constructors | Edit this page View Source KeywordParserPattern() Constructor Declaration public KeywordParserPattern() Fields | Edit this page View Source ATTRIBUTE_PROPERTIES Attribute properties Declaration public const string ATTRIBUTE_PROPERTIES = \"^.*\\\\(.*(Example|ErrorMessage)\\\\s*\\\\=\\\\s*(\\\\\\\"(\\\\\\\\.|[^\\\\\\\\\\\\\\\"])+[^\\\\\\\\]\\\\\\\").*$\" Field Value Type Description string | Edit this page View Source ATTRIBUTE_PROPERTIES_RPL Replacement for RX_ATTRIBUTE_PROPERTIES Declaration public const string ATTRIBUTE_PROPERTIES_RPL = \"$2\" Field Value Type Description string | Edit this page View Source EXIT_CODE_ATTRIBUTE Exit code attribute Declaration public const string EXIT_CODE_ATTRIBUTE = \"^.*ExitCode[^\\\\(]*\\\\(\\\\d+\\\\s*,\\\\s*(\\\\\\\"(\\\\\\\\.|[^\\\\\\\\\\\\\\\"])+[^\\\\\\\\]\\\\\\\").*$\" Field Value Type Description string | Edit this page View Source EXIT_CODE_ATTRIBUTE_RPL Replacement for RX_EXIT_CODE_ATTRIBUTE Declaration public const string EXIT_CODE_ATTRIBUTE_RPL = \"$1\" Field Value Type Description string | Edit this page View Source INCLUDE_STRINGS Include strings Declaration public const string INCLUDE_STRINGS = \"^.*[^\\\\@\\\\$\\\\\\\"\\\\\\\\](\\\\\\\"(\\\\\\\\.|[^\\\\\\\\\\\\\\\"])+[^\\\\\\\\]\\\\\\\").*wan24I8NTool\\\\:include.*$\" Field Value Type Description string | Edit this page View Source INCLUDE_STRINGS_RPL Replacement for RX_INCLUDE_STRINGS Declaration public const string INCLUDE_STRINGS_RPL = \"$1\" Field Value Type Description string | Edit this page View Source METHODS_AND_ATTRIBUTES Methods and attributes Declaration public const string METHODS_AND_ATTRIBUTES = \"^.*(_+|gettext[nd]?|Translate(Plural)?|GetTerm|Std(In|OutErr)|Description|DisplayText)\\\\s*\\\\(\\\\s*(\\\\\\\"(\\\\\\\\.|[^\\\\\\\\\\\\\\\"])+[^\\\\\\\\]\\\\\\\").*$\" Field Value Type Description string | Edit this page View Source METHODS_AND_ATTRIBUTES_RPL Replacement for RX_METHODS_AND_ATTRIBUTES Declaration public const string METHODS_AND_ATTRIBUTES_RPL = \"$4\" Field Value Type Description string | Edit this page View Source NORMALIZE1 Normalize a string literal (remove characters before and maybe after) Declaration public const string NORMALIZE1 = \"^.*[^\\\\@\\\\$\\\\\\\"\\\\\\\\](\\\\\\\"(\\\\\\\\.|[^\\\\\\\\\\\\\\\"])+[^\\\\\\\\]\\\\\\\").*$\" Field Value Type Description string | Edit this page View Source NORMALIZE1_RPL Replacement for RX_NORMALIZE1 Declaration public const string NORMALIZE1_RPL = \"$1\" Field Value Type Description string | Edit this page View Source NORMALIZE2 Normalize a string literal without characters before (remove characters after) Declaration public const string NORMALIZE2 = \"^(\\\\\\\"(\\\\\\\\.|[^\\\\\\\\\\\\\\\"])+[^\\\\\\\\]\\\\\\\").+$\" Field Value Type Description string | Edit this page View Source NORMALIZE2_RPL Replacelement for RX_NORMALIZE2 Declaration public const string NORMALIZE2_RPL = \"$1\" Field Value Type Description string | Edit this page View Source RX_ATTRIBUTE_PROPERTIES Attribute properties Declaration public static readonly Regex RX_ATTRIBUTE_PROPERTIES Field Value Type Description Regex | Edit this page View Source RX_EXIT_CODE_ATTRIBUTE Exit code attribute Declaration public static readonly Regex RX_EXIT_CODE_ATTRIBUTE Field Value Type Description Regex | Edit this page View Source RX_INCLUDE_STRINGS Include strings Declaration public static readonly Regex RX_INCLUDE_STRINGS Field Value Type Description Regex | Edit this page View Source RX_METHODS_AND_ATTRIBUTES Methods and attributes Declaration public static readonly Regex RX_METHODS_AND_ATTRIBUTES Field Value Type Description Regex | Edit this page View Source RX_NORMALIZE1 Normalize a string literal (remove characters before and maybe after) Declaration public static readonly Regex RX_NORMALIZE1 Field Value Type Description Regex | Edit this page View Source RX_NORMALIZE2 Normalize a string literal without characters before (remove characters after) Declaration public static readonly Regex RX_NORMALIZE2 Field Value Type Description Regex | Edit this page View Source RX_OPTIONS Default regular expression options Declaration public const RegexOptions RX_OPTIONS = Compiled | Singleline Field Value Type Description RegexOptions | Edit this page View Source RX_TIMEOUT_MS Regular expression timeout in ms Declaration public const int RX_TIMEOUT_MS = 3000 Field Value Type Description int | Edit this page View Source RX_TIMEOUT_S Regular expression timeout in seconds Declaration public const int RX_TIMEOUT_S = 3 Field Value Type Description int | Edit this page View Source STRING_LITERAL Regular expression to match a string literal Declaration public const string STRING_LITERAL = \"\\\\\\\"(\\\\\\\\.|[^\\\\\\\\\\\\\\\"])+[^\\\\\\\\]\\\\\\\"\" Field Value Type Description string Properties | Edit this page View Source Expression Regular expression Declaration [JsonIgnore] [NoValidation(false)] public Regex Expression { get; } Property Value Type Description Regex | Edit this page View Source Options Regular expression options Declaration public RegexOptions Options { get; init; } Property Value Type Description RegexOptions | Edit this page View Source Pattern Regular expression pattern Declaration public required string Pattern { get; init; } Property Value Type Description string | Edit this page View Source ReplaceOnly If this is a replacement-only pattern Declaration public bool ReplaceOnly { get; init; } Property Value Type Description bool | Edit this page View Source Replacement Replacement pattern (only if this is a post-processing expression, which won't be used for the matching pre-process) Declaration public string? Replacement { get; init; } Property Value Type Description string Implements IEquatable<T>"
"keywords": "Class KeywordParserPattern i8n tool keyword parser pattern Inheritance object KeywordParserPattern Implements IEquatable<KeywordParserPattern> Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.ReferenceEquals(object, object) object.ToString() Namespace: wan24.I8NTool Assembly: wan24I8NTool.dll Syntax public sealed record KeywordParserPattern : IEquatable<KeywordParserPattern> Constructors | Edit this page View Source KeywordParserPattern() Constructor Declaration public KeywordParserPattern() Fields | Edit this page View Source ATTRIBUTE_PROPERTIES Attribute properties Declaration public const string ATTRIBUTE_PROPERTIES = \"^.*\\\\(.*(Example|ErrorMessage)\\\\s*\\\\=\\\\s*(\\\\\\\"(\\\\\\\\.|[^\\\\\\\\\\\\\\\"])+[^\\\\\\\\]\\\\\\\").*$\" Field Value Type Description string | Edit this page View Source ATTRIBUTE_PROPERTIES_RPL Replacement for RX_ATTRIBUTE_PROPERTIES Declaration public const string ATTRIBUTE_PROPERTIES_RPL = \"$2\" Field Value Type Description string | Edit this page View Source EXIT_CODE_ATTRIBUTE Exit code attribute Declaration public const string EXIT_CODE_ATTRIBUTE = \"^.*ExitCode[^\\\\(]*\\\\(\\\\d+\\\\s*,\\\\s*(\\\\\\\"(\\\\\\\\.|[^\\\\\\\\\\\\\\\"])+[^\\\\\\\\]\\\\\\\").*$\" Field Value Type Description string | Edit this page View Source EXIT_CODE_ATTRIBUTE_RPL Replacement for RX_EXIT_CODE_ATTRIBUTE Declaration public const string EXIT_CODE_ATTRIBUTE_RPL = \"$1\" Field Value Type Description string | Edit this page View Source INCLUDE_STRINGS Include strings Declaration public const string INCLUDE_STRINGS = \"^.*[^\\\\@\\\\$\\\\\\\"\\\\\\\\](\\\\\\\"(\\\\\\\\.|[^\\\\\\\\\\\\\\\"])+[^\\\\\\\\]\\\\\\\").*wan24I8NTool\\\\:include.*$\" Field Value Type Description string | Edit this page View Source INCLUDE_STRINGS_RPL Replacement for RX_INCLUDE_STRINGS Declaration public const string INCLUDE_STRINGS_RPL = \"$1\" Field Value Type Description string | Edit this page View Source METHODS_AND_ATTRIBUTES Methods and attributes Declaration public const string METHODS_AND_ATTRIBUTES = \"^.*(_+|gettext[nd]?|Translate(Plural)?|Get(Html)?Term|Std(In|OutErr)|Description|DisplayText)\\\\s*\\\\(\\\\s*(\\\\\\\"(\\\\\\\\.|[^\\\\\\\\\\\\\\\"])+[^\\\\\\\\]\\\\\\\").*$\" Field Value Type Description string | Edit this page View Source METHODS_AND_ATTRIBUTES_RPL Replacement for RX_METHODS_AND_ATTRIBUTES Declaration public const string METHODS_AND_ATTRIBUTES_RPL = \"$5\" Field Value Type Description string | Edit this page View Source NORMALIZE1 Normalize a string literal (remove characters before and maybe after) Declaration public const string NORMALIZE1 = \"^.*[^\\\\@\\\\$\\\\\\\"\\\\\\\\](\\\\\\\"(\\\\\\\\.|[^\\\\\\\\\\\\\\\"])+[^\\\\\\\\]\\\\\\\").*$\" Field Value Type Description string | Edit this page View Source NORMALIZE1_RPL Replacement for RX_NORMALIZE1 Declaration public const string NORMALIZE1_RPL = \"$1\" Field Value Type Description string | Edit this page View Source NORMALIZE2 Normalize a string literal without characters before (remove characters after) Declaration public const string NORMALIZE2 = \"^(\\\\\\\"(\\\\\\\\.|[^\\\\\\\\\\\\\\\"])+[^\\\\\\\\]\\\\\\\").+$\" Field Value Type Description string | Edit this page View Source NORMALIZE2_RPL Replacelement for RX_NORMALIZE2 Declaration public const string NORMALIZE2_RPL = \"$1\" Field Value Type Description string | Edit this page View Source RX_ATTRIBUTE_PROPERTIES Attribute properties Declaration public static readonly Regex RX_ATTRIBUTE_PROPERTIES Field Value Type Description Regex | Edit this page View Source RX_EXIT_CODE_ATTRIBUTE Exit code attribute Declaration public static readonly Regex RX_EXIT_CODE_ATTRIBUTE Field Value Type Description Regex | Edit this page View Source RX_INCLUDE_STRINGS Include strings Declaration public static readonly Regex RX_INCLUDE_STRINGS Field Value Type Description Regex | Edit this page View Source RX_METHODS_AND_ATTRIBUTES Methods and attributes Declaration public static readonly Regex RX_METHODS_AND_ATTRIBUTES Field Value Type Description Regex | Edit this page View Source RX_NORMALIZE1 Normalize a string literal (remove characters before and maybe after) Declaration public static readonly Regex RX_NORMALIZE1 Field Value Type Description Regex | Edit this page View Source RX_NORMALIZE2 Normalize a string literal without characters before (remove characters after) Declaration public static readonly Regex RX_NORMALIZE2 Field Value Type Description Regex | Edit this page View Source RX_OPTIONS Default regular expression options Declaration public const RegexOptions RX_OPTIONS = Compiled | Singleline Field Value Type Description RegexOptions | Edit this page View Source RX_TIMEOUT_MS Regular expression timeout in ms Declaration public const int RX_TIMEOUT_MS = 3000 Field Value Type Description int | Edit this page View Source RX_TIMEOUT_S Regular expression timeout in seconds Declaration public const int RX_TIMEOUT_S = 3 Field Value Type Description int | Edit this page View Source STRING_LITERAL Regular expression to match a string literal Declaration public const string STRING_LITERAL = \"\\\\\\\"(\\\\\\\\.|[^\\\\\\\\\\\\\\\"])+[^\\\\\\\\]\\\\\\\"\" Field Value Type Description string Properties | Edit this page View Source Expression Regular expression Declaration [JsonIgnore] [NoValidation(false)] public Regex Expression { get; } Property Value Type Description Regex | Edit this page View Source Options Regular expression options Declaration public RegexOptions Options { get; init; } Property Value Type Description RegexOptions | Edit this page View Source Pattern Regular expression pattern Declaration public required string Pattern { get; init; } Property Value Type Description string | Edit this page View Source ReplaceOnly If this is a replacement-only pattern Declaration public bool ReplaceOnly { get; init; } Property Value Type Description bool | Edit this page View Source Replacement Replacement pattern (only if this is a post-processing expression, which won't be used for the matching pre-process) Declaration public string? Replacement { get; init; } Property Value Type Description string Implements IEquatable<T>"
},
"api/wan24.I8NTool.html": {
"href": "api/wan24.I8NTool.html",
Expand Down
10 changes: 5 additions & 5 deletions src/wan24-I8N Docs/api/wan24.I8NTool.KeywordParserPattern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ items:
source:
id: KeywordParserPattern
path: System.Text.RegularExpressions.Generator/System.Text.RegularExpressions.Generator.RegexGenerator/RegexGenerator.g.cs
startLine: 213
startLine: 218
assemblies:
- wan24I8NTool
namespace: wan24.I8NTool
Expand Down Expand Up @@ -438,10 +438,10 @@ items:
summary: Methods and attributes
example: []
syntax:
content: public const string METHODS_AND_ATTRIBUTES = "^.*(_+|gettext[nd]?|Translate(Plural)?|GetTerm|Std(In|OutErr)|Description|DisplayText)\\s*\\(\\s*(\\\"(\\\\.|[^\\\\\\\"])+[^\\\\]\\\").*$"
content: public const string METHODS_AND_ATTRIBUTES = "^.*(_+|gettext[nd]?|Translate(Plural)?|Get(Html)?Term|Std(In|OutErr)|Description|DisplayText)\\s*\\(\\s*(\\\"(\\\\.|[^\\\\\\\"])+[^\\\\]\\\").*$"
return:
type: System.String
content.vb: Public Const METHODS_AND_ATTRIBUTES As String = "^.*(_+|gettext[nd]?|Translate(Plural)?|GetTerm|Std(In|OutErr)|Description|DisplayText)\s*\(\s*(\""(\\.|[^\\\""])+[^\\]\"").*$"
content.vb: Public Const METHODS_AND_ATTRIBUTES As String = "^.*(_+|gettext[nd]?|Translate(Plural)?|Get(Html)?Term|Std(In|OutErr)|Description|DisplayText)\s*\(\s*(\""(\\.|[^\\\""])+[^\\]\"").*$"
- uid: wan24.I8NTool.KeywordParserPattern.ATTRIBUTE_PROPERTIES
commentId: F:wan24.I8NTool.KeywordParserPattern.ATTRIBUTE_PROPERTIES
id: ATTRIBUTE_PROPERTIES
Expand Down Expand Up @@ -641,10 +641,10 @@ items:
summary: Replacement for <xref href="wan24.I8NTool.KeywordParserPattern.RX_METHODS_AND_ATTRIBUTES" data-throw-if-not-resolved="false"></xref>
example: []
syntax:
content: public const string METHODS_AND_ATTRIBUTES_RPL = "$4"
content: public const string METHODS_AND_ATTRIBUTES_RPL = "$5"
return:
type: System.String
content.vb: Public Const METHODS_AND_ATTRIBUTES_RPL As String = "$4"
content.vb: Public Const METHODS_AND_ATTRIBUTES_RPL As String = "$5"
- uid: wan24.I8NTool.KeywordParserPattern.ATTRIBUTE_PROPERTIES_RPL
commentId: F:wan24.I8NTool.KeywordParserPattern.ATTRIBUTE_PROPERTIES_RPL
id: ATTRIBUTE_PROPERTIES_RPL
Expand Down

0 comments on commit 005873b

Please sign in to comment.