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. rendererInfoNumTextureFormats :: RendererInfo -> Word32

    sdl2 SDL.Video.Renderer

    The number of available texture formats

  2. rendererInfoTextureFormats :: RendererInfo -> [PixelFormat]

    sdl2 SDL.Video.Renderer

    The available texture formats

  3. surfaceFormat :: MonadIO m => Surface -> m SurfacePixelFormat

    sdl2 SDL.Video.Renderer

    Inspect the pixel format under a surface.

  4. texturePixelFormat :: TextureInfo -> PixelFormat

    sdl2 SDL.Video.Renderer

    Raw format of the texture; the actual format may differ, but pixel transfers will use this format

  5. shakeArgsForward :: ShakeOptions -> Action () -> IO ()

    shake Development.Shake.Forward

    Run a forward-defined build system, interpreting command-line arguments.

  6. shakeForward :: ShakeOptions -> Action () -> IO ()

    shake Development.Shake.Forward

    Run a forward-defined build system.

  7. data CollectionFormat (t :: SwaggerKind Type)

    swagger2 Data.Swagger

    Determines the format of the array.

  8. ParamFormData :: ParamLocation

    swagger2 Data.Swagger

    Used to describe the payload of an HTTP request when either application/x-www-form-urlencoded or multipart/form-data are used as the content type of the request (in Swagger's definition, the consumes property of an operation). This is the only parameter type that can be used to send files, thus supporting the ParamFile type. Since form parameters are sent in the payload, they cannot be declared together with a body parameter for the same operation. Form parameters have a different format based on the content-type used (for further details, consult http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4).

  9. _paramSchemaFormat :: ParamSchema (t :: SwaggerKind Type) -> Maybe Format

    swagger2 Data.Swagger

    No documentation available.

  10. data CollectionFormat (t :: SwaggerKind Type)

    swagger2 Data.Swagger.Internal

    Determines the format of the array.

Page 663 of many | Previous | Next