Home
last modified time | relevance | path

Searched refs:fmtDateTime (Results 1 – 6 of 6) sorted by relevance

/dports/devel/pysvn/pysvn-1.9.12/Examples/Client/
H A Dsvn_cmd.py91 def fmtDateTime( t ): function
589 print( 'Last Changed Date: %s' % fmtDateTime( entry.commit_time ) )
591 print( 'Text Last Updated: %s' % fmtDateTime( entry.text_time ) )
593 print( 'Properties Last Updated: %s' % fmtDateTime( entry.properties_time ) )
630 print( 'Last Changed Date: %s' % fmtDateTime( info.last_changed_date ) )
643 print( 'Lock Creation Date: %s' % fmtDateTime( info.lock.creation_date ) )
664 print( 'Text Last Updated: %s' % fmtDateTime( wc_info.text_time ) )
666 print( 'Properties Last Updated: %s' % fmtDateTime( wc_info.prop_time ) )
698 ,fmtDateTime( log.date )
732 args['time_str'] = fmtDateTime( entry.time )
[all …]
/dports/devel/qmake/qt-x11-free-3.3.8/src/tools/
H A Dqdatetime.cpp146 static QString fmtDateTime( const QString& f, const QTime* dt = 0, const QDate* dd = 0 ) in fmtDateTime() function
828 return fmtDateTime( format, 0, this ); in toString()
1475 return fmtDateTime( format, this, 0 ); in toString()
2220 return fmtDateTime( format, &t, &d ); in toString()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Ddatetimefmt.cpp1130 fmtDateTime = wxLocale::GetInfo(wxLOCALE_DATE_TIME_FMT); in ParseFormat() local
1131 if ( !fmtDateTime.empty() ) in ParseFormat()
1132 dt = ParseFormatAt(input, end, fmtDateTime); in ParseFormat()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Ddatetimefmt.cpp1188 fmtDateTime = wxLocale::GetInfo(wxLOCALE_DATE_TIME_FMT); in ParseFormat() local
1189 if ( !fmtDateTime.empty() ) in ParseFormat()
1190 dt = ParseFormatAt(input, end, fmtDateTime); in ParseFormat()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Ddatetimefmt.cpp1188 fmtDateTime = wxLocale::GetInfo(wxLOCALE_DATE_TIME_FMT); in ParseFormat() local
1189 if ( !fmtDateTime.empty() ) in ParseFormat()
1190 dt = ParseFormatAt(input, end, fmtDateTime); in ParseFormat()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/tools/
H A Dqdatetime.cpp181 static QString fmtDateTime(const QString& f, const QTime* dt = 0, const QDate* dd = 0);
859 return fmtDateTime(format, 0, this); in toString()
1607 return fmtDateTime(format, this, 0); in toString()
2603 return fmtDateTime(format, &d->time, &d->date); in toString()
3881 static QString fmtDateTime(const QString& f, const QTime* dt, const QDate* dd) in fmtDateTime() function