Home
last modified time | relevance | path

Searched refs:newest_date (Results 1 – 16 of 16) sorted by relevance

/dports/mail/astroid/astroid-0.15/src/modes/thread_index/
H A Dquery_loader.cc207 row[list_store->columns.newest_date] = t->newest_date; in to_list_adder()
315 row[list_store->columns.newest_date] = thread->newest_date; in on_thread_changed()
350 newrow[list_store->columns.newest_date] = t->newest_date; in on_thread_changed()
H A Dthread_index_list_view.hh32 Gtk::TreeModelColumn<time_t> newest_date; member in Astroid::ThreadIndexListStore::ThreadIndexListStoreColumnRecord
H A Dthread_index_list_cell_renderer.cc388 ustring date = Date::pretty_print (thread->newest_date); in render_date()
H A Dthread_index_list_view.cc70 add (newest_date); in ThreadIndexListStoreColumnRecord()
/dports/misc/iio-oscilloscope/iio-oscilloscope-0.14-master/
H A Dphone_home.c151 const char *newest_date = NULL; in get_latest_release() local
167 if (!newest_date) { in get_latest_release()
168 newest_date = json_string_value(publish_at); in get_latest_release()
171 else if (strcmp(newest_date, json_string_value(publish_at)) < 0) { in get_latest_release()
172 newest_date = json_string_value(publish_at); in get_latest_release()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dview_newest_files_op.cc409 struct tm newest_date; in calculateModLimit() local
411 localtime_r( &newest_time, &newest_date ); in calculateModLimit()
413 newest_date.tm_sec = 0; in calculateModLimit()
414 newest_date.tm_min = 0; in calculateModLimit()
415 newest_date.tm_hour = 0; in calculateModLimit()
417 newest_date.tm_mday -= m_past_days; in calculateModLimit()
419 return mktime( &newest_date ); in calculateModLimit()
/dports/security/maia/maia_mailguard-7f20bd4/php/maia_db/
H A Dstats.php140 $newest_date = $row2["newest_" . $type . "_date"];
151 $newest_date = $mail_received_date;
163 if ($mail_received_date > $newest_date) {
164 $newest_date = $mail_received_date;
193 $newest_date,
208 $newest_date = $mail_received_date;
227 $newest_date,
/dports/mail/mu4e/mu-1.6.4/lib/
H A Dmu-query-threads.cc494 const auto& newest_date = container.children.back()->thread_date_key; in sort_container() local
495 if (!newest_date.empty()) in sort_container()
496 container.thread_date_key = newest_date; in sort_container()
/dports/mail/mu/mu-1.6.4/lib/
H A Dmu-query-threads.cc494 const auto& newest_date = container.children.back()->thread_date_key; in sort_container() local
495 if (!newest_date.empty()) in sort_container()
496 container.thread_date_key = newest_date; in sort_container()
/dports/mail/astroid/astroid-0.15/src/
H A Ddb.hh92 time_t newest_date; member in Astroid::NotmuchThread
H A Ddb.cc598 newest_date = notmuch_thread_get_newest_date (nm_thread); in load()
/dports/mail/notmuch/notmuch-0.34.2/vim/
H A Dnotmuch.vim669 date = Time.at(e.newest_date).strftime(date_fmt)
/dports/mail/notmuch-emacs/notmuch-0.34.2/vim/
H A Dnotmuch.vim669 date = Time.at(e.newest_date).strftime(date_fmt)
/dports/mail/py-notmuch/notmuch-0.34.2/vim/
H A Dnotmuch.vim669 date = Time.at(e.newest_date).strftime(date_fmt)
/dports/mail/py-notmuch2/notmuch-0.34.2/vim/
H A Dnotmuch.vim669 date = Time.at(e.newest_date).strftime(date_fmt)
/dports/mail/notmuch-mutt/notmuch-0.34.2/vim/
H A Dnotmuch.vim669 date = Time.at(e.newest_date).strftime(date_fmt)