Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. ALLOC_PAP :: HalfWord -> HalfWord -> BCInstr

    ghc-lib GHC.ByteCode.Instr

    No documentation available.

  2. Alloca :: LlvmType -> Int -> LlvmExpression

    ghc-lib GHC.Llvm

    Allocate amount * sizeof(tp) bytes on the stack * tp: LlvmType to reserve room for * amount: The nr of tp's which must be allocated

  3. Alloca :: LlvmType -> Int -> LlvmExpression

    ghc-lib GHC.Llvm.Syntax

    Allocate amount * sizeof(tp) bytes on the stack * tp: LlvmType to reserve room for * amount: The nr of tp's which must be allocated

  4. AllDeprecationWarnings :: DeprecationWarnings

    ghc-lib GHC.Rename.Env

    No documentation available.

  5. AllDeprecationWarnings :: DeprecationWarnings

    ghc-lib GHC.Rename.Utils

    No documentation available.

  6. type AllowRequest a (scopes :: [Symbol]) = (GoogleRequest a, KnownScopes scopes, SatisfyScope Scopes a scopes)

    gogol Gogol

    Constraint kind for proving the scopes context contains one of the scopes necessary for authenticating the request, a.

    uploadAndDownloadFile
    :: ( AllowRequest StorageObjectsInsert scopes
    , AllowRequest StorageObjectsGet scopes
    )
    => Env scopes
    -> Text
    -> Object
    -> MediaType
    -> FilePath
    -> FilePath
    -> IO Object
    uploadAndDownloadFile env bucket object media src dst = do
    let put = newStorageObjectsInsert bucket (object { bucket = Just bucket })
    get = newStorageObjectsGet bucket object
    
    body GBody media <$ HTTP.streamFile src
    
    runResourceT $ do
    _object <- upload env meta body
    stream <- download env meta
    
    Conduit.connect stream (Conduit.Combinators.sinkFileCautious dst)
    
    See: SatisfyScope.

  7. type AllowRequest a (scopes :: [Symbol]) = (GoogleRequest a, KnownScopes scopes, SatisfyScope Scopes a scopes)

    gogol Gogol.Auth.Scope

    Constraint kind for proving the scopes context contains one of the scopes necessary for authenticating the request, a.

    uploadAndDownloadFile
    :: ( AllowRequest StorageObjectsInsert scopes
    , AllowRequest StorageObjectsGet scopes
    )
    => Env scopes
    -> Text
    -> Object
    -> MediaType
    -> FilePath
    -> FilePath
    -> IO Object
    uploadAndDownloadFile env bucket object media src dst = do
    let put = newStorageObjectsInsert bucket (object { bucket = Just bucket })
    get = newStorageObjectsGet bucket object
    
    body GBody media <$ HTTP.streamFile src
    
    runResourceT $ do
    _object <- upload env meta body
    stream <- download env meta
    
    Conduit.connect stream (Conduit.Combinators.sinkFileCautious dst)
    
    See: SatisfyScope.

  8. newtype AllUsers

    gogol-android-publisher Gogol.AndroidPublisher

    Object representation to describe all set of users. See: newAllUsers smart constructor.

  9. AllUsers :: Maybe Bool -> AllUsers

    gogol-android-publisher Gogol.AndroidPublisher

    No documentation available.

  10. newtype AllUsers

    gogol-android-publisher Gogol.AndroidPublisher.Types

    Object representation to describe all set of users. See: newAllUsers smart constructor.

Page 62 of many | Previous | Next