Home
last modified time | relevance | path

Searched refs:sortByDesc (Results 1 – 13 of 13) sorted by relevance

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Queue/Failed/
H A DDynamoDbFailedJobProvider.php98 return collect($results['Items'])->sortByDesc(function ($result) {
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Collections/
H A DEnumerable.php860 public function sortByDesc($callback, $options = SORT_REGULAR); function
H A DLazyCollection.php1167 public function sortByDesc($callback, $options = SORT_REGULAR) function in Illuminate\\Support\\LazyCollection
H A DCollection.php1240 public function sortByDesc($callback, $options = SORT_REGULAR) function in Illuminate\\Support\\Collection
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/collections/
H A DEnumerable.php860 public function sortByDesc($callback, $options = SORT_REGULAR); function
H A DLazyCollection.php1250 public function sortByDesc($callback, $options = SORT_REGULAR) function in Illuminate\\Support\\LazyCollection
H A DCollection.php1339 public function sortByDesc($callback, $options = SORT_REGULAR) function in Illuminate\\Support\\Collection
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/support/
H A DCollection.php36 * @property-read HigherOrderCollectionProxy $sortByDesc
1735 public function sortByDesc($callback, $options = SORT_REGULAR) function in Illuminate\\Support\\Collection
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Collections/Traits/
H A DEnumeratesValues.php37 * @property-read HigherOrderCollectionProxy $sortByDesc
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/collections/Traits/
H A DEnumeratesValues.php38 * @property-read HigherOrderCollectionProxy $sortByDesc
/dports/audio/ampache/ampache-php74-5.0.0/vendor/tightenco/collect/src/Illuminate/Support/
H A DCollection.php951 public function sortByDesc($callback, $options = SORT_REGULAR) function in Illuminate\\Support\\Collection
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/bin/
H A Dbin.cpp1105 QAction *sortByDesc = new QAction(i18n("Description"), m_sortGroup); in Bin() local
1106 sortByDesc->setCheckable(true); in Bin()
1107 sortByDesc->setData(2); in Bin()
1108 sortByDesc->setChecked(binSort == 2); in Bin()
1131 sort->addAction(sortByDesc); in Bin()
/dports/audio/ampache/ampache-php74-5.0.0/vendor/tightenco/collect/tests/Support/
H A DSupportCollectionTest.php525 $data = $data->sortByDesc(function ($x) {