Home
last modified time | relevance | path

Searched refs:Ascending (Results 1 – 25 of 3291) sorted by relevance

12345678910>>...132

/dports/lang/mono/mono-5.10.1.57/mcs/class/WindowsBase/Test/System.ComponentModel/
H A DSortDescriptionTest.cs49 Assert.AreEqual (ListSortDirection.Ascending, sd.Direction, "CTOR_#2"); in ConstructorTest()
56 sd.Direction = ListSortDirection.Ascending; in ConstructorTest()
57 Assert.AreEqual (ListSortDirection.Ascending, sd.Direction, "CTOR_#4"); in ConstructorTest()
65 SortDescription sd = new SortDescription(null, ListSortDirection.Ascending); in NullArgumentTest()
83 SortDescription sd = new SortDescription("Test", ListSortDirection.Ascending); in NullArgumentAssignmentTest()
91 SortDescription sd = new SortDescription("Test", ListSortDirection.Ascending); in EmptyArgumentAssignmentTest()
100 SortDescription left = new SortDescription ("A", ListSortDirection.Ascending); in OperatorTest()
101 SortDescription same = new SortDescription ("A", ListSortDirection.Ascending); in OperatorTest()
124 SortDescription sd = new SortDescription ("Sample", ListSortDirection.Ascending); in ToStringAndHashCodeTest()
143 SortDescription sd = new SortDescription("Test", ListSortDirection.Ascending); in SetSealedPropertyNameTest()
[all …]
H A DSortDescriptionCollectionTest.cs46 SortDescription addedItem = new SortDescription ("NONE", ListSortDirection.Ascending); in SortDescriptionCollectionAddTest()
54 sdc.Add (new SortDescription ("A", ListSortDirection.Ascending)); in SortDescriptionCollectionAddTest()
57 Assert.AreEqual (ListSortDirection.Ascending, addedItem.Direction, "ADD_#2"); in SortDescriptionCollectionAddTest()
65 SortDescription addedItem = new SortDescription ("A", ListSortDirection.Ascending); in SortDescriptionCollectionAddNoHandlerTest()
72 Assert.AreEqual (ListSortDirection.Ascending, addedItem.Direction, "ADDN_#2"); in SortDescriptionCollectionAddNoHandlerTest()
82 sdc.Add (new SortDescription ("A", ListSortDirection.Ascending)); in SortDescriptionCollectionRemoveTest()
93 Assert.AreEqual (ListSortDirection.Ascending, removedItem.Direction, "REM_#2"); in SortDescriptionCollectionRemoveTest()
103 sdc.Add (new SortDescription ("A", ListSortDirection.Ascending)); in SortDescriptionCollectionClearTest()
121 SortDescription addedItem = new SortDescription ("NONE", ListSortDirection.Ascending); in SortDescriptionCollectionSetTest()
124 sdc.Add (new SortDescription ("A", ListSortDirection.Ascending)); in SortDescriptionCollectionSetTest()
[all …]
/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()
115 return order == SortOrder::Ascending ? -1 : 1; in operator ()()
117 return order == SortOrder::Ascending ? 1 : -1; in operator ()()
127 : three_way({SortOrder::Ascending, null_placement}) {} in NthComparator()
521 SortOrder::Ascending, null_placement, in TYPED_TEST()
524 SortOrder::Ascending, null_placement, in TYPED_TEST()
528 SortOrder::Ascending, null_placement, in TYPED_TEST()
1210 SortKey("b", SortOrder::Ascending), in TEST_F()
1220 SortKey("b", SortOrder::Ascending), in TEST_F()
1254 SortKey("a", SortOrder::Ascending), SortKey("b", SortOrder::Ascending), in TEST_F()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/pkg/list/testdata/
H A Dsort.txtar7 ls: list.Sort(l, list.Ascending)
8 il: list.IsSorted(l, list.Ascending)
9 ils: list.IsSorted(ls, list.Ascending)
14 il: list.IsSorted(l, list.Ascending)
16 ls: list.Sort(l, list.Ascending)
17 ils: list.IsSorted(ls, list.Ascending)
23 il: list.IsSorted(l, list.Ascending)
25 ls: list.Sort(l, list.Ascending)
26 ils: list.IsSorted(ls, list.Ascending)
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dengine.gen.go19 keyCursor := e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
20 return newFloatCursor(opt.SeekTime(), opt.Ascending, cacheValues, keyCursor)
27 keyCursor := e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
28 return newIntegerCursor(opt.SeekTime(), opt.Ascending, cacheValues, keyCursor)
35 keyCursor := e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
36 return newUnsignedCursor(opt.SeekTime(), opt.Ascending, cacheValues, keyCursor)
43 keyCursor := e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
44 return newStringCursor(opt.SeekTime(), opt.Ascending, cacheValues, keyCursor)
51 keyCursor := e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
52 return newBooleanCursor(opt.SeekTime(), opt.Ascending, cacheValues, keyCursor)
H A Darray_cursor_iterator.gen.go21 keyCursor := q.e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
22 if opt.Ascending {
41 keyCursor := q.e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
42 if opt.Ascending {
61 keyCursor := q.e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
62 if opt.Ascending {
81 keyCursor := q.e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
82 if opt.Ascending {
101 keyCursor := q.e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
102 if opt.Ascending {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dengine.gen.go19 keyCursor := e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
20 return newFloatCursor(opt.SeekTime(), opt.Ascending, cacheValues, keyCursor)
27 keyCursor := e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
28 return newIntegerCursor(opt.SeekTime(), opt.Ascending, cacheValues, keyCursor)
35 keyCursor := e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
36 return newUnsignedCursor(opt.SeekTime(), opt.Ascending, cacheValues, keyCursor)
43 keyCursor := e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
44 return newStringCursor(opt.SeekTime(), opt.Ascending, cacheValues, keyCursor)
51 keyCursor := e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
52 return newBooleanCursor(opt.SeekTime(), opt.Ascending, cacheValues, keyCursor)
H A Darray_cursor_iterator.gen.go21 keyCursor := q.e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
22 if opt.Ascending {
41 keyCursor := q.e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
42 if opt.Ascending {
61 keyCursor := q.e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
62 if opt.Ascending {
81 keyCursor := q.e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
82 if opt.Ascending {
101 keyCursor := q.e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
102 if opt.Ascending {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dengine.gen.go19 keyCursor := e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
20 return newFloatCursor(opt.SeekTime(), opt.Ascending, cacheValues, keyCursor)
27 keyCursor := e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
28 return newIntegerCursor(opt.SeekTime(), opt.Ascending, cacheValues, keyCursor)
35 keyCursor := e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
36 return newUnsignedCursor(opt.SeekTime(), opt.Ascending, cacheValues, keyCursor)
43 keyCursor := e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
44 return newStringCursor(opt.SeekTime(), opt.Ascending, cacheValues, keyCursor)
51 keyCursor := e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
52 return newBooleanCursor(opt.SeekTime(), opt.Ascending, cacheValues, keyCursor)
H A Darray_cursor_iterator.gen.go21 keyCursor := q.e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
22 if opt.Ascending {
41 keyCursor := q.e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
42 if opt.Ascending {
61 keyCursor := q.e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
62 if opt.Ascending {
81 keyCursor := q.e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
82 if opt.Ascending {
101 keyCursor := q.e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
102 if opt.Ascending {
/dports/databases/kdb/kdb-3.2.0/src/
H A DKDbOrderByColumn.h39 Ascending = Qt::AscendingOrder, enumerator
52 SortOrder order = SortOrder::Ascending, int pos = -1);
56 explicit KDbOrderByColumn(KDbField* field, SortOrder order = SortOrder::Ascending);
160 …const QString& field1, KDbOrderByColumn::SortOrder order1 = KDbOrderByColumn::SortOrder::Ascending,
161 …g& field2 = QString(), KDbOrderByColumn::SortOrder order2 = KDbOrderByColumn::SortOrder::Ascending,
162 …g& field3 = QString(), KDbOrderByColumn::SortOrder order3 = KDbOrderByColumn::SortOrder::Ascending,
163 …g& field4 = QString(), KDbOrderByColumn::SortOrder order4 = KDbOrderByColumn::SortOrder::Ascending,
169 KDbOrderByColumn::SortOrder order = KDbOrderByColumn::SortOrder::Ascending);
176 KDbOrderByColumn::SortOrder order = KDbOrderByColumn::SortOrder::Ascending);
183 KDbOrderByColumn::SortOrder order = KDbOrderByColumn::SortOrder::Ascending);
[all …]
/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/execution/
H A DSortPrefixUtils.scala57 case Ascending if (sortOrder.nullOrdering == NullsLast) =>
59 case Ascending =>
70 case Ascending if (sortOrder.nullOrdering == NullsLast) =>
72 case Ascending =>
83 case Ascending if (sortOrder.nullOrdering == NullsLast) =>
85 case Ascending =>
96 case Ascending if (sortOrder.nullOrdering == NullsLast) =>
98 case Ascending =>
113 getPrefixComparator(SortOrder(BoundReference(0, field.dataType, field.nullable), Ascending))
140 canSortFullyWithPrefix(SortOrder(BoundReference(0, field.dataType, field.nullable), Ascending))
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/tests/System/DirectoryServices/
H A DSortOptionTests.cs18 Assert.Equal(SortDirection.Ascending, sortOption.Direction); in Ctor_Default()
23 [InlineData("propertyName", SortDirection.Ascending)]
30 Assert.Equal(SortDirection.Ascending, sortOption.Direction); in Ctor_PropertyName_SortDirection()
38 …nsions.Throws<ArgumentNullException>("value", () => new SortOption(null, SortDirection.Ascending)); in Ctor_NullPropertyName_ThrowsArgumentNullException()
42 [InlineData(SortDirection.Ascending - 1)]
50 Assert.Equal(SortDirection.Ascending, so.Direction); in Ctor_InvalidDirection_ThrowsInvalidEnumArgumentException()
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dpriority_queue.hxx231 bool Ascending = false>
233 : public BucketQueue<ValueType, Ascending>
239 typedef BucketQueue<ValueType, Ascending> BaseType;
377 bool Ascending>
378 class PriorityQueue<ValueType, unsigned char, Ascending>
379 : public BucketQueue<ValueType, Ascending>
382 typedef BucketQueue<ValueType, Ascending> BaseType;
390 bool Ascending>
391 class PriorityQueue<ValueType, unsigned short, Ascending>
392 : public BucketQueue<ValueType, Ascending>
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dcursor_iterator.gen.go21 keyCursor := q.e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
22 if opt.Ascending {
41 keyCursor := q.e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
42 if opt.Ascending {
61 keyCursor := q.e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
62 if opt.Ascending {
81 keyCursor := q.e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
82 if opt.Ascending {
101 keyCursor := q.e.KeyCursor(ctx, key, opt.SeekTime(), opt.Ascending)
102 if opt.Ascending {
/dports/deskutils/libcprime/libcprime-a5d026eb116d714d1d5312210f914d0a0d4adb2d/cprime/
H A Dsortfunc.h40 …ist sortDate(const QStringList &dateList, CPrime::SortOrder s = CPrime::Ascending, const QString &…
41 …ist sortTime(const QStringList &timeList, CPrime::SortOrder s = CPrime::Ascending, const QString &…
42 static QStringList sortList(const QStringList &list, CPrime::SortOrder s = CPrime::Ascending);
43 …DateTime(const QStringList &dateTimeList, CPrime::SortOrder s = CPrime::Ascending, const QString &…
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/FileManager/
H A DViewSettings.h25 bool Ascending; member
31 Ascending = true; in Clear()
38 Ascending(true), in CListViewInfo()
56 Ascending != info.Ascending) in IsEqual()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/FileManager/
H A DViewSettings.h25 bool Ascending; member
31 Ascending = true; in Clear()
38 Ascending(true), in CListViewInfo()
56 Ascending != info.Ascending) in IsEqual()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Dvector_sort_test.cc98 if (order == SortOrder::Ascending) { in operator ()()
339 AssertSortIndices(values, SortOrder::Ascending, expected); in AssertSortIndices()
375 this->AssertSortIndices("[3, 4, NaN, 1, 2, null]", SortOrder::Ascending, in TYPED_TEST()
394 this->AssertSortIndices("[10, 12, 4, 50, 50, 32, 11]", SortOrder::Ascending, in TYPED_TEST()
399 this->AssertSortIndices("[null, 1, 3, null, 2, 5]", SortOrder::Ascending, in TYPED_TEST()
417 this->AssertSortIndices("[null, 1, 3, null, 2, 5]", SortOrder::Ascending, in TYPED_TEST()
430 this->AssertSortIndices(R"(["c", "b", "a", "b"])", SortOrder::Ascending, 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/www/gitea/gitea-1.16.5/vendor/github.com/olivere/elastic/v7/
H A Dsearch_aggs_bucket_multi_terms.go89 a.order = append(a.order, MultiTermsOrder{Field: order, Ascending: asc})
95 a.order = append(a.order, MultiTermsOrder{Field: "_count", Ascending: asc})
109 a.order = append(a.order, MultiTermsOrder{Field: "_key", Ascending: asc})
150 a.order = append(a.order, MultiTermsOrder{Field: aggName, Ascending: asc})
183 a.order = append(a.order, MultiTermsOrder{Field: aggName + "." + metric, Ascending: asc})
288 Ascending bool member
294 if order.Ascending {
/dports/science/atompaw/atompaw-4.1.1.0/src/
H A Dsearch_sort.F90173 SUBROUTINE Integer_InsSort(A, LUT, Ascending) argument
176 LOGICAL, INTENT(IN) :: Ascending local
204 IF (.NOT. Ascending) THEN
219 SUBROUTINE Real_InsSort(A, LUT, Ascending) argument
222 LOGICAL, INTENT(IN) :: Ascending local
250 IF (.NOT. Ascending) THEN
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/expr/
H A Dqorderby.cpp125 …rderingEmptySequence == StaticContext::Least ? orderSpec.direction == OrderBy::OrderSpec::Ascending in operator ()()
126 … : orderSpec.direction != OrderBy::OrderSpec::Ascending; in operator ()()
136 …ringEmptySequence == StaticContext::Greatest ? orderSpec.direction == OrderBy::OrderSpec::Ascending in operator ()()
137 … : orderSpec.direction != OrderBy::OrderSpec::Ascending; in operator ()()
142 Q_ASSERT(orderSpec.direction == OrderBy::OrderSpec::Ascending || in operator ()()
149 return orderSpec.direction == OrderBy::OrderSpec::Ascending; in operator ()()
151 return orderSpec.direction != OrderBy::OrderSpec::Ascending; in operator ()()
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/expr/
H A Dqorderby.cpp132 …rderingEmptySequence == StaticContext::Least ? orderSpec.direction == OrderBy::OrderSpec::Ascending in operator ()()
133 … : orderSpec.direction != OrderBy::OrderSpec::Ascending; in operator ()()
143 …ringEmptySequence == StaticContext::Greatest ? orderSpec.direction == OrderBy::OrderSpec::Ascending in operator ()()
144 … : orderSpec.direction != OrderBy::OrderSpec::Ascending; in operator ()()
149 Q_ASSERT(orderSpec.direction == OrderBy::OrderSpec::Ascending || in operator ()()
156 return orderSpec.direction == OrderBy::OrderSpec::Ascending; in operator ()()
158 return orderSpec.direction != OrderBy::OrderSpec::Ascending; in operator ()()
/dports/audio/easytag/easytag-2.4.3/data/
H A Dmenus.ui168 <attribute name="label" translatable="yes">Ascending by title</attribute>
180 <attribute name="label" translatable="yes">Ascending by artist</attribute>
204 <attribute name="label" translatable="yes">Ascending by album</attribute>
216 <attribute name="label" translatable="yes">Ascending by year</attribute>
228 <attribute name="label" translatable="yes">Ascending by genre</attribute>
240 <attribute name="label" translatable="yes">Ascending by comment</attribute>
288 <attribute name="label" translatable="yes">Ascending by URL</attribute>
665 <attribute name="label" translatable="yes">Ascending by title</attribute>
701 <attribute name="label" translatable="yes">Ascending by album</attribute>
713 <attribute name="label" translatable="yes">Ascending by year</attribute>
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/
H A Dsearch_aggs_bucket_terms.go144 a.order = append(a.order, TermsOrder{Field: order, Ascending: asc})
150 a.order = append(a.order, TermsOrder{Field: "_count", Ascending: asc})
165 a.order = append(a.order, TermsOrder{Field: "_term", Ascending: asc})
181 a.order = append(a.order, TermsOrder{Field: "_key", Ascending: asc})
209 a.order = append(a.order, TermsOrder{Field: aggName, Ascending: asc})
229 a.order = append(a.order, TermsOrder{Field: aggName + "." + metric, Ascending: asc})
374 Ascending bool member
380 if order.Ascending {

12345678910>>...132