Home
last modified time | relevance | path

Searched refs:SORT_DATE (Results 1 – 25 of 105) sorted by relevance

12345

/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dsort.h19 #define SORT_DATE 1 /* the date the mail was sent. */ macro
50 WHERE short Sort INITVAL (SORT_DATE);
51 WHERE short SortAux INITVAL (SORT_DATE); /* auxiallary sorting method */
H A Dinit.h2869 { "sort", DT_SORT, R_INDEX|R_RESORT, UL &Sort, SORT_DATE },
2901 { "sort_aux", DT_SORT|DT_SORT_AUX, R_INDEX|R_RESORT_BOTH, UL &SortAux, SORT_DATE },
3432 { "date", SORT_DATE },
3433 { "date-sent", SORT_DATE },
3449 { "date", SORT_DATE },
3450 { "date-sent", SORT_DATE },
3456 { "threads", SORT_DATE }, /* note: sort_aux == threads
3468 { "date", SORT_DATE },
3483 { "date", SORT_DATE },
/dports/mail/neomutt/neomutt-20211029/
H A Dmutt_config.c56 { "date", SORT_DATE },
57 { "date-sent", SORT_DATE },
58 { "threads", SORT_DATE },
78 { "date", SORT_DATE },
79 { "date-sent", SORT_DATE },
102 { "date", SORT_DATE },
570 …{ "sort", DT_SORT|DT_SORT_REVERSE|DT_SORT_LAST|R_INDEX|R_RESORT, SORT_DATE, IP SortMethods, sort_v…
573 …{ "sort_aux", DT_SORT|DT_SORT_REVERSE|DT_SORT_LAST|R_INDEX|R_RESORT|R_RESORT_SUB, SORT_DATE, IP So…
/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/db/
H A DPrice.cpp34 if (type == SORT_DATE) in Compare()
35 return MHPrice::Compare(o, SORT_DATE); in Compare()
126 ve->SetSortType (Price::SORT_DATE); in load()
128 ve2->SetSortType (Price::SORT_DATE); in load()
/dports/ftp/horde-gollem/gollem-3.0.13/config/
H A Dprefs.php56 Gollem::SORT_DATE => _("File Name"),
57 Gollem::SORT_DATE => _("File Modification Time"),
/dports/mail/neomutt/neomutt-20211029/test/config/
H A Dsort.c40 { "date", SORT_DATE },
41 { "date-sent", SORT_DATE },
251 if (!TEST_CHECK(VarDamson == (SORT_DATE | SORT_LAST))) in test_string_set()
253 TEST_MSG("Expected %d, got %d\n", (SORT_DATE | SORT_LAST), VarDamson); in test_string_set()
268 TEST_MSG("Expected %d, got %d\n", (SORT_DATE | SORT_LAST), VarDamson); in test_string_set()
326 cs_str_native_set(cs, name, SORT_DATE | SORT_REVERSE | SORT_LAST, NULL); in test_string_get()
419 rc = cs_str_native_set(cs, name, (SORT_DATE | SORT_LAST), err); in test_native_set()
427 if (!TEST_CHECK(VarDamson == (SORT_DATE | SORT_LAST))) in test_native_set()
429 TEST_MSG("Expected %d, got %d\n", (SORT_DATE | SORT_LAST), VarDamson); in test_native_set()
444 TEST_MSG("Expected %d, got %d\n", (SORT_DATE | SORT_LAST), VarDamson); in test_native_set()
H A Dhelpers.c44 { "date", SORT_DATE },
45 { "date-sent", SORT_DATE },
H A Ddump.c44 { "date", SORT_DATE },
45 { "date-sent", SORT_DATE },
/dports/mail/pear-Horde_Imap_Client/Horde_Imap_Client-2.29.18/test/Horde/Imap/Client/Socket/
H A DClientSortTest.php149 array(Horde_Imap_Client::SORT_DATE),
265 Horde_Imap_Client::SORT_DATE
/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/report/
H A DPriceReport.cpp165 p1 = (Price*) prices->Find (&p11, MHVector::FIND_BEFORE, Price::SORT_DATE, 0); in createChangeList()
178 p2 = (Price*) prices->Find (&p22, MHVector::FIND_BEFORE, Price::SORT_DATE, 0); in createChangeList()
179 p3 = (Price*) prices->Find (&p33, MHVector::FIND_BEFORE, Price::SORT_DATE, 0); in createChangeList()
180 p4 = (Price*) prices->Find (&p44, MHVector::FIND_BEFORE, Price::SORT_DATE, 0); in createChangeList()
/dports/mail/neomutt/neomutt-20211029/config/
H A Dsort2.h43 SORT_DATE = 1, ///< Sort by the date the email was sent enumerator
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dsearch_sort.h69 SORT_DATE, /* RFC 5256 */ enumerator
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dsearch_sort.h69 SORT_DATE, /* RFC 5256 */ enumerator
/dports/news/newsgrab/newsgrab-0.4.0/
H A Dnewsgrab.pl44 my $SORT_DATE = 0;
107 $SORT_DATE = 1;
266 if ($SORT_DATE) {
/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Socket/
H A DClientSort.php84 case Horde_Imap_Client::SORT_DATE:
244 case Horde_Imap_Client::SORT_DATE:
/dports/mail/pear-Horde_Imap_Client/Horde_Imap_Client-2.29.18/lib/Horde/Imap/Client/Socket/
H A DClientSort.php84 case Horde_Imap_Client::SORT_DATE:
244 case Horde_Imap_Client::SORT_DATE:
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Socket/
H A DClientSort.php84 case Horde_Imap_Client::SORT_DATE:
244 case Horde_Imap_Client::SORT_DATE:
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Socket/
H A DClientSort.php84 case Horde_Imap_Client::SORT_DATE:
244 case Horde_Imap_Client::SORT_DATE:
/dports/www/moodle39/moodle/lib/horde/framework/Horde/Imap/Client/Socket/
H A DClientSort.php84 case Horde_Imap_Client::SORT_DATE:
244 case Horde_Imap_Client::SORT_DATE:
/dports/www/moodle310/moodle/lib/horde/framework/Horde/Imap/Client/Socket/
H A DClientSort.php84 case Horde_Imap_Client::SORT_DATE:
244 case Horde_Imap_Client::SORT_DATE:
/dports/www/moodle311/moodle/lib/horde/framework/Horde/Imap/Client/Socket/
H A DClientSort.php84 case Horde_Imap_Client::SORT_DATE:
244 case Horde_Imap_Client::SORT_DATE:
/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Dglobal.h142 SORT_DATE = 2, enumerator
/dports/mail/pear-Horde_Imap_Client/Horde_Imap_Client-2.29.18/lib/Horde/Imap/
H A DClient.php63 const SORT_DATE = 3; define in Horde_Imap_Client
/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/
H A DClient.php63 const SORT_DATE = 3; define in Horde_Imap_Client
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/
H A DClient.php63 const SORT_DATE = 3; define in Horde_Imap_Client

12345