Home
last modified time | relevance | path

Searched refs:matchStart (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/test/java/org/springframework/util/
H A DAntPathMatcherTests.java134 assertTrue(pathMatcher.matchStart("test", "test")); in withMatchStart()
141 assertTrue(pathMatcher.matchStart("t?st", "test")); in withMatchStart()
142 assertTrue(pathMatcher.matchStart("??st", "test")); in withMatchStart()
143 assertTrue(pathMatcher.matchStart("tes?", "test")); in withMatchStart()
144 assertTrue(pathMatcher.matchStart("te??", "test")); in withMatchStart()
145 assertTrue(pathMatcher.matchStart("?es?", "test")); in withMatchStart()
146 assertFalse(pathMatcher.matchStart("tes?", "tes")); in withMatchStart()
151 assertTrue(pathMatcher.matchStart("*", "test")); in withMatchStart()
177 assertTrue(pathMatcher.matchStart("/?", "/a")); in withMatchStart()
182 assertTrue(pathMatcher.matchStart("/?", "/a")); in withMatchStart()
[all …]
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
99 matchStart = bytes.Index(line, bytePattern)
100 if matchStart >= 0 {
101 matchEnd = matchStart + len(bytePattern)
104 matchStart = bytes.Index(line, pattern)
105 if matchStart >= 0 {
106 matchEnd = matchStart + len(pattern)
111 matchStart = match[0]
115 if matchStart < 0 {
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
99 matchStart = bytes.Index(line, bytePattern)
100 if matchStart >= 0 {
101 matchEnd = matchStart + len(bytePattern)
104 matchStart = bytes.Index(line, pattern)
105 if matchStart >= 0 {
106 matchEnd = matchStart + len(pattern)
111 matchStart = match[0]
115 if matchStart < 0 {
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
99 matchStart = bytes.Index(line, bytePattern)
100 if matchStart >= 0 {
101 matchEnd = matchStart + len(bytePattern)
104 matchStart = bytes.Index(line, pattern)
105 if matchStart >= 0 {
106 matchEnd = matchStart + len(pattern)
111 matchStart = match[0]
115 if matchStart < 0 {
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
99 matchStart = bytes.Index(line, bytePattern)
100 if matchStart >= 0 {
101 matchEnd = matchStart + len(bytePattern)
104 matchStart = bytes.Index(line, pattern)
105 if matchStart >= 0 {
106 matchEnd = matchStart + len(pattern)
111 matchStart = match[0]
115 if matchStart < 0 {
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
99 matchStart = bytes.Index(line, bytePattern)
100 if matchStart >= 0 {
101 matchEnd = matchStart + len(bytePattern)
104 matchStart = bytes.Index(line, pattern)
105 if matchStart >= 0 {
106 matchEnd = matchStart + len(pattern)
111 matchStart = match[0]
115 if matchStart < 0 {
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
99 matchStart = bytes.Index(line, bytePattern)
100 if matchStart >= 0 {
101 matchEnd = matchStart + len(bytePattern)
104 matchStart = bytes.Index(line, pattern)
105 if matchStart >= 0 {
106 matchEnd = matchStart + len(pattern)
111 matchStart = match[0]
115 if matchStart < 0 {
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/golang.org/x/tools/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
99 matchStart = bytes.Index(line, bytePattern)
100 if matchStart >= 0 {
101 matchEnd = matchStart + len(bytePattern)
104 matchStart = bytes.Index(line, pattern)
105 if matchStart >= 0 {
106 matchEnd = matchStart + len(pattern)
111 matchStart = match[0]
115 if matchStart < 0 {
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/tools/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
99 matchStart = bytes.Index(line, bytePattern)
100 if matchStart >= 0 {
101 matchEnd = matchStart + len(bytePattern)
104 matchStart = bytes.Index(line, pattern)
105 if matchStart >= 0 {
106 matchEnd = matchStart + len(pattern)
111 matchStart = match[0]
115 if matchStart < 0 {
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/tools/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
99 matchStart = bytes.Index(line, bytePattern)
100 if matchStart >= 0 {
101 matchEnd = matchStart + len(bytePattern)
104 matchStart = bytes.Index(line, pattern)
105 if matchStart >= 0 {
106 matchEnd = matchStart + len(pattern)
111 matchStart = match[0]
115 if matchStart < 0 {
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/golang.org/x/tools/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
99 matchStart = bytes.Index(line, bytePattern)
100 if matchStart >= 0 {
101 matchEnd = matchStart + len(bytePattern)
104 matchStart = bytes.Index(line, pattern)
105 if matchStart >= 0 {
106 matchEnd = matchStart + len(pattern)
111 matchStart = match[0]
115 if matchStart < 0 {
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil
/dports/dns/blocky/blocky-0.17/vendor/golang.org/x/tools/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
99 matchStart = bytes.Index(line, bytePattern)
100 if matchStart >= 0 {
101 matchEnd = matchStart + len(bytePattern)
104 matchStart = bytes.Index(line, pattern)
105 if matchStart >= 0 {
106 matchEnd = matchStart + len(pattern)
111 matchStart = match[0]
115 if matchStart < 0 {
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/golang.org/x/tools/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
99 matchStart = bytes.Index(line, bytePattern)
100 if matchStart >= 0 {
101 matchEnd = matchStart + len(bytePattern)
104 matchStart = bytes.Index(line, pattern)
105 if matchStart >= 0 {
106 matchEnd = matchStart + len(pattern)
111 matchStart = match[0]
115 if matchStart < 0 {
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/golang.org/x/tools/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
99 matchStart = bytes.Index(line, bytePattern)
100 if matchStart >= 0 {
101 matchEnd = matchStart + len(bytePattern)
104 matchStart = bytes.Index(line, pattern)
105 if matchStart >= 0 {
106 matchEnd = matchStart + len(pattern)
111 matchStart = match[0]
115 if matchStart < 0 {
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil
/dports/sysutils/restic/restic-0.12.1/vendor/golang.org/x/tools/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
99 matchStart = bytes.Index(line, bytePattern)
100 if matchStart >= 0 {
101 matchEnd = matchStart + len(bytePattern)
104 matchStart = bytes.Index(line, pattern)
105 if matchStart >= 0 {
106 matchEnd = matchStart + len(pattern)
111 matchStart = match[0]
115 if matchStart < 0 {
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil
/dports/net/storj/storj-1.45.3/vendor/golang.org/x/tools/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
99 matchStart = bytes.Index(line, bytePattern)
100 if matchStart >= 0 {
101 matchEnd = matchStart + len(bytePattern)
104 matchStart = bytes.Index(line, pattern)
105 if matchStart >= 0 {
106 matchEnd = matchStart + len(pattern)
111 matchStart = match[0]
115 if matchStart < 0 {
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/golang.org/x/tools/tools-113979e3529a/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
99 matchStart = bytes.Index(line, bytePattern)
100 if matchStart >= 0 {
101 matchEnd = matchStart + len(bytePattern)
104 matchStart = bytes.Index(line, pattern)
105 if matchStart >= 0 {
106 matchEnd = matchStart + len(pattern)
111 matchStart = match[0]
115 if matchStart < 0 {
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/golang.org/x/tools/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
99 matchStart = bytes.Index(line, bytePattern)
100 if matchStart >= 0 {
101 matchEnd = matchStart + len(bytePattern)
104 matchStart = bytes.Index(line, pattern)
105 if matchStart >= 0 {
106 matchEnd = matchStart + len(pattern)
111 matchStart = match[0]
115 if matchStart < 0 {
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/tools/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
99 matchStart = bytes.Index(line, bytePattern)
100 if matchStart >= 0 {
101 matchEnd = matchStart + len(bytePattern)
104 matchStart = bytes.Index(line, pattern)
105 if matchStart >= 0 {
106 matchEnd = matchStart + len(pattern)
111 matchStart = match[0]
115 if matchStart < 0 {
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil
/dports/databases/litestream/litestream-0.3.6/vendor/golang.org/x/tools/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
99 matchStart = bytes.Index(line, bytePattern)
100 if matchStart >= 0 {
101 matchEnd = matchStart + len(bytePattern)
104 matchStart = bytes.Index(line, pattern)
105 if matchStart >= 0 {
106 matchEnd = matchStart + len(pattern)
111 matchStart = match[0]
115 if matchStart < 0 {
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/golang.org/x/tools/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
99 matchStart = bytes.Index(line, bytePattern)
100 if matchStart >= 0 {
101 matchEnd = matchStart + len(bytePattern)
104 matchStart = bytes.Index(line, pattern)
105 if matchStart >= 0 {
106 matchEnd = matchStart + len(pattern)
111 matchStart = match[0]
115 if matchStart < 0 {
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil
/dports/sysutils/terraform/terraform-1.0.11/vendor/golang.org/x/tools/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
99 matchStart = bytes.Index(line, bytePattern)
100 if matchStart >= 0 {
101 matchEnd = matchStart + len(bytePattern)
104 matchStart = bytes.Index(line, pattern)
105 if matchStart >= 0 {
106 matchEnd = matchStart + len(pattern)
111 matchStart = match[0]
115 if matchStart < 0 {
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/golang.org/x/tools/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
99 matchStart = bytes.Index(line, bytePattern)
100 if matchStart >= 0 {
101 matchEnd = matchStart + len(bytePattern)
104 matchStart = bytes.Index(line, pattern)
105 if matchStart >= 0 {
106 matchEnd = matchStart + len(pattern)
111 matchStart = match[0]
115 if matchStart < 0 {
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil
/dports/x11-toolkits/qtermwidget/qtermwidget-1.0.0/lib/
H A DHistorySearch.cpp106 int matchStart; in search() local
109 matchStart = string.indexOf(m_regExp, startColumn); in search()
110 if (matchStart >= endPosition) in search()
111 matchStart = -1; in search()
115 matchStart = string.lastIndexOf(m_regExp, endPosition - 1); in search()
116 if (matchStart < startColumn) in search()
117 matchStart = -1; in search()
120 if (matchStart > -1) in search()
122 int matchEnd = matchStart + m_regExp.matchedLength() - 1; in search()
123 qDebug() << "Found in string from" << matchStart << "to" << matchEnd; in search()
[all …]
/dports/x11/cool-retro-term/cool-retro-term-1.1.1/qmltermwidget/lib/
H A DHistorySearch.cpp106 int matchStart; in search() local
109 matchStart = string.indexOf(m_regExp, startColumn); in search()
110 if (matchStart >= endPosition) in search()
111 matchStart = -1; in search()
115 matchStart = string.lastIndexOf(m_regExp, endPosition - 1); in search()
116 if (matchStart < startColumn) in search()
117 matchStart = -1; in search()
120 if (matchStart > -1) in search()
122 int matchEnd = matchStart + m_regExp.matchedLength() - 1; in search()
123 qDebug() << "Found in string from" << matchStart << "to" << matchEnd; in search()
[all …]

12345678910>>...13