Home
last modified time | relevance | path

Searched refs:FieldSort (Results 1 – 25 of 27) sorted by relevance

12

/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v5/
H A Dsort.go140 return &FieldSort{
147 func (s *FieldSort) FieldName(fieldName string) *FieldSort { argument
153 func (s *FieldSort) Order(ascending bool) *FieldSort { argument
159 func (s *FieldSort) Asc() *FieldSort { argument
165 func (s *FieldSort) Desc() *FieldSort { argument
173 func (s *FieldSort) Missing(missing interface{}) *FieldSort { argument
180 func (s *FieldSort) IgnoreUnmapped(ignoreUnmapped bool) *FieldSort { argument
187 func (s *FieldSort) UnmappedType(typ string) *FieldSort { argument
195 func (s *FieldSort) SortMode(sortMode string) *FieldSort { argument
202 func (s *FieldSort) NestedFilter(nestedFilter Query) *FieldSort { argument
[all …]
/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.go115 return FieldSort{
122 func (s FieldSort) FieldName(fieldName string) FieldSort { argument
128 func (s FieldSort) Order(ascending bool) FieldSort { argument
134 func (s FieldSort) Asc() FieldSort { argument
140 func (s FieldSort) Desc() FieldSort { argument
148 func (s FieldSort) Missing(missing interface{}) FieldSort { argument
155 func (s FieldSort) IgnoreUnmapped(ignoreUnmapped bool) FieldSort { argument
162 func (s FieldSort) UnmappedType(typ string) FieldSort { argument
170 func (s FieldSort) SortMode(sortMode string) FieldSort { argument
177 func (s FieldSort) NestedFilter(nestedFilter Filter) FieldSort { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v3/
H A Dsort.go138 return FieldSort{
145 func (s FieldSort) FieldName(fieldName string) FieldSort { argument
151 func (s FieldSort) Order(ascending bool) FieldSort { argument
157 func (s FieldSort) Asc() FieldSort { argument
163 func (s FieldSort) Desc() FieldSort { argument
171 func (s FieldSort) Missing(missing interface{}) FieldSort { argument
178 func (s FieldSort) IgnoreUnmapped(ignoreUnmapped bool) FieldSort { argument
185 func (s FieldSort) UnmappedType(typ string) FieldSort { argument
193 func (s FieldSort) SortMode(sortMode string) FieldSort { argument
200 func (s FieldSort) NestedFilter(nestedFilter Query) FieldSort { argument
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/
H A Dsort.go176 func (s *FieldSort) FieldName(fieldName string) *FieldSort { argument
182 func (s *FieldSort) Order(ascending bool) *FieldSort { argument
188 func (s *FieldSort) Asc() *FieldSort { argument
194 func (s *FieldSort) Desc() *FieldSort { argument
202 func (s *FieldSort) Missing(missing interface{}) *FieldSort { argument
209 func (s *FieldSort) UnmappedType(typ string) *FieldSort { argument
217 func (s *FieldSort) SortMode(sortMode string) *FieldSort { argument
232 func (s *FieldSort) Filter(filter Query) *FieldSort { argument
240 func (s *FieldSort) NestedPath(nestedPath string) *FieldSort { argument
247 func (s *FieldSort) Path(path string) *FieldSort { argument
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/olivere/elastic/v7/
H A Dsort.go176 func (s *FieldSort) FieldName(fieldName string) *FieldSort { argument
182 func (s *FieldSort) Order(ascending bool) *FieldSort { argument
188 func (s *FieldSort) Asc() *FieldSort { argument
194 func (s *FieldSort) Desc() *FieldSort { argument
202 func (s *FieldSort) Missing(missing interface{}) *FieldSort { argument
209 func (s *FieldSort) UnmappedType(typ string) *FieldSort { argument
217 func (s *FieldSort) SortMode(sortMode string) *FieldSort { argument
232 func (s *FieldSort) Filter(filter Query) *FieldSort { argument
240 func (s *FieldSort) NestedPath(nestedPath string) *FieldSort { argument
247 func (s *FieldSort) Path(path string) *FieldSort { argument
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/gopkg.in/olivere/elastic.v6/
H A Dsort.go176 func (s *FieldSort) FieldName(fieldName string) *FieldSort { argument
182 func (s *FieldSort) Order(ascending bool) *FieldSort { argument
188 func (s *FieldSort) Asc() *FieldSort { argument
194 func (s *FieldSort) Desc() *FieldSort { argument
202 func (s *FieldSort) Missing(missing interface{}) *FieldSort { argument
209 func (s *FieldSort) UnmappedType(typ string) *FieldSort { argument
217 func (s *FieldSort) SortMode(sortMode string) *FieldSort { argument
232 func (s *FieldSort) Filter(filter Query) *FieldSort { argument
240 func (s *FieldSort) NestedPath(nestedPath string) *FieldSort { argument
247 func (s *FieldSort) Path(path string) *FieldSort { argument
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/
H A Dsort.go176 func (s *FieldSort) FieldName(fieldName string) *FieldSort { argument
182 func (s *FieldSort) Order(ascending bool) *FieldSort { argument
188 func (s *FieldSort) Asc() *FieldSort { argument
194 func (s *FieldSort) Desc() *FieldSort { argument
202 func (s *FieldSort) Missing(missing interface{}) *FieldSort { argument
209 func (s *FieldSort) UnmappedType(typ string) *FieldSort { argument
217 func (s *FieldSort) SortMode(sortMode string) *FieldSort { argument
232 func (s *FieldSort) Filter(filter Query) *FieldSort { argument
240 func (s *FieldSort) NestedPath(nestedPath string) *FieldSort { argument
247 func (s *FieldSort) Path(path string) *FieldSort { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/
H A Dsort.go176 func (s *FieldSort) FieldName(fieldName string) *FieldSort { argument
182 func (s *FieldSort) Order(ascending bool) *FieldSort { argument
188 func (s *FieldSort) Asc() *FieldSort { argument
194 func (s *FieldSort) Desc() *FieldSort { argument
202 func (s *FieldSort) Missing(missing interface{}) *FieldSort { argument
209 func (s *FieldSort) UnmappedType(typ string) *FieldSort { argument
217 func (s *FieldSort) SortMode(sortMode string) *FieldSort { argument
232 func (s *FieldSort) Filter(filter Query) *FieldSort { argument
240 func (s *FieldSort) NestedPath(nestedPath string) *FieldSort { argument
247 func (s *FieldSort) Path(path string) *FieldSort { argument
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/olivere/elastic.v5/
H A Dsort.go130 type FieldSort struct { struct
143 return &FieldSort{
150 func (s *FieldSort) FieldName(fieldName string) *FieldSort { argument
156 func (s *FieldSort) Order(ascending bool) *FieldSort { argument
162 func (s *FieldSort) Asc() *FieldSort { argument
168 func (s *FieldSort) Desc() *FieldSort { argument
176 func (s *FieldSort) Missing(missing interface{}) *FieldSort { argument
183 func (s *FieldSort) UnmappedType(typ string) *FieldSort { argument
191 func (s *FieldSort) SortMode(sortMode string) *FieldSort { argument
198 func (s *FieldSort) NestedFilter(nestedFilter Query) *FieldSort { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/
H A Dsort.go152 return &FieldSort{
159 func (s *FieldSort) FieldName(fieldName string) *FieldSort { argument
165 func (s *FieldSort) Order(ascending bool) *FieldSort { argument
171 func (s *FieldSort) Asc() *FieldSort { argument
177 func (s *FieldSort) Desc() *FieldSort { argument
185 func (s *FieldSort) Missing(missing interface{}) *FieldSort { argument
192 func (s *FieldSort) UnmappedType(typ string) *FieldSort { argument
200 func (s *FieldSort) SortMode(sortMode string) *FieldSort { argument
207 func (s *FieldSort) NestedFilter(nestedFilter Query) *FieldSort { argument
214 func (s *FieldSort) NestedPath(nestedPath string) *FieldSort { argument
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/aliyun-tablestore-go-sdk/tablestore/search/
H A Dsort_field.go22 type FieldSort struct { struct
29 func NewFieldSort(fieldName string, order SortOrder) *FieldSort {
30 return &FieldSort{
36 func (s *FieldSort) ProtoBuffer() (*otsprotocol.Sorter, error) { argument
37 pbFieldSort := &otsprotocol.FieldSort{
64 FieldSort: pbFieldSort,
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/aliyun-tablestore-go-sdk/tablestore/otsprotocol/
H A Dsearch.pb.go1107 type FieldSort struct { struct
1115 func (m *FieldSort) Reset() { *m = FieldSort{} } argument
1117 func (*FieldSort) ProtoMessage() {} argument
1120 func (m *FieldSort) GetFieldName() string { argument
1127 func (m *FieldSort) GetOrder() SortOrder { argument
1134 func (m *FieldSort) GetMode() SortMode { argument
1141 func (m *FieldSort) GetNestedFilter() *NestedFilter { argument
1223FieldSort *FieldSort `protobuf:"bytes,1,opt,name=field_sort" json:"field_sort,omitemp… member
1235 func (m *Sorter) GetFieldSort() *FieldSort {
1237 return m.FieldSort
[all …]
H A Dsearch.proto151 message FieldSort { message
177 optional FieldSort field_sort = 1;
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/evoab2/
H A DNStatement.hxx51 struct FieldSort struct
56FieldSort( const sal_Int32 _nField, const bool _bAscending ) : nField( _nField ), bAscending( _bAs… in FieldSort() function
58 typedef std::vector< FieldSort > SortDescriptor;
H A DNStatement.cxx242 _out_rSort.push_back( FieldSort( nField, bAscending ) ); in orderByAnalysis()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/evoab2/
H A DNStatement.hxx54 struct FieldSort struct
59FieldSort( const sal_Int32 _nField, const bool _bAscending ) : nField( _nField ), bAscending( _bAs… in FieldSort() function
61 typedef std::vector< FieldSort > SortDescriptor;
H A DNStatement.cxx238 _out_rSort.push_back( FieldSort( nField, bAscending ) ); in orderByAnalysis()
/dports/audio/beets/beets-1.4.9/beets/dbcore/
H A Dquery.py864 class FieldSort(Sort): class
898 return super(FieldSort, self).__eq__(other) and \
903 class FixedFieldSort(FieldSort):
919 class SlowFieldSort(FieldSort):
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DDatabaseUtils.h31 FieldSort, // used to store the string to use for sorting enumerator
H A DSortUtils.cpp465 if ((itLeftSort = left.find(FieldSort)) == left.end()) in preliminarySort()
470 if ((itRightSort = right.find(FieldSort)) == right.end()) in preliminarySort()
955 item->insert(std::pair<Field, CVariant>(FieldSort, CVariant(sortLabel))); in Sort()
994 (*item)->insert(std::pair<Field, CVariant>(FieldSort, CVariant(sortLabel))); in Sort()
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/aliyun-tablestore-go-sdk/sample/
H A DSearchIndexOperation.go98 &search.FieldSort{
502 &search.FieldSort{
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/aliyun-tablestore-go-sdk/tablestore/
H A Dsearch_model.go183 fieldSort := &search.FieldSort{
/dports/audio/beets/beets-1.4.9/test/
H A Dtest_dbcore.py35 class TestSort(dbcore.query.FieldSort):
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dunusedfields.untouched.results34 connectivity::evoab::FieldSort bAscending _Bool
H A Dunusedfields.only-used-in-constructor.results52 connectivity::evoab::FieldSort bAscending _Bool

12