Home
last modified time | relevance | path

Searched refs:matchOff (Results 1 – 18 of 18) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionFind.hpp56 void replaceLiteral(size_t matchOn, size_t matchOff, in replaceLiteral() argument
60 *pLine = pLine->replace(matchOn, (matchOff - matchOn), replaceLiteral); in replaceLiteral()
69 core::Error replaceRegex(size_t matchOn, size_t matchOff, in replaceRegex() argument
75 error = replaceRegexIgnoreCase(matchOn, matchOff, findRegex, replaceRegex, pLine, in replaceRegex()
78 error = replaceRegexWithCase(matchOn, matchOff, findRegex, replaceRegex, pLine, in replaceRegex()
92 size_t matchOn, size_t matchOff, std::string* pLine,
95 core::Error replaceRegexIgnoreCase(size_t matchOn, size_t matchOff,
99 core::Error replaceRegexWithCase(size_t matchOn, size_t matchOff,
H A DSessionFindTests.cpp37 const size_t matchOff = 16; variable
60 replacer.replaceLiteral(matchOn, matchOff,
90 size_t matchOff = 24; variable
91 replacer.replaceRegex(matchOn, matchOff, kFindRegex, kReplaceRegex, &line,
116 size_t matchOff = 15; variable
120 replacer.replaceRegex(matchOn, matchOff, find, replace, &line, &replaceMatchOff);
132 size_t matchOff = 11; variable
136 replacer.replaceRegex(matchOn, matchOff, find, replace, &line, &replaceMatchOff);
H A DSessionFind.cpp803 const size_t matchOff = in processReplace() local
805 const size_t matchSize = matchOff - matchOn; in processReplace()
806 size_t replaceMatchOff = matchOff; in processReplace()
863 replaceMatchOff = matchOff + (newUtf8Length - utf8Length); in processReplace()
997 json::Array matchOn, matchOff; in onStdout() local
1000 &matchOn, &matchOff); in onStdout()
1038 matchOn, matchOff, in onStdout()
1051 matchOffs.push_back(matchOff); in onStdout()
1722 std::string end(pLine->substr(matchOff)); in completeReplace()
1749 core::Error Replacer::replaceRegexIgnoreCase(size_t matchOn, size_t matchOff, in replaceRegexIgnoreCase() argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/vendor/github.com/klauspost/compress/zstd/
H A Dseqdec.go101 var litLen, matchOff, matchLen int
103 litLen, matchOff, matchLen = s.nextFast(br, llState, mlState, ofState)
106 litLen, matchOff, matchLen = s.next(br, llState, mlState, ofState)
111 println("Seq", seqs-i-1, "Litlen:", litLen, "matchOff:", matchOff, "(abs) matchLen:", matchLen)
131 if matchOff > len(s.out)+len(hist)+litLen {
132 …return fmt.Errorf("match offset (%d) bigger than current history (%d)", matchOff, len(s.out)+len(h…
134 if matchOff == 0 && matchLen > 0 {
144 if v := matchOff - len(s.out); v > 0 {
151 matchOff -= v
160 start := len(s.out) - matchOff
/dports/security/vault/vault-1.8.2/vendor/github.com/klauspost/compress/zstd/
H A Dseqdec.go101 var litLen, matchOff, matchLen int
103 litLen, matchOff, matchLen = s.nextFast(br, llState, mlState, ofState)
106 litLen, matchOff, matchLen = s.next(br, llState, mlState, ofState)
111 println("Seq", seqs-i-1, "Litlen:", litLen, "matchOff:", matchOff, "(abs) matchLen:", matchLen)
131 if matchOff > len(s.out)+len(hist)+litLen {
132 …return fmt.Errorf("match offset (%d) bigger than current history (%d)", matchOff, len(s.out)+len(h…
134 if matchOff == 0 && matchLen > 0 {
144 if v := matchOff - len(s.out); v > 0 {
151 matchOff -= v
160 start := len(s.out) - matchOff
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/github.com/klauspost/compress/zstd/
H A Dseqdec.go101 var litLen, matchOff, matchLen int
103 litLen, matchOff, matchLen = s.nextFast(br, llState, mlState, ofState)
106 litLen, matchOff, matchLen = s.next(br, llState, mlState, ofState)
111 println("Seq", seqs-i-1, "Litlen:", litLen, "matchOff:", matchOff, "(abs) matchLen:", matchLen)
131 if matchOff > len(s.out)+len(hist)+litLen {
132 …return fmt.Errorf("match offset (%d) bigger than current history (%d)", matchOff, len(s.out)+len(h…
134 if matchOff == 0 && matchLen > 0 {
144 if v := matchOff - len(s.out); v > 0 {
151 matchOff -= v
160 start := len(s.out) - matchOff
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/klauspost/compress/zstd/
H A Dseqdec.go101 var litLen, matchOff, matchLen int
103 litLen, matchOff, matchLen = s.nextFast(br, llState, mlState, ofState)
106 litLen, matchOff, matchLen = s.next(br, llState, mlState, ofState)
111 println("Seq", seqs-i-1, "Litlen:", litLen, "matchOff:", matchOff, "(abs) matchLen:", matchLen)
131 if matchOff > len(s.out)+len(hist)+litLen {
132 …return fmt.Errorf("match offset (%d) bigger than current history (%d)", matchOff, len(s.out)+len(h…
134 if matchOff == 0 && matchLen > 0 {
144 if v := matchOff - len(s.out); v > 0 {
151 matchOff -= v
160 start := len(s.out) - matchOff
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/vendor/github.com/klauspost/compress/zstd/
H A Dseqdec.go101 var litLen, matchOff, matchLen int
103 litLen, matchOff, matchLen = s.nextFast(br, llState, mlState, ofState)
106 litLen, matchOff, matchLen = s.next(br, llState, mlState, ofState)
111 println("Seq", seqs-i-1, "Litlen:", litLen, "matchOff:", matchOff, "(abs) matchLen:", matchLen)
131 if matchOff > len(s.out)+len(hist)+litLen {
132 …return fmt.Errorf("match offset (%d) bigger than current history (%d)", matchOff, len(s.out)+len(h…
134 if matchOff == 0 && matchLen > 0 {
144 if v := matchOff - len(s.out); v > 0 {
151 matchOff -= v
160 start := len(s.out) - matchOff
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/vendor/github.com/klauspost/compress/zstd/
H A Dseqdec.go101 var litLen, matchOff, matchLen int
103 litLen, matchOff, matchLen = s.nextFast(br, llState, mlState, ofState)
106 litLen, matchOff, matchLen = s.next(br, llState, mlState, ofState)
111 println("Seq", seqs-i-1, "Litlen:", litLen, "matchOff:", matchOff, "(abs) matchLen:", matchLen)
131 if matchOff > len(s.out)+len(hist)+litLen {
132 …return fmt.Errorf("match offset (%d) bigger than current history (%d)", matchOff, len(s.out)+len(h…
134 if matchOff == 0 && matchLen > 0 {
144 if v := matchOff - len(s.out); v > 0 {
151 matchOff -= v
160 start := len(s.out) - matchOff
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/klauspost/compress/zstd/
H A Dseqdec.go101 var litLen, matchOff, matchLen int
103 litLen, matchOff, matchLen = s.nextFast(br, llState, mlState, ofState)
106 litLen, matchOff, matchLen = s.next(br, llState, mlState, ofState)
111 println("Seq", seqs-i-1, "Litlen:", litLen, "matchOff:", matchOff, "(abs) matchLen:", matchLen)
131 if matchOff > len(s.out)+len(hist)+litLen {
132 …return fmt.Errorf("match offset (%d) bigger than current history (%d)", matchOff, len(s.out)+len(h…
134 if matchOff == 0 && matchLen > 0 {
144 if v := matchOff - len(s.out); v > 0 {
151 matchOff -= v
160 start := len(s.out) - matchOff
/dports/www/filtron/filtron-93f8b22/vendor/github.com/klauspost/compress/zstd/
H A Dseqdec.go97 var litLen, matchOff, matchLen int
99 litLen, matchOff, matchLen = s.nextFast(br)
102 litLen, matchOff, matchLen = s.next(br)
107 println("Seq", seqs-i-1, "Litlen:", litLen, "matchOff:", matchOff, "(abs) matchLen:", matchLen)
127 if matchOff > len(s.out)+len(hist)+litLen {
128 …return fmt.Errorf("match offset (%d) bigger than current history (%d)", matchOff, len(s.out)+len(h…
130 if matchOff == 0 && matchLen > 0 {
140 if v := matchOff - len(s.out); v > 0 {
147 matchOff -= v
156 start := len(s.out) - matchOff
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/klauspost/compress/zstd/
H A Dseqdec.go97 var litLen, matchOff, matchLen int
99 litLen, matchOff, matchLen = s.nextFast(br)
102 litLen, matchOff, matchLen = s.next(br)
107 println("Seq", seqs-i-1, "Litlen:", litLen, "matchOff:", matchOff, "(abs) matchLen:", matchLen)
127 if matchOff > len(s.out)+len(hist)+litLen {
128 …return fmt.Errorf("match offset (%d) bigger than current history (%d)", matchOff, len(s.out)+len(h…
130 if matchOff == 0 && matchLen > 0 {
140 if v := matchOff - len(s.out); v > 0 {
147 matchOff -= v
156 start := len(s.out) - matchOff
/dports/www/morty/morty-0.2.0-12-gfe94d9a/vendor/github.com/klauspost/compress/zstd/
H A Dseqdec.go97 var litLen, matchOff, matchLen int
99 litLen, matchOff, matchLen = s.nextFast(br)
102 litLen, matchOff, matchLen = s.next(br)
107 println("Seq", seqs-i-1, "Litlen:", litLen, "matchOff:", matchOff, "(abs) matchLen:", matchLen)
127 if matchOff > len(s.out)+len(hist)+litLen {
128 …return fmt.Errorf("match offset (%d) bigger than current history (%d)", matchOff, len(s.out)+len(h…
130 if matchOff == 0 && matchLen > 0 {
140 if v := matchOff - len(s.out); v > 0 {
147 matchOff -= v
156 start := len(s.out) - matchOff
/dports/games/xboard/xboard-4.9.1/
H A Dmenus.c261 static Enables matchOff[] = { { "Mode.MachineMatch", False }, { NULL, False } }; in MatchProc() local
262 if(matchMode) SetMenuEnables(matchOff); in MatchProc()
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dmenus.c260 static Enables matchOff[] = { { "Mode.MachineMatch", False }, { NULL, False } }; in MatchProc() local
261 if(matchMode) SetMenuEnables(matchOff); in MatchProc()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/MIPS/IR/
H A DIRPassSimplify.cpp225 auto combineOpposite = [&](IROp matchOp, int matchOff, IROp replaceOp, int replaceOff) { in RemoveLoadStoreLeftRight() argument
231 if (inst.constant + matchOff != next.constant) in RemoveLoadStoreLeftRight()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/IR/
H A DIRPassSimplify.cpp225 auto combineOpposite = [&](IROp matchOp, int matchOff, IROp replaceOp, int replaceOff) { in RemoveLoadStoreLeftRight() argument
231 if (inst.constant + matchOff != next.constant) in RemoveLoadStoreLeftRight()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/MIPS/IR/
H A DIRPassSimplify.cpp225 auto combineOpposite = [&](IROp matchOp, int matchOff, IROp replaceOp, int replaceOff) { in RemoveLoadStoreLeftRight() argument
231 if (inst.constant + matchOff != next.constant) in RemoveLoadStoreLeftRight()