Home
last modified time | relevance | path

Searched refs:byValue (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/dports/net/p5-perl-ldap/perl-ldap-0.68/lib/Net/LDAP/Control/
H A DVLV.pm30 $asn->{byValue} = $self->{assert};
65 if (exists $self->{asn}{byValue}) {
66 delete $self->{asn}{byValue};
81 return $self->{asn}{byValue} = shift;
83 exists $self->{asn}{byValue}
84 ? $self->{asn}{byValue}
110 delete $asn->{byValue};
119 if (exists $self->{asn}{byValue}) {
120 delete $self->{asn}{byValue};
/dports/comms/limesuite/LimeSuite-20.10.0/src/ConnectionEVB7COM/
H A DConnectionEVB7COMEntry.cpp72 TCHAR* byValue = new TCHAR[dwMaxValueDataSizeInBytes]; in FindAllComPorts() local
73 if (szValueName && byValue) in FindAllComPorts()
81 memset(byValue, 0, dwMaxValueDataSizeInBytes); in FindAllComPorts()
82 …(hSERIALCOMM, dwIndex, szValueName, &dwValueNameSize, NULL, &dwType, (LPBYTE)byValue, &dwDataSize); in FindAllComPorts()
89 TCHAR* szPort = byValue; in FindAllComPorts()
116 memset(byValue, 0, dwMaxValueDataSizeInBytes); in FindAllComPorts()
118 …(hSERIALCOMM, dwIndex, szValueName, &dwValueNameSize, NULL, &dwType, (LPBYTE)byValue, &dwDataSize); in FindAllComPorts()
122 delete byValue; in FindAllComPorts()
/dports/comms/limesuite/LimeSuite-20.10.0/src/ConnectionSTREAM_UNITE/
H A DConnectionSTREAM_UNITEEntry.cpp51 TCHAR* byValue = new TCHAR[dwMaxValueDataSizeInBytes]; in FindAllComPorts() local
52 if (szValueName && byValue) in FindAllComPorts()
60 memset(byValue, 0, dwMaxValueDataSizeInBytes); in FindAllComPorts()
61 …(hSERIALCOMM, dwIndex, szValueName, &dwValueNameSize, NULL, &dwType, (LPBYTE)byValue, &dwDataSize); in FindAllComPorts()
68 TCHAR* szPort = byValue; in FindAllComPorts()
95 memset(byValue, 0, dwMaxValueDataSizeInBytes); in FindAllComPorts()
97 …(hSERIALCOMM, dwIndex, szValueName, &dwValueNameSize, NULL, &dwType, (LPBYTE)byValue, &dwDataSize); in FindAllComPorts()
101 delete byValue; in FindAllComPorts()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DCounter.java152 Comparator<T> byValue; field in Counter.EntryComparator
154 public EntryComparator(boolean ascending, Comparator<T> byValue) { in EntryComparator() argument
156 this.byValue = byValue; in EntryComparator()
163 if (byValue != null) { in compare()
164 return byValue.compare(o1.value, o2.value); in compare()
174 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { in getKeysetSortedByCount() argument
175 Set<Entry<T>> count_key = new TreeSet<>(new EntryComparator<>(ascending, byValue)); in getKeysetSortedByCount()
187 public Set<Row.R2<Long, T>> getEntrySetSortedByCount(boolean ascending, Comparator<T> byValue) { in getEntrySetSortedByCount() argument
188 Set<Entry<T>> count_key = new TreeSet<>(new EntryComparator<>(ascending, byValue)); in getEntrySetSortedByCount()
H A DCounter2.java108 Comparator<T> byValue; field in Counter2.EntryComparator
110 public EntryComparator(boolean ascending, Comparator<T> byValue) { in EntryComparator() argument
112 this.byValue = byValue; in EntryComparator()
121 if (byValue != null) { in compare()
122 return byValue.compare(o1.value, o2.value); in compare()
132 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { in getKeysetSortedByCount() argument
133 Set<Entry<T>> count_key = new TreeSet<>(new EntryComparator<>(ascending, byValue)); in getKeysetSortedByCount()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/registry/api/errcode/
H A Dregister.go104 type byValue []ErrorDescriptor type
106 func (a byValue) Len() int { return len(a) }
107 func (a byValue) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
108 func (a byValue) Less(i, j int) bool { return a[i].Value < a[j].Value }
124 sort.Sort(byValue(desc))
136 sort.Sort(byValue(result))
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/docker/distribution/registry/api/errcode/
H A Dregister.go104 type byValue []ErrorDescriptor type
106 func (a byValue) Len() int { return len(a) }
107 func (a byValue) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
108 func (a byValue) Less(i, j int) bool { return a[i].Value < a[j].Value }
124 sort.Sort(byValue(desc))
136 sort.Sort(byValue(result))
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/registry/api/errcode/
H A Dregister.go104 type byValue []ErrorDescriptor type
106 func (a byValue) Len() int { return len(a) }
107 func (a byValue) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
108 func (a byValue) Less(i, j int) bool { return a[i].Value < a[j].Value }
124 sort.Sort(byValue(desc))
136 sort.Sort(byValue(result))
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/containerd/containerd/remotes/docker/
H A Derrdesc.go120 type byValue []ErrorDescriptor type
122 func (a byValue) Len() int { return len(a) }
123 func (a byValue) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
124 func (a byValue) Less(i, j int) bool { return a[i].Value < a[j].Value }
140 sort.Sort(byValue(desc))
152 sort.Sort(byValue(result))
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/registry/api/errcode/
H A Dregister.go104 type byValue []ErrorDescriptor type
106 func (a byValue) Len() int { return len(a) }
107 func (a byValue) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
108 func (a byValue) Less(i, j int) bool { return a[i].Value < a[j].Value }
124 sort.Sort(byValue(desc))
136 sort.Sort(byValue(result))
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/remotes/docker/
H A Derrdesc.go120 type byValue []ErrorDescriptor type
122 func (a byValue) Len() int { return len(a) }
123 func (a byValue) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
124 func (a byValue) Less(i, j int) bool { return a[i].Value < a[j].Value }
140 sort.Sort(byValue(desc))
152 sort.Sort(byValue(result))
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/github.com/docker/distribution/registry/api/errcode/
H A Dregister.go104 type byValue []ErrorDescriptor type
106 func (a byValue) Len() int { return len(a) }
107 func (a byValue) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
108 func (a byValue) Less(i, j int) bool { return a[i].Value < a[j].Value }
124 sort.Sort(byValue(desc))
136 sort.Sort(byValue(result))
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/docker/distribution/registry/api/errcode/
H A Dregister.go104 type byValue []ErrorDescriptor type
106 func (a byValue) Len() int { return len(a) }
107 func (a byValue) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
108 func (a byValue) Less(i, j int) bool { return a[i].Value < a[j].Value }
124 sort.Sort(byValue(desc))
136 sort.Sort(byValue(result))
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-terraform/vendor/github.com/docker/distribution/registry/api/errcode/
H A Dregister.go104 type byValue []ErrorDescriptor type
106 func (a byValue) Len() int { return len(a) }
107 func (a byValue) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
108 func (a byValue) Less(i, j int) bool { return a[i].Value < a[j].Value }
124 sort.Sort(byValue(desc))
136 sort.Sort(byValue(result))
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/registry/api/errcode/
H A Dregister.go104 type byValue []ErrorDescriptor type
106 func (a byValue) Len() int { return len(a) }
107 func (a byValue) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
108 func (a byValue) Less(i, j int) bool { return a[i].Value < a[j].Value }
124 sort.Sort(byValue(desc))
136 sort.Sort(byValue(result))
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/docker/distribution/registry/api/errcode/
H A Dregister.go104 type byValue []ErrorDescriptor type
106 func (a byValue) Len() int { return len(a) }
107 func (a byValue) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
108 func (a byValue) Less(i, j int) bool { return a[i].Value < a[j].Value }
124 sort.Sort(byValue(desc))
136 sort.Sort(byValue(result))
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/remotes/docker/
H A Derrdesc.go120 type byValue []ErrorDescriptor type
122 func (a byValue) Len() int { return len(a) }
123 func (a byValue) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
124 func (a byValue) Less(i, j int) bool { return a[i].Value < a[j].Value }
140 sort.Sort(byValue(desc))
152 sort.Sort(byValue(result))
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/docker/distribution/registry/api/errcode/
H A Dregister.go104 type byValue []ErrorDescriptor type
106 func (a byValue) Len() int { return len(a) }
107 func (a byValue) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
108 func (a byValue) Less(i, j int) bool { return a[i].Value < a[j].Value }
124 sort.Sort(byValue(desc))
136 sort.Sort(byValue(result))
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/docker/distribution/registry/api/errcode/
H A Dregister.go104 type byValue []ErrorDescriptor type
106 func (a byValue) Len() int { return len(a) }
107 func (a byValue) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
108 func (a byValue) Less(i, j int) bool { return a[i].Value < a[j].Value }
124 sort.Sort(byValue(desc))
136 sort.Sort(byValue(result))
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/docker/distribution/registry/api/errcode/
H A Dregister.go104 type byValue []ErrorDescriptor type
106 func (a byValue) Len() int { return len(a) }
107 func (a byValue) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
108 func (a byValue) Less(i, j int) bool { return a[i].Value < a[j].Value }
124 sort.Sort(byValue(desc))
136 sort.Sort(byValue(result))
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/registry/api/errcode/
H A Dregister.go104 type byValue []ErrorDescriptor type
106 func (a byValue) Len() int { return len(a) }
107 func (a byValue) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
108 func (a byValue) Less(i, j int) bool { return a[i].Value < a[j].Value }
124 sort.Sort(byValue(desc))
136 sort.Sort(byValue(result))
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/docker/distribution/registry/api/errcode/
H A Dregister.go104 type byValue []ErrorDescriptor type
106 func (a byValue) Len() int { return len(a) }
107 func (a byValue) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
108 func (a byValue) Less(i, j int) bool { return a[i].Value < a[j].Value }
124 sort.Sort(byValue(desc))
136 sort.Sort(byValue(result))
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/docker/distribution/registry/api/errcode/
H A Dregister.go104 type byValue []ErrorDescriptor type
106 func (a byValue) Len() int { return len(a) }
107 func (a byValue) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
108 func (a byValue) Less(i, j int) bool { return a[i].Value < a[j].Value }
124 sort.Sort(byValue(desc))
136 sort.Sort(byValue(result))
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/remotes/docker/
H A Derrdesc.go120 type byValue []ErrorDescriptor type
122 func (a byValue) Len() int { return len(a) }
123 func (a byValue) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
124 func (a byValue) Less(i, j int) bool { return a[i].Value < a[j].Value }
140 sort.Sort(byValue(desc))
152 sort.Sort(byValue(result))
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/remotes/docker/
H A Derrdesc.go120 type byValue []ErrorDescriptor type
122 func (a byValue) Len() int { return len(a) }
123 func (a byValue) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
124 func (a byValue) Less(i, j int) bool { return a[i].Value < a[j].Value }
140 sort.Sort(byValue(desc))
152 sort.Sort(byValue(result))

12345678910>>...12