Home
last modified time | relevance | path

Searched refs:matchingBlocks (Results 1 – 25 of 240) sorted by relevance

12345678910

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/querier/
H A Dblocks_finder_bucket_index.go74 matchingBlocks = map[ulid.ULID]*bucketindex.Block{}
84 matchingBlocks[block.ID] = block
89 if _, ok := matchingBlocks[mark.ID]; !ok {
95 delete(matchingBlocks, mark.ID)
103 blocks := make(bucketindex.Blocks, 0, len(matchingBlocks))
104 for _, b := range matchingBlocks {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/querier/
H A Dblocks_finder_bucket_index.go74 matchingBlocks = map[ulid.ULID]*bucketindex.Block{}
84 matchingBlocks[block.ID] = block
89 if _, ok := matchingBlocks[mark.ID]; !ok {
95 delete(matchingBlocks, mark.ID)
103 blocks := make(bucketindex.Blocks, 0, len(matchingBlocks))
104 for _, b := range matchingBlocks {
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/vendor/php-diff/lib/Diff/
H A DSequenceMatcher.php129 $this->matchingBlocks = null;
149 $this->matchingBlocks = null;
348 if(!empty($this->matchingBlocks)) {
349 return $this->matchingBlocks;
364 $matchingBlocks = array();
370 $matchingBlocks[] = $x;
391 usort($matchingBlocks, array($this, 'tupleSort'));
397 foreach($matchingBlocks as $block) {
431 $this->matchingBlocks = $nonAdjacent;
432 return $this->matchingBlocks;
/dports/net-mgmt/icingaweb2-module-businessprocess/icingaweb2-module-businessprocess-2.2.0/library/vendor/php-diff/lib/Diff/
H A DSequenceMatcher.php129 $this->matchingBlocks = null;
149 $this->matchingBlocks = null;
348 if(!empty($this->matchingBlocks)) {
349 return $this->matchingBlocks;
364 $matchingBlocks = array();
370 $matchingBlocks[] = $x;
391 usort($matchingBlocks, array($this, 'tupleSort'));
397 foreach($matchingBlocks as $block) {
431 $this->matchingBlocks = $nonAdjacent;
432 return $this->matchingBlocks;
/dports/net/s5cmd/s5cmd-1.4.0/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go72 matchingBlocks []Match member
105 m.matchingBlocks = nil
116 m.matchingBlocks = nil
277 if m.matchingBlocks != nil {
278 return m.matchingBlocks
325 m.matchingBlocks = nonAdjacent
326 return m.matchingBlocks
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go72 matchingBlocks []Match member
105 m.matchingBlocks = nil
116 m.matchingBlocks = nil
277 if m.matchingBlocks != nil {
278 return m.matchingBlocks
325 m.matchingBlocks = nonAdjacent
326 return m.matchingBlocks
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go72 matchingBlocks []Match member
105 m.matchingBlocks = nil
116 m.matchingBlocks = nil
277 if m.matchingBlocks != nil {
278 return m.matchingBlocks
325 m.matchingBlocks = nonAdjacent
326 return m.matchingBlocks
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go72 matchingBlocks []Match member
105 m.matchingBlocks = nil
116 m.matchingBlocks = nil
277 if m.matchingBlocks != nil {
278 return m.matchingBlocks
325 m.matchingBlocks = nonAdjacent
326 return m.matchingBlocks
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/gotest.tools/internal/difflib/
H A Ddifflib.go72 matchingBlocks []Match member
105 m.matchingBlocks = nil
116 m.matchingBlocks = nil
277 if m.matchingBlocks != nil {
278 return m.matchingBlocks
325 m.matchingBlocks = nonAdjacent
326 return m.matchingBlocks
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/gotest.tools/internal/difflib/
H A Ddifflib.go72 matchingBlocks []Match member
105 m.matchingBlocks = nil
116 m.matchingBlocks = nil
277 if m.matchingBlocks != nil {
278 return m.matchingBlocks
325 m.matchingBlocks = nonAdjacent
326 return m.matchingBlocks
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/gotest.tools/internal/difflib/
H A Ddifflib.go72 matchingBlocks []Match member
105 m.matchingBlocks = nil
116 m.matchingBlocks = nil
277 if m.matchingBlocks != nil {
278 return m.matchingBlocks
325 m.matchingBlocks = nonAdjacent
326 return m.matchingBlocks
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go72 matchingBlocks []Match member
105 m.matchingBlocks = nil
116 m.matchingBlocks = nil
277 if m.matchingBlocks != nil {
278 return m.matchingBlocks
325 m.matchingBlocks = nonAdjacent
326 return m.matchingBlocks
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/gotest.tools/internal/difflib/
H A Ddifflib.go72 matchingBlocks []Match member
105 m.matchingBlocks = nil
116 m.matchingBlocks = nil
277 if m.matchingBlocks != nil {
278 return m.matchingBlocks
325 m.matchingBlocks = nonAdjacent
326 return m.matchingBlocks
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go72 matchingBlocks []Match member
105 m.matchingBlocks = nil
116 m.matchingBlocks = nil
277 if m.matchingBlocks != nil {
278 return m.matchingBlocks
325 m.matchingBlocks = nonAdjacent
326 return m.matchingBlocks
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/gotest.tools/internal/difflib/
H A Ddifflib.go70 matchingBlocks []Match member
102 m.matchingBlocks = nil
113 m.matchingBlocks = nil
274 if m.matchingBlocks != nil {
275 return m.matchingBlocks
322 m.matchingBlocks = nonAdjacent
323 return m.matchingBlocks
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/gotest.tools/internal/difflib/
H A Ddifflib.go70 matchingBlocks []Match member
102 m.matchingBlocks = nil
113 m.matchingBlocks = nil
274 if m.matchingBlocks != nil {
275 return m.matchingBlocks
322 m.matchingBlocks = nonAdjacent
323 return m.matchingBlocks
/dports/deskutils/dstask/dstask-0.24.1/vendor/gotest.tools/internal/difflib/
H A Ddifflib.go72 matchingBlocks []Match member
105 m.matchingBlocks = nil
116 m.matchingBlocks = nil
277 if m.matchingBlocks != nil {
278 return m.matchingBlocks
325 m.matchingBlocks = nonAdjacent
326 return m.matchingBlocks
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/gotest.tools/internal/difflib/
H A Ddifflib.go72 matchingBlocks []Match member
105 m.matchingBlocks = nil
116 m.matchingBlocks = nil
277 if m.matchingBlocks != nil {
278 return m.matchingBlocks
325 m.matchingBlocks = nonAdjacent
326 return m.matchingBlocks
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go72 matchingBlocks []Match member
105 m.matchingBlocks = nil
116 m.matchingBlocks = nil
277 if m.matchingBlocks != nil {
278 return m.matchingBlocks
325 m.matchingBlocks = nonAdjacent
326 return m.matchingBlocks
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go72 matchingBlocks []Match member
105 m.matchingBlocks = nil
116 m.matchingBlocks = nil
277 if m.matchingBlocks != nil {
278 return m.matchingBlocks
325 m.matchingBlocks = nonAdjacent
326 return m.matchingBlocks
/dports/security/gopass/gopass-1.13.0/vendor/gotest.tools/internal/difflib/
H A Ddifflib.go72 matchingBlocks []Match member
105 m.matchingBlocks = nil
116 m.matchingBlocks = nil
277 if m.matchingBlocks != nil {
278 return m.matchingBlocks
325 m.matchingBlocks = nonAdjacent
326 return m.matchingBlocks
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go72 matchingBlocks []Match member
105 m.matchingBlocks = nil
116 m.matchingBlocks = nil
277 if m.matchingBlocks != nil {
278 return m.matchingBlocks
325 m.matchingBlocks = nonAdjacent
326 return m.matchingBlocks
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go72 matchingBlocks []Match member
105 m.matchingBlocks = nil
116 m.matchingBlocks = nil
277 if m.matchingBlocks != nil {
278 return m.matchingBlocks
325 m.matchingBlocks = nonAdjacent
326 return m.matchingBlocks
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go72 matchingBlocks []Match member
105 m.matchingBlocks = nil
116 m.matchingBlocks = nil
277 if m.matchingBlocks != nil {
278 return m.matchingBlocks
325 m.matchingBlocks = nonAdjacent
326 return m.matchingBlocks
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go72 matchingBlocks []Match member
105 m.matchingBlocks = nil
116 m.matchingBlocks = nil
277 if m.matchingBlocks != nil {
278 return m.matchingBlocks
325 m.matchingBlocks = nonAdjacent
326 return m.matchingBlocks

12345678910