Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. catalogPageNode :: Catalog -> IO PageNode

    pdf-toolbox-document Pdf.Document.Catalog

    Get root node of page tree

  2. loadPageNode :: Pdf -> Ref -> IO PageTree

    pdf-toolbox-document Pdf.Document.PageNode

    Load page tree node by reference

  3. getPage :: forall record backend typ (m :: Type -> Type) . (PersistRecordBackend record backend, PersistQueryRead backend, PersistUniqueRead backend, BackendCompatible SqlBackend backend, BackendCompatible SqlBackend (BaseBackend backend), Ord typ, PersistField typ, MonadIO m) => (SqlExpr (Entity record) -> SqlExpr (Value Bool)) -> EntityField record typ -> PageSize -> SortOrder -> DesiredRange typ -> ReaderT backend m (Maybe (Page record typ))

    persistent-pagination Database.Esqueleto.Pagination

    Get the first Page according to the given criteria. This returns a Maybe Page, because there may not actually be any records that correspond to the query you issue. You can call pageRecords on the result object to get the row of records for this page, and you can call nextPage with the Page object to get the next page, if one exists. This function gives you lower level control over pagination than the streamEntities function.

  4. nextPage :: forall record backend typ (m :: Type -> Type) . (PersistRecordBackend record backend, PersistQueryRead backend, PersistUniqueRead backend, BackendCompatible SqlBackend backend, BackendCompatible SqlBackend (BaseBackend backend), Ord typ, PersistField typ, MonadIO m) => Page record typ -> ReaderT backend m (Maybe (Page record typ))

    persistent-pagination Database.Esqueleto.Pagination

    Retrieve the next Page of data, if possible.

  5. getPage :: forall record backend typ (m :: Type -> Type) . (PersistRecordBackend record backend, PersistQueryRead backend, Ord typ, PersistField typ, MonadIO m) => [Filter record] -> EntityField record typ -> PageSize -> SortOrder -> DesiredRange typ -> ReaderT backend m (Maybe (Page record typ))

    persistent-pagination Database.Persist.Pagination

    Get the first Page according to the given criteria. This returns a Maybe Page, because there may not actually be any records that correspond to the query you issue. You can call pageRecords on the result object to get the row of records for this page, and you can call nextPage with the Page object to get the next page, if one exists. This function gives you lower level control over pagination than the streamEntities function.

  6. nextPage :: forall record backend typ (m :: Type -> Type) . (PersistRecordBackend record backend, PersistQueryRead backend, Ord typ, PersistField typ, MonadIO m) => Page record typ -> ReaderT backend m (Maybe (Page record typ))

    persistent-pagination Database.Persist.Pagination

    Retrieve the next Page of data, if possible.

  7. bumpPageRange :: Ord typ => SortOrder -> DesiredRange typ -> Range typ -> DesiredRange typ

    persistent-pagination Database.Persist.Pagination.Types

    Modify the DesiredRange according to the Range that was provided by the query and the SortOrder.

  8. unPageSize :: PageSize -> Int

    persistent-pagination Database.Persist.Pagination.Types

    No documentation available.

  9. dhInstallmanpages :: ProcessType r => r

    shell-conduit Data.Conduit.Shell

    No documentation available.

  10. hsPagerTestPager :: ProcessType r => r

    shell-conduit Data.Conduit.Shell

    No documentation available.

Page 382 of many | Previous | Next