Home
last modified time | relevance | path

Searched refs:rangeList (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/dports/biology/jalview/jalview/src/jalview/datamodel/
H A DRangeIterator.java48 RangeIterator(List<int[]> rangeList) in RangeIterator() argument
50 if (!rangeList.isEmpty()) in RangeIterator()
52 int last = rangeList.get(rangeList.size() - 1)[1]; in RangeIterator()
53 init(0, last, rangeList); in RangeIterator()
57 init(0, 0, rangeList); in RangeIterator()
72 List<int[]> rangeList) in RangeIterator() argument
86 List<int[]> rangeList) in init() argument
91 if (rangeList != null) in init()
97 while ((i < rangeList.size()) && (rangeList.get(i)[1] < start)) in init()
104 while (i < rangeList.size() && (rangeList.get(i)[0] <= end)) in init()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/util/
H A Drangelist.cpp49 QString stringifyRangeList(const QList<int>& rangeList) { in stringifyRangeList() argument
50 DEBUG_ASSERT(std::is_sorted(rangeList.cbegin(), rangeList.cend())); in stringifyRangeList()
51 DEBUG_ASSERT([&rangeList]() { in stringifyRangeList()
55 auto first_duplicate = std::adjacent_find(rangeList.cbegin(), rangeList.cend()); in stringifyRangeList()
56 return first_duplicate == rangeList.cend(); in stringifyRangeList()
58 DEBUG_ASSERT(std::all_of(rangeList.cbegin(), rangeList.cend(), [](int val) { in stringifyRangeList()
64 for (int i = 0; i < rangeList.size();) { in stringifyRangeList()
66 int rangeStartValue = rangeList.at(i); in stringifyRangeList()
68 while (i < rangeList.size() && rangeList.at(i) == rangeStartValue + (i - rangeStartIndex)) { in stringifyRangeList()
82 stringifiedRangeList += kGroupSeparator + QString::number(rangeList.at(rangeEndIndex)); in stringifyRangeList()
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDriversDisabled/engine_osgterrain/
H A DLODFactorCallback.cpp44 const osg::LOD::RangeList& rangeList = lod->getRangeList(); in operator ()() local
58 for (osg::LOD::RangeList::const_iterator itr = rangeList.begin(), end = rangeList.end(); in operator ()()
67 if (!rangeList.empty() && rangeList[0].first <= requiredRange in operator ()()
68 && requiredRange < rangeList[0].second) in operator ()()
70 rangeFactor = 1.0f - (requiredRange - rangeList[0].first) / rangeList[0].first; in operator ()()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDriversDisabled/engine_quadtree/
H A DLODFactorCallback.cpp43 const osg::LOD::RangeList& rangeList = lod->getRangeList(); in operator ()() local
57 for (osg::LOD::RangeList::const_iterator itr = rangeList.begin(), end = rangeList.end(); in operator ()()
66 if (!rangeList.empty() && rangeList[0].first <= requiredRange in operator ()()
67 && requiredRange < rangeList[0].second) in operator ()()
69 rangeFactor = 1.0f - (requiredRange - rangeList[0].first) / rangeList[0].first; in operator ()()
/dports/mail/cone/cone-1.1/libmail/
H A Dsmapmsgrange.C39 std::list< std::pair<size_t, size_t> > rangeList; in getNextRange() local
50 if (!rangeList.empty()) in getNextRange()
53 p= --rangeList.end(); in getNextRange()
67 rangeList.insert(rangeList.end(), std::make_pair(i, i)); in getNextRange()
70 if (rangeList.empty()) in getNextRange()
73 while (!rangeList.empty()) in getNextRange()
76 b=rangeList.begin(); in getNextRange()
79 rangeList.pop_front(); in getNextRange()
/dports/biology/jalview/jalview/src/jalview/ext/rbvi/chimera/
H A DAtomSpecModel.java125 List<int[]> rangeList = modelData.get(chain); in getAtomSpec() local
130 Collections.sort(rangeList, IntRangeComparator.ASCENDING); in getAtomSpec()
132 int start = rangeList.isEmpty() ? 0 : rangeList.get(0)[0]; in getAtomSpec()
133 int end = rangeList.isEmpty() ? 0 : rangeList.get(0)[1]; in getAtomSpec()
135 Iterator<int[]> iterator = rangeList.iterator(); in getAtomSpec()
163 if (!rangeList.isEmpty()) in getAtomSpec()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/pkg/idtools/
H A Didtools.go162 var rangeList ranges
166 return rangeList, err
173 return rangeList, err
182 …return rangeList, fmt.Errorf("Cannot parse subuid/gid information: Format not correct for %s file"…
187 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
191 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
193 rangeList = append(rangeList, subIDRange{startid, length})
196 return rangeList, nil
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/
H A DMultiRowRangeFilter.java56 private List<RowRange> rangeList; field in MultiRowRangeFilter
73 this.rangeList = sortAndMerge(list); in MultiRowRangeFilter()
82 return this.rangeList; in getRowRanges()
95 if (index >= rangeList.size()) { in filterRowKey()
101 range = rangeList.get(index); in filterRowKey()
103 range = rangeList.get(0); in filterRowKey()
145 for (RowRange range : rangeList) { in toByteArray()
181 rangeList.add(range); in parseFrom()
184 return new MultiRowRangeFilter(rangeList); in parseFrom()
202 if (this.rangeList.size() != other.rangeList.size()) in areSerializedFieldsEqual()
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/pkg/idtools/
H A Didtools_unix.go264 rangeList, err := parseSubuid(strconv.Itoa(usr.Uid))
268 if len(rangeList) == 0 {
269 rangeList, err = parseSubuid(usr.Name)
274 if len(rangeList) == 0 {
277 return createIDMap(rangeList), nil
281 rangeList, err := parseSubgid(strconv.Itoa(usr.Uid))
285 if len(rangeList) == 0 {
286 rangeList, err = parseSubgid(usr.Name)
291 if len(rangeList) == 0 {
294 return createIDMap(rangeList), nil
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/pkg/idtools/
H A Didtools_unix.go264 rangeList, err := parseSubuid(strconv.Itoa(usr.Uid))
268 if len(rangeList) == 0 {
269 rangeList, err = parseSubuid(usr.Name)
274 if len(rangeList) == 0 {
277 return createIDMap(rangeList), nil
281 rangeList, err := parseSubgid(strconv.Itoa(usr.Uid))
285 if len(rangeList) == 0 {
286 rangeList, err = parseSubgid(usr.Name)
291 if len(rangeList) == 0 {
294 return createIDMap(rangeList), nil
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/pkg/idtools/
H A Didtools_unix.go264 rangeList, err := parseSubuid(strconv.Itoa(usr.Uid))
268 if len(rangeList) == 0 {
269 rangeList, err = parseSubuid(usr.Name)
274 if len(rangeList) == 0 {
277 return createIDMap(rangeList), nil
281 rangeList, err := parseSubgid(strconv.Itoa(usr.Uid))
285 if len(rangeList) == 0 {
286 rangeList, err = parseSubgid(usr.Name)
291 if len(rangeList) == 0 {
294 return createIDMap(rangeList), nil
/dports/net/traefik/traefik-2.6.1/vendor/github.com/docker/docker/pkg/idtools/
H A Didtools_unix.go264 rangeList, err := parseSubuid(strconv.Itoa(usr.Uid))
268 if len(rangeList) == 0 {
269 rangeList, err = parseSubuid(usr.Name)
274 if len(rangeList) == 0 {
277 return createIDMap(rangeList), nil
281 rangeList, err := parseSubgid(strconv.Itoa(usr.Uid))
285 if len(rangeList) == 0 {
286 rangeList, err = parseSubgid(usr.Name)
291 if len(rangeList) == 0 {
294 return createIDMap(rangeList), nil
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/ory-am/dockertest.v3/docker/pkg/idtools/
H A Didtools.go231 var rangeList ranges
235 return rangeList, err
242 return rangeList, err
251 …return rangeList, fmt.Errorf("Cannot parse subuid/gid information: Format not correct for %s file"…
256 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
260 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
262 rangeList = append(rangeList, subIDRange{startid, length})
265 return rangeList, nil
/dports/security/vault/vault-1.8.2/vendor/github.com/ory/dockertest/docker/pkg/idtools/
H A Didtools.go231 var rangeList ranges
235 return rangeList, err
242 return rangeList, err
251 …return rangeList, fmt.Errorf("Cannot parse subuid/gid information: Format not correct for %s file"…
256 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
260 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
262 rangeList = append(rangeList, subIDRange{startid, length})
265 return rangeList, nil
/dports/security/vault/vault-1.8.2/vendor/github.com/ory/dockertest/v3/docker/pkg/idtools/
H A Didtools.go231 var rangeList ranges
235 return rangeList, err
242 return rangeList, err
251 …return rangeList, fmt.Errorf("Cannot parse subuid/gid information: Format not correct for %s file"…
256 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
260 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
262 rangeList = append(rangeList, subIDRange{startid, length})
265 return rangeList, nil
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/ory/dockertest/docker/pkg/idtools/
H A Didtools.go231 var rangeList ranges
235 return rangeList, err
242 return rangeList, err
251 …return rangeList, fmt.Errorf("Cannot parse subuid/gid information: Format not correct for %s file"…
256 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
260 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
262 rangeList = append(rangeList, subIDRange{startid, length})
265 return rangeList, nil
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/pkg/idtools/
H A Didtools.go229 var rangeList ranges
233 return rangeList, err
240 return rangeList, err
249 …return rangeList, fmt.Errorf("Cannot parse subuid/gid information: Format not correct for %s file"…
254 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
258 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
260 rangeList = append(rangeList, subIDRange{startid, length})
263 return rangeList, nil
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-kerberos/vendor/github.com/ory/dockertest/docker/pkg/idtools/
H A Didtools.go231 var rangeList ranges
235 return rangeList, err
242 return rangeList, err
251 …return rangeList, fmt.Errorf("Cannot parse subuid/gid information: Format not correct for %s file"…
256 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
260 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
262 rangeList = append(rangeList, subIDRange{startid, length})
265 return rangeList, nil
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-elasticsearch/vendor/github.com/ory/dockertest/docker/pkg/idtools/
H A Didtools.go231 var rangeList ranges
235 return rangeList, err
242 return rangeList, err
251 …return rangeList, fmt.Errorf("Cannot parse subuid/gid information: Format not correct for %s file"…
256 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
260 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
262 rangeList = append(rangeList, subIDRange{startid, length})
265 return rangeList, nil
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/ory/dockertest/docker/pkg/idtools/
H A Didtools.go231 var rangeList ranges
235 return rangeList, err
242 return rangeList, err
251 …return rangeList, fmt.Errorf("Cannot parse subuid/gid information: Format not correct for %s file"…
256 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
260 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
262 rangeList = append(rangeList, subIDRange{startid, length})
265 return rangeList, nil
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/pkg/idtools/
H A Didtools.go232 var rangeList ranges
236 return rangeList, err
243 return rangeList, err
252 …return rangeList, fmt.Errorf("Cannot parse subuid/gid information: Format not correct for %s file"…
257 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
261 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
263 rangeList = append(rangeList, subIDRange{startid, length})
266 return rangeList, nil
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/pkg/idtools/
H A Didtools.go232 var rangeList ranges
236 return rangeList, err
243 return rangeList, err
252 …return rangeList, fmt.Errorf("Cannot parse subuid/gid information: Format not correct for %s file"…
257 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
261 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
263 rangeList = append(rangeList, subIDRange{startid, length})
266 return rangeList, nil
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/ory/dockertest/docker/pkg/idtools/
H A Didtools.go231 var rangeList ranges
235 return rangeList, err
242 return rangeList, err
251 …return rangeList, fmt.Errorf("Cannot parse subuid/gid information: Format not correct for %s file"…
256 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
260 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
262 rangeList = append(rangeList, subIDRange{startid, length})
265 return rangeList, nil
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/ory/dockertest/docker/pkg/idtools/
H A Didtools.go231 var rangeList ranges
235 return rangeList, err
242 return rangeList, err
251 …return rangeList, fmt.Errorf("Cannot parse subuid/gid information: Format not correct for %s file"…
256 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
260 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
262 rangeList = append(rangeList, subIDRange{startid, length})
265 return rangeList, nil
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/ory/dockertest/docker/pkg/idtools/
H A Didtools.go231 var rangeList ranges
235 return rangeList, err
242 return rangeList, err
251 …return rangeList, fmt.Errorf("Cannot parse subuid/gid information: Format not correct for %s file"…
256 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
260 …return rangeList, fmt.Errorf("String to int conversion failed during subuid/gid parsing of %s: %v"…
262 rangeList = append(rangeList, subIDRange{startid, length})
265 return rangeList, nil

12345678910>>...16