Home
last modified time | relevance | path

Searched refs:ParseFormat (Results 51 – 75 of 170) sorted by relevance

1234567

/dports/sysutils/istio/istio-1.6.7/vendor/helm.sh/helm/v3/pkg/cli/output/
H A Doutput.go67 func ParseFormat(s string) (out Format, err error) { func
/dports/www/firefox-esr/firefox-91.8.0/netwerk/streamconv/converters/
H A DnsDirIndexParser.cpp172 void nsDirIndexParser::ParseFormat(const char* aFormatStr) { in ParseFormat() function in nsDirIndexParser
420 ParseFormat(buf + 4); in ProcessData()
/dports/www/firefox/firefox-99.0/netwerk/streamconv/converters/
H A DnsDirIndexParser.cpp168 void nsDirIndexParser::ParseFormat(const char* aFormatStr) { in ParseFormat() function in nsDirIndexParser
415 ParseFormat(buf + 4); in ProcessData()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/streamconv/converters/
H A DnsDirIndexParser.cpp172 void nsDirIndexParser::ParseFormat(const char* aFormatStr) { in ParseFormat() function in nsDirIndexParser
420 ParseFormat(buf + 4); in ProcessData()
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkTypeTraits.h64 static const char* ParseFormat() { return format; } \
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkTypeTraits.h69 static const char* ParseFormat() { return format; } \
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/
H A Ddatetime.h931 bool ParseFormat(const wxString& date,
939 bool ParseFormat(const wxString& date,
946 bool ParseFormat(const wxString& date, wxString::const_iterator *end);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/
H A Ddatetime.h988 bool ParseFormat(const wxString& date,
996 bool ParseFormat(const wxString& date,
1003 bool ParseFormat(const wxString& date, wxString::const_iterator *end);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/
H A Ddatetime.h931 bool ParseFormat(const wxString& date,
939 bool ParseFormat(const wxString& date,
946 bool ParseFormat(const wxString& date, wxString::const_iterator *end);
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Ddatectlg.cpp183 pDt->ParseFormat(s, m_format); in ParseDateTime()
267 dt.ParseFormat(wxT("2003-10-13"), wxT("%Y-%m-%d")); in SetFormat()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Ddatectlg.cpp183 pDt->ParseFormat(s, m_format); in ParseDateTime()
267 dt.ParseFormat(wxT("2003-10-13"), wxT("%Y-%m-%d")); in SetFormat()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Ddatectlg.cpp183 pDt->ParseFormat(s, m_format); in ParseDateTime()
267 dt.ParseFormat(wxT("2003-10-13"), wxT("%Y-%m-%d")); in SetFormat()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Ddatectlg.cpp183 pDt->ParseFormat(s, m_format); in ParseDateTime()
267 dt.ParseFormat(wxT("2003-10-13"), wxT("%Y-%m-%d")); in SetFormat()
/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkTypeTraits.h57 static const char* ParseFormat() { return format; } \
/dports/sysutils/istio/istio-1.6.7/vendor/helm.sh/helm/v3/cmd/helm/
H A Dflags.go92 outfmt, err := output.ParseFormat(s)
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/
H A DNumberAction.cs204 this.formatTokens = ParseFormat(PrecalculateAvt(ref this.formatAvt)); in Compile()
380 …this.formatAvt == null ? this.formatTokens : ParseFormat(this.formatAvt.Evaluate(processor, … in Execute()
600 private static List<FormatInfo> ParseFormat(string formatString) { in ParseFormat() method in System.Xml.Xsl.XsltOld.NumberAction
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/XsltOld/
H A DNumberAction.cs237 _formatTokens = ParseFormat(PrecalculateAvt(ref _formatAvt)); in Compile()
456 … _formatAvt == null ? _formatTokens : ParseFormat(_formatAvt.Evaluate(processor, frame)), in Execute()
707 private static List<FormatInfo> ParseFormat(string formatString) in ParseFormat() method in System.Xml.Xsl.XsltOld.NumberAction
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dwxdatetime.sip803 int ParseFormat(
809 ParseFormat(date, format, dateDef) -> int
810 ParseFormat(date, format) -> int
811 ParseFormat(date) -> int
827 if (! self->ParseFormat(*date, *format, *dateDef, &end))
833 int ParseFormat(
838 ParseFormat(date, format) -> int
855 if (! self->ParseFormat(*date, *format, &end))
861 int ParseFormat(
865 ParseFormat(date) -> int
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Ddatetime.cpp466 …wxString::const_iterator end; return( m_pDateTime->ParseFormat(date.c_str(), format.c_str(), *date… in Parse_Format()
471 …wxString::const_iterator end; return( m_pDateTime->ParseFormat(date.c_str(), format.c_str(), &end)… in Parse_Format()
476 wxString::const_iterator end; return( m_pDateTime->ParseFormat(date.c_str(), &end) ); in Parse_Format()
/dports/www/beehive/beehive-0.4.0/vendor/github.com/araddon/dateparse/dateparse/
H A Dmain.go34 layout, err := dateparse.ParseFormat(datestr)
/dports/games/springlobby/springlobby-0.180/src/playback/
H A Dreplaylist.cpp78 if (rdate.ParseFormat(FileName, _T("%Y%m%d_%H%M%S")) == 0) { in GetReplayInfos()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/crypto/
H A Dcrypto_key.cc203 bool CryptoKey::ParseFormat(const String& format_string, in ParseFormat() function in blink::CryptoKey
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/crypto/
H A Dcrypto_key.cc203 bool CryptoKey::ParseFormat(const String& format_string, in ParseFormat() function in blink::CryptoKey
/dports/math/vtk9/VTK-9.1.0/IO/Legacy/
H A DvtkDataWriter.cxx1272 strcpy(outputFormat, vtkTypeTraits<long long>::ParseFormat()); in WriteArray()
1288 strcpy(outputFormat, vtkTypeTraits<unsigned long long>::ParseFormat()); in WriteArray()
2070 snprintf(buffer, sizeof(buffer), vtkTypeTraits<vtkIdType>::ParseFormat(), idKey->Get(info)); in WriteInformation()
2076 snprintf(buffer, sizeof(buffer), vtkTypeTraits<int>::ParseFormat(), iKey->Get(info)); in WriteInformation()
2091 snprintf(buffer, sizeof(buffer), vtkTypeTraits<int>::ParseFormat(), data[i]); in WriteInformation()
2121 buffer, sizeof(buffer), vtkTypeTraits<unsigned long>::ParseFormat(), ulKey->Get(info)); in WriteInformation()
/dports/math/vtk8/VTK-8.2.0/IO/Legacy/
H A DvtkDataWriter.cxx1229 strcpy(outputFormat, vtkTypeTraits<long long>::ParseFormat()); in WriteArray()
1244 strcpy(outputFormat, vtkTypeTraits<unsigned long long>::ParseFormat()); in WriteArray()
2021 snprintf(buffer, sizeof(buffer), vtkTypeTraits<vtkIdType>::ParseFormat(), in WriteInformation()
2028 snprintf(buffer, sizeof(buffer), vtkTypeTraits<int>::ParseFormat(), in WriteInformation()
2044 snprintf(buffer, sizeof(buffer), vtkTypeTraits<int>::ParseFormat(), data[i]); in WriteInformation()
2073 snprintf(buffer, sizeof(buffer), vtkTypeTraits<unsigned long>::ParseFormat(), in WriteInformation()

1234567