Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. toPages :: PageNumber -> PerPage -> ItemsCount -> [a] -> Pages a

    yesod-paginator Yesod.Paginator.Pages

    Construct a Pages a from paginated data

    >>> toPages 4 3 10 []
    Pages {pagesCurrent = Page {pageItems = [], pageNumber = 4}, pagesPrevious = [1,2,3], pagesNext = [], pagesLast = 4}
    

  2. getCurrentPage :: MonadHandler m => m PageNumber

    yesod-paginator Yesod.Paginator.Paginate

    No documentation available.

  3. paginationConfigPageParamName :: PaginationConfig -> PageParamName

    yesod-paginator Yesod.Paginator.Paginate

    No documentation available.

  4. paginationConfigPerPage :: PaginationConfig -> PerPage

    yesod-paginator Yesod.Paginator.Paginate

    No documentation available.

  5. unPageParamName :: PageParamName -> Text

    yesod-paginator Yesod.Paginator.Paginate

    No documentation available.

  6. paginationConfigPageParamName :: PaginationConfig -> PageParamName

    yesod-paginator Yesod.Paginator.PaginationConfig

    No documentation available.

  7. paginationConfigPerPage :: PaginationConfig -> PerPage

    yesod-paginator Yesod.Paginator.PaginationConfig

    No documentation available.

  8. unPageParamName :: PageParamName -> Text

    yesod-paginator Yesod.Paginator.PaginationConfig

    No documentation available.

  9. setPageParameters :: Show a => PageParamName -> a -> [(Text, Text)] -> [(Text, Text)]

    yesod-paginator Yesod.Paginator.Widgets

    No documentation available.

  10. widgetToPageContent :: Yesod site => WidgetFor site () -> HandlerFor site (PageContent (Route site))

    classy-prelude-yesod ClassyPrelude.Yesod

    Convert a widget to a PageContent.

Page 389 of many | Previous | Next