Home
last modified time | relevance | path

Searched refs:descending (Results 176 – 200 of 10275) sorted by relevance

12345678910>>...411

/dports/databases/couchdb3/apache-couchdb-3.2.1/test/elixir/test/
H A Dview_collation_raw_test.exs98 test "descending collation order", context do
100 resp = Couch.get(url(context), query: %{"descending" => "true"})
124 query = Map.put(query, :descending, true)
134 query = Map.put(query, :descending, true)
H A Ddesign_docs_query_test.exs123 test "query _design_docs descending=true", context do
125 resp = Couch.get("/#{db_name}/_design_docs?descending=true")
132 test "query _design_docs descending=false", context do
134 resp = Couch.get("/#{db_name}/_design_docs?descending=false")
203 test "query _design_docs end_key inclusive_end=false descending", context do
208 query: [end_key: "\"_design/ddoc03\"", inclusive_end: false, descending: true]
/dports/www/moodle310/moodle/question/tests/behat/
H A Dsort_questions.feature38 And I follow "Sort by ID number descending"
43 When I follow "Sort by Question type descending"
55 And I follow "Sort by Question name descending"
67 And I follow "Sort by First name descending"
/dports/www/moodle311/moodle/question/tests/behat/
H A Dsort_questions.feature38 And I follow "Sort by ID number descending"
43 When I follow "Sort by Question type descending"
55 And I follow "Sort by Question name descending"
67 And I follow "Sort by First name descending"
/dports/www/moodle39/moodle/question/tests/behat/
H A Dsort_questions.feature38 And I follow "Sort by ID number descending"
43 When I follow "Sort by Question type descending"
55 And I follow "Sort by Question name descending"
67 And I follow "Sort by First name descending"
/dports/databases/pg_activity/pg_activity-2.2.0/
H A DREADME.md95 | `r` | Sort by READ/s, descending |
96 | `w` | Sort by WRITE/s, descending |
97 | `c` | Sort by CPU%, descending |
98 | `m` | Sort by MEM%, descending |
99 | `t` | Sort by TIME+, descending |
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Panel/PanelView/
H A Dkrsort.cpp305 …rops(fileitem, _viewProperties->sortColumn, _viewProperties, isDummy, !descending(), idx, customDa… in addItem()
312 descending() ? _greaterThanFunc : _lessThanFunc); in sort()
317 …SortProps props(fileitem, _viewProperties->sortColumn, _viewProperties, isDummy, !descending(), -… in insertIndex()
320 descending() ? _greaterThanFunc : _lessThanFunc); in insertIndex()
328 bool Sorter::descending() const in descending() function in KrSort::Sorter
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/web/
H A DCArrayDataProvider.php113 foreach($directions as $name=>$descending)
119 $args[]=$descending ? SORT_DESC : SORT_ASC;
/dports/www/joomla3/joomla3-3.9.24/language/en-GB/
H A Den-GB.ini56 JASSOCIATIONS_DESC="Associations descending"
59 JAUTHOR_DESC="Author descending"
63 JCATEGORY_DESC="Category descending"
67 JDATE_DESC="Date descending"
78 JFEATURED_DESC="Featured descending"
109 JSTATUS_DESC="Status descending"
265 JGLOBAL_HITS_DESC="Hits descending"
303 JGLOBAL_TITLE_DESC="Title descending"
315 JGRID_HEADING_ACCESS_DESC="Access descending"
318 JGRID_HEADING_ID_DESC="ID descending"
[all …]
/dports/misc/vifm/vifm-0.11/src/modes/dialogs/
H A Dsort_dialog.c42 static int descending; variable
201 descending = (view->sort[0] < 0); in enter_sort_mode()
299 change_sort_type(view, i, descending); in cmd_return()
323 descending = !descending; in cmd_h()
532 mvwaddstr(sort_win, curr, col, caps[descending]); in print_at_pos()
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XSLT/
H A DElemForEach.cpp434 bool descending = false; in sortChildren() local
440 descending = true; in sortChildren()
488 descending, in sortChildren()
626 bool descending = false; in transformSelectedChildren() local
632 descending = true; in transformSelectedChildren()
678 descending, in transformSelectedChildren()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/xml/transform/
H A DXSLComparator.java87 if (sortKey.descending) in compare()
112 return (sortKey.descending) ? -d : d; in compare()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/xml/transform/
H A DXSLComparator.java87 if (sortKey.descending) in compare()
112 return (sortKey.descending) ? -d : d; in compare()
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/ordering_alphabets/resource/1/
H A DData.qml17 mode: "ascending", // Either ascending or descending
25 mode: "ascending", // Either ascending or descending
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/xml/transform/
H A DXSLComparator.java87 if (sortKey.descending) in compare()
112 return (sortKey.descending) ? -d : d; in compare()
/dports/science/colt/colt/src/cern/colt/matrix/
H A DDoubleFactory3D.java55 return descending(slices,rows,columns).assign(F.chain(F.neg,F.minus(slices*rows*columns))); in ascending()
61 public DoubleMatrix3D descending(int slices, int rows, int columns) { in descending() method in DoubleFactory3D
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/components/gridClasses/
H A DGridSortField.as44 public function GridSortField(name:String=null, descending:Boolean=false, numeric:Object=null)
46 super(name, descending, numeric);
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/xml/transform/
H A DXSLComparator.java87 if (sortKey.descending) in compare()
112 return (sortKey.descending) ? -d : d; in compare()
/dports/devel/p5-MooseX-AttributeHelpers/MooseX-AttributeHelpers-0.25/t/
H A D205_trait_list.t41 'sort' => {descending => [ sub { $_[1] <=> $_[0] } ]},
127 is_deeply([$stuff->descending], [reverse 1 .. 10]);
H A D005_basic_list.t40 'sort' => {descending => [ sub { $_[1] <=> $_[0] } ]},
126 is_deeply([$stuff->descending], [reverse 1 .. 10]);
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/xml/transform/
H A DXSLComparator.java87 if (sortKey.descending) in compare()
112 return (sortKey.descending) ? -d : d; in compare()
/dports/devel/z88dk/z88dk/libsrc/games/
H A Dbit_fx3_mwr.asm40 defw descending
180 ; descending buzzing noise
181 .descending
241 ; descending buzzing noise #2
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/Selenium/Agent/
H A DAgentTicketStatusView.t138 $Selenium->find_element("//a[contains(\@title, \'Queue, sorted descending' )]"),
139 "Table is sorted by queue, order by descending",
153 $Selenium->find_element("//a[contains(\@title, \'Queue, sorted descending' )]"),
154 "Table is still sorted by queue, order by descending",
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/ordering_numbers/
H A DActivityInfo.qml22 description: qsTr("Arrange the given numbers in ascending or descending order as requested.")
29 …ith some numbers. Drag and drop them to the upper area in ascending or descending order as request…
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/
H A DColumn.yaml16 comment: Returns whether the column is in descending or ascending order.
18 comment: Whether the column is stored in descending order.

12345678910>>...411