Home
last modified time | relevance | path

Searched refs:_sort_by_age (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/py-elasticsearch-curator/curator-5.8.4/curator/
H A Dsnapshotlist.py155 def _sort_by_age(self, snapshot_list, reverse=True): member in SnapshotList
380 sorted_snapshots = self._sort_by_age(working_list, reverse=reverse)
H A Dindexlist.py381 def _sort_by_age(self, index_list, reverse=True): member in IndexList
633 sorted_indices = self._sort_by_age(working_list)
983 sorted_indices = self._sort_by_age(group, reverse=reverse)
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Darena.cc1375 static bool _sort_by_age(int a, int b) in _sort_by_age() function
1416 sort(items.begin(), items.end(), _sort_by_age); in arena_cull_items()
/dports/textproc/py-elasticsearch-curator/curator-5.8.4/test/unit/
H A Dtest_class_snapshot_list.py403 slo._sort_by_age(snaps)