Home
last modified time | relevance | path

Searched refs:ParseDateTime (Results 1 – 25 of 1222) sorted by relevance

12345678910>>...49

/dports/devel/gdcm/gdcm-3.0.10/Testing/Source/Common/Cxx/
H A DTestSystem1.cxx174 if( !gdcm::System::ParseDateTime(timep, milliseconds, date) ) in TestSystem1()
204 if( !gdcm::System::ParseDateTime(timep, date) ) in TestSystem1()
245 if( !gdcm::System::ParseDateTime(timep, milliseconds, date) ) in TestSystem1()
271 if( gdcm::System::ParseDateTime(timep, milliseconds, date) ) in TestSystem1()
313 if( !gdcm::System::ParseDateTime(fixed_timep, fixed_milliseconds, fixed_date) ) in TestSystem1()
337 if( gdcm::System::ParseDateTime(fixed_timep, fixed_milliseconds, invalid_date1) ) in TestSystem1()
343 if( gdcm::System::ParseDateTime(fixed_timep, fixed_milliseconds, invalid_date2) ) in TestSystem1()
378 if( !gdcm::System::ParseDateTime(fixed_timep, fixed_milliseconds, valid_date1) ) in TestSystem1()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/vendor/github.com/go-openapi/strfmt/
H A Dtime.go72 func ParseDateTime(data string) (DateTime, error) { func
113 tt, err := ParseDateTime(string(text))
160 tt, err := ParseDateTime(tstr)
179 rd, err := ParseDateTime(data)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt/
H A Dtime.go72 func ParseDateTime(data string) (DateTime, error) { func
113 tt, err := ParseDateTime(string(text))
160 tt, err := ParseDateTime(tstr)
179 rd, err := ParseDateTime(data)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-openapi/strfmt/
H A Dtime.go72 func ParseDateTime(data string) (DateTime, error) { func
113 tt, err := ParseDateTime(string(text))
160 tt, err := ParseDateTime(tstr)
179 rd, err := ParseDateTime(data)
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/go-openapi/strfmt/
H A Dtime.go71 func ParseDateTime(data string) (DateTime, error) { func
113 tt, err := ParseDateTime(string(text))
167 tt, err := ParseDateTime(data)
190 *t, err = ParseDateTime(data)
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/kube-openapi/pkg/validation/strfmt/
H A Dtime.go68 func ParseDateTime(data string) (DateTime, error) { func
109 tt, err := ParseDateTime(string(text))
151 tt, err := ParseDateTime(tstr)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/kube-openapi/pkg/validation/strfmt/
H A Dtime.go68 func ParseDateTime(data string) (DateTime, error) { func
109 tt, err := ParseDateTime(string(text))
151 tt, err := ParseDateTime(tstr)
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kube-openapi/pkg/validation/strfmt/
H A Dtime.go68 func ParseDateTime(data string) (DateTime, error) { func
109 tt, err := ParseDateTime(string(text))
151 tt, err := ParseDateTime(tstr)
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/k8s.io/kube-openapi/pkg/validation/strfmt/
H A Dtime.go68 func ParseDateTime(data string) (DateTime, error) { func
109 tt, err := ParseDateTime(string(text))
151 tt, err := ParseDateTime(tstr)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/github.com/go-openapi/strfmt/
H A Dtime.go65 func ParseDateTime(data string) (DateTime, error) { func
105 tt, err := ParseDateTime(string(text))
155 tt, err := ParseDateTime(data)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-openapi/strfmt/
H A Dtime.go65 func ParseDateTime(data string) (DateTime, error) { func
105 tt, err := ParseDateTime(string(text))
155 tt, err := ParseDateTime(data)
/dports/games/0ad/0ad-0.0.23b-alpha/source/ps/scripting/
H A DJSInterface_Debug.cpp75 …UDate dateTime = g_L10n.ParseDateTime(__DATE__ " " __TIME__, "MMM d yyyy HH:mm:ss", icu::Locale::g… in GetBuildTimestamp()
93 UDate dateTime = g_L10n.ParseDateTime(__DATE__, "MMM d yyyy", icu::Locale::getUS()); in GetBuildTimestamp()
99 UDate dateTime = g_L10n.ParseDateTime(__TIME__, "HH:mm:ss", icu::Locale::getUS()); in GetBuildTimestamp()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/privateca/
H A Dtext_utils.py48 return times.ParseDateTime(
57 return times.ParseDateTime(
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/api/v2/
H A Dapi_test.go74 updAt, err := strfmt.ParseDateTime(updatedAt)
78 strAt, err := strfmt.ParseDateTime(start)
82 endAt, err := strfmt.ParseDateTime(end)
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/Common/
H A DgdcmSystem.h95 static bool ParseDateTime(time_t &timep, const char date[22]);
99 static bool ParseDateTime(time_t &timep, long &milliseconds, const char date[22]);
/dports/devel/gdcm/gdcm-3.0.10/Source/Common/
H A DgdcmSystem.h100 static bool ParseDateTime(time_t &timep, const char date[22]);
104 static bool ParseDateTime(time_t &timep, long &milliseconds, const char date[22]);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_posix.cc96 const char* ParseDateTime(const char* p, PosixTransition* res) { in ParseDateTime() function
150 p = ParseDateTime(p, &res->dst_start); in ParsePosixSpec()
151 p = ParseDateTime(p, &res->dst_end); in ParsePosixSpec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_posix.cc96 const char* ParseDateTime(const char* p, PosixTransition* res) { in ParseDateTime() function
150 p = ParseDateTime(p, &res->dst_start); in ParsePosixSpec()
151 p = ParseDateTime(p, &res->dst_end); in ParsePosixSpec()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/dataflow/jobs/
H A Dlist.py235 self.preds.append(lambda x: times.ParseDateTime(x.createTime) > after)
237 self.preds.append(lambda x: times.ParseDateTime(x.createTime) <= before)
241 create_time = times.ParseDateTime(x.createTime)
/dports/devel/R-cran-lubridate/lubridate/src/cctz/src/
H A Dtime_zone_posix.cc91 const char* ParseDateTime(const char* p, PosixTransition* res) { in ParseDateTime() function
145 p = ParseDateTime(p, &res->dst_start); in ParsePosixSpec()
146 p = ParseDateTime(p, &res->dst_end); in ParsePosixSpec()
/dports/graphics/R-cran-s2/s2/src/absl/time/internal/cctz/src/
H A Dtime_zone_posix.cc96 const char* ParseDateTime(const char* p, PosixTransition* res) { in ParseDateTime() function
150 p = ParseDateTime(p, &res->dst_start); in ParsePosixSpec()
151 p = ParseDateTime(p, &res->dst_end); in ParsePosixSpec()
/dports/devel/abseil/abseil-cpp-20211102.0/absl/time/internal/cctz/src/
H A Dtime_zone_posix.cc96 const char* ParseDateTime(const char* p, PosixTransition* res) { in ParseDateTime() function
150 p = ParseDateTime(p, &res->dst_start); in ParsePosixSpec()
151 p = ParseDateTime(p, &res->dst_end); in ParsePosixSpec()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_posix.cc96 const char* ParseDateTime(const char* p, PosixTransition* res) { in ParseDateTime() function
150 p = ParseDateTime(p, &res->dst_start); in ParsePosixSpec()
151 p = ParseDateTime(p, &res->dst_end); in ParsePosixSpec()
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/go-openapi/strfmt/
H A Dtime.go74 func ParseDateTime(data string) (DateTime, error) { func
115 tt, err := ParseDateTime(string(text))
162 tt, err := ParseDateTime(tstr)
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_posix.cc96 const char* ParseDateTime(const char* p, PosixTransition* res) { in ParseDateTime() function
150 p = ParseDateTime(p, &res->dst_start); in ParsePosixSpec()
151 p = ParseDateTime(p, &res->dst_end); in ParsePosixSpec()

12345678910>>...49