Home
last modified time | relevance | path

Searched defs:UnmappedType (Results 1 – 11 of 11) sorted by relevance

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/olivere/elastic.v5/
H A Dsort.go26 UnmappedType string member
183 func (s *FieldSort) UnmappedType(typ string) *FieldSort { func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/
H A Dsort.go26 UnmappedType string member
192 func (s *FieldSort) UnmappedType(typ string) *FieldSort { func
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/
H A Dsort.go26 UnmappedType string member
209 func (s *FieldSort) UnmappedType(typ string) *FieldSort { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/olivere/elastic/v7/
H A Dsort.go26 UnmappedType string member
209 func (s *FieldSort) UnmappedType(typ string) *FieldSort { func
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/gopkg.in/olivere/elastic.v6/
H A Dsort.go26 UnmappedType string member
209 func (s *FieldSort) UnmappedType(typ string) *FieldSort { func
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/
H A Dsort.go26 UnmappedType string member
209 func (s *FieldSort) UnmappedType(typ string) *FieldSort { func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/
H A Dsort.go26 UnmappedType string member
209 func (s *FieldSort) UnmappedType(typ string) *FieldSort { func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v5/
H A Dsort.go187 func (s *FieldSort) UnmappedType(typ string) *FieldSort { func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v3/
H A Dsort.go185 func (s FieldSort) UnmappedType(typ string) FieldSort { func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/gopkg.in/olivere/elastic.v2/
H A Dsort.go162 func (s FieldSort) UnmappedType(typ string) FieldSort { func
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Linq/Mapping/
H A DMappedMetaModel.cs1530 internal sealed class UnmappedType : MetaType { class
1542 internal UnmappedType(MetaModel model, Type type) { in UnmappedType() method in System.Data.Linq.Mapping.UnmappedType