Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. setUrl :: (Yesod site, RedirectUrl site url) => url -> RequestBuilder site ()

    yesod-test Yesod.Test

    Sets the URL used by the request.

    Examples

    request $ do
    setUrl HomeR
    
    request $ do
    setUrl ("http://google.com/" :: Text)
    

  2. setSelectRegionB :: Region -> BufferM ()

    yi-core Yi.Buffer.HighLevel

    Select the given region: set the selection mark at the regionStart and the current point at the regionEnd.

  3. setSelectionMarkPointB :: Point -> BufferM ()

    yi-core Yi.Buffer.HighLevel

    Marks Set the current buffer selection mark

  4. setAnyMode :: AnyMode -> BufferM ()

    yi-core Yi.Buffer.Misc

    Set the mode

  5. setInserting :: Bool -> BufferM ()

    yi-core Yi.Buffer.Misc

    No documentation available.

  6. setMarkHereB :: BufferM Mark

    yi-core Yi.Buffer.Misc

    No documentation available.

  7. setMode :: Mode syntax -> BufferM ()

    yi-core Yi.Buffer.Misc

    No documentation available.

  8. setMode0 :: Mode syntax -> FBuffer -> FBuffer

    yi-core Yi.Buffer.Misc

    No documentation available.

  9. setNamedMarkHereB :: String -> BufferM ()

    yi-core Yi.Buffer.Misc

    No documentation available.

  10. setVisibleSelection :: Bool -> BufferM ()

    yi-core Yi.Buffer.Misc

    Highlight the selection

Page 306 of many | Previous | Next