Home
last modified time | relevance | path

Searched defs:Collection (Results 51 – 75 of 3001) sorted by relevance

12345678910>>...121

/dports/sysutils/istio/istio-1.6.7/pkg/test/conformance/constraint/
H A Dcollection.go20 type Collection struct { struct
21 Name string `json:"collection"`
22 Check []Range `json:"check"`
28 func (c *Collection) UnmarshalJSON(b []byte) error {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/mongo/
H A Dcrud_spec_test.go51 Collection *collection member
229 func bulkWriteTest(t *testing.T, coll *Collection, test *testCase) {
402 func countTest(t *testing.T, coll *Collection, test *testCase) {
417 func deleteManyTest(t *testing.T, coll *Collection, test *testCase) {
428 func deleteOneTest(t *testing.T, coll *Collection, test *testCase) {
441 func distinctTest(t *testing.T, coll *Collection, test *testCase) {
450 func findTest(t *testing.T, coll *Collection, test *testCase) {
488 func insertManyTest(t *testing.T, coll *Collection, test *testCase) {
499 func insertOneTest(t *testing.T, coll *Collection, test *testCase) {
510 func replaceOneTest(t *testing.T, coll *Collection, test *testCase) {
[all …]
H A Dcrud_util_test.go50 func addCollectionOptions(c *Collection, opts map[string]interface{}) {
63 func executeCount(sess *sessionImpl, coll *Collection, args map[string]interface{}) (int64, error) {
90 func executeCountDocuments(sess *sessionImpl, coll *Collection, args map[string]interface{}) (int64…
117 func executeDistinct(sess *sessionImpl, coll *Collection, args map[string]interface{}) ([]interface…
187 func executeFind(sess *sessionImpl, coll *Collection, args map[string]interface{}) (*Cursor, error)…
217 func executeFindOneAndDelete(sess *sessionImpl, coll *Collection, args map[string]interface{}) *Sin…
243 func executeFindOneAndUpdate(sess *sessionImpl, coll *Collection, args map[string]interface{}) *Sin…
293 func executeFindOneAndReplace(sess *sessionImpl, coll *Collection, args map[string]interface{}) *Si…
339 func executeDeleteOne(sess *sessionImpl, coll *Collection, args map[string]interface{}) (*DeleteRes…
518 func executeAggregate(sess *sessionImpl, coll *Collection, args map[string]interface{}) (*Cursor, e…
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/rustsec/src/
H A Dcollection.rs12 pub enum Collection { enum
20 impl Collection { implementation
35 impl fmt::Display for Collection { implementation
41 impl FromStr for Collection { implementation
53 impl<'de> Deserialize<'de> for Collection { implementation
61 impl Serialize for Collection { implementation
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/rustsec-0.23.3/src/
H A Dcollection.rs12 pub enum Collection { enum
20 impl Collection { impl
35 impl fmt::Display for Collection { implementation
41 impl FromStr for Collection { implementation
53 impl<'de> Deserialize<'de> for Collection { implementation
61 impl Serialize for Collection { implementation
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gocloud.dev/docstore/drivertest/
H A Ddriverbenchmark.go28 func RunBenchmarks(b *testing.B, coll *docstore.Collection) {
46 func benchmarkSingleActionPut(n int, b *testing.B, coll *docstore.Collection) {
65 func benchmarkSingleActionGet(n int, b *testing.B, coll *docstore.Collection) {
91 func benchmarkActionListPut(n int, b *testing.B, coll *docstore.Collection) {
112 func benchmarkActionListGet(n int, b *testing.B, coll *docstore.Collection) {
/dports/www/gohugo/hugo-0.91.2/vendor/gocloud.dev/docstore/drivertest/
H A Ddriverbenchmark.go28 func RunBenchmarks(b *testing.B, coll *docstore.Collection) {
46 func benchmarkSingleActionPut(n int, b *testing.B, coll *docstore.Collection) {
65 func benchmarkSingleActionGet(n int, b *testing.B, coll *docstore.Collection) {
91 func benchmarkActionListPut(n int, b *testing.B, coll *docstore.Collection) {
112 func benchmarkActionListGet(n int, b *testing.B, coll *docstore.Collection) {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/gocloud.dev/docstore/drivertest/
H A Ddriverbenchmark.go28 func RunBenchmarks(b *testing.B, coll *docstore.Collection) {
46 func benchmarkSingleActionPut(n int, b *testing.B, coll *docstore.Collection) {
65 func benchmarkSingleActionGet(n int, b *testing.B, coll *docstore.Collection) {
91 func benchmarkActionListPut(n int, b *testing.B, coll *docstore.Collection) {
112 func benchmarkActionListGet(n int, b *testing.B, coll *docstore.Collection) {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/gocloud.dev/go-cloud-5094f54ed8bb/docstore/drivertest/
H A Ddriverbenchmark.go28 func RunBenchmarks(b *testing.B, coll *docstore.Collection) {
46 func benchmarkSingleActionPut(n int, b *testing.B, coll *docstore.Collection) {
65 func benchmarkSingleActionGet(n int, b *testing.B, coll *docstore.Collection) {
91 func benchmarkActionListPut(n int, b *testing.B, coll *docstore.Collection) {
112 func benchmarkActionListGet(n int, b *testing.B, coll *docstore.Collection) {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/cilium/ebpf/
H A Dcollection.go131 type Collection struct { struct
132 Programs map[string]*Program
133 Maps map[string]*Map
265 func (coll *Collection) Close() {
279 func (coll *Collection) DetachMap(name string) *Map {
290 func (coll *Collection) DetachProgram(name string) *Program {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/cilium/ebpf/
H A Dcollection.go131 type Collection struct { struct
132 Programs map[string]*Program
133 Maps map[string]*Map
265 func (coll *Collection) Close() {
279 func (coll *Collection) DetachMap(name string) *Map {
290 func (coll *Collection) DetachProgram(name string) *Program {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/cilium/ebpf/
H A Dcollection.go131 type Collection struct { struct
132 Programs map[string]*Program
133 Maps map[string]*Map
265 func (coll *Collection) Close() {
279 func (coll *Collection) DetachMap(name string) *Map {
290 func (coll *Collection) DetachProgram(name string) *Program {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/cilium/ebpf/
H A Dcollection.go131 type Collection struct { struct
132 Programs map[string]*Program
133 Maps map[string]*Map
265 func (coll *Collection) Close() {
279 func (coll *Collection) DetachMap(name string) *Map {
290 func (coll *Collection) DetachProgram(name string) *Program {
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/cilium/ebpf/
H A Dcollection.go131 type Collection struct { struct
132 Programs map[string]*Program
133 Maps map[string]*Map
265 func (coll *Collection) Close() {
279 func (coll *Collection) DetachMap(name string) *Map {
290 func (coll *Collection) DetachProgram(name string) *Program {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/cilium/ebpf/
H A Dcollection.go131 type Collection struct { struct
132 Programs map[string]*Program
133 Maps map[string]*Map
265 func (coll *Collection) Close() {
279 func (coll *Collection) DetachMap(name string) *Map {
290 func (coll *Collection) DetachProgram(name string) *Program {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/github.com/cilium/ebpf/
H A Dcollection.go131 type Collection struct { struct
132 Programs map[string]*Program
133 Maps map[string]*Map
265 func (coll *Collection) Close() {
279 func (coll *Collection) DetachMap(name string) *Map {
290 func (coll *Collection) DetachProgram(name string) *Program {
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Utils/
H A DSingleton.hs36 instance Collection a [a] where fromList = id function
37 instance Collection a ([a] -> [a]) where fromList = (++) function
38 instance Collection a (Endo [a]) where fromList = Endo . fromList function
39 instance Collection a (Seq a) where fromList = Seq.fromList function
40 instance Collection Int IntSet where fromList = IntSet.fromList function
41 instance Collection (Int,a) (IntMap a) where fromList = IntMap.fromList function
44 Collection a (Set a) where fromList = Set.fromList function
47 Collection (k, a) (Map k a) where fromList = Map.fromList function
50 Collection a (HashSet a) where fromList = HashSet.fromList function
53 Collection (k, a) (HashMap k a) where fromList = HashMap.fromList function
/dports/audio/cantata/cantata-2.4.2/gui/
H A Dserversettings.h37 struct Collection { struct
39 : details(d), namingOpts(n) { } in details()
40 MPDConnectionDetails details;
41 DeviceOptions namingOpts;
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/opencontainers/runc/vendor/github.com/cilium/ebpf/
H A Dcollection.go195 type Collection struct { struct
196 Programs map[string]*Program
197 Maps map[string]*Map
329 func (coll *Collection) Close() {
343 func (coll *Collection) DetachMap(name string) *Map {
354 func (coll *Collection) DetachProgram(name string) *Program {
374 func (coll *Collection) Assign(to interface{}) error {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/github.com/cilium/ebpf/
H A Dcollection.go195 type Collection struct { struct
196 Programs map[string]*Program
197 Maps map[string]*Map
329 func (coll *Collection) Close() {
343 func (coll *Collection) DetachMap(name string) *Map {
354 func (coll *Collection) DetachProgram(name string) *Program {
374 func (coll *Collection) Assign(to interface{}) error {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/cilium/ebpf/
H A Dcollection.go195 type Collection struct { struct
196 Programs map[string]*Program
197 Maps map[string]*Map
329 func (coll *Collection) Close() {
343 func (coll *Collection) DetachMap(name string) *Map {
354 func (coll *Collection) DetachProgram(name string) *Program {
374 func (coll *Collection) Assign(to interface{}) error {
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/cilium/ebpf/
H A Dcollection.go195 type Collection struct { struct
196 Programs map[string]*Program
197 Maps map[string]*Map
329 func (coll *Collection) Close() {
343 func (coll *Collection) DetachMap(name string) *Map {
354 func (coll *Collection) DetachProgram(name string) *Program {
374 func (coll *Collection) Assign(to interface{}) error {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/cilium/ebpf/
H A Dcollection.go236 type Collection struct { struct
237 Programs map[string]*Program
238 Maps map[string]*Map
411 func (coll *Collection) Close() {
425 func (coll *Collection) DetachMap(name string) *Map {
436 func (coll *Collection) DetachProgram(name string) *Program {
446 func (coll *Collection) Assign(to interface{}) error {
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/
H A DCollection.c115 PHP_METHOD(Collection, type) in PHP_METHOD() argument
122 PHP_METHOD(Collection, values) in PHP_METHOD() argument
132 PHP_METHOD(Collection, add) in PHP_METHOD() argument
170 PHP_METHOD(Collection, get) in PHP_METHOD() argument
187 PHP_METHOD(Collection, find) in PHP_METHOD() argument
204 PHP_METHOD(Collection, count) in PHP_METHOD() argument
224 PHP_METHOD(Collection, key) in PHP_METHOD() argument
235 PHP_METHOD(Collection, next) in PHP_METHOD() argument
243 PHP_METHOD(Collection, valid) in PHP_METHOD() argument
251 PHP_METHOD(Collection, rewind) in PHP_METHOD() argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/
H A Dissue-23958.rs2 trait Collection where for<'a> &'a Self: IntoIterator { trait
8 impl<T> Collection for [T] { } impl

12345678910>>...121