Home
last modified time | relevance | path

Searched defs:Grouper (Results 1 – 25 of 44) sorted by relevance

12

/dports/deskutils/ultralist/ultralist-1.7.0/ultralist/
H A Dgrouper.go8 type Grouper struct{} struct
16 func (g *Grouper) GroupByContext(todos []*Todo) *GroupedTodos {
43 func (g *Grouper) GroupByProject(todos []*Todo) *GroupedTodos {
70 func (g *Grouper) GroupByStatus(todos []*Todo) *GroupedTodos {
90 func (g *Grouper) GroupByNothing(todos []*Todo) *GroupedTodos {
97 func (g *Grouper) sort(todos []*Todo) []*Todo {
/dports/textproc/redisearch/RediSearch-2.2.5/src/aggregate/
H A Dgroup_by.c42 typedef struct Grouper { struct
67 } Grouper; argument
H A Daggregate.h17 typedef struct Grouper Grouper; typedef
/dports/textproc/redisearch16/RediSearch-1.6.16/src/aggregate/
H A Dgroup_by.c42 typedef struct Grouper { struct
67 } Grouper; typedef
H A Daggregate.h14 typedef struct Grouper Grouper; typedef
/dports/textproc/redisearch20/RediSearch-2.0.15/src/aggregate/
H A Dgroup_by.c42 typedef struct Grouper { struct
67 } Grouper; argument
H A Daggregate.h15 typedef struct Grouper Grouper; typedef
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/kernels/
H A Dhash_aggregate_test.cc263 TEST(Grouper, SupportedKeys) { in TEST() argument
427 TEST(Grouper, BooleanKey) { in TEST() argument
440 TEST(Grouper, NumericKey) { in TEST() argument
473 TEST(Grouper, FloatingPointKey) { in TEST() argument
487 TEST(Grouper, StringKey) { in TEST() argument
501 TEST(Grouper, DictKey) { in TEST() argument
532 TEST(Grouper, StringInt64Key) { in TEST() argument
570 TEST(Grouper, DoubleStringInt64Key) { in TEST() argument
583 TEST(Grouper, RandomInt64Keys) { in TEST() argument
616 TEST(Grouper, MakeGroupings) { in TEST() argument
[all …]
/dports/www/gohugo/hugo-0.91.2/common/collections/
H A Dcollections.go19 type Grouper interface { interface
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dbase64.h110 : SimpleProxyFilter(new BaseN_Encoder(new Grouper), attachment) in SimpleProxyFilter()
H A Dbase32.h112 : SimpleProxyFilter(new BaseN_Encoder(new Grouper), attachment) in SimpleProxyFilter()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dbase64.h113 : SimpleProxyFilter(new BaseN_Encoder(new Grouper), attachment) in SimpleProxyFilter()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dbase32.h112 : SimpleProxyFilter(new BaseN_Encoder(new Grouper), attachment) in SimpleProxyFilter()
H A Dbase64.h110 : SimpleProxyFilter(new BaseN_Encoder(new Grouper), attachment) in SimpleProxyFilter()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dbase32.h112 : SimpleProxyFilter(new BaseN_Encoder(new Grouper), attachment) in SimpleProxyFilter()
H A Dbase64.h110 : SimpleProxyFilter(new BaseN_Encoder(new Grouper), attachment) in SimpleProxyFilter()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dbase32.h112 : SimpleProxyFilter(new BaseN_Encoder(new Grouper), attachment) in SimpleProxyFilter()
H A Dbase64.h110 : SimpleProxyFilter(new BaseN_Encoder(new Grouper), attachment) in SimpleProxyFilter()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/wr/
H A DWebRenderCommandBuilder.cpp194 struct Grouper { struct
195 explicit Grouper(ClipManager& aClipManager) in Grouper() argument
200 int32_t mAppUnitsPerDevPixel;
201 nsDisplayListBuilder* mDisplayListBuilder;
202 ClipManager& mClipManager;
203 HitTestInfoManager mHitTestInfoManager;
204 Matrix mTransform;
/dports/www/firefox/firefox-99.0/gfx/layers/wr/
H A DWebRenderCommandBuilder.cpp193 struct Grouper { struct
194 explicit Grouper(ClipManager& aClipManager) in Grouper() function
199 int32_t mAppUnitsPerDevPixel;
200 nsDisplayListBuilder* mDisplayListBuilder;
201 ClipManager& mClipManager;
202 HitTestInfoManager mHitTestInfoManager;
203 Matrix mTransform;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/wr/
H A DWebRenderCommandBuilder.cpp194 struct Grouper { struct
195 explicit Grouper(ClipManager& aClipManager) in Grouper() function
200 int32_t mAppUnitsPerDevPixel;
201 nsDisplayListBuilder* mDisplayListBuilder;
202 ClipManager& mClipManager;
203 HitTestInfoManager mHitTestInfoManager;
204 Matrix mTransform;
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/unicode/
H A Dnumberformatter.h286 class Grouper; variable
1030 Grouper(int8_t grouping1, int8_t grouping2, bool min2) in Grouper() function
1033 Grouper() : fGrouping1(-3) {}; in Grouper() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/wr/
H A DWebRenderCommandBuilder.cpp199 struct Grouper { struct
200 explicit Grouper(ClipManager& aClipManager) in Grouper() argument
205 int32_t mAppUnitsPerDevPixel;
206 nsDisplayListBuilder* mDisplayListBuilder;
207 ClipManager& mClipManager;
208 Matrix mTransform;
/dports/biology/py-goatools/goatools-1.1.6/goatools/grouper/
H A Dgrprobj.py24 class Grouper: class
/dports/math/py-pandas/pandas-1.2.5/pandas/core/groupby/
H A Dgrouper.py34 class Grouper: class

12