Home
last modified time | relevance | path

Searched refs:rollforward (Results 1 – 25 of 77) sorted by relevance

1234

/dports/devel/R-cran-lubridate/lubridate/tests/testthat/
H A Dtest-rollback.R24 expect_equal(rollforward(ymd_hms("2010-02-03 12:44:22")),
26 expect_equal(rollforward(ymd_hms("2010-02-03 12:44:22"), preserve_hms = FALSE),
28 expect_equal(rollforward(ymd_hms("2010-02-03 12:44:22"), roll_to_first = TRUE),
30 …expect_equal(rollforward(ymd_hms("2010-02-03 12:44:22"), roll_to_first = TRUE, preserve_hms = FALS…
39 expect_equal(rollforward(ymd(c("20150203", NA))),
/dports/devel/R-cran-lubridate/lubridate/man/
H A Drollbackward.Rd6 \alias{rollforward}
13 rollforward(dates, roll_to_first = FALSE, preserve_hms = TRUE)
31 the first day of the month. \code{rollforward()} rolls to the last day of the
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/tseries/offsets/
H A Dtest_offsets.py798 result = offset.rollforward(dt)
805 result = offset.rollforward(dt)
1130 assert self.offset6.rollforward(d) == d
1151 result = offset.rollforward(dt)
2445 result = offset.rollforward(dt)
2698 result = offset.rollforward(dt)
2705 result = offset.rollforward(dt)
2947 result = offset.rollforward(dt)
2954 result = offset.rollforward(dt)
3098 result = offset.rollforward(dt)
[all …]
/dports/devel/py-xarray/xarray-0.20.1/xarray/coding/
H A Dcftime_offsets.py140 def rollforward(self, date): member in BaseCFTimeOffset
408 def rollforward(self, date): member in QuarterBegin
433 def rollforward(self, date): member in QuarterEnd
494 def rollforward(self, date): member in YearBegin
519 def rollforward(self, date): member in YearEnd
761 start = offset.rollforward(start)
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_datamanager.h106 inline void rollforward(KisMementoSP memento) { in rollforward() function
107 ACTUAL_DATAMGR::rollforward(memento); in rollforward()
/dports/graphics/krita/krita-4.4.8/libs/image/tiles3/
H A Dkis_memento_manager.h97 void rollforward(KisTileHashTable *ht, KisMementoSP memento);
H A Dkis_tiled_data_manager.h178 void rollforward(KisMementoSP memento) { in rollforward() function
182 m_mementoManager->rollforward(m_hashTable, memento); in rollforward()
/dports/math/py-pandas/pandas-1.2.5/doc/source/whatsnew/
H A Dv0.14.1.rst48 ``offsets.apply``, ``rollforward`` and ``rollback`` operations differed
96 ``offsets.apply``, ``rollforward`` and ``rollback`` resets the time (hour,
139 - All offsets ``apply``, ``rollforward`` and ``rollback`` can now handle ``np.datetime64``, previou…
250 - Bug in passing input with ``tzinfo`` to some offsets ``apply``, ``rollforward`` or ``rollback`` r…
253 - Bug in ``offsets.apply``, ``rollforward`` and ``rollback`` may return normal ``datetime`` (:issue…
/dports/archivers/zip/zip30/tandem/
H A Dtandem.h171 unsigned rollforward : 1; member
/dports/devel/R-cran-lubridate/lubridate/R/
H A Dops-m+.r179 rollforward <- function(dates, roll_to_first = FALSE, preserve_hms = TRUE) { function
/dports/archivers/unzip/unzip60/tandem/
H A Dtandem.h171 unsigned rollforward : 1; member
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/transam/
H A Drecovery.conf.sample65 # By default, recovery will rollforward to the end of the WAL log.
66 # If you want to stop rollforward at a specific point, you
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/access/transam/
H A Drecovery.conf.sample65 # By default, recovery will rollforward to the end of the WAL log.
66 # If you want to stop rollforward at a specific point, you
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/access/transam/
H A Drecovery.conf.sample65 # By default, recovery will rollforward to the end of the WAL log.
66 # If you want to stop rollforward at a specific point, you
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/access/transam/
H A Drecovery.conf.sample65 # By default, recovery will rollforward to the end of the WAL log.
66 # If you want to stop rollforward at a specific point, you
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/access/transam/
H A Drecovery.conf.sample65 # By default, recovery will rollforward to the end of the WAL log.
66 # If you want to stop rollforward at a specific point, you
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/access/transam/
H A Drecovery.conf.sample65 # By default, recovery will rollforward to the end of the WAL log.
66 # If you want to stop rollforward at a specific point, you
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/access/transam/
H A Drecovery.conf.sample65 # By default, recovery will rollforward to the end of the WAL log.
66 # If you want to stop rollforward at a specific point, you
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/access/transam/
H A Drecovery.conf.sample65 # By default, recovery will rollforward to the end of the WAL log.
66 # If you want to stop rollforward at a specific point, you
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/access/transam/
H A Drecovery.conf.sample65 # By default, recovery will rollforward to the end of the WAL log.
66 # If you want to stop rollforward at a specific point, you
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/access/transam/
H A Drecovery.conf.sample65 # By default, recovery will rollforward to the end of the WAL log.
66 # If you want to stop rollforward at a specific point, you
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/access/transam/
H A Drecovery.conf.sample65 # By default, recovery will rollforward to the end of the WAL log.
66 # If you want to stop rollforward at a specific point, you
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/access/transam/
H A Drecovery.conf.sample65 # By default, recovery will rollforward to the end of the WAL log.
66 # If you want to stop rollforward at a specific point, you
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/access/transam/
H A Drecovery.conf.sample65 # By default, recovery will rollforward to the end of the WAL log.
66 # If you want to stop rollforward at a specific point, you
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/access/transam/
H A Drecovery.conf.sample65 # By default, recovery will rollforward to the end of the WAL log.
66 # If you want to stop rollforward at a specific point, you

1234