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.
UsernameAlreadyTaken :: CreateUserErrorusers Web.Users.Types No documentation available.
UsernameAndEmailAlreadyTaken :: CreateUserErrorusers Web.Users.Types No documentation available.
b_allocRead :: BufferId -> FilePath -> Int32 -> Maybe Int32 -> Maybe OSC -> OSCvivid-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)
getReadProof :: JsonRpc m => [HexString] -> Maybe HexString -> m ReadProofweb3-polkadot Network.Polkadot.Rpc.State Returns proof of storage entries at a specific block state.
parseRead :: forall a (b :: Type -> Type) . (Read a, Functor b) => Wizard b String -> Wizard b awizards System.Console.Wizard Simply parser readP. Attaches a simple read parser to a Wizard.
module Yesod.Auth.OAuth2.
AzureAD OAuth2 plugin for Azure AD.
- Authenticates against Azure AD
- Uses email as credentials identifier
oauth2AzureAD :: YesodAuth m => Text -> Text -> AuthPlugin myesod-auth-oauth2 Yesod.Auth.OAuth2.AzureAD No documentation available.
oauth2AzureADScoped :: YesodAuth m => [Text] -> Text -> Text -> AuthPlugin myesod-auth-oauth2 Yesod.Auth.OAuth2.AzureAD No documentation available.
module Yesod.Auth.OAuth2.
AzureADv2 OAuth2 plugin for Azure AD using the new v2 endpoints.
- Authenticates against Azure AD
- Uses email as credentials identifier
oauth2AzureADv2 :: YesodAuth m => Text -> Text -> Text -> AuthPlugin myesod-auth-oauth2 Yesod.Auth.OAuth2.AzureADv2 No documentation available.