Home
last modified time | relevance | path

Searched refs:runmatch (Results 1 – 25 of 35) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/src/System/Text/RegularExpressions/
H A DRegexRunner.cs158 if (runmatch._matchcount[0] > 0) in Scan()
274 if (runmatch == null) in InitMatch()
326 Match match = runmatch; in TidyMatch()
328 runmatch = null; in TidyMatch()
469 runmatch.AddMatch(capnum, start, end - start); in Capture()
516 runmatch.BalanceMatch(uncapnum); in TransferCapture()
521 runmatch.AddMatch(capnum, start, end - start); in TransferCapture()
531 runmatch.RemoveMatch(capnum); in Uncapture()
539 return runmatch.IsMatched(cap); in IsMatched()
547 return runmatch.MatchIndex(cap); in MatchIndex()
[all …]
H A DRegexInterpreter.cs122 if (runmatch.Debug) in Backtrack()
466 if (runmatch.Debug) in Go()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/regex/system/text/regularexpressions/
H A DRegexRunner.cs181 if (runmatch._matchcount [0] > 0) { in Scan()
298 if (runmatch == null) { in InitMatch()
344 Match match = runmatch; in TidyMatch()
346 runmatch = null; in TidyMatch()
472 runmatch.AddMatch(capnum, start, end - start); in Capture()
512 runmatch.BalanceMatch(uncapnum); in TransferCapture()
516 runmatch.AddMatch(capnum, start, end - start); in TransferCapture()
525 runmatch.RemoveMatch(capnum); in Uncapture()
532 return runmatch.IsMatched(cap); in IsMatched()
539 return runmatch.MatchIndex(cap); in MatchIndex()
[all …]
H A DRegexInterpreter.cs121 if (runmatch.Debug) { in Backtrack()
405 if (runmatch.Debug) { in Go()
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/dlclark/regexp2/
H A Drunner.go59 runmatch *Match // result object member
148 if r.runmatch.matchcount[0] > 0 {
201 if !r.runmatch.isMatched(r.operand(0)) {
632 if r.runmatch.isMatched(capnum) {
633 if !r.refmatch(r.runmatch.matchIndex(capnum), r.runmatch.matchLength(capnum)) {
1350 if r.runmatch == nil {
1396 match := r.runmatch
1398 r.runmatch = nil
1405 return r.runmatch
1457 r.runmatch.balanceMatch(uncapnum)
[all …]
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/dlclark/regexp2/regexp2-1.4.0/
H A Drunner.go59 runmatch *Match // result object member
148 if r.runmatch.matchcount[0] > 0 {
201 if !r.runmatch.isMatched(r.operand(0)) {
632 if r.runmatch.isMatched(capnum) {
633 if !r.refmatch(r.runmatch.matchIndex(capnum), r.runmatch.matchLength(capnum)) {
1350 if r.runmatch == nil {
1396 match := r.runmatch
1398 r.runmatch = nil
1405 return r.runmatch
1457 r.runmatch.balanceMatch(uncapnum)
[all …]
/dports/devel/gh/cli-2.4.0/vendor/github.com/dlclark/regexp2/
H A Drunner.go59 runmatch *Match // result object member
148 if r.runmatch.matchcount[0] > 0 {
201 if !r.runmatch.isMatched(r.operand(0)) {
619 if r.runmatch.isMatched(capnum) {
620 if !r.refmatch(r.runmatch.matchIndex(capnum), r.runmatch.matchLength(capnum)) {
1337 if r.runmatch == nil {
1383 match := r.runmatch
1385 r.runmatch = nil
1392 return r.runmatch
1444 r.runmatch.balanceMatch(uncapnum)
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/dlclark/regexp2/
H A Drunner.go59 runmatch *Match // result object member
148 if r.runmatch.matchcount[0] > 0 {
201 if !r.runmatch.isMatched(r.operand(0)) {
619 if r.runmatch.isMatched(capnum) {
620 if !r.refmatch(r.runmatch.matchIndex(capnum), r.runmatch.matchLength(capnum)) {
1337 if r.runmatch == nil {
1383 match := r.runmatch
1385 r.runmatch = nil
1392 return r.runmatch
1444 r.runmatch.balanceMatch(uncapnum)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dlclark/regexp2/
H A Drunner.go59 runmatch *Match // result object member
148 if r.runmatch.matchcount[0] > 0 {
201 if !r.runmatch.isMatched(r.operand(0)) {
632 if r.runmatch.isMatched(capnum) {
633 if !r.refmatch(r.runmatch.matchIndex(capnum), r.runmatch.matchLength(capnum)) {
1350 if r.runmatch == nil {
1396 match := r.runmatch
1398 r.runmatch = nil
1405 return r.runmatch
1457 r.runmatch.balanceMatch(uncapnum)
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/dlclark/regexp2/
H A Drunner.go59 runmatch *Match // result object member
148 if r.runmatch.matchcount[0] > 0 {
201 if !r.runmatch.isMatched(r.operand(0)) {
632 if r.runmatch.isMatched(capnum) {
633 if !r.refmatch(r.runmatch.matchIndex(capnum), r.runmatch.matchLength(capnum)) {
1350 if r.runmatch == nil {
1396 match := r.runmatch
1398 r.runmatch = nil
1405 return r.runmatch
1457 r.runmatch.balanceMatch(uncapnum)
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/dlclark/regexp2/
H A Drunner.go59 runmatch *Match // result object member
148 if r.runmatch.matchcount[0] > 0 {
201 if !r.runmatch.isMatched(r.operand(0)) {
632 if r.runmatch.isMatched(capnum) {
633 if !r.refmatch(r.runmatch.matchIndex(capnum), r.runmatch.matchLength(capnum)) {
1350 if r.runmatch == nil {
1396 match := r.runmatch
1398 r.runmatch = nil
1405 return r.runmatch
1457 r.runmatch.balanceMatch(uncapnum)
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dlclark/regexp2/
H A Drunner.go59 runmatch *Match // result object member
148 if r.runmatch.matchcount[0] > 0 {
201 if !r.runmatch.isMatched(r.operand(0)) {
619 if r.runmatch.isMatched(capnum) {
620 if !r.refmatch(r.runmatch.matchIndex(capnum), r.runmatch.matchLength(capnum)) {
1337 if r.runmatch == nil {
1383 match := r.runmatch
1385 r.runmatch = nil
1392 return r.runmatch
1444 r.runmatch.balanceMatch(uncapnum)
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/dlclark/regexp2/
H A Drunner.go59 runmatch *Match // result object member
148 if r.runmatch.matchcount[0] > 0 {
201 if !r.runmatch.isMatched(r.operand(0)) {
632 if r.runmatch.isMatched(capnum) {
633 if !r.refmatch(r.runmatch.matchIndex(capnum), r.runmatch.matchLength(capnum)) {
1350 if r.runmatch == nil {
1396 match := r.runmatch
1398 r.runmatch = nil
1405 return r.runmatch
1457 r.runmatch.balanceMatch(uncapnum)
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dlclark/regexp2/
H A Drunner.go59 runmatch *Match // result object member
148 if r.runmatch.matchcount[0] > 0 {
201 if !r.runmatch.isMatched(r.operand(0)) {
632 if r.runmatch.isMatched(capnum) {
633 if !r.refmatch(r.runmatch.matchIndex(capnum), r.runmatch.matchLength(capnum)) {
1350 if r.runmatch == nil {
1396 match := r.runmatch
1398 r.runmatch = nil
1405 return r.runmatch
1457 r.runmatch.balanceMatch(uncapnum)
[all …]
/dports/devel/chroma/chroma-0.9.2/vendor/github.com/dlclark/regexp2/
H A Drunner.go59 runmatch *Match // result object member
148 if r.runmatch.matchcount[0] > 0 {
201 if !r.runmatch.isMatched(r.operand(0)) {
632 if r.runmatch.isMatched(capnum) {
633 if !r.refmatch(r.runmatch.matchIndex(capnum), r.runmatch.matchLength(capnum)) {
1350 if r.runmatch == nil {
1396 match := r.runmatch
1398 r.runmatch = nil
1405 return r.runmatch
1457 r.runmatch.balanceMatch(uncapnum)
[all …]
/dports/sysutils/glow/glow-0.2.0/vendor/github.com/dlclark/regexp2/
H A Drunner.go59 runmatch *Match // result object member
148 if r.runmatch.matchcount[0] > 0 {
201 if !r.runmatch.isMatched(r.operand(0)) {
619 if r.runmatch.isMatched(capnum) {
620 if !r.refmatch(r.runmatch.matchIndex(capnum), r.runmatch.matchLength(capnum)) {
1337 if r.runmatch == nil {
1383 match := r.runmatch
1385 r.runmatch = nil
1392 return r.runmatch
1444 r.runmatch.balanceMatch(uncapnum)
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/dlclark/regexp2/
H A Drunner.go59 runmatch *Match // result object member
148 if r.runmatch.matchcount[0] > 0 {
201 if !r.runmatch.isMatched(r.operand(0)) {
619 if r.runmatch.isMatched(capnum) {
620 if !r.refmatch(r.runmatch.matchIndex(capnum), r.runmatch.matchLength(capnum)) {
1337 if r.runmatch == nil {
1383 match := r.runmatch
1385 r.runmatch = nil
1392 return r.runmatch
1444 r.runmatch.balanceMatch(uncapnum)
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/dlclark/regexp2/regexp2-1.1.6/
H A Drunner.go59 runmatch *Match // result object
148 if r.runmatch.matchcount[0] > 0 {
201 if !r.runmatch.isMatched(r.operand(0)) {
619 if r.runmatch.isMatched(capnum) {
620 if !r.refmatch(r.runmatch.matchIndex(capnum), r.runmatch.matchLength(capnum)) {
1337 if r.runmatch == nil {
1383 match := r.runmatch
1385 r.runmatch = nil
1392 return r.runmatch
1444 r.runmatch.balanceMatch(uncapnum)
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Text.RegularExpressions/
H A DRegexRunnerCas.cs75 Assert.IsNull (runmatch, "runmatch"); in Test()
76 runmatch = Match.Empty; in Test()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/ref/
H A DSystem.Text.RegularExpressions.cs242 protected internal System.Text.RegularExpressions.Match runmatch; field in System.Text.RegularExpressions.RegexRunner
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs9932 protected internal System.Text.RegularExpressions.Match runmatch; field in System.Text.RegularExpressions.RegexRunner
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs10104 protected internal System.Text.RegularExpressions.Match runmatch; field in System.Text.RegularExpressions.RegexRunner
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs9933 protected internal System.Text.RegularExpressions.Match runmatch; field in System.Text.RegularExpressions.RegexRunner
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs10103 protected internal System.Text.RegularExpressions.Match runmatch; field in System.Text.RegularExpressions.RegexRunner
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs12725 protected internal System.Text.RegularExpressions.Match runmatch; field in System.Text.RegularExpressions.RegexRunner

12