Home
last modified time | relevance | path

Searched defs:lexicographically (Results 1 – 10 of 10) sorted by relevance

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/olivere/elastic.v5/
H A Dfield_stats_test.go268 type lexicographically struct { struct
269 strings []string
272 func (l lexicographically) Len() int {
276 func (l lexicographically) Less(i, j int) bool {
280 func (l lexicographically) Swap(i, j int) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v5/
H A Dfield_stats_test.go268 type lexicographically struct { struct
269 strings []string
272 func (l lexicographically) Len() int {
276 func (l lexicographically) Less(i, j int) bool {
280 func (l lexicographically) Swap(i, j int) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v3/
H A Dfield_stats_test.go253 type lexicographically struct { struct
254 strings []string
257 func (l lexicographically) Len() int {
261 func (l lexicographically) Less(i, j int) bool {
265 func (l lexicographically) Swap(i, j int) {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/
H A Dsetup_test.go446 type lexicographically struct { struct
447 strings []string
450 func (l lexicographically) Len() int {
454 func (l lexicographically) Less(i, j int) bool {
458 func (l lexicographically) Swap(i, j int) {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/
H A Dsetup_test.go492 type lexicographically struct { struct
493 strings []string
496 func (l lexicographically) Len() int {
500 func (l lexicographically) Less(i, j int) bool {
504 func (l lexicographically) Swap(i, j int) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/
H A Dsetup_test.go431 type lexicographically struct { struct
432 strings []string
435 func (l lexicographically) Len() int {
439 func (l lexicographically) Less(i, j int) bool {
443 func (l lexicographically) Swap(i, j int) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/
H A Dsetup_test.go504 type lexicographically struct { struct
505 strings []string
508 func (l lexicographically) Len() int {
512 func (l lexicographically) Less(i, j int) bool {
516 func (l lexicographically) Swap(i, j int) {
/dports/devel/stack/stack-2.7.3/_cabal_deps/hpack-0.34.4/src/Hpack/
H A DUtil.hs44 lexicographically x = (map toLower x, x) function
/dports/devel/hs-hpack/hpack-0.34.4/src/Hpack/
H A DUtil.hs44 lexicographically x = (map toLower x, x) function
/dports/security/libkleo/libkleo-21.12.3/src/models/
H A Dkeycache.cpp1262 > struct lexicographically struct
1264 using result_type = bool;
1267 bool operator()(const U &lhs, const V &rhs) const in operator ()()