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. UsernameAlreadyTaken :: CreateUserError

    users Web.Users.Types

    No documentation available.

  2. UsernameAndEmailAlreadyTaken :: CreateUserError

    users Web.Users.Types

    No documentation available.

  3. b_allocRead :: BufferId -> FilePath -> Int32 -> Maybe Int32 -> Maybe OSC -> OSC

    vivid-supercollider Vivid.SC.Server.Commands

    subsection:: /b_allocRead Allocate buffer space and read a sound file. table:: ## strong::int:: || buffer number ## strong::string:: || path name of a sound file. ## strong::int:: || starting frame in file (optional. default = 0) ## strong::int:: || number of frames to read (optional. default = 0, see below) ## strong::bytes:: || an OSC message to execute upon completion. (optional) :: Allocates buffer to number of channels of file and number of samples requested, or fewer if sound file is smaller than requested. Reads sound file data from the given starting frame in the file. If the number of frames argument is less than or equal to zero, the entire file is read. definitionlist:: ## Asynchronous. || Replies to sender with strong::done b_allocRead bufNum:: when complete. :: The first Int32 is the starting frame to read (often this is zero); the second is an optional number of frames to read (Nothing means the rest of the file is read)

  4. getReadProof :: JsonRpc m => [HexString] -> Maybe HexString -> m ReadProof

    web3-polkadot Network.Polkadot.Rpc.State

    Returns proof of storage entries at a specific block state.

  5. parseRead :: forall a (b :: Type -> Type) . (Read a, Functor b) => Wizard b String -> Wizard b a

    wizards System.Console.Wizard

    Simply parser readP. Attaches a simple read parser to a Wizard.

  6. module Yesod.Auth.OAuth2.AzureAD

    OAuth2 plugin for Azure AD.

    • Authenticates against Azure AD
    • Uses email as credentials identifier

  7. oauth2AzureAD :: YesodAuth m => Text -> Text -> AuthPlugin m

    yesod-auth-oauth2 Yesod.Auth.OAuth2.AzureAD

    No documentation available.

  8. oauth2AzureADScoped :: YesodAuth m => [Text] -> Text -> Text -> AuthPlugin m

    yesod-auth-oauth2 Yesod.Auth.OAuth2.AzureAD

    No documentation available.

  9. module Yesod.Auth.OAuth2.AzureADv2

    OAuth2 plugin for Azure AD using the new v2 endpoints.

    • Authenticates against Azure AD
    • Uses email as credentials identifier

  10. oauth2AzureADv2 :: YesodAuth m => Text -> Text -> Text -> AuthPlugin m

    yesod-auth-oauth2 Yesod.Auth.OAuth2.AzureADv2

    No documentation available.

Page 836 of many | Previous | Next