Home
last modified time | relevance | path

Searched defs:DateTime (Results 101 – 125 of 4699) sorted by relevance

12345678910>>...188

/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib/src/auto/
H A Ddate_time.rs24 impl DateTime { impl
34 ) -> Result<DateTime, BoolError> { in new()
103 ) -> Result<DateTime, BoolError> { in new_local()
144 ) -> Result<DateTime, BoolError> { in new_utc()
462 impl PartialOrd for DateTime { implementation
469 impl Ord for DateTime { implementation
476 impl PartialEq for DateTime { implementation
483 impl Eq for DateTime {} implementation
485 impl hash::Hash for DateTime { implementation
495 unsafe impl Send for DateTime {} implementation
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/glib-0.14.8/src/auto/
H A Ddate_time.rs24 impl DateTime { impl
34 ) -> Result<DateTime, BoolError> { in new()
103 ) -> Result<DateTime, BoolError> { in new_local()
144 ) -> Result<DateTime, BoolError> { in new_utc()
462 impl PartialOrd for DateTime { implementation
469 impl Ord for DateTime { implementation
476 impl PartialEq for DateTime { implementation
483 impl Eq for DateTime {} implementation
485 impl hash::Hash for DateTime { implementation
495 unsafe impl Send for DateTime {} implementation
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.14.8/src/auto/
H A Ddate_time.rs24 impl DateTime { impl
34 ) -> Result<DateTime, BoolError> { in new()
103 ) -> Result<DateTime, BoolError> { in new_local()
144 ) -> Result<DateTime, BoolError> { in new_utc()
462 impl PartialOrd for DateTime { implementation
469 impl Ord for DateTime { implementation
476 impl PartialEq for DateTime { implementation
483 impl Eq for DateTime {} implementation
485 impl hash::Hash for DateTime { implementation
495 unsafe impl Send for DateTime {} implementation
[all …]
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/glib-0.14.2/src/auto/
H A Ddate_time.rs24 impl DateTime { impl
34 ) -> Result<DateTime, BoolError> { in new()
103 ) -> Result<DateTime, BoolError> { in new_local()
144 ) -> Result<DateTime, BoolError> { in new_utc()
462 impl PartialOrd for DateTime { implementation
469 impl Ord for DateTime { implementation
476 impl PartialEq for DateTime { implementation
483 impl Eq for DateTime {} implementation
485 impl hash::Hash for DateTime { implementation
495 unsafe impl Send for DateTime {} implementation
[all …]
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/glib-0.14.2/src/auto/
H A Ddate_time.rs24 impl DateTime { implementation
34 ) -> Result<DateTime, BoolError> { in new()
103 ) -> Result<DateTime, BoolError> { in new_local()
144 ) -> Result<DateTime, BoolError> { in new_utc()
462 impl PartialOrd for DateTime { implementation
469 impl Ord for DateTime { implementation
476 impl PartialEq for DateTime { implementation
483 impl Eq for DateTime {} implementation
485 impl hash::Hash for DateTime { implementation
495 unsafe impl Send for DateTime {} implementation
[all …]
/dports/x11/sirula/sirula-1.0.0/cargo-crates/glib-0.14.8/src/auto/
H A Ddate_time.rs24 impl DateTime { impl
34 ) -> Result<DateTime, BoolError> { in new()
103 ) -> Result<DateTime, BoolError> { in new_local()
144 ) -> Result<DateTime, BoolError> { in new_utc()
462 impl PartialOrd for DateTime { implementation
469 impl Ord for DateTime { implementation
476 impl PartialEq for DateTime { implementation
483 impl Eq for DateTime {} implementation
485 impl hash::Hash for DateTime { implementation
495 unsafe impl Send for DateTime {} implementation
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-0.17.3/src/
H A Ddate_time.rs110 impl DateTime { implementation
128 ) -> Result<DateTime, glib::BoolError> { in new()
170 ) -> Result<DateTime, glib::BoolError> { in new_local_time()
351 impl cmp::PartialOrd for DateTime { implementation
473 impl cmp::PartialEq for DateTime { implementation
480 impl fmt::Debug for DateTime { implementation
508 impl fmt::Display for DateTime { implementation
518 impl<'a> From<&'a glib::DateTime> for DateTime { implementation
519 fn from(v: &'a glib::DateTime) -> DateTime { in from()
525 impl From<glib::DateTime> for DateTime { implementation
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-0.17.4/src/
H A Ddate_time.rs110 impl DateTime { impl
128 ) -> Result<DateTime, glib::BoolError> { in new()
170 ) -> Result<DateTime, glib::BoolError> { in new_local_time()
351 impl cmp::PartialOrd for DateTime { implementation
473 impl cmp::PartialEq for DateTime { implementation
480 impl fmt::Debug for DateTime { implementation
508 impl fmt::Display for DateTime { implementation
518 impl<'a> From<&'a glib::DateTime> for DateTime { implementation
519 fn from(v: &'a glib::DateTime) -> DateTime { in from()
525 impl From<glib::DateTime> for DateTime { implementation
[all …]
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-0.17.1/src/
H A Ddate_time.rs110 impl DateTime { impl
128 ) -> Result<DateTime, glib::BoolError> { in new()
170 ) -> Result<DateTime, glib::BoolError> { in new_local_time()
351 impl cmp::PartialOrd for DateTime { implementation
473 impl cmp::PartialEq for DateTime { implementation
480 impl fmt::Debug for DateTime { implementation
508 impl fmt::Display for DateTime { implementation
518 impl<'a> From<&'a glib::DateTime> for DateTime { implementation
519 fn from(v: &'a glib::DateTime) -> DateTime { in from()
525 impl From<glib::DateTime> for DateTime { implementation
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/chrono/src/
H A Ddatetime.rs27 pub struct DateTime<Tz: TimeZone> { struct
28 datetime: NaiveDateTime, argument
32 impl<Tz: TimeZone> DateTime<Tz> { impl
154 impl DateTime<FixedOffset> { implementation
189 impl<Tz: TimeZone> DateTime<Tz> where Tz::Offset: fmt::Display { implementation
301 impl<Tz: TimeZone> Eq for DateTime<Tz> { implementation
310 impl<Tz: TimeZone> Ord for DateTime<Tz> { implementation
355 impl str::FromStr for DateTime<FixedOffset> { implementation
382 impl str::FromStr for DateTime<UTC> { implementation
390 impl str::FromStr for DateTime<Local> { implementation
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/cloud.google.com/go/civil/
H A Dcivil.go206 type DateTime struct { struct
207 Date Date
208 Time Time
255 // civil.DateTime{
261 func (dt DateTime) In(loc *time.Location) time.Time {
266 func (dt1 DateTime) Before(dt2 DateTime) bool {
271 func (dt1 DateTime) After(dt2 DateTime) bool {
276 func (dt DateTime) IsZero() bool {
282 func (dt DateTime) MarshalText() ([]byte, error) {
288 func (dt *DateTime) UnmarshalText(data []byte) error {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/golang-sql/civil/
H A Dcivil.go206 type DateTime struct { struct
207 Date Date
208 Time Time
255 // civil.DateTime{
261 func (dt DateTime) In(loc *time.Location) time.Time {
266 func (dt1 DateTime) Before(dt2 DateTime) bool {
271 func (dt1 DateTime) After(dt2 DateTime) bool {
276 func (dt DateTime) IsZero() bool {
282 func (dt DateTime) MarshalText() ([]byte, error) {
288 func (dt *DateTime) UnmarshalText(data []byte) error {
/dports/www/tusd/google-cloud-go-storage-v1.18.2/civil/
H A Dcivil.go206 type DateTime struct { struct
207 Date Date
208 Time Time
255 // civil.DateTime{
261 func (dt DateTime) In(loc *time.Location) time.Time {
266 func (dt1 DateTime) Before(dt2 DateTime) bool {
271 func (dt1 DateTime) After(dt2 DateTime) bool {
276 func (dt DateTime) IsZero() bool {
282 func (dt DateTime) MarshalText() ([]byte, error) {
288 func (dt *DateTime) UnmarshalText(data []byte) error {
/dports/www/tusd/tusd-1.8.0/vendor/cloud.google.com/go/civil/
H A Dcivil.go206 type DateTime struct { struct
207 Date Date
208 Time Time
255 // civil.DateTime{
261 func (dt DateTime) In(loc *time.Location) time.Time {
266 func (dt1 DateTime) Before(dt2 DateTime) bool {
271 func (dt1 DateTime) After(dt2 DateTime) bool {
276 func (dt DateTime) IsZero() bool {
282 func (dt DateTime) MarshalText() ([]byte, error) {
288 func (dt *DateTime) UnmarshalText(data []byte) error {
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-0.15.7/src/
H A Ddate_time.rs14 impl DateTime { implementation
16 pub fn to_utc(&self) -> Result<DateTime, glib::BoolError> { in to_utc()
67 impl cmp::PartialOrd for DateTime { implementation
186 impl cmp::PartialEq for DateTime { implementation
194 impl fmt::Debug for DateTime { implementation
222 impl fmt::Display for DateTime { implementation
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer/src/
H A Ddate_time.rs14 impl DateTime { implementation
16 pub fn to_utc(&self) -> Result<DateTime, glib::BoolError> { in to_utc()
67 impl cmp::PartialOrd for DateTime { implementation
186 impl cmp::PartialEq for DateTime { implementation
194 impl fmt::Debug for DateTime { implementation
222 impl fmt::Display for DateTime { implementation
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-0.15.0/src/
H A Ddate_time.rs14 impl DateTime { implementation
16 pub fn to_utc(&self) -> Result<DateTime, glib::BoolError> { in to_utc()
67 impl cmp::PartialOrd for DateTime { implementation
192 impl cmp::PartialEq for DateTime { implementation
200 impl fmt::Debug for DateTime { implementation
228 impl fmt::Display for DateTime { implementation
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/civil/
H A Dcivil.go196 type DateTime struct { struct
197 Date Date
198 Time Time
245 // civil.DateTime{
251 func (dt DateTime) In(loc *time.Location) time.Time {
256 func (dt1 DateTime) Before(dt2 DateTime) bool {
261 func (dt1 DateTime) After(dt2 DateTime) bool {
267 func (dt DateTime) MarshalText() ([]byte, error) {
273 func (dt *DateTime) UnmarshalText(data []byte) error {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/cloud.google.com/go/civil/
H A Dcivil.go196 type DateTime struct { struct
197 Date Date
198 Time Time
245 // civil.DateTime{
251 func (dt DateTime) In(loc *time.Location) time.Time {
256 func (dt1 DateTime) Before(dt2 DateTime) bool {
261 func (dt1 DateTime) After(dt2 DateTime) bool {
267 func (dt DateTime) MarshalText() ([]byte, error) {
273 func (dt *DateTime) UnmarshalText(data []byte) error {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/golang-sql/civil/
H A Dcivil.go196 type DateTime struct { struct
197 Date Date
198 Time Time
245 // civil.DateTime{
251 func (dt DateTime) In(loc *time.Location) time.Time {
256 func (dt1 DateTime) Before(dt2 DateTime) bool {
261 func (dt1 DateTime) After(dt2 DateTime) bool {
267 func (dt DateTime) MarshalText() ([]byte, error) {
273 func (dt *DateTime) UnmarshalText(data []byte) error {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/civil/
H A Dcivil.go196 type DateTime struct { struct
197 Date Date
198 Time Time
245 // civil.DateTime{
251 func (dt DateTime) In(loc *time.Location) time.Time {
256 func (dt1 DateTime) Before(dt2 DateTime) bool {
261 func (dt1 DateTime) After(dt2 DateTime) bool {
267 func (dt DateTime) MarshalText() ([]byte, error) {
273 func (dt *DateTime) UnmarshalText(data []byte) error {
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/cloud.google.com/go/civil/
H A Dcivil.go196 type DateTime struct { struct
197 Date Date
198 Time Time
245 // civil.DateTime{
251 func (dt DateTime) In(loc *time.Location) time.Time {
256 func (dt1 DateTime) Before(dt2 DateTime) bool {
261 func (dt1 DateTime) After(dt2 DateTime) bool {
267 func (dt DateTime) MarshalText() ([]byte, error) {
273 func (dt *DateTime) UnmarshalText(data []byte) error {
/dports/sysutils/istio/google-cloud-go-logging-v1.0.0/civil/
H A Dcivil.go196 type DateTime struct { struct
197 Date Date
198 Time Time
245 // civil.DateTime{
251 func (dt DateTime) In(loc *time.Location) time.Time {
256 func (dt1 DateTime) Before(dt2 DateTime) bool {
261 func (dt1 DateTime) After(dt2 DateTime) bool {
267 func (dt DateTime) MarshalText() ([]byte, error) {
273 func (dt *DateTime) UnmarshalText(data []byte) error {
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/civil/
H A Dcivil.go196 type DateTime struct { struct
197 Date Date
198 Time Time
245 // civil.DateTime{
251 func (dt DateTime) In(loc *time.Location) time.Time {
256 func (dt1 DateTime) Before(dt2 DateTime) bool {
261 func (dt1 DateTime) After(dt2 DateTime) bool {
267 func (dt DateTime) MarshalText() ([]byte, error) {
273 func (dt *DateTime) UnmarshalText(data []byte) error {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/pressly/goose/vendor/cloud.google.com/go/civil/
H A Dcivil.go196 type DateTime struct { struct
197 Date Date
198 Time Time
245 // civil.DateTime{
251 func (dt DateTime) In(loc *time.Location) time.Time {
256 func (dt1 DateTime) Before(dt2 DateTime) bool {
261 func (dt1 DateTime) After(dt2 DateTime) bool {
267 func (dt DateTime) MarshalText() ([]byte, error) {
273 func (dt *DateTime) UnmarshalText(data []byte) error {

12345678910>>...188