Home
last modified time | relevance | path

Searched refs:isSortAscending (Results 1 – 25 of 26) sorted by relevance

12

/dports/biology/jalview/jalview/src/jalview/fts/core/
H A DFTSRestRequest.java61 private boolean isSortAscending; field in FTSRestRequest
121 boolean isSortAscending) in setFieldToSortBy() argument
124 this.isSortAscending = isSortAscending; in setFieldToSortBy()
129 return isSortAscending; in isAscending()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/releases/components/
H A Dreleases_sort.vue24 isSortAscending() {
31 const sort = this.isSortAscending ? DESCENDING_ORDER : ASCENDING_ORDER;
49 :is-ascending="isSortAscending"
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/util/
H A D_XSortable.java154 boolean isSortAscending) { in modifyDescriptor() argument
165 TableFields[k].IsAscending = isSortAscending; in modifyDescriptor()
218 boolean isSortAscending); in checkSort() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/util/
H A D_XSortable.java154 boolean isSortAscending) { in modifyDescriptor() argument
165 TableFields[k].IsAscending = isSortAscending; in modifyDescriptor()
218 boolean isSortAscending); in checkSort() argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/vue_shared/components/registry/
H A Dregistry_search.vue46 isSortAscending() {
71 const sort = this.isSortAscending ? DESCENDING_ORDER : ASCENDING_ORDER;
120 :is-ascending="isSortAscending"
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/Showcase/src/com/google/gwt/sample/showcase/client/content/cell/
H A DCwCustomDataGrid.java197 boolean isSortAscending = (sortedInfo == null) ? false : sortedInfo.isAscending(); in buildHeaderOrFooterImpl()
201 … buildHeader(tr, firstNameHeader, firstNameColumn, sortedColumn, isSortAscending, false, false); in buildHeaderOrFooterImpl()
202 buildHeader(tr, lastNameHeader, lastNameColumn, sortedColumn, isSortAscending, false, false); in buildHeaderOrFooterImpl()
203 buildHeader(tr, ageHeader, ageColumn, sortedColumn, isSortAscending, false, false); in buildHeaderOrFooterImpl()
204 buildHeader(tr, categoryHeader, categoryColumn, sortedColumn, isSortAscending, false, false); in buildHeaderOrFooterImpl()
205 buildHeader(tr, addressHeader, addressColumn, sortedColumn, isSortAscending, false, true); in buildHeaderOrFooterImpl()
223 Column<?, ?> sortedColumn, boolean isSortAscending, boolean isFirst, boolean isLast) { in buildHeader() argument
239 + (isSortAscending ? style.sortedHeaderAscending() : style.sortedHeaderDescending())); in buildHeader()
250 renderSortableHeader(th, context, header, isSorted, isSortAscending); in buildHeader()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/mod/_sw/
H A DSwXTextTable.java157 boolean isSortAscending) { in createTestEnvironment()
171 if (isSortAscending) { in createTestEnvironment()
193 if (isSortAscending) { in createTestEnvironment()
H A DSwXTextCursor.java243 boolean isSortAscending) { in createTestEnvironment()
254 if (isSortAscending) { in createTestEnvironment()
268 if (isSortAscending) { in createTestEnvironment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/mod/_sw/
H A DSwXTextTable.java157 boolean isSortAscending) { in createTestEnvironment()
171 if (isSortAscending) { in createTestEnvironment()
193 if (isSortAscending) { in createTestEnvironment()
H A DSwXTextCursor.java243 boolean isSortAscending) { in createTestEnvironment()
254 if (isSortAscending) { in createTestEnvironment()
268 if (isSortAscending) { in createTestEnvironment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/mod/_sc/
H A DScCellCursorObj.java229 boolean isSortAscending) { in createTestEnvironment()
245 if (isSortAscending) { in createTestEnvironment()
265 if (isSortAscending) { in createTestEnvironment()
H A DScCellRangeObj.java214 boolean isSortAscending) { in createTestEnvironment()
230 if (isSortAscending) { in createTestEnvironment()
250 if (isSortAscending) { in createTestEnvironment()
H A DScTableSheetObj.java319 boolean isSortAscending) { in createTestEnvironment()
335 if (isSortAscending) { in createTestEnvironment()
355 if (isSortAscending) { in createTestEnvironment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/mod/_sc/
H A DScCellCursorObj.java229 boolean isSortAscending) { in createTestEnvironment()
245 if (isSortAscending) { in createTestEnvironment()
265 if (isSortAscending) { in createTestEnvironment()
H A DScCellRangeObj.java214 boolean isSortAscending) { in createTestEnvironment()
230 if (isSortAscending) { in createTestEnvironment()
250 if (isSortAscending) { in createTestEnvironment()
H A DScTableSheetObj.java319 boolean isSortAscending) { in createTestEnvironment()
335 if (isSortAscending) { in createTestEnvironment()
355 if (isSortAscending) { in createTestEnvironment()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/common/table/
H A DTableColumnCore.java280 boolean isSortAscending(); in isSortAscending() method
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/columns/torrent/
H A DColumnUnopened.java141 sortVal = isSortAscending()?2:-1; in refresh()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/widget/
H A DModifyKeyboardShortcutsWidget.java664 sort(data, 0, event.isSortAscending()); in addHandlers()
666 sort(data, 1, event.isSortAscending()); in addHandlers()
668 sort(data, 2, event.isSortAscending()); in addHandlers()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/
H A DBrowseAddinsDialog.java234 sort(index, event.isSortAscending()); in addColumns()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/common/table/impl/
H A DTableViewImpl.java1860 sortColumn.setSortAscending(!sortColumn.isSortAscending()); in setSortColumn()
1865 sortColumn.setSortAscending(!sortColumn.isSortAscending()); in setSortColumn()
H A DTableColumnImpl.java1445 public boolean isSortAscending() { in isSortAscending() method in TableColumnImpl
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/files/ui/
H A DFilesList.java346 activeSortColumnAscending_ = event.isSortAscending(); in addColumnSortHandler()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/
H A DMyTorrentsView.java1842 boolean isSortAscending = sortColumn == null ? true in moveRowsTo()
1843 : sortColumn.isSortAscending(); in moveRowsTo()
1854 if (isSortAscending) { in moveRowsTo()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/
H A DTorrentUtil.java2332 boolean isSortAscending = sortColumn == null ? true in moveSelectedTorrentsTo()
2333 : sortColumn.isSortAscending(); in moveSelectedTorrentsTo()
2340 if (isSortAscending) { in moveSelectedTorrentsTo()

12