Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. maxTimeElapsedSinceLastModification :: ObjectConditions -> Maybe Duration

    gogol-storage-transfer Gogol.StorageTransfer

    Ensures that objects are not transferred if a specific maximum time has elapsed since the "last modification time". When a TransferOperation begins, objects with a "last modification time" are transferred only if the elapsed time between the starttime of the TransferOperationand the "last modification time" of the object is less than the value of maxtimeelapsedsincelastmodification`. Objects that do not have a "last modification time" are also transferred.

  2. minTimeElapsedSinceLastModification :: ObjectConditions -> Maybe Duration

    gogol-storage-transfer Gogol.StorageTransfer

    Ensures that objects are not transferred until a specific minimum time has elapsed after the "last modification time". When a TransferOperation begins, objects with a "last modification time" are transferred only if the elapsed time between the starttime of the TransferOperation and the "last modification time" of the object is equal to or greater than the value of mintimeelapsedsincelastmodification`. Objects that do not have a "last modification time" are also transferred.

  3. maxTimeElapsedSinceLastModification :: ObjectConditions -> Maybe Duration

    gogol-storage-transfer Gogol.StorageTransfer.Types

    Ensures that objects are not transferred if a specific maximum time has elapsed since the "last modification time". When a TransferOperation begins, objects with a "last modification time" are transferred only if the elapsed time between the starttime of the TransferOperationand the "last modification time" of the object is less than the value of maxtimeelapsedsincelastmodification`. Objects that do not have a "last modification time" are also transferred.

  4. minTimeElapsedSinceLastModification :: ObjectConditions -> Maybe Duration

    gogol-storage-transfer Gogol.StorageTransfer.Types

    Ensures that objects are not transferred until a specific minimum time has elapsed after the "last modification time". When a TransferOperation begins, objects with a "last modification time" are transferred only if the elapsed time between the starttime of the TransferOperation and the "last modification time" of the object is equal to or greater than the value of mintimeelapsedsincelastmodification`. Objects that do not have a "last modification time" are also transferred.

  5. boundStreamLastUpdateTimeMs :: LiveBroadcastContentDetails -> Maybe DateTime

    gogol-youtube Gogol.YouTube

    The date and time that the live stream referenced by boundStreamId was last updated.

  6. boundStreamLastUpdateTimeMs :: LiveBroadcastContentDetails -> Maybe DateTime

    gogol-youtube Gogol.YouTube.Types

    The date and time that the live stream referenced by boundStreamId was last updated.

  7. unsafeLast :: forall (u :: Type -> Type) a (v :: Type -> Type) b . (Vector u a, Vector v b) => Vector u v (a, b) -> (a, b)

    hybrid-vectors Data.Vector.Hybrid

    O(1) Last element without checking if the vector is empty

  8. unsafeLastM :: forall (u :: Type -> Type) a (v :: Type -> Type) b m . (Vector u a, Vector v b, Monad m) => Vector u v (a, b) -> m (a, b)

    hybrid-vectors Data.Vector.Hybrid

    O(1) Last element in a monad without checking for empty vectors. See indexM for an explanation of why this is useful.

  9. getLastModified :: (MonadDOM m, IsDocument self, FromJSString result) => self -> m result

    jsaddle-dom JSDOM.Generated.Document

    Mozilla Document.lastModified documentation

  10. getLastModified :: MonadDOM m => File -> m Int64

    jsaddle-dom JSDOM.Generated.File

    Mozilla File.lastModified documentation

Page 244 of many | Previous | Next