Home
last modified time | relevance | path

Searched refs:SORT_ORDER (Results 1 – 25 of 112) sorted by relevance

12345

/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcore/library/
H A DLocalLibraryConstants.h80 static const char* SORT_ORDER = "sort_order"; variable
95 static const char* SORT_ORDER = "sort_order"; variable
110 static const char* SORT_ORDER = "sort_order"; variable
123 static const char* SORT_ORDER = "sort_order"; variable
158 static const char* SORT_ORDER = "sort_order"; variable
/dports/mail/neomutt/neomutt-20211029/sidebar/
H A Dconfig.c46 { "unsorted", SORT_ORDER },
47 { "mailbox-order", SORT_ORDER },
89 { "sidebar_sort_method", DT_SORT, SORT_ORDER, IP SortSidebarMethods, NULL,
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/x-pack/plugins/lists/server/scripts/
H A Dfind_lists_with_sort.sh16 SORT_ORDER=${4-asc}
21 …s/_find?page=${PAGE}&per_page=${PER_PAGE}&sort_field=${SORT_FIELD}&sort_order=${SORT_ORDER}" | jq .
H A Dfind_lists_with_sort_cursor.sh16 SORT_ORDER=${4-asc}
22 …age=${PAGE}&per_page=${PER_PAGE}&sort_field=${SORT_FIELD}&sort_order=${SORT_ORDER}&cursor=${CURSOR…
H A Dfind_list_items_with_sort.sh17 SORT_ORDER=${4-asc}
22 …IST_ID}&page=${PAGE}&per_page=${PER_PAGE}&sort_field=${SORT_FIELD}&sort_order=${SORT_ORDER}" | jq .
H A Dfind_list_items_with_sort_cursor.sh17 SORT_ORDER=${5-asc}
23 …age=${PAGE}&per_page=${PER_PAGE}&sort_field=${SORT_FIELD}&sort_order=${SORT_ORDER}&cursor=${CURSOR…
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/
H A Dlistbox.hpp282 enum SORT_ORDER { enum in gui2::listbox
288 using order_pair = std::pair<int, SORT_ORDER>;
309 void set_callback_order_change(std::function<void(unsigned, SORT_ORDER)> callback) in set_callback_order_change()
381 std::function<void(unsigned, SORT_ORDER)> callback_order_change_;
/dports/net/sqtop/sqtop-2015-02-08/src/
H A Doptions.hpp52 enum SORT_ORDER { enum in sqtop::Options
58 SORT_ORDER sort_order;
/dports/www/phpgroupware/phpgroupware-0.9.16.017/fudforum/setup/base/src/
H A Dshowposts.php.t39 $SORT_ORDER = 'ASC';
42 $SORT_ORDER = 'DESC';
64 ORDER BY m.post_stamp ".$SORT_ORDER." LIMIT ".qry_limit($THREADS_PER_PAGE, $start));
/dports/mail/neomutt/neomutt-20211029/
H A Dmutt_config.c62 { "unsorted", SORT_ORDER },
63 { "mailbox-order", SORT_ORDER },
83 { "unsorted", SORT_ORDER },
84 { "mailbox-order", SORT_ORDER },
107 { "unsorted", SORT_ORDER },
/dports/mail/neomutt/neomutt-20211029/test/config/
H A Dhelpers.c49 { "unsorted", SORT_ORDER },
50 { "mailbox-order", SORT_ORDER },
H A Ddump.c49 { "unsorted", SORT_ORDER },
50 { "mailbox-order", SORT_ORDER },
/dports/security/yapet/yapet-2.3/libyacurs/include/
H A Dlistbox.h89 SORT_ORDER _sort_order;
135 void sort_order(SORT_ORDER sort_order);
137 SORT_ORDER sort_order() const;
417 void ListBox<T>::sort_order(SORT_ORDER sort_order) { in sort_order()
426 SORT_ORDER ListBox<T>::sort_order() const { in sort_order()
H A Dyacurstypes.h36 enum SORT_ORDER { ASCENDING, DESCENDING, UNSORTED }; enum
/dports/finance/beancount/beancount-2.3.3/beancount/core/
H A Ddata.py572 SORT_ORDER = {Open: -2, Balance: -1, Document: 1, Close: 2} variable
586 return (entry.date, SORT_ORDER.get(type(entry), 0), entry.meta["lineno"])
613 return (entry.date, SORT_ORDER.get(type(entry), 0), entry.meta["lineno"])
/dports/mail/neomutt/neomutt-20211029/alias/
H A Dconfig.c42 { "unsorted", SORT_ORDER },
/dports/mail/neomutt/neomutt-20211029/config/
H A Dsort2.h48 SORT_ORDER = 5, ///< Sort by the order the messages appear in the mailbox enumerator
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dsort.h24 #define SORT_ORDER 5 /* the order the messages appear in the mailbox. */ macro
/dports/audio/picard/picard-release-2.6.2/picard/ui/options/
H A Dinterface_top_tags.py41 SORT_ORDER = 30
H A Dratings.py43 SORT_ORDER = 20 variable in RatingsOptionsPage
H A Dmatching.py42 SORT_ORDER = 30 variable in MatchingOptionsPage
H A Dtags_compatibility_wave.py44 SORT_ORDER = 60
H A Dtags_compatibility_aac.py42 SORT_ORDER = 40 variable in TagsCompatibilityAACOptionsPage
H A Dtags_compatibility_ac3.py42 SORT_ORDER = 50
/dports/www/serendipity/Serendipity-2.3.5/plugins/serendipity_plugin_categories/
H A Dserendipity_plugin_categories.php98 $propbag->add('name', SORT_ORDER);
109 $propbag->add('name', SORT_ORDER);

12345