Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. peekForever :: forall (m :: Type -> Type) i o . Monad m => ConduitT i o m () -> ConduitT i o m ()

    classy-prelude-yesod ClassyPrelude.Yesod

    Run a consuming conduit repeatedly, only stopping when there is no more data available from upstream.

  2. peekForeverE :: forall (m :: Type -> Type) i o . (Monad m, MonoFoldable i) => ConduitT i o m () -> ConduitT i o m ()

    classy-prelude-yesod ClassyPrelude.Yesod

    Run a consuming conduit repeatedly, only stopping when there is no more data available from upstream. In contrast to peekForever, this function will ignore empty chunks of data. So for example, if a stream of data contains an empty ByteString, it is still treated as empty, and the consuming function is not called.

  3. keepForever :: Revision -> Maybe Bool

    gogol-drive Gogol.Drive

    Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file. This field is only applicable to files with binary content in Drive.

  4. keepRevisionForever :: DriveFilesCopy -> Bool

    gogol-drive Gogol.Drive

    Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions.

  5. keepRevisionForever :: DriveFilesCreate -> Bool

    gogol-drive Gogol.Drive

    Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions.

  6. keepRevisionForever :: DriveFilesUpdate -> Bool

    gogol-drive Gogol.Drive

    Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions.

  7. keepRevisionForever :: DriveFilesCopy -> Bool

    gogol-drive Gogol.Drive.Files.Copy

    Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions.

  8. keepRevisionForever :: DriveFilesCreate -> Bool

    gogol-drive Gogol.Drive.Files.Create

    Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions.

  9. keepRevisionForever :: DriveFilesUpdate -> Bool

    gogol-drive Gogol.Drive.Files.Update

    Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions.

  10. keepForever :: Revision -> Maybe Bool

    gogol-drive Gogol.Drive.Types

    Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file. This field is only applicable to files with binary content in Drive.

Page 8 of many | Previous | Next