Searched refs:GroupByDate (Results 1 – 12 of 12) sorted by relevance
/dports/net/messagelib/messagelib-21.12.3/messagelist/src/core/ |
H A D | aggregation.cpp | 78 case GroupByDate: in load() 186 {i18n("By Exact Date (of Thread Leaders)"), GroupByDate}, in enumerateGroupingOptions() 200 if ((g == GroupByDate) || (g == GroupByDateRange)) { in enumerateGroupExpandPolicyOptions() 222 if ((g != GroupByDate) && (g != GroupByDateRange)) { in enumerateThreadLeaderOptions()
|
H A D | aggregation.h | 38 GroupByDate, ///< Group the messages by the date of the thread leader enumerator
|
H A D | sortorder.cpp | 107 if ((g == Aggregation::GroupByDate) || (g == Aggregation::GroupByDateRange)) { in enumerateGroupSortingOptions() 201 if (grouping == Aggregation::GroupByDate || grouping == Aggregation::GroupByDateRange) { in defaultForAggregation()
|
H A D | manager.cpp | 245 Aggregation::GroupByDate, in createDefaultAggregations() 257 Aggregation::GroupByDate, in createDefaultAggregations()
|
H A D | model.cpp | 1300 case Aggregation::GroupByDate: in attachMessageToGroupHeader() 1330 …} else if (mAggregation->grouping() == Aggregation::GroupByDate) { // GroupByDate seven days or mo… in attachMessageToGroupHeader()
|
H A D | view.cpp | 2338 case Aggregation::GroupByDate: in event()
|
/dports/www/gohugo/hugo-0.91.2/docs/content/en/templates/ |
H A D | ordering-and-grouping.md | 228 {{ range .Pages.GroupByDate "2006-01" }} 302 {{ range (.Pages.GroupByDate "2006-01").Reverse }} 309 {{ range .Pages.GroupByDate "2006-01" "asc" }} 324 {{ range .Pages.GroupByDate "2006-01" "asc" }}
|
H A D | lists.md | 411 {{ range .Pages.GroupByDate "2006-01" }} 525 {{ range (.Pages.GroupByDate "2006-01").Reverse }} 531 {{ range .Pages.GroupByDate "2006-01" "asc" }} 549 {{ range .Pages.GroupByDate "2006-01" "asc" }}
|
H A D | pagination.md | 64 {{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }}
|
/dports/www/gohugo/hugo-0.91.2/resources/page/ |
H A D | pagegroup_test.go | 272 groups, err := pages.GroupByDate("2006-01") 290 groups, err := pages.GroupByDate("2006-01", "asc") 326 groups, err := pages.GroupByDate("2006-01", "asc")
|
H A D | pagegroup.go | 255 func (p Pages) GroupByDate(format string, order ...string) (PagesGroup, error) { func
|
/dports/www/gohugo/hugo-0.91.2/hugolib/ |
H A D | site_test.go | 711 bydate, err := s.RegularPages().GroupByDate("2006-01", "asc")
|