Home
last modified time | relevance | path

Searched refs:GroupNameFromNumber (Results 1 – 25 of 67) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/tests/
H A DRegex.GetGroupNames.Tests.cs143 Assert.Equal(expectedNames[i], regex.GroupNameFromNumber(expectedNumbers[i])); in GroupNamesAndNumbers()
155 Assert.Same(string.Empty, new Regex(pattern).GroupNameFromNumber(index)); in GroupNameFromNumber_InvalidIndex_ReturnsEmptyString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Text.RegularExpressions/
H A DRegexBugs.cs255 Assert.AreEqual ("1", regex.GroupNameFromNumber (1), "#2"); in MultipleMatches()
256 Assert.AreEqual ("2", regex.GroupNameFromNumber (2), "#3"); in MultipleMatches()
257 Assert.AreEqual ("path", regex.GroupNameFromNumber (3), "#4"); in MultipleMatches()
258 Assert.AreEqual ("file", regex.GroupNameFromNumber (4), "#5"); in MultipleMatches()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/regex/system/text/regularexpressions/
H A DRegexGroupCollection.cs150 string groupname = _match._regex.GroupNameFromNumber(i + 1); in GroupCollection()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/src/System/Text/RegularExpressions/
H A DRegexGroupCollection.cs88 string groupname = _match._regex.GroupNameFromNumber(i + 1); in GetGroupImpl()
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/dlclark/regexp2/regexp2-1.4.0/
H A Dregexp.go300 func (re *Regexp) GroupNameFromNumber(i int) string { func
H A Dmatch.go272 …m.otherGroups[i] = newGroup(m.regex.GroupNameFromNumber(i+1), m.text, m.matches[i+1], m.matchcount…
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/dlclark/regexp2/
H A Dregexp.go300 func (re *Regexp) GroupNameFromNumber(i int) string { func
H A Dmatch.go272 …m.otherGroups[i] = newGroup(m.regex.GroupNameFromNumber(i+1), m.text, m.matches[i+1], m.matchcount…
/dports/devel/gh/cli-2.4.0/vendor/github.com/dlclark/regexp2/
H A Dregexp.go303 func (re *Regexp) GroupNameFromNumber(i int) string { func
H A Dmatch.go272 …m.otherGroups[i] = newGroup(m.regex.GroupNameFromNumber(i+1), m.text, m.matches[i+1], m.matchcount…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/dlclark/regexp2/
H A Dregexp.go303 func (re *Regexp) GroupNameFromNumber(i int) string { func
H A Dmatch.go272 …m.otherGroups[i] = newGroup(m.regex.GroupNameFromNumber(i+1), m.text, m.matches[i+1], m.matchcount…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dlclark/regexp2/
H A Dregexp.go300 func (re *Regexp) GroupNameFromNumber(i int) string { func
H A Dmatch.go272 …m.otherGroups[i] = newGroup(m.regex.GroupNameFromNumber(i+1), m.text, m.matches[i+1], m.matchcount…
/dports/www/gitea/gitea-1.16.5/vendor/github.com/dlclark/regexp2/
H A Dregexp.go300 func (re *Regexp) GroupNameFromNumber(i int) string { func
H A Dmatch.go272 …m.otherGroups[i] = newGroup(m.regex.GroupNameFromNumber(i+1), m.text, m.matches[i+1], m.matchcount…
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/dlclark/regexp2/
H A Dregexp.go300 func (re *Regexp) GroupNameFromNumber(i int) string { func
H A Dmatch.go272 …m.otherGroups[i] = newGroup(m.regex.GroupNameFromNumber(i+1), m.text, m.matches[i+1], m.matchcount…
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dlclark/regexp2/
H A Dregexp.go302 func (re *Regexp) GroupNameFromNumber(i int) string { func
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/dlclark/regexp2/
H A Dregexp.go300 func (re *Regexp) GroupNameFromNumber(i int) string { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dlclark/regexp2/
H A Dregexp.go300 func (re *Regexp) GroupNameFromNumber(i int) string { func
/dports/devel/chroma/chroma-0.9.2/vendor/github.com/dlclark/regexp2/
H A Dregexp.go300 func (re *Regexp) GroupNameFromNumber(i int) string { func
/dports/sysutils/glow/glow-0.2.0/vendor/github.com/dlclark/regexp2/
H A Dregexp.go303 func (re *Regexp) GroupNameFromNumber(i int) string { func
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/dlclark/regexp2/
H A Dregexp.go302 func (re *Regexp) GroupNameFromNumber(i int) string {
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/dlclark/regexp2/regexp2-1.1.6/
H A Dregexp.go302 func (re *Regexp) GroupNameFromNumber(i int) string { func

123