Home
last modified time | relevance | path

Searched refs:matchEnd (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/dports/textproc/py-markdown-it-py/markdown-it-py-2.0.0/markdown_it/rules_inline/
H A Dbackticks.py35 matchStart = matchEnd = pos
40 matchStart = state.src.index("`", matchEnd)
43 matchEnd = matchStart + 1
46 while matchEnd < maximum and (state.srcCharCode[matchEnd] == 0x60): # /* ` */
47 matchEnd += 1
49 closerLength = matchEnd - matchStart
63 state.pos = matchEnd
/dports/irc/quassel-core/quassel-0.14-rc2/src/uisupport/
H A Dclickable.cpp76 qint16 matchEnd[] = {0, 0, 0}; in fromString() local
89 if (matches[i] < 0 || matchEnd[i] > str.length()) in fromString()
91 if (idx >= matchEnd[i]) { in fromString()
92 matches[i] = regExp[i].indexIn(str, qMax(matchEnd[i], idx)); in fromString()
94 matchEnd[i] = matches[i] + regExp[i].cap(1).length(); in fromString()
102 idx = matchEnd[type]; in fromString()
103 QString match = str.mid(matches[type], matchEnd[type] - matches[type]); in fromString()
106 matchEnd[type]--; in fromString()
115 … result.emplace_back((Clickable::Type)type, matches[type], matchEnd[type] - matches[type]); in fromString()
/dports/irc/quassel/quassel-0.14-rc2/src/uisupport/
H A Dclickable.cpp76 qint16 matchEnd[] = {0, 0, 0}; in fromString() local
89 if (matches[i] < 0 || matchEnd[i] > str.length()) in fromString()
91 if (idx >= matchEnd[i]) { in fromString()
92 matches[i] = regExp[i].indexIn(str, qMax(matchEnd[i], idx)); in fromString()
94 matchEnd[i] = matches[i] + regExp[i].cap(1).length(); in fromString()
102 idx = matchEnd[type]; in fromString()
103 QString match = str.mid(matches[type], matchEnd[type] - matches[type]); in fromString()
106 matchEnd[type]--; in fromString()
115 … result.emplace_back((Clickable::Type)type, matches[type], matchEnd[type] - matches[type]); in fromString()
/dports/editors/yudit/yudit-3.0.7/stoolkit/syntax/
H A DSPattern.cpp60 matchEnd = 0; in clear()
75 if (next == 0) matchEnd = 0; in append()
97 matchEnd = next-1; in checkMatchTest()
107 matchEnd = next-1; in checkMatchTest()
123 matchEnd = next-1; in checkMatchTest()
139 matchEnd = next-1; in checkMatchTest()
153 matchBegin = matchEnd; in singleMatchTest()
154 matchEnd++; in singleMatchTest()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DDictionary.java126 protected int matchEnd; field in Dictionary.Matcher
191 matchEnd = offset; in setOffset()
219 return matchEnd; in getMatchEnd()
228 return text.sublist(offset, matchEnd); in getMatchText()
326 matchEnd = lastEnd; in next()
333 … || filter == Filter.LONGEST_WITH_FINAL_PARTIAL && !text.hasCharAt(matchEnd)))) { in next()
339 lastEnd = matchEnd; in next()
430 … return "{offset: " + offset + ", end: " + matchEnd + ", value: " + matchValue + ", text: \"" in toString()
501 final int matchEnd = matcher.getMatchEnd(); in growToOffset() local
504 setOffsets(length + 1, replacement.length(), matchEnd); in growToOffset()
[all …]
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/support/
H A DMemoryFilter.cpp36 bool matchBegin, bool matchEnd ) in GenericStringMemoryFilter() argument
38 { setFilter( filter, matchBegin, matchEnd ); } in GenericStringMemoryFilter()
73 MemoryFilter* filter( qint64 value, const QString &filter, bool matchBegin, bool matchEnd ) in filter() argument
75 MemoryFilter *result = new GenericStringMemoryFilter( value, filter, matchBegin, matchEnd ); in filter()
187 StringMemoryFilter::setFilter( const QString &filter, bool matchBegin, bool matchEnd ) in setFilter() argument
191 m_matchEnd = matchEnd; in setFilter()
250 LabelFilter::LabelFilter( const QString &filter, bool matchBegin, bool matchEnd ) in LabelFilter() argument
257 if( matchEnd ) in LabelFilter()
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/go/expect/
H A Dexpect.go95 matchStart, matchEnd := -1, -1
101 matchEnd = matchStart + len(bytePattern)
106 matchEnd = matchStart + len(pattern)
112 matchEnd = match[1]
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
101 matchEnd = matchStart + len(bytePattern)
106 matchEnd = matchStart + len(pattern)
112 matchEnd = match[1]
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
101 matchEnd = matchStart + len(bytePattern)
106 matchEnd = matchStart + len(pattern)
112 matchEnd = match[1]
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
101 matchEnd = matchStart + len(bytePattern)
106 matchEnd = matchStart + len(pattern)
112 matchEnd = match[1]
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
101 matchEnd = matchStart + len(bytePattern)
106 matchEnd = matchStart + len(pattern)
112 matchEnd = match[1]
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
101 matchEnd = matchStart + len(bytePattern)
106 matchEnd = matchStart + len(pattern)
112 matchEnd = match[1]
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
101 matchEnd = matchStart + len(bytePattern)
106 matchEnd = matchStart + len(pattern)
112 matchEnd = match[1]
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
101 matchEnd = matchStart + len(bytePattern)
106 matchEnd = matchStart + len(pattern)
112 matchEnd = match[1]
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
101 matchEnd = matchStart + len(bytePattern)
106 matchEnd = matchStart + len(pattern)
112 matchEnd = match[1]
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
101 matchEnd = matchStart + len(bytePattern)
106 matchEnd = matchStart + len(pattern)
112 matchEnd = match[1]
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
101 matchEnd = matchStart + len(bytePattern)
106 matchEnd = matchStart + len(pattern)
112 matchEnd = match[1]
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
101 matchEnd = matchStart + len(bytePattern)
106 matchEnd = matchStart + len(pattern)
112 matchEnd = match[1]
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
101 matchEnd = matchStart + len(bytePattern)
106 matchEnd = matchStart + len(pattern)
112 matchEnd = match[1]
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
101 matchEnd = matchStart + len(bytePattern)
106 matchEnd = matchStart + len(pattern)
112 matchEnd = match[1]
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
101 matchEnd = matchStart + len(bytePattern)
106 matchEnd = matchStart + len(pattern)
112 matchEnd = match[1]
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
101 matchEnd = matchStart + len(bytePattern)
106 matchEnd = matchStart + len(pattern)
112 matchEnd = match[1]
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
101 matchEnd = matchStart + len(bytePattern)
106 matchEnd = matchStart + len(pattern)
112 matchEnd = match[1]
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
101 matchEnd = matchStart + len(bytePattern)
106 matchEnd = matchStart + len(pattern)
112 matchEnd = match[1]
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
101 matchEnd = matchStart + len(bytePattern)
106 matchEnd = matchStart + len(pattern)
112 matchEnd = match[1]
118 return f.Pos(startOffset + matchStart), f.Pos(startOffset + matchEnd), nil

12345678910>>...17