Home
last modified time | relevance | path

Searched refs:DigitClass (Results 1 – 25 of 32) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/regex/system/text/regularexpressions/
H A DRegexCharClass.cs69 internal static readonly String DigitClass; field in System.Text.RegularExpressions.RegexCharClass
490DigitClass = "\x00\x00\x01" + (char) ((int) UnicodeCategory.DecimalDigitNumber + 1); in RegexCharClass()
H A DRegexParser.cs965 return new RegexNode(RegexNode.Set, _options, RegexCharClass.DigitClass); in ParseReplacement()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dlclark/regexp2/syntax/
H A Dcharclass.go57 DigitClass = getCharSetFromCategoryString(false, false, "Nd") var
H A Dparser.go1086 return newRegexNodeSet(ntSet, p.options, DigitClass()), nil
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/dlclark/regexp2/syntax/
H A Dcharclass.go57 DigitClass = getCharSetFromCategoryString(false, false, "Nd") var
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/dlclark/regexp2/regexp2-1.1.6/syntax/
H A Dcharclass.go57 DigitClass = getCharSetFromCategoryString(false, false, "Nd") var
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/dlclark/regexp2/syntax/
H A Dcharclass.go57 DigitClass = getCharSetFromCategoryString(false, false, "Nd") var
H A Dparser.go1155 return newRegexNodeSet(ntSet, p.options, DigitClass()), nil
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/dlclark/regexp2/regexp2-1.4.0/syntax/
H A Dcharclass.go57 DigitClass = getCharSetFromCategoryString(false, false, "Nd") var
H A Dparser.go1155 return newRegexNodeSet(ntSet, p.options, DigitClass()), nil
/dports/devel/gh/cli-2.4.0/vendor/github.com/dlclark/regexp2/syntax/
H A Dcharclass.go57 DigitClass = getCharSetFromCategoryString(false, false, "Nd") var
H A Dparser.go1155 return newRegexNodeSet(ntSet, p.options, DigitClass()), nil
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/dlclark/regexp2/syntax/
H A Dcharclass.go57 DigitClass = getCharSetFromCategoryString(false, false, "Nd") var
H A Dparser.go1155 return newRegexNodeSet(ntSet, p.options, DigitClass()), nil
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dlclark/regexp2/syntax/
H A Dcharclass.go57 DigitClass = getCharSetFromCategoryString(false, false, "Nd") var
H A Dparser.go1155 return newRegexNodeSet(ntSet, p.options, DigitClass()), nil
/dports/www/gitea/gitea-1.16.5/vendor/github.com/dlclark/regexp2/syntax/
H A Dcharclass.go57 DigitClass = getCharSetFromCategoryString(false, false, "Nd") var
H A Dparser.go1155 return newRegexNodeSet(ntSet, p.options, DigitClass()), nil
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/dlclark/regexp2/syntax/
H A Dcharclass.go57 DigitClass = getCharSetFromCategoryString(false, false, "Nd") var
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/dlclark/regexp2/syntax/
H A Dcharclass.go57 DigitClass = getCharSetFromCategoryString(false, false, "Nd") var
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dlclark/regexp2/syntax/
H A Dcharclass.go57 DigitClass = getCharSetFromCategoryString(false, false, "Nd") var
/dports/devel/chroma/chroma-0.9.2/vendor/github.com/dlclark/regexp2/syntax/
H A Dcharclass.go57 DigitClass = getCharSetFromCategoryString(false, false, "Nd") var
/dports/sysutils/glow/glow-0.2.0/vendor/github.com/dlclark/regexp2/syntax/
H A Dcharclass.go57 DigitClass = getCharSetFromCategoryString(false, false, "Nd") var
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/src/System/Text/RegularExpressions/
H A DRegexCharClass.cs70 internal static readonly string DigitClass = "\u0000\u0000\u0001\u0009"; field in System.Text.RegularExpressions.RegexCharClass
H A DRegexParser.cs1038 return new RegexNode(RegexNode.Set, _options, RegexCharClass.DigitClass); in ScanBackslash()

12