Home
last modified time | relevance | path

Searched refs:descending (Results 126 – 150 of 9891) sorted by relevance

12345678910>>...396

/dports/www/osticket/upload/include/staff/templates/
H A Dqueue-sorting.tmpl.php96 list(list($label,), $descending) = $C;
100 $descending ? 1 : 0
/dports/devel/p5-Sort-Array/Sort-Array-0.26/
H A DREADME18 sorting => 'descending',
41 sorting => 'descending',
69 e.g.: 'ascending' or 'descending'
123 <sorting> is empty or contains not 'ascending' or 'descending'.
150 sorting => 'descending',
181 sorting => 'descending',
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DTableBase.java391 HsqlName name, int[] columns, boolean[] descending, in createAndAddIndexStructure() argument
395 Index newindex = createIndexStructure(name, columns, descending, in createAndAddIndexStructure()
405 boolean[] descending, in createIndexStructure() argument
420 descending, nullsLast, types, false, unique, constraint, forward); in createIndexStructure()
533 int[] columns, boolean[] descending, in createIndex() argument
538 descending, nullsLast, unique, constraint, forward); in createIndex()
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/worksheet/
H A Dfilters.py27 descending = Bool(allow_none=True) variable in SortCondition
40 descending=None, argument
47 self.descending = descending
354 def add_sort_condition(self, ref, descending=False): argument
363 cond = SortCondition(ref, descending)
/dports/www/joomla3/joomla3-3.9.24/administrator/language/en-GB/
H A Den-GB.com_banners.ini172 COM_BANNERS_HEADING_ACTIVE_DESC="Active descending"
175 COM_BANNERS_HEADING_BANNERS_DESC="Banners descending"
178 COM_BANNERS_HEADING_CLICKS_DESC="Clicks descending"
181 COM_BANNERS_HEADING_CLIENT_DESC="Client descending"
184 COM_BANNERS_HEADING_CONTACT_DESC="Contact descending"
187 COM_BANNERS_HEADING_COUNT_DESC="Count descending"
190 COM_BANNERS_HEADING_IMPRESSIONS_DESC="Impressions descending"
194 COM_BANNERS_HEADING_NAME_DESC="Name descending"
197 COM_BANNERS_HEADING_PURCHASETYPE_DESC="Purchase Type descending"
200 COM_BANNERS_HEADING_STICKY_DESC="Pinned descending"
[all …]
H A Den-GB.com_redirect.ini49 COM_REDIRECT_HEADING_CREATED_DATE_DESC="Created Date descending"
52 COM_REDIRECT_HEADING_HITS_DESC="404 Hits descending"
55 COM_REDIRECT_HEADING_NEW_URL_DESC="New URL descending"
58 COM_REDIRECT_HEADING_OLD_URL_DESC="Expired URL descending"
61 COM_REDIRECT_HEADING_REFERRER_DESC="Referring Page descending"
64 COM_REDIRECT_HEADING_STATUS_CODE_DESC="Status Code descending"
H A Den-GB.com_actionlogs.ini9 COM_ACTIONLOGS_ACTION_DESC="Action descending"
24 COM_ACTIONLOGS_EXTENSION_DESC="Extension descending"
30 COM_ACTIONLOGS_IP_ADDRESS_DESC="IP Address descending"
41 COM_ACTIONLOGS_NAME_DESC="Name descending"
/dports/mail/squirrelmail-translations/squirrelmail.locales/locale/nl_NL/LC_MESSAGES/
H A Dfolder_settings.po31 msgid "Date (descending)"
39 msgid "From (descending)"
47 msgid "Subject (descending)"
/dports/mail/squirrelmail-translations/squirrelmail.locales/locale/it_IT/LC_MESSAGES/
H A Dfolder_settings.po30 msgid "Date (descending)"
38 msgid "From (descending)"
46 msgid "Subject (descending)"
/dports/lang/python27/Python-2.7.18/Demo/tkinter/ttk/
H A Dtreeview_multicolumn.py25 def sortby(tree, col, descending): argument
31 data.sort(reverse=descending)
37 command=lambda col=col: sortby(tree, col, int(not descending)))
/dports/mail/squirrelmail-translations/squirrelmail.locales/locale/lt_LT/LC_MESSAGES/
H A Dfolder_settings.po33 msgid "Date (descending)"
41 msgid "From (descending)"
49 msgid "Subject (descending)"
/dports/mail/squirrelmail-translations/squirrelmail.locales/locale/fy/LC_MESSAGES/
H A Dfolder_settings.po31 msgid "Date (descending)"
39 msgid "From (descending)"
47 msgid "Subject (descending)"
/dports/lang/python-legacy/Python-2.7.18/Demo/tkinter/ttk/
H A Dtreeview_multicolumn.py25 def sortby(tree, col, descending): argument
31 data.sort(reverse=descending)
37 command=lambda col=col: sortby(tree, col, int(not descending)))
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/ordering_numbers/resource/2/
H A DData.qml19 mode: "descending", // Either ascending or descending
/dports/devel/thrust/thrust-1.9.5/internal/test/
H A Dthrust.example.sort.filecheck4 CHECK: sorting integers (descending)
19 CHECK: key-value sorting (descending)
/dports/databases/pecl-couchbase/couchbase-2.6.2/api/
H A Dcouchbase.php3594 * @param bool $descending
3598 public function descending($descending) {} argument
3611 * @param bool $descending
3615 public function descending($descending) {} argument
3640 * @param bool $descending
3644 public function descending($descending) {} function in Couchbase\\SearchSortField
3689 * @param bool $descending
3693 public function descending($descending) {} function in Couchbase\\SearchSortGeoDistance
/dports/games/openclonk/openclonk-release-8.1-src/src/script/
H A DC4ValueArray.cpp122 void C4ValueArray::Sort(bool descending) in Sort() argument
127 if (descending) std::reverse(pData, pData+iSize); in Sort()
143 bool C4ValueArray::SortByProperty(C4String *prop_name, bool descending) in SortByProperty() argument
153 if (descending) std::reverse(pData, pData+iSize); in SortByProperty()
167 bool C4ValueArray::SortByArrayElement(int32_t element_idx, bool descending) in SortByArrayElement() argument
182 if (descending) std::reverse(pData, pData+iSize); in SortByArrayElement()
/dports/cad/magic/magic-8.3.245/utils/
H A Dheap.c111 HeapInit(heap, size, descending, stringIds) in HeapInit() argument
114 int descending; /* TRUE if largest on top */
117 HeapInitType(heap, size, descending, stringIds, HE_INT);
121 HeapInitType(heap, size, descending, stringIds, keyType) in HeapInitType() argument
124 int descending; /* TRUE if largest on top */
134 heap->he_big = descending;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codedeploy/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-codecommit/source/model/
H A DOrderEnum.cpp36 return OrderEnum::descending; in GetOrderEnumForName()
54 case OrderEnum::descending: in GetNameForOrderEnum()
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/tests/
H A DAnonFunc.out7 Ordered by first name, descending: ["John Abbott", "Giovanni Lagorio", "Anna Bigatti"]
9 Ordered by last name, descending: ["Giovanni Lagorio", "Anna Bigatti", "John Abbott"]
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/tests/
H A DAnonFunc.out7 Ordered by first name, descending: ["John Abbott", "Giovanni Lagorio", "Anna Bigatti"]
9 Ordered by last name, descending: ["Giovanni Lagorio", "Anna Bigatti", "John Abbott"]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/advancedgrids/src/mx/collections/
H A DGroupingField.as71 * descending="false|true"
107 * @param descending Tells the comparator whether to arrange items in
108 * descending order.
119 descending:Boolean=false,
126 _descending = descending;
206 * a string, numeric, or date comparison in ascending or descending order,
231 // descending
236 * Storage for the descending property.
244 * in descending order.
253 public function get descending():Boolean property in GroupingField
[all …]
/dports/mail/squirrelmail-translations/squirrelmail.locales/locale/fo_FO/LC_MESSAGES/
H A Dfolder_settings.po32 msgid "Date (descending)"
40 msgid "From (descending)"
48 msgid "Subject (descending)"
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/xml/transform/
H A DSortKey.java67 transient boolean descending; field in SortKey
128 descending = false; in init()
136 descending = "descending".equals(order); in init()

12345678910>>...396