Searched refs:Today (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Ddatectrl.h66 void Init() { m_dt = wxDateTime::Today(); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/calendar/
H A Dcalendar.cpp91 void Today();
329 menuCal->Append(Calendar_Cal_Today, _T("Call &Today()"), _T("Set the current date."));
451 m_panel->Today();
503 const wxDateTime today = wxDateTime::Today();
533 wxDateTime::Today().FormatISODate().c_str());
643 void MyPanel::Today() function in class:MyPanel
645 m_calendar->SetDate(wxDateTime::Today());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/virtual/
H A Dvirtual.cpp70 f = new wxFSFile(str, location, wxT("text/html"), wxEmptyString, wxDateTime::Today());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddatectrl.cpp160 SetValue(wxDateTime::Today());
224 s = wxDateTime::Today().FormatDate();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Ddatepick.cpp185 const wxDateTime today = wxDateTime::Today();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddatectlg.cpp424 m_popup->SetDateValue(date.IsValid() ? date : wxDateTime::Today());
H A Dcalctrl.cpp215 m_date = date.IsValid() ? date : wxDateTime::Today();
1741 SetDateAndNotify(wxDateTime::Today());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/datetime/
H A Ddatetimetest.cpp36 // to test Today() meaningfully we must be able to change the system date which
826 CPPUNIT_ASSERT_EQUAL( wxDateTime::Today(), dt );
901 // Test Today()
905 dt = wxDateTime::Today();
956 CPPUNIT_ASSERT_EQUAL( wxDateTime::Today(), wxDateTime::Now().GetDateOnly() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Dvideo.mak146 fate-nuv: CMD = framecrc -idct simple -i $(SAMPLES)/nuv/Today.nuv -vsync 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp3689 // no default and this date is invalid - fall back to Today()
3690 tmDef = Today().GetTm();
3774 wxDateTime dtDate = wxDateTime::Today();
3775 wxDateTime dtTime = wxDateTime::Today();
3853 *this = Today();
4150 *this = Today();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatetime.tex220 \helpref{Today}{wxdatetimetoday}
628 \helpref{Today}{wxdatetimetoday}
646 \membersection{wxDateTime::Today}\label{wxdatetimetoday}
648 \func{static wxDateTime}{Today}{\void}
773 Sets the date to be equal to \helpref{Today}{wxdatetimetoday} and the time
1205 it is not specified, \helpref{Today}{wxdatetimetoday} is used as the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h572 static inline wxDateTime Today();
1058 // default to Today() otherwise)
1601 inline wxDateTime wxDateTime::Today() function in class:wxDateTime
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dvideo.mak209 fate-nuv-rtjpeg: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/nuv/Today.nuv -an

Completed in 287 milliseconds