Home
last modified time | relevance | path

Searched refs:as_timestamp (Results 1 – 15 of 15) sorted by relevance

/dports/devel/R-cran-usethis/usethis/R/
H A Dtidyverse.R299 from_timestamp <- as_timestamp(repo_spec, x = from) %||% "2008-01-01"
300 to_timestamp <- as_timestamp(repo_spec, x = to)
343 as_timestamp <- function(repo_spec, x = NULL) { function
/dports/audio/mpdscribble/mpdscribble-0.22/src/
H A Dscrobbler.h70 char *as_timestamp(void);
H A Dscrobbler.c477 char *as_timestamp(void) in as_timestamp() function
548 timestr = as_timestamp(); in scrobbler_handshake()
797 record.time = time2 ? g_strdup(time2) : as_timestamp(); in as_songchange()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/cbor2/tests/
H A Dtest_encoder.py118 def test_datetime(value, as_timestamp, expected): argument
120 assert dumps(value, datetime_as_timestamp=as_timestamp, timezone=timezone.utc) == expected
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/cbor2/tests/
H A Dtest_encoder.py118 def test_datetime(value, as_timestamp, expected): argument
120 assert dumps(value, datetime_as_timestamp=as_timestamp, timezone=timezone.utc) == expected
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/cbor2/tests/
H A Dtest_encoder.py118 def test_datetime(value, as_timestamp, expected): argument
120 assert dumps(value, datetime_as_timestamp=as_timestamp, timezone=timezone.utc) == expected
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/cbor2/tests/
H A Dtest_encoder.py118 def test_datetime(value, as_timestamp, expected): argument
120 assert dumps(value, datetime_as_timestamp=as_timestamp, timezone=timezone.utc) == expected
/dports/devel/py-cbor2/cbor2-4.1.2/tests/
H A Dtest_encoder.py120 def test_datetime(value, as_timestamp, expected): argument
122 assert dumps(value, datetime_as_timestamp=as_timestamp, timezone=timezone.utc) == expected
/dports/sysutils/vector/vector-0.10.0/src/sinks/
H A Dclickhouse.rs347 .as_timestamp() in insert_events_unix_timestamps()
409 .as_timestamp() in insert_events_unix_timestamps_toml_config()
/dports/sysutils/vector/vector-0.10.0/src/sinks/util/encoding/
H A Dmod.rs288 let timestamp = timestamp.as_timestamp().unwrap(); in test_timestamp()
/dports/sysutils/vector/vector-0.10.0/src/
H A Dtemplate.rs168 .and_then(Value::as_timestamp), in render_timestamp()
/dports/devel/argdata/argdata-0.7/src/
H A Dargdata.hpp192 …timestamp as_timestamp() const { return get_timestamp().value_or( timestamp… in as_timestamp() function
/dports/sysutils/vector/vector-0.10.0/src/transforms/
H A Dlog_to_metric.rs146 .and_then(Value::as_timestamp) in to_metric()
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/bson-0.14.1/src/
H A Dbson.rs757 pub fn as_timestamp(&self) -> Option<i64> { in as_timestamp() method
/dports/sysutils/vector/vector-0.10.0/src/event/
H A Dmod.rs443 pub fn as_timestamp(&self) -> Option<&DateTime<Utc>> { in as_timestamp() method