Home
last modified time | relevance | path

Searched refs:ScriptSort (Results 1 – 10 of 10) sorted by relevance

/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.go384 return ScriptSort{
397 func (s ScriptSort) Lang(lang string) ScriptSort { argument
403 func (s ScriptSort) Type(typ string) ScriptSort { argument
409 func (s ScriptSort) Param(name string, value interface{}) ScriptSort { argument
415 func (s ScriptSort) Params(params map[string]interface{}) ScriptSort { argument
421 func (s ScriptSort) Order(ascending bool) ScriptSort { argument
427 func (s ScriptSort) Asc() ScriptSort { argument
433 func (s ScriptSort) Desc() ScriptSort { argument
441 func (s ScriptSort) SortMode(sortMode string) ScriptSort { argument
448 func (s ScriptSort) NestedFilter(nestedFilter Filter) ScriptSort { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v5/
H A Dsort.go403 type ScriptSort struct { struct
415 func NewScriptSort(script *Script, typ string) *ScriptSort {
416 return &ScriptSort{
424 func (s *ScriptSort) Type(typ string) *ScriptSort { argument
430 func (s *ScriptSort) Order(ascending bool) *ScriptSort { argument
436 func (s *ScriptSort) Asc() *ScriptSort { argument
442 func (s *ScriptSort) Desc() *ScriptSort { argument
450 func (s *ScriptSort) SortMode(sortMode string) *ScriptSort { argument
457 func (s *ScriptSort) NestedFilter(nestedFilter Query) *ScriptSort { argument
464 func (s *ScriptSort) NestedPath(nestedPath string) *ScriptSort { argument
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/olivere/elastic.v5/
H A Dsort.go401 type ScriptSort struct { struct
413 func NewScriptSort(script *Script, typ string) *ScriptSort {
414 return &ScriptSort{
422 func (s *ScriptSort) Type(typ string) *ScriptSort { argument
428 func (s *ScriptSort) Order(ascending bool) *ScriptSort { argument
434 func (s *ScriptSort) Asc() *ScriptSort { argument
440 func (s *ScriptSort) Desc() *ScriptSort { argument
448 func (s *ScriptSort) SortMode(sortMode string) *ScriptSort { argument
455 func (s *ScriptSort) NestedFilter(nestedFilter Query) *ScriptSort { argument
462 func (s *ScriptSort) NestedPath(nestedPath string) *ScriptSort { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v3/
H A Dsort.go401 type ScriptSort struct { struct
413 func NewScriptSort(script *Script, typ string) ScriptSort {
414 return ScriptSort{
422 func (s ScriptSort) Type(typ string) ScriptSort { argument
428 func (s ScriptSort) Order(ascending bool) ScriptSort { argument
434 func (s ScriptSort) Asc() ScriptSort { argument
440 func (s ScriptSort) Desc() ScriptSort { argument
448 func (s ScriptSort) SortMode(sortMode string) ScriptSort { argument
455 func (s ScriptSort) NestedFilter(nestedFilter Query) ScriptSort { argument
462 func (s ScriptSort) NestedPath(nestedPath string) ScriptSort { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/
H A Dsort.go439 type ScriptSort struct { struct
453 return &ScriptSort{
461 func (s *ScriptSort) Type(typ string) *ScriptSort { argument
467 func (s *ScriptSort) Order(ascending bool) *ScriptSort { argument
473 func (s *ScriptSort) Asc() *ScriptSort { argument
479 func (s *ScriptSort) Desc() *ScriptSort { argument
487 func (s *ScriptSort) SortMode(sortMode string) *ScriptSort { argument
494 func (s *ScriptSort) NestedFilter(nestedFilter Query) *ScriptSort { argument
501 func (s *ScriptSort) NestedPath(nestedPath string) *ScriptSort { argument
508 func (s *ScriptSort) NestedSort(nestedSort *NestedSort) *ScriptSort { argument
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/
H A Dsort.go479 type ScriptSort struct { struct
493 return &ScriptSort{
501 func (s *ScriptSort) Type(typ string) *ScriptSort { argument
507 func (s *ScriptSort) Order(ascending bool) *ScriptSort { argument
513 func (s *ScriptSort) Asc() *ScriptSort { argument
519 func (s *ScriptSort) Desc() *ScriptSort { argument
527 func (s *ScriptSort) SortMode(sortMode string) *ScriptSort { argument
534 func (s *ScriptSort) NestedFilter(nestedFilter Query) *ScriptSort { argument
541 func (s *ScriptSort) NestedPath(nestedPath string) *ScriptSort { argument
548 func (s *ScriptSort) NestedSort(nestedSort *NestedSort) *ScriptSort { argument
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/olivere/elastic/v7/
H A Dsort.go492 type ScriptSort struct { struct
506 return &ScriptSort{
514 func (s *ScriptSort) Type(typ string) *ScriptSort { argument
520 func (s *ScriptSort) Order(ascending bool) *ScriptSort { argument
526 func (s *ScriptSort) Asc() *ScriptSort { argument
532 func (s *ScriptSort) Desc() *ScriptSort { argument
540 func (s *ScriptSort) SortMode(sortMode string) *ScriptSort { argument
547 func (s *ScriptSort) NestedFilter(nestedFilter Query) *ScriptSort { argument
554 func (s *ScriptSort) NestedPath(nestedPath string) *ScriptSort { argument
561 func (s *ScriptSort) NestedSort(nestedSort *NestedSort) *ScriptSort { argument
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/gopkg.in/olivere/elastic.v6/
H A Dsort.go479 type ScriptSort struct { struct
493 return &ScriptSort{
501 func (s *ScriptSort) Type(typ string) *ScriptSort { argument
507 func (s *ScriptSort) Order(ascending bool) *ScriptSort { argument
513 func (s *ScriptSort) Asc() *ScriptSort { argument
519 func (s *ScriptSort) Desc() *ScriptSort { argument
527 func (s *ScriptSort) SortMode(sortMode string) *ScriptSort { argument
534 func (s *ScriptSort) NestedFilter(nestedFilter Query) *ScriptSort { argument
541 func (s *ScriptSort) NestedPath(nestedPath string) *ScriptSort { argument
548 func (s *ScriptSort) NestedSort(nestedSort *NestedSort) *ScriptSort { argument
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/
H A Dsort.go479 type ScriptSort struct { struct
493 return &ScriptSort{
501 func (s *ScriptSort) Type(typ string) *ScriptSort { argument
507 func (s *ScriptSort) Order(ascending bool) *ScriptSort { argument
513 func (s *ScriptSort) Asc() *ScriptSort { argument
519 func (s *ScriptSort) Desc() *ScriptSort { argument
527 func (s *ScriptSort) SortMode(sortMode string) *ScriptSort { argument
534 func (s *ScriptSort) NestedFilter(nestedFilter Query) *ScriptSort { argument
541 func (s *ScriptSort) NestedPath(nestedPath string) *ScriptSort { argument
548 func (s *ScriptSort) NestedSort(nestedSort *NestedSort) *ScriptSort { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/
H A Dsort.go479 type ScriptSort struct { struct
493 return &ScriptSort{
501 func (s *ScriptSort) Type(typ string) *ScriptSort { argument
507 func (s *ScriptSort) Order(ascending bool) *ScriptSort { argument
513 func (s *ScriptSort) Asc() *ScriptSort { argument
519 func (s *ScriptSort) Desc() *ScriptSort { argument
527 func (s *ScriptSort) SortMode(sortMode string) *ScriptSort { argument
534 func (s *ScriptSort) NestedFilter(nestedFilter Query) *ScriptSort { argument
541 func (s *ScriptSort) NestedPath(nestedPath string) *ScriptSort { argument
548 func (s *ScriptSort) NestedSort(nestedSort *NestedSort) *ScriptSort { argument
[all …]