Home
last modified time | relevance | path

Searched defs:CollectionInfo (Results 1 – 25 of 57) sorted by relevance

123

/dports/deskutils/kmail/kmail-21.12.3/src/historyswitchfolder/
H A Dcollectionswitchermodel.h21 struct CollectionInfo { struct
22 CollectionInfo(){}; in CollectionInfo() argument
23 CollectionInfo(const Akonadi::Collection &col, const QString &path) in CollectionInfo() argument
46 QVector<CollectionInfo> mCollectionsInfo; argument
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/mongodb/mongo-tools-common/db/
H A Dnamespaces.go21 type CollectionInfo struct { struct
22 Name string `bson:"name"`
23 Type string `bson:"type"`
24 Options bson.M `bson:"options"`
25 Info bson.M `bson:"info"`
28 func (ci *CollectionInfo) IsView() bool {
32 func (ci *CollectionInfo) IsSystemCollection() bool {
36 func (ci *CollectionInfo) GetUUID() string {
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/common/db/
H A Dnamespaces.go19 type CollectionInfo struct { struct
20 Name string `bson:"name"`
21 Type string `bson:"type"`
22 Options *bson.D `bson:"options"`
23 Info *bson.D `bson:"info"`
26 func (ci *CollectionInfo) IsView() bool {
30 func (ci *CollectionInfo) GetUUID() string {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/search/background/
H A Dntp_background_data.h30 struct CollectionInfo { struct
36 CollectionInfo& operator=(const CollectionInfo&); argument
37 CollectionInfo& operator=(CollectionInfo&&); argument
50 bool operator==(const CollectionInfo& lhs, const CollectionInfo& rhs); argument
/dports/devel/py-vsts-cd-manager/vsts-cd-manager-1.0.2/vsts_info_provider/models/
H A Dcollection_info.py11 class CollectionInfo(Model): class
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Query/InternalTrees/
H A DPhysicalOps.cs97 internal class CollectionInfo class
152 …internal CollectionInfo(Var collectionVar, ColumnMap columnMap, VarList flattenedElementVars, VarV… in CollectionInfo() method in System.Data.Query.InternalTrees.CollectionInfo
201 internal List<CollectionInfo> CollectionInfo property in System.Data.Query.InternalTrees.NestBaseOp
/dports/databases/pear-Horde_Mongo/Horde_Mongo-1.1.0/bundle/vendor/mongodb/mongodb/src/Model/
H A DCollectionInfo.php16 class CollectionInfo class
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/g1/
H A DTestVerifyGCType.java182 public static class CollectionInfo { class in TestVerifyGCType
185 public CollectionInfo(String name) { in CollectionInfo() method in TestVerifyGCType.CollectionInfo
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/g1/
H A DTestVerifyGCType.java182 public static class CollectionInfo { class in TestVerifyGCType
185 public CollectionInfo(String name) { in CollectionInfo() method in TestVerifyGCType.CollectionInfo
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/gc/g1/
H A DTestVerifyGCType.java182 public static class CollectionInfo { class in TestVerifyGCType
185 public CollectionInfo(String name) { in CollectionInfo() method in TestVerifyGCType.CollectionInfo
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/gc/g1/
H A DTestVerifyGCType.java183 public static class CollectionInfo { class in TestVerifyGCType
186 public CollectionInfo(String name) { in CollectionInfo() method in TestVerifyGCType.CollectionInfo
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/gc/g1/
H A DTestVerifyGCType.java181 public static class CollectionInfo { class in TestVerifyGCType
184 public CollectionInfo(String name) { in CollectionInfo() method in TestVerifyGCType.CollectionInfo
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/gc/g1/
H A DTestVerifyGCType.java181 public static class CollectionInfo { class in TestVerifyGCType
184 public CollectionInfo(String name) { in CollectionInfo() method in TestVerifyGCType.CollectionInfo
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/gc/g1/
H A DTestVerifyGCType.java181 public static class CollectionInfo { class in TestVerifyGCType
184 public CollectionInfo(String name) { in CollectionInfo() method in TestVerifyGCType.CollectionInfo
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/gc/g1/
H A DTestVerifyGCType.java183 public static class CollectionInfo { class in TestVerifyGCType
186 public CollectionInfo(String name) { in CollectionInfo() method in TestVerifyGCType.CollectionInfo
/dports/www/moodle310/moodle/cache/stores/mongodb/MongoDB/Model/
H A DCollectionInfo.php35 class CollectionInfo implements ArrayAccess class
/dports/www/moodle311/moodle/cache/stores/mongodb/MongoDB/Model/
H A DCollectionInfo.php35 class CollectionInfo implements ArrayAccess class
/dports/www/moodle39/moodle/cache/stores/mongodb/MongoDB/Model/
H A DCollectionInfo.php35 class CollectionInfo implements ArrayAccess class
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/util/
H A Dresource.py26 class CollectionInfo(object): class
/dports/mail/mailhog/MailHog-1.0.0/vendor/gopkg.in/mgo.v2/
H A Dsession.go2639 type CollectionInfo struct { struct
2642 DisableIdIndex bool
2647 ForceIdIndex bool
2654 Capped bool
2655 MaxBytes int
2656 MaxDocs int
2660 Validator interface{}
2667 ValidationLevel string
2673 ValidationAction string
2678 StorageEngine interface{}
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/mgo.v2/
H A Dsession.go2639 type CollectionInfo struct { struct
2642 DisableIdIndex bool
2647 ForceIdIndex bool
2654 Capped bool
2655 MaxBytes int
2656 MaxDocs int
2660 Validator interface{}
2667 ValidationLevel string
2673 ValidationAction string
2678 StorageEngine interface{}
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/gopkg.in/mgo.v2/
H A Dsession.go2639 type CollectionInfo struct { struct
2642 DisableIdIndex bool
2647 ForceIdIndex bool
2654 Capped bool
2655 MaxBytes int
2656 MaxDocs int
2660 Validator interface{}
2667 ValidationLevel string
2673 ValidationAction string
2678 StorageEngine interface{}
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/mgo.v2/
H A Dsession.go2639 type CollectionInfo struct { struct
2642 DisableIdIndex bool
2647 ForceIdIndex bool
2654 Capped bool
2655 MaxBytes int
2656 MaxDocs int
2660 Validator interface{}
2667 ValidationLevel string
2673 ValidationAction string
2678 StorageEngine interface{}
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/mgo.v2-unstable/
H A Dsession.go2648 type CollectionInfo struct { struct
2651 DisableIdIndex bool
2656 ForceIdIndex bool
2663 Capped bool
2664 MaxBytes int
2665 MaxDocs int
2669 Validator interface{}
2676 ValidationLevel string
2682 ValidationAction string
2687 StorageEngine interface{}
/dports/misc/concourse/vault-bdd38fca2cff/vendor/gopkg.in/mgo.v2/
H A Dsession.go2639 type CollectionInfo struct { struct
2642 DisableIdIndex bool
2647 ForceIdIndex bool
2654 Capped bool
2655 MaxBytes int
2656 MaxDocs int
2660 Validator interface{}
2667 ValidationLevel string
2673 ValidationAction string
2678 StorageEngine interface{}

123