Home
last modified time | relevance | path

Searched refs:sorts (Results 1 – 25 of 4971) sorted by relevance

12345678910>>...199

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DListSortDescriptionCollection.cs15 ArrayList sorts = new ArrayList(); field in System.ComponentModel.ListSortDescriptionCollection
26 public ListSortDescriptionCollection(ListSortDescription[] sorts) { in ListSortDescriptionCollection() argument
27 if (sorts != null) { in ListSortDescriptionCollection()
28 for (int i = 0; i < sorts.Length; i ++) { in ListSortDescriptionCollection()
29 this.sorts.Add(sorts[i]); in ListSortDescriptionCollection()
39 return (ListSortDescription) sorts[index];
97 return ((IList)this.sorts).Contains(value); in Contains()
104 return ((IList)this.sorts).IndexOf(value); in IndexOf()
136 return this.sorts.Count;
163 this.sorts.CopyTo(array, index); in CopyTo()
[all …]
/dports/lang/maude/maude-2.7.1/src/Core/
H A DconnectedComponent.cc51 nrMaxSorts = sorts.length() - 1; in ConnectedComponent()
60 errorSort->insertSubsort(sorts[i]); in ConnectedComponent()
62 sorts[i]->processSubsorts(); in ConnectedComponent()
63 if (sorts.length() != sortCount) in ConnectedComponent()
71 sorts[i]->computeLeqSorts(); in ConnectedComponent()
85 return sorts[index2]->getLeqSorts().contains(index1); in leq()
97 Sort* s = sorts[i]; in findMaximalSorts()
110 if (sorts[i]->getLeqSorts().contains(leqSorts)) in findIndex()
120 return sorts[index]->getLeqSorts(); in getLeqSorts()
127 int nrSorts = sorts.length(); in dump()
[all …]
/dports/lang/maude/maude-2.7.1/tests/Meta/
H A DmetaSort.maude61 sorts none .
168 sorts 'Foo ; 'Bar .
177 sorts 'Foo ; 'Bar .
186 sorts 'Foo ; 'Bar .
195 sorts none .
204 sorts none .
213 sorts none .
222 sorts none .
231 sorts none .
241 sorts none .
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/query/
H A Dplanner_analysis_test.cpp144 const BSONObjSet& sorts = ixscan.getSort(); in TEST() local
147 ASSERT(sorts.find(fromjson("{a: 1, b: 1, c: 1, d: 1, e: 1}")) != sorts.end()); in TEST()
150 ASSERT(sorts.find(fromjson("{a: 1}")) != sorts.end()); in TEST()
151 ASSERT(sorts.find(fromjson("{a: 1, b: 1}")) != sorts.end()); in TEST()
152 ASSERT(sorts.find(fromjson("{a: 1, b: 1, c: 1}")) != sorts.end()); in TEST()
153 ASSERT(sorts.find(fromjson("{a: 1, b: 1, c: 1, d: 1}")) != sorts.end()); in TEST()
156 ASSERT(sorts.find(fromjson("{b: 1, c: 1, d: 1, e: 1}")) != sorts.end()); in TEST()
157 ASSERT(sorts.find(fromjson("{c: 1, d: 1, e: 1}")) != sorts.end()); in TEST()
158 ASSERT(sorts.find(fromjson("{d: 1, e: 1}")) != sorts.end()); in TEST()
159 ASSERT(sorts.find(fromjson("{d: 1}")) != sorts.end()); in TEST()
[all …]
/dports/math/vampire/vampire-4.5.1/Kernel/
H A DSorts.hpp145 _sorts[i] = sorts[i]; in TupleSort()
150 unsigned* sorts() { return _sorts.array(); } in sorts() function in Kernel::Sorts::TupleSort
166 unsigned addTupleSort(unsigned arity, unsigned sorts[]);
236 static OperatorKey* setupKey(unsigned arity, const unsigned* sorts=0);
237 static OperatorKey* setupKey(std::initializer_list<unsigned> sorts);
253 OperatorKey* key = setupKey(arity,sorts); in getPredicateType()
261 OperatorKey* key = setupKey(sorts); in getPredicateType()
262 (*key)[sorts.size()] = PREDICATE_FLAG; in getPredicateType()
277 OperatorKey* key = setupKey(arity,sorts); in getFunctionType()
285 OperatorKey* key = setupKey(sorts); in getFunctionType()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlindex.cpp78 : QSqlRecord(other), cursor(other.cursor), nm(other.nm), sorts(other.sorts) in QSqlIndex()
90 sorts = other.sorts; in operator =()
139 sorts.append(desc); in append()
151 if (i >= 0 && i < sorts.size()) in isDescending()
152 return sorts[i]; in isDescending()
164 if (i >= 0 && i < sorts.size()) in setDescending()
165 sorts[i] = desc; in setDescending()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlindex.cpp78 : QSqlRecord(other), cursor(other.cursor), nm(other.nm), sorts(other.sorts) in QSqlIndex()
90 sorts = other.sorts; in operator =()
139 sorts.append(desc); in append()
151 if (i >= 0 && i < sorts.size()) in isDescending()
152 return sorts[i]; in isDescending()
164 if (i >= 0 && i < sorts.size()) in setDescending()
165 sorts[i] = desc; in setDescending()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlindex.cpp78 : QSqlRecord(other), cursor(other.cursor), nm(other.nm), sorts(other.sorts) in QSqlIndex()
90 sorts = other.sorts; in operator =()
139 sorts.append(desc); in append()
151 if (i >= 0 && i < sorts.size()) in isDescending()
152 return sorts[i]; in isDescending()
164 if (i >= 0 && i < sorts.size()) in setDescending()
165 sorts[i] = desc; in setDescending()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlindex.cpp78 : QSqlRecord(other), cursor(other.cursor), nm(other.nm), sorts(other.sorts) in QSqlIndex()
90 sorts = other.sorts; in operator =()
139 sorts.append(desc); in append()
151 if (i >= 0 && i < sorts.size()) in isDescending()
152 return sorts[i]; in isDescending()
164 if (i >= 0 && i < sorts.size()) in setDescending()
165 sorts[i] = desc; in setDescending()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlindex.cpp78 : QSqlRecord(other), cursor(other.cursor), nm(other.nm), sorts(other.sorts) in QSqlIndex()
90 sorts = other.sorts; in operator =()
139 sorts.append(desc); in append()
151 if (i >= 0 && i < sorts.size()) in isDescending()
152 return sorts[i]; in isDescending()
164 if (i >= 0 && i < sorts.size()) in setDescending()
165 sorts[i] = desc; in setDescending()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlindex.cpp78 : QSqlRecord(other), cursor(other.cursor), nm(other.nm), sorts(other.sorts) in QSqlIndex()
90 sorts = other.sorts; in operator =()
139 sorts.append(desc); in append()
151 if (i >= 0 && i < sorts.size()) in isDescending()
152 return sorts[i]; in isDescending()
164 if (i >= 0 && i < sorts.size()) in setDescending()
165 sorts[i] = desc; in setDescending()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlindex.cpp78 : QSqlRecord(other), cursor(other.cursor), nm(other.nm), sorts(other.sorts) in QSqlIndex()
90 sorts = other.sorts; in operator =()
139 sorts.append(desc); in append()
151 if (i >= 0 && i < sorts.size()) in isDescending()
152 return sorts[i]; in isDescending()
164 if (i >= 0 && i < sorts.size()) in setDescending()
165 sorts[i] = desc; in setDescending()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlindex.cpp78 : QSqlRecord(other), cursor(other.cursor), nm(other.nm), sorts(other.sorts) in QSqlIndex()
90 sorts = other.sorts; in operator =()
139 sorts.append(desc); in append()
151 if (i >= 0 && i < sorts.size()) in isDescending()
152 return sorts[i]; in isDescending()
164 if (i >= 0 && i < sorts.size()) in setDescending()
165 sorts[i] = desc; in setDescending()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlindex.cpp78 : QSqlRecord(other), cursor(other.cursor), nm(other.nm), sorts(other.sorts) in QSqlIndex()
90 sorts = other.sorts; in operator =()
139 sorts.append(desc); in append()
151 if (i >= 0 && i < sorts.size()) in isDescending()
152 return sorts[i]; in isDescending()
164 if (i >= 0 && i < sorts.size()) in setDescending()
165 sorts[i] = desc; in setDescending()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlindex.cpp78 : QSqlRecord(other), cursor(other.cursor), nm(other.nm), sorts(other.sorts) in QSqlIndex()
90 sorts = other.sorts; in operator =()
139 sorts.append(desc); in append()
151 if (i >= 0 && i < sorts.size()) in isDescending()
152 return sorts[i]; in isDescending()
164 if (i >= 0 && i < sorts.size()) in setDescending()
165 sorts[i] = desc; in setDescending()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlindex.cpp78 : QSqlRecord(other), cursor(other.cursor), nm(other.nm), sorts(other.sorts) in QSqlIndex()
90 sorts = other.sorts; in operator =()
139 sorts.append(desc); in append()
151 if (i >= 0 && i < sorts.size()) in isDescending()
152 return sorts[i]; in isDescending()
164 if (i >= 0 && i < sorts.size()) in setDescending()
165 sorts[i] = desc; in setDescending()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlindex.cpp78 : QSqlRecord(other), cursor(other.cursor), nm(other.nm), sorts(other.sorts) in QSqlIndex()
90 sorts = other.sorts; in operator =()
139 sorts.append(desc); in append()
151 if (i >= 0 && i < sorts.size()) in isDescending()
152 return sorts[i]; in isDescending()
164 if (i >= 0 && i < sorts.size()) in setDescending()
165 sorts[i] = desc; in setDescending()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlindex.cpp78 : QSqlRecord(other), cursor(other.cursor), nm(other.nm), sorts(other.sorts) in QSqlIndex()
90 sorts = other.sorts; in operator =()
139 sorts.append(desc); in append()
151 if (i >= 0 && i < sorts.size()) in isDescending()
152 return sorts[i]; in isDescending()
164 if (i >= 0 && i < sorts.size()) in setDescending()
165 sorts[i] = desc; in setDescending()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlindex.cpp78 : QSqlRecord(other), cursor(other.cursor), nm(other.nm), sorts(other.sorts) in QSqlIndex()
90 sorts = other.sorts; in operator =()
139 sorts.append(desc); in append()
151 if (i >= 0 && i < sorts.size()) in isDescending()
152 return sorts[i]; in isDescending()
164 if (i >= 0 && i < sorts.size()) in setDescending()
165 sorts[i] = desc; in setDescending()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlindex.cpp78 : QSqlRecord(other), cursor(other.cursor), nm(other.nm), sorts(other.sorts) in QSqlIndex()
90 sorts = other.sorts; in operator =()
139 sorts.append(desc); in append()
151 if (i >= 0 && i < sorts.size()) in isDescending()
152 return sorts[i]; in isDescending()
164 if (i >= 0 && i < sorts.size()) in setDescending()
165 sorts[i] = desc; in setDescending()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlindex.cpp78 : QSqlRecord(other), cursor(other.cursor), nm(other.nm), sorts(other.sorts) in QSqlIndex()
90 sorts = other.sorts; in operator =()
139 sorts.append(desc); in append()
151 if (i >= 0 && i < sorts.size()) in isDescending()
152 return sorts[i]; in isDescending()
164 if (i >= 0 && i < sorts.size()) in setDescending()
165 sorts[i] = desc; in setDescending()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlindex.cpp78 : QSqlRecord(other), cursor(other.cursor), nm(other.nm), sorts(other.sorts) in QSqlIndex()
90 sorts = other.sorts; in operator =()
139 sorts.append(desc); in append()
151 if (i >= 0 && i < sorts.size()) in isDescending()
152 return sorts[i]; in isDescending()
164 if (i >= 0 && i < sorts.size()) in setDescending()
165 sorts[i] = desc; in setDescending()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlindex.cpp78 : QSqlRecord(other), cursor(other.cursor), nm(other.nm), sorts(other.sorts) in QSqlIndex()
90 sorts = other.sorts; in operator =()
139 sorts.append(desc); in append()
151 if (i >= 0 && i < sorts.size()) in isDescending()
152 return sorts[i]; in isDescending()
164 if (i >= 0 && i < sorts.size()) in setDescending()
165 sorts[i] = desc; in setDescending()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlindex.cpp78 : QSqlRecord(other), cursor(other.cursor), nm(other.nm), sorts(other.sorts) in QSqlIndex()
90 sorts = other.sorts; in operator =()
139 sorts.append(desc); in append()
151 if (i >= 0 && i < sorts.size()) in isDescending()
152 return sorts[i]; in isDescending()
164 if (i >= 0 && i < sorts.size()) in setDescending()
165 sorts[i] = desc; in setDescending()
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/twotwotwo/sorts/
H A DREADME.md1 # [sorts](http://godoc.org/github.com/twotwotwo/sorts)
3 [sorts](http://godoc.org/github.com/twotwotwo/sorts) provides
6 [sorts/sortutil](http://godoc.org/github.com/twotwotwo/sorts/sortutil)
7 sorts common slice types and adds functions to help sort floats.
16 string/[]byte/(u)int64, and call sorts.ByString, ByBytes, ByUint64, or
18 http://godoc.org/github.com/twotwotwo/sorts
20 There's no Reverse(), but sorts.Flip(data) will flip ascending-sorted
21 data to descending. There's no stable sort. The string sorts just compare
22 byte values; é won't sort next to e. Set sorts.MaxProcs if you want to

12345678910>>...199