Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. setStartupConfig :: forall (m :: Type -> Type) a . Config m a -> StartupInfo m a -> StartupInfo m a

    snap-server Snap.Internal.Http.Server.Config

    No documentation available.

  2. setStartupHook :: forall (m :: Type -> Type) a . (StartupInfo m a -> IO ()) -> Config m a -> Config m a

    snap-server Snap.Internal.Http.Server.Config

    No documentation available.

  3. setStartupSockets :: forall (m :: Type -> Type) a . [Socket] -> StartupInfo m a -> StartupInfo m a

    snap-server Snap.Internal.Http.Server.Config

    No documentation available.

  4. setUnixSocket :: forall (m :: Type -> Type) a . FilePath -> Config m a -> Config m a

    snap-server Snap.Internal.Http.Server.Config

    No documentation available.

  5. setUnixSocketAccessMode :: forall (m :: Type -> Type) a . Int -> Config m a -> Config m a

    snap-server Snap.Internal.Http.Server.Config

    No documentation available.

  6. setVerbose :: forall (m :: Type -> Type) a . Bool -> Config m a -> Config m a

    snap-server Snap.Internal.Http.Server.Config

    No documentation available.

  7. setCaps :: SetCapabilities t => Capabilities -> t -> t

    webdriver Test.WebDriver.Capabilities

    No documentation available.

  8. setCookie :: (HasCallStack, WebDriver wd) => Cookie -> wd ()

    webdriver Test.WebDriver.Commands

    Set a cookie. If the cookie path is not specified, it will default to "/". Likewise, if the domain is omitted, it will default to the current page's domain

  9. setImplicitWait :: (HasCallStack, WebDriver wd) => Integer -> wd ()

    webdriver Test.WebDriver.Commands

    Sets the amount of time (ms) we implicitly wait when searching for elements.

  10. setKey :: (HasCallStack, WebDriver wd) => WebStorageType -> Text -> Text -> wd Text

    webdriver Test.WebDriver.Commands

    Set a key in the given web storage area.

Page 348 of many | Previous | Next