Home
last modified time | relevance | path

Searched refs:Descending (Results 1 – 25 of 3154) sorted by relevance

12345678910>>...127

/dports/lang/nim/nim-1.6.2/tests/stdlib/
H A Dtsortcall.nim45 check(not unSortedIntSeq.isSorted(SortOrder.Descending))
46 check sorted(unSortedIntSeq, SortOrder.Descending) == reversed sortedIntSeq
49 unSortedIntSeq.sort(SortOrder.Descending)
51 check unSortedIntSeq.isSorted(SortOrder.Descending)
63 check(not unSortedUserSeq.isSorted(compareUsers, SortOrder.Descending))
64 check sorted(unSortedUserSeq, compareUsers, SortOrder.Descending) == reversed sortedUserSeq
66 SortOrder.Descending).isSorted(compareUsers, SortOrder.Descending)
67 unSortedUserSeq.sort(compareUsers, SortOrder.Descending)
69 check unSortedUserSeq.isSorted(compareUsers, SortOrder.Descending)
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/tests/Syntax/
H A DCollectionTests.cs60 staticSyntax = Is.Ordered.Descending; in SetUp()
61 inheritedSyntax = Helper().Ordered.Descending; in SetUp()
62 builderSyntax = Builder().Ordered.Descending; in SetUp()
86 staticSyntax = Is.Ordered.Using(comparer).Descending; in SetUp()
87 inheritedSyntax = Helper().Ordered.Using(comparer).Descending; in SetUp()
88 builderSyntax = Builder().Ordered.Using(comparer).Descending; in SetUp()
110 staticSyntax = Is.Ordered.By("SomePropertyName").Descending; in SetUp()
111 inheritedSyntax = Helper().Ordered.By("SomePropertyName").Descending; in SetUp()
112 builderSyntax = Builder().Ordered.By("SomePropertyName").Descending; in SetUp()
134 … staticSyntax = Is.Ordered.By("SomePropertyName").Using(new SimpleObjectComparer()).Descending; in SetUp()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/WindowsBase/Test/System.ComponentModel/
H A DSortDescriptionTest.cs52 sd = new SortDescription (propertyName, ListSortDirection.Descending); in ConstructorTest()
54 Assert.AreEqual (ListSortDirection.Descending, sd.Direction, "CTOR_#3"); in ConstructorTest()
103 SortDescription diffDir = new SortDescription ("A", ListSortDirection.Descending); in OperatorTest()
130 sd = new SortDescription ("Sample", ListSortDirection.Descending); in ToStringAndHashCodeTest()
132 Assert.AreEqual ("Sample".GetHashCode () ^ ListSortDirection.Descending.GetHashCode (), in ToStringAndHashCodeTest()
135 sd = new SortDescription(null, ListSortDirection.Descending); in ToStringAndHashCodeTest()
137 Assert.AreEqual (ListSortDirection.Descending.GetHashCode (), sd.GetHashCode( ), "TSHC_#4"); in ToStringAndHashCodeTest()
172 sd.Direction = ListSortDirection.Descending; in SetSealedDirectionTest()
173 Assert.AreEqual (ListSortDirection.Descending, sd.Direction, "SealedProp_#1"); in SetSealedDirectionTest()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/kernels/
H A Dvector_sort_test.cc50 return {SortOrder::Ascending, SortOrder::Descending}; in AllOrders()
460 this->AssertSortIndices("[3, 4, NaN, 1, 2, null]", SortOrder::Descending, in TYPED_TEST()
462 this->AssertSortIndices("[3, 4, NaN, 1, 2, null]", SortOrder::Descending, in TYPED_TEST()
469 this->AssertSortIndices("[NaN, 2, NaN, 3, 1]", SortOrder::Descending, in TYPED_TEST()
471 this->AssertSortIndices("[NaN, 2, NaN, 3, 1]", SortOrder::Descending, in TYPED_TEST()
478 this->AssertSortIndices("[null, NaN, NaN, null]", SortOrder::Descending, in TYPED_TEST()
480 this->AssertSortIndices("[null, NaN, NaN, null]", SortOrder::Descending, in TYPED_TEST()
506 this->AssertSortIndices("[null, 1, 3, null, 2, 5]", SortOrder::Descending, in TYPED_TEST()
531 SortOrder::Descending, null_placement, in TYPED_TEST()
1255 SortKey("a", SortOrder::Descending)}; in TEST_F()
[all …]
/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/execution/
H A DSortPrefixUtils.scala61 case Descending if (sortOrder.nullOrdering == NullsFirst) =>
63 case Descending =>
74 case Descending if (sortOrder.nullOrdering == NullsFirst) =>
76 case Descending =>
87 case Descending if (sortOrder.nullOrdering == NullsFirst) =>
89 case Descending =>
100 case Descending if (sortOrder.nullOrdering == NullsFirst) =>
102 case Descending =>
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Dvector_sort_test.cc377 this->AssertSortIndices("[3, 4, NaN, 1, 2, null]", SortOrder::Descending, in TYPED_TEST()
380 this->AssertSortIndices("[NaN, 2, NaN, 3, 1]", SortOrder::Descending, in TYPED_TEST()
383 this->AssertSortIndices("[null, NaN, NaN, null]", SortOrder::Descending, in TYPED_TEST()
396 this->AssertSortIndices("[10, 12, 4, 50, 50, 32, 11]", SortOrder::Descending, in TYPED_TEST()
401 this->AssertSortIndices("[null, 1, 3, null, 2, 5]", SortOrder::Descending, in TYPED_TEST()
419 this->AssertSortIndices("[null, 1, 3, null, 2, 5]", SortOrder::Descending, in TYPED_TEST()
432 this->AssertSortIndices(R"(["c", "b", "a", "b"])", SortOrder::Descending, in TYPED_TEST()
489 for (auto order : {SortOrder::Ascending, SortOrder::Descending}) { in TYPED_TEST()
513 for (auto order : {SortOrder::Ascending, SortOrder::Descending}) { in TYPED_TEST()
534 for (auto order : {SortOrder::Ascending, SortOrder::Descending}) { in TYPED_TEST()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/couchbase/gocb/v2/search/
H A Dsorting.go39 func (q *SearchSortScore) Descending(descending bool) *SearchSortScore { func
57 func (q *SearchSortID) Descending(descending bool) *SearchSortID { func
94 func (q *SearchSortField) Descending(descending bool) *SearchSortField { func
120 func (q *SearchSortGeoDistance) Descending(descending bool) *SearchSortGeoDistance { func
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocb/v2/search/
H A Dsorting.go39 func (q *SearchSortScore) Descending(descending bool) *SearchSortScore { func
57 func (q *SearchSortID) Descending(descending bool) *SearchSortID { func
94 func (q *SearchSortField) Descending(descending bool) *SearchSortField { func
120 func (q *SearchSortGeoDistance) Descending(descending bool) *SearchSortGeoDistance { func
/dports/audio/easytag/easytag-2.4.3/data/
H A Dmenus.ui173 <attribute name="label" translatable="yes">Descending by title</attribute>
185 <attribute name="label" translatable="yes">Descending by artist</attribute>
209 <attribute name="label" translatable="yes">Descending by album</attribute>
221 <attribute name="label" translatable="yes">Descending by year</attribute>
233 <attribute name="label" translatable="yes">Descending by genre</attribute>
245 <attribute name="label" translatable="yes">Descending by comment</attribute>
293 <attribute name="label" translatable="yes">Descending by URL</attribute>
670 <attribute name="label" translatable="yes">Descending by title</attribute>
706 <attribute name="label" translatable="yes">Descending by album</attribute>
718 <attribute name="label" translatable="yes">Descending by year</attribute>
[all …]
/dports/devel/racer/racer-2.1.48/cargo-crates/psm-0.1.8/src/
H A Dlib.rs195 StackDirection::Descending => base.offset(size as isize), in on_stack()
262 StackDirection::Descending => base.offset(size as isize), in replace_stack()
279 Descending = 2, enumerator
287 const DSC: u8 = StackDirection::Descending as u8; in new()
291 DSC => StackDirection::Descending, in new()
/dports/lang/rust/rustc-1.58.1-src/vendor/psm/src/
H A Dlib.rs195 StackDirection::Descending => base.offset(size as isize), in on_stack()
262 StackDirection::Descending => base.offset(size as isize), in replace_stack()
279 Descending = 2, enumerator
287 const DSC: u8 = StackDirection::Descending as u8; in new()
291 DSC => StackDirection::Descending, in new()
/dports/databases/kdb/kdb-3.2.0/autotests/
H A DOrderByColumnTest.cpp96 KDbOrderByColumn::SortOrder::Descending, 1));
143 orderBy->appendField(ownerField, KDbOrderByColumn::SortOrder::Descending);
157 orderBy->appendField(ownerField, KDbOrderByColumn::SortOrder::Descending);
169 "owner", KDbOrderByColumn::SortOrder::Descending));
179 QVERIFY(orderBy->appendField(conn, &query, "owner", KDbOrderByColumn::SortOrder::Descending));
200 orderBy->appendColumn(ownerColumnInfo, KDbOrderByColumn::SortOrder::Descending);
/dports/net/messagelib/messagelib-21.12.3/messagelist/src/core/
H A Dsortorder.cpp92 ret.append({i18n("Most Recent on Top"), SortOrder::Descending}); in enumerateMessageSortDirectionOptions()
97 ret.append({i18nc("Sort order for messages", "Descending"), SortOrder::Descending}); in enumerateMessageSortDirectionOptions()
134 ret.append({i18n("Most Recent on Top"), SortOrder::Descending}); in enumerateGroupSortDirectionOptions()
138 ret.append({i18nc("Sort order for mail groups", "Descending"), SortOrder::Descending}); in enumerateGroupSortDirectionOptions()
194 newSortOrder.setMessageSortDirection(Descending); in defaultForAggregation()
202 newSortOrder.setGroupSortDirection(Descending); in defaultForAggregation()
205 newSortOrder.setGroupSortDirection(Descending); in defaultForAggregation()
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/logs/
H A Dmodule.tsx77 { value: LogsSortOrder.Descending, label: 'Descending' },
81 defaultValue: LogsSortOrder.Descending,
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/pkg/list/
H A Dsort.cue38 // Descending defines a Comparer to sort comparable values in decreasing order.
41 // list.Sort(a, list.Descending)
42 Descending: {
/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DListViewSortMenu.cs127 m_bCurSortAsc = (ls.Order != SortOrder.Descending); in UpdateMenu()
165 m_tsmiDesc = new ToolStripMenuItem(KPRes.Descending); in UpdateMenu()
194 m_h(true, i, bAsc ? SortOrder.Ascending : SortOrder.Descending, true); in OnSortColumn()
211 m_h(true, m_iCurSortColumn, SortOrder.Descending, true); in OnSortAscDesc()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/ALinq/
H A DOrderByQueryOptionExpression.cs40 internal readonly bool Descending; field
45 this.Descending = descending; in Selector()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Data/Linq/Sugar/Expressions/
H A DOrderByExpression.cs41 public bool Descending { get; set; } property in DbLinq.Data.Linq.Sugar.Expressions.OrderByExpression
47 Descending = descending; in OrderByExpression()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sagemaker-a2i-runtime/source/model/
H A DSortOrder.cpp36 return SortOrder::Descending; in GetSortOrderForName()
54 case SortOrder::Descending: in GetNameForSortOrder()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sagemaker/source/model/
H A DCodeRepositorySortOrder.cpp36 return CodeRepositorySortOrder::Descending; in GetCodeRepositorySortOrderForName()
54 case CodeRepositorySortOrder::Descending: in GetNameForCodeRepositorySortOrder()
H A DFeatureGroupSortOrder.cpp36 return FeatureGroupSortOrder::Descending; in GetFeatureGroupSortOrderForName()
54 case FeatureGroupSortOrder::Descending: in GetNameForFeatureGroupSortOrder()
H A DNotebookInstanceLifecycleConfigSortOrder.cpp36 return NotebookInstanceLifecycleConfigSortOrder::Descending; in GetNotebookInstanceLifecycleConfigSortOrderForName()
54 case NotebookInstanceLifecycleConfigSortOrder::Descending: in GetNameForNotebookInstanceLifecycleConfigSortOrder()
H A DNotebookInstanceSortOrder.cpp36 return NotebookInstanceSortOrder::Descending; in GetNotebookInstanceSortOrderForName()
54 case NotebookInstanceSortOrder::Descending: in GetNameForNotebookInstanceSortOrder()
H A DOrderKey.cpp36 return OrderKey::Descending; in GetOrderKeyForName()
54 case OrderKey::Descending: in GetNameForOrderKey()
H A DSortOrder.cpp36 return SortOrder::Descending; in GetSortOrderForName()
54 case SortOrder::Descending: in GetNameForSortOrder()

12345678910>>...127