Home
last modified time | relevance | path

Searched refs:GroupByDate (Results 1 – 12 of 12) sorted by relevance

/dports/net/messagelib/messagelib-21.12.3/messagelist/src/core/
H A Daggregation.cpp78 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 Daggregation.h38 GroupByDate, ///< Group the messages by the date of the thread leader enumerator
H A Dsortorder.cpp107 if ((g == Aggregation::GroupByDate) || (g == Aggregation::GroupByDateRange)) { in enumerateGroupSortingOptions()
201 if (grouping == Aggregation::GroupByDate || grouping == Aggregation::GroupByDateRange) { in defaultForAggregation()
H A Dmanager.cpp245 Aggregation::GroupByDate, in createDefaultAggregations()
257 Aggregation::GroupByDate, in createDefaultAggregations()
H A Dmodel.cpp1300 case Aggregation::GroupByDate: in attachMessageToGroupHeader()
1330 …} else if (mAggregation->grouping() == Aggregation::GroupByDate) { // GroupByDate seven days or mo… in attachMessageToGroupHeader()
H A Dview.cpp2338 case Aggregation::GroupByDate: in event()
/dports/www/gohugo/hugo-0.91.2/docs/content/en/templates/
H A Dordering-and-grouping.md228 {{ 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 Dlists.md411 {{ 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 Dpagination.md64 {{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }}
/dports/www/gohugo/hugo-0.91.2/resources/page/
H A Dpagegroup_test.go272 groups, err := pages.GroupByDate("2006-01")
290 groups, err := pages.GroupByDate("2006-01", "asc")
326 groups, err := pages.GroupByDate("2006-01", "asc")
H A Dpagegroup.go255 func (p Pages) GroupByDate(format string, order ...string) (PagesGroup, error) { func
/dports/www/gohugo/hugo-0.91.2/hugolib/
H A Dsite_test.go711 bydate, err := s.RegularPages().GroupByDate("2006-01", "asc")