Home
last modified time | relevance | path

Searched refs:ParseFormat (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/datetime/
H A Ddatetimetest.cpp841 CPPUNIT_ASSERT( dt.ParseFormat("17", "%d") ); in TestTimeFormat()
845 CPPUNIT_ASSERT( !dt.ParseFormat("", "%z") ); in TestTimeFormat()
846 CPPUNIT_ASSERT( !dt.ParseFormat("", "%%") ); in TestTimeFormat()
851 CPPUNIT_ASSERT( !dt.ParseFormat("foo") ); in TestTimeFormat()
853 CPPUNIT_ASSERT( !dt.ParseFormat(s) ); in TestTimeFormat()
858 CPPUNIT_ASSERT( !dt.ParseFormat(s, "%c") ); in TestTimeFormat()
859 dt.ParseFormat(s.c_str(), "%c"); in TestTimeFormat()
863 CPPUNIT_ASSERT( !dt.ParseFormat(s, "%c") ); in TestTimeFormat()
864 dt.ParseFormat(s.c_str(), wxT("%c")); in TestTimeFormat()
869 CPPUNIT_ASSERT( !dt.ParseFormat(s, spec) ); in TestTimeFormat()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/datetime/
H A Ddatetimetest.cpp841 CPPUNIT_ASSERT( dt.ParseFormat("17", "%d") ); in TestTimeFormat()
845 CPPUNIT_ASSERT( !dt.ParseFormat("", "%z") ); in TestTimeFormat()
846 CPPUNIT_ASSERT( !dt.ParseFormat("", "%%") ); in TestTimeFormat()
851 CPPUNIT_ASSERT( !dt.ParseFormat("foo") ); in TestTimeFormat()
853 CPPUNIT_ASSERT( !dt.ParseFormat(s) ); in TestTimeFormat()
858 CPPUNIT_ASSERT( !dt.ParseFormat(s, "%c") ); in TestTimeFormat()
859 dt.ParseFormat(s.c_str(), "%c"); in TestTimeFormat()
863 CPPUNIT_ASSERT( !dt.ParseFormat(s, "%c") ); in TestTimeFormat()
864 dt.ParseFormat(s.c_str(), wxT("%c")); in TestTimeFormat()
869 CPPUNIT_ASSERT( !dt.ParseFormat(s, spec) ); in TestTimeFormat()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/datetime/
H A Ddatetimetest.cpp869 CPPUNIT_ASSERT( dt.ParseFormat("23", "%e") ); in TestTimeFormat()
880 CPPUNIT_ASSERT( !dt.ParseFormat("", "%z") ); in TestTimeFormat()
881 CPPUNIT_ASSERT( !dt.ParseFormat("", "%%") ); in TestTimeFormat()
886 CPPUNIT_ASSERT( !dt.ParseFormat("foo") ); in TestTimeFormat()
888 CPPUNIT_ASSERT( !dt.ParseFormat(s) ); in TestTimeFormat()
893 CPPUNIT_ASSERT( !dt.ParseFormat(s, "%c") ); in TestTimeFormat()
894 dt.ParseFormat(s.c_str(), "%c"); in TestTimeFormat()
898 CPPUNIT_ASSERT( !dt.ParseFormat(s, "%c") ); in TestTimeFormat()
899 dt.ParseFormat(s.c_str(), wxT("%c")); in TestTimeFormat()
904 CPPUNIT_ASSERT( !dt.ParseFormat(s, spec) ); in TestTimeFormat()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/docs/sphinx/rest_substitutions/snippets/python/converted/
H A Dwx.DateTime.ParseFormat.1.py5 if dt.ParseFormat(bDate, "%d-%m-%Y") == -1:
9 elif dt.ParseFormat(bDate, "%d/%m/%Y") >= 0:
H A Dwx.DateTime.ParseFormat.2.py5 if dt.ParseFormat(bDate, "%d-%m-%Y") == -1:
9 elif dt.ParseFormat(bDate, "%d/%m/%Y") >= 0:
/dports/math/vtk6/VTK-6.2.0/Rendering/Label/
H A DvtkLabeledDataMapper.cxx490 FormatString = vtkTypeTraits<long>::ParseFormat(); break; in BuildLabelsInternal()
492 FormatString = vtkTypeTraits<unsigned long>::ParseFormat(); break; in BuildLabelsInternal()
495 FormatString = vtkTypeTraits<vtkIdType>::ParseFormat(); break; in BuildLabelsInternal()
499 FormatString = vtkTypeTraits<long long>::ParseFormat(); break; in BuildLabelsInternal()
501 FormatString = vtkTypeTraits<unsigned long long>::ParseFormat(); break; in BuildLabelsInternal()
506 FormatString = vtkTypeTraits<__int64>::ParseFormat(); break; in BuildLabelsInternal()
508 FormatString = vtkTypeTraits<unsigned __int64>::ParseFormat(); break; in BuildLabelsInternal()
512 FormatString = vtkTypeTraits<float>::ParseFormat(); break; in BuildLabelsInternal()
515 FormatString = vtkTypeTraits<double>::ParseFormat(); break; in BuildLabelsInternal()
H A DvtkDynamic2DLabelMapper.cxx311 FormatString = vtkTypeTraits<long>::ParseFormat(); break; in RenderOpaqueGeometry()
313 FormatString = vtkTypeTraits<unsigned long>::ParseFormat(); break; in RenderOpaqueGeometry()
316 FormatString = vtkTypeTraits<vtkIdType>::ParseFormat(); break; in RenderOpaqueGeometry()
320 FormatString = vtkTypeTraits<long long>::ParseFormat(); break; in RenderOpaqueGeometry()
322 FormatString = vtkTypeTraits<unsigned long long>::ParseFormat(); break; in RenderOpaqueGeometry()
327 FormatString = vtkTypeTraits<__int64>::ParseFormat(); break; in RenderOpaqueGeometry()
329 FormatString = vtkTypeTraits<unsigned __int64>::ParseFormat(); break; in RenderOpaqueGeometry()
333 FormatString = vtkTypeTraits<float>::ParseFormat(); break; in RenderOpaqueGeometry()
336 FormatString = vtkTypeTraits<double>::ParseFormat(); break; in RenderOpaqueGeometry()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/src/back_end_src/
H A Ddecryption_state_machine.cpp102 graph_.Create(StateID::ParseFormat, in DecryptionStateMachine()
133 graph_.Link(StateID::ReadIn, StateID::ParseFormat); in DecryptionStateMachine()
137 graph_.Link(StateID::ParseFormat, StateID::ReadIn); in DecryptionStateMachine()
138 graph_.Link(StateID::ParseFormat, StateID::GPG); in DecryptionStateMachine()
139 graph_.Link(StateID::ParseFormat, StateID::WADHead); in DecryptionStateMachine()
140 graph_.Link(StateID::ParseFormat, StateID::ReadKeyFile); in DecryptionStateMachine()
141 graph_.Link(StateID::ParseFormat, StateID::SetPwdKey); in DecryptionStateMachine()
142 graph_.Link(StateID::ParseFormat, StateID::WriteOut); in DecryptionStateMachine()
149 graph_.Link(StateID::GPG, StateID::ParseFormat); in DecryptionStateMachine()
H A Ddecryption_state_debug.cpp15 case StateID::ParseFormat: in PrintDecryptionStateMachineStateID()
/dports/math/vtk8/VTK-8.2.0/Rendering/Label/
H A DvtkDynamic2DLabelMapper.cxx293 FormatString = vtkTypeTraits<long>::ParseFormat(); break; in RenderOpaqueGeometry()
295 FormatString = vtkTypeTraits<unsigned long>::ParseFormat(); break; in RenderOpaqueGeometry()
298 FormatString = vtkTypeTraits<vtkIdType>::ParseFormat(); break; in RenderOpaqueGeometry()
301 FormatString = vtkTypeTraits<long long>::ParseFormat(); break; in RenderOpaqueGeometry()
303 FormatString = vtkTypeTraits<unsigned long long>::ParseFormat(); break; in RenderOpaqueGeometry()
306 FormatString = vtkTypeTraits<float>::ParseFormat(); break; in RenderOpaqueGeometry()
309 FormatString = vtkTypeTraits<double>::ParseFormat(); break; in RenderOpaqueGeometry()
H A DvtkLabeledDataMapper.cxx511 FormatString = vtkTypeTraits<long>::ParseFormat(); break; in BuildLabelsInternal()
513 FormatString = vtkTypeTraits<unsigned long>::ParseFormat(); break; in BuildLabelsInternal()
516 FormatString = vtkTypeTraits<vtkIdType>::ParseFormat(); break; in BuildLabelsInternal()
519 FormatString = vtkTypeTraits<long long>::ParseFormat(); break; in BuildLabelsInternal()
521 FormatString = vtkTypeTraits<unsigned long long>::ParseFormat(); break; in BuildLabelsInternal()
524 FormatString = vtkTypeTraits<float>::ParseFormat(); break; in BuildLabelsInternal()
527 FormatString = vtkTypeTraits<double>::ParseFormat(); break; in BuildLabelsInternal()
/dports/math/vtk9/VTK-9.1.0/Rendering/Label/
H A DvtkDynamic2DLabelMapper.cxx299 FormatString = vtkTypeTraits<long>::ParseFormat(); in RenderOpaqueGeometry()
302 FormatString = vtkTypeTraits<unsigned long>::ParseFormat(); in RenderOpaqueGeometry()
306 FormatString = vtkTypeTraits<vtkIdType>::ParseFormat(); in RenderOpaqueGeometry()
310 FormatString = vtkTypeTraits<long long>::ParseFormat(); in RenderOpaqueGeometry()
313 FormatString = vtkTypeTraits<unsigned long long>::ParseFormat(); in RenderOpaqueGeometry()
317 FormatString = vtkTypeTraits<float>::ParseFormat(); in RenderOpaqueGeometry()
321 FormatString = vtkTypeTraits<double>::ParseFormat(); in RenderOpaqueGeometry()
H A DvtkLabeledDataMapper.cxx512 FormatString = vtkTypeTraits<long>::ParseFormat(); in BuildLabelsInternal()
515 FormatString = vtkTypeTraits<unsigned long>::ParseFormat(); in BuildLabelsInternal()
519 FormatString = vtkTypeTraits<vtkIdType>::ParseFormat(); in BuildLabelsInternal()
523 FormatString = vtkTypeTraits<long long>::ParseFormat(); in BuildLabelsInternal()
526 FormatString = vtkTypeTraits<unsigned long long>::ParseFormat(); in BuildLabelsInternal()
530 FormatString = vtkTypeTraits<float>::ParseFormat(); in BuildLabelsInternal()
534 FormatString = vtkTypeTraits<double>::ParseFormat(); in BuildLabelsInternal()
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/functions/
H A DParseFormat.java12 public class ParseFormat extends Procedure1 class
14 public static final ParseFormat parseFormat = new ParseFormat(false);
20 public ParseFormat (boolean emacsStyle) in ParseFormat() method in ParseFormat
H A DFormat.java42 format = ParseFormat.asFormat(format, '~'); in formatToWriter()
69 ReportFormat rfmt = ParseFormat.asFormat(fmt, '%'); in sprintfToString()
90 ReportFormat rfmt = ParseFormat.asFormat(fmt, style); in formatToFString()
/dports/www/beehive/beehive-0.4.0/vendor/github.com/araddon/dateparse/dateparse/
H A DREADME.md16 Layout String: dateparse.ParseFormat() => 2006-01-02 15:04:05
44 Layout String: dateparse.ParseFormat() => 2006-01-02 15:04:05-07:00
70 Layout String: dateparse.ParseFormat() => 02-Jan-06 15:04:05 MDT
98 Layout String: dateparse.ParseFormat() => 02-Jan-06 15:04:05 MST
126 Layout String: dateparse.ParseFormat() => 02-Jan-06 15:04:05 MDT
151 Layout String: dateparse.ParseFormat() => 01/02/2006
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Ddatetime.h943 bool ParseFormat(const wxString& date,
948 bool ParseFormat(const wxString& date, in ParseFormat() function
952 return ParseFormat(date, format, wxDefaultDateTime, end); in ParseFormat()
955 bool ParseFormat(const wxString& date, in ParseFormat() function
968 return ParseFormat(date, wxS("%Y-%m-%d"), &end) && end == date.end(); in ParseISODate()
981 return ParseFormat(datetime, fmt, &end) && end == datetime.end();
1037 wxAnyStrPtr ParseFormat(const wxString& date,
1086 void ParseFormat(const wxCStrData& date,
1089 { ParseFormat(wxString(date), format, dateDef); }
1090 const char* ParseFormat(const char* date,
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Ddatetime.h959 bool ParseFormat(const wxString& date,
964 bool ParseFormat(const wxString& date, in ParseFormat() function
968 return ParseFormat(date, format, wxDefaultDateTime, end); in ParseFormat()
971 bool ParseFormat(const wxString& date, in ParseFormat() function
984 return ParseFormat(date, wxS("%Y-%m-%d"), &end) && end == date.end(); in ParseISODate()
997 return ParseFormat(datetime, fmt, &end) && end == datetime.end();
1053 wxAnyStrPtr ParseFormat(const wxString& date,
1102 void ParseFormat(const wxCStrData& date,
1105 { ParseFormat(wxString(date), format, dateDef); }
1106 const char* ParseFormat(const char* date,
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Ddatetime.h959 bool ParseFormat(const wxString& date,
964 bool ParseFormat(const wxString& date, in ParseFormat() function
968 return ParseFormat(date, format, wxDefaultDateTime, end); in ParseFormat()
971 bool ParseFormat(const wxString& date, in ParseFormat() function
984 return ParseFormat(date, wxS("%Y-%m-%d"), &end) && end == date.end(); in ParseISODate()
997 return ParseFormat(datetime, fmt, &end) && end == datetime.end();
1053 wxAnyStrPtr ParseFormat(const wxString& date,
1102 void ParseFormat(const wxCStrData& date,
1105 { ParseFormat(wxString(date), format, dateDef); }
1106 const char* ParseFormat(const char* date,
[all …]
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/ctl/
H A Dcalbox.cpp277 dt.ParseFormat(wxT("2003-10-13"), wxT("%Y-%m-%d")); in SetFormat()
334 dt.ParseFormat(txt, m_format); in GetValue()
366 dt.ParseFormat(m_txt->GetValue(), m_format); in DropDown()
435 dt.ParseFormat(m_txt->GetValue(), m_format); in OnKillFocus()
482 dt.ParseFormat(txt, m_format); in OnText()
/dports/graphics/podofo/podofo-0.9.7/tools/podofopdfinfo/
H A Dpodofopdfinfo.cpp53 Format ParseFormat(const std::string& fs) in ParseFormat() function
100 format = ParseFormat(std::string(argv[1])); in main()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Ddatetime.cpp95 data.ParseFormat(s,wxT("%Y-%m-%d %H:%M:%S")) ; in wxStringReadValue()
3165 const wxChar *wxDateTime::ParseFormat(const wxChar *date, in ParseFormat() function in wxDateTime
3445 input = dt.ParseFormat(input, _T("%H:%M")); in ParseFormat()
3607 result = dt.ParseFormat(input, _T("%r")); in ParseFormat()
4200 const wxChar *result = ParseFormat(time, _T("%I:%M:%S %p")); in ParseTime()
4205 result = ParseFormat(time, _T("%H:%M:%S")); in ParseTime()
4211 result = ParseFormat(time, _T("%I:%M %p")); in ParseTime()
4217 result = ParseFormat(time, _T("%H:%M")); in ParseTime()
4223 result = ParseFormat(time, _T("%I %p")); in ParseTime()
4229 result = ParseFormat(time, _T("%H")); in ParseTime()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Ddatetime.cpp95 data.ParseFormat(s,wxT("%Y-%m-%d %H:%M:%S")) ; in wxStringReadValue()
3165 const wxChar *wxDateTime::ParseFormat(const wxChar *date, in ParseFormat() function in wxDateTime
3445 input = dt.ParseFormat(input, _T("%H:%M")); in ParseFormat()
3607 result = dt.ParseFormat(input, _T("%r")); in ParseFormat()
4200 const wxChar *result = ParseFormat(time, _T("%I:%M:%S %p")); in ParseTime()
4205 result = ParseFormat(time, _T("%H:%M:%S")); in ParseTime()
4211 result = ParseFormat(time, _T("%I:%M %p")); in ParseTime()
4217 result = ParseFormat(time, _T("%H:%M")); in ParseTime()
4223 result = ParseFormat(time, _T("%I %p")); in ParseTime()
4229 result = ParseFormat(time, _T("%H")); in ParseTime()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Ddatetime.cpp95 data.ParseFormat(s,wxT("%Y-%m-%d %H:%M:%S")) ; in wxStringReadValue()
3165 const wxChar *wxDateTime::ParseFormat(const wxChar *date, in ParseFormat() function in wxDateTime
3445 input = dt.ParseFormat(input, _T("%H:%M")); in ParseFormat()
3607 result = dt.ParseFormat(input, _T("%r")); in ParseFormat()
4200 const wxChar *result = ParseFormat(time, _T("%I:%M:%S %p")); in ParseTime()
4205 result = ParseFormat(time, _T("%H:%M:%S")); in ParseTime()
4211 result = ParseFormat(time, _T("%I:%M %p")); in ParseTime()
4217 result = ParseFormat(time, _T("%H:%M")); in ParseTime()
4223 result = ParseFormat(time, _T("%I %p")); in ParseTime()
4229 result = ParseFormat(time, _T("%H")); in ParseTime()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Ddatetime.cpp95 data.ParseFormat(s,wxT("%Y-%m-%d %H:%M:%S")) ; in wxStringReadValue()
3165 const wxChar *wxDateTime::ParseFormat(const wxChar *date, in ParseFormat() function in wxDateTime
3445 input = dt.ParseFormat(input, _T("%H:%M")); in ParseFormat()
3607 result = dt.ParseFormat(input, _T("%r")); in ParseFormat()
4200 const wxChar *result = ParseFormat(time, _T("%I:%M:%S %p")); in ParseTime()
4205 result = ParseFormat(time, _T("%H:%M:%S")); in ParseTime()
4211 result = ParseFormat(time, _T("%I:%M %p")); in ParseTime()
4217 result = ParseFormat(time, _T("%H:%M")); in ParseTime()
4223 result = ParseFormat(time, _T("%I %p")); in ParseTime()
4229 result = ParseFormat(time, _T("%H")); in ParseTime()
[all …]

1234567