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. printPage :: SessionId -> W3Spec Text

    webdriver-precore WebDriverPreCore

    Return a spec to print the current page given a SessionId. spec

    POST 	/session/{session id}/print 	Print Page
    

  2. xK_KP_Page_Down :: KeySym

    wild-bind-x11 WildBind.X11.KeySym

    No documentation available.

  3. xK_KP_Page_Up :: KeySym

    wild-bind-x11 WildBind.X11.KeySym

    No documentation available.

  4. xK_Page_Down :: KeySym

    wild-bind-x11 WildBind.X11.KeySym

    No documentation available.

  5. xK_Page_Up :: KeySym

    wild-bind-x11 WildBind.X11.KeySym

    No documentation available.

  6. package yesod-page-cursor

    Cursor based pagination for Yesod

  7. withPage :: (MonadHandler m, ToJSON position, FromJSON position, RenderRoute (HandlerSite m)) => Int -> (a -> position) -> (Cursor position -> m [a]) -> m (Page a)

    yesod-page-cursor Yesod.Page

    Paginate data and construct a Page object. Links added by this function are relative. See withPageAbsolute.

  8. withPageAbsolute :: (MonadHandler m, ToJSON position, FromJSON position, Yesod (HandlerSite m), RenderRoute (HandlerSite m)) => Int -> (a -> position) -> (Cursor position -> m [a]) -> m (Page a)

    yesod-page-cursor Yesod.Page

    withPage, but using absolute links If you've set an approot, links added by this function will be absolute using it. If not, this function will be equivalent to withPage.

  9. withPageLink :: (MonadHandler m, ToJSON position, FromJSON position, RenderRoute (HandlerSite m)) => Int -> (a -> position) -> (Cursor position -> m [a]) -> m [a]

    yesod-page-cursor Yesod.Page

    withPage and adding pagination data to a Link response header Links added by this function are relative. See withPageLinkAbsolute.

  10. withPageLinkAbsolute :: (MonadHandler m, ToJSON position, FromJSON position, Yesod (HandlerSite m), RenderRoute (HandlerSite m)) => Int -> (a -> position) -> (Cursor position -> m [a]) -> m [a]

    yesod-page-cursor Yesod.Page

    withPage and adding pagination data to a Link response header If you've set an approot, links added by this function will be absolute using it. If not, this function will be equivalent to withPageLink.

Page 387 of many | Previous | Next