Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

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

  1. data SurfaceLegendOptions

    chart-svg Chart.Surface

    Legend specialization for a surface chart.

  2. SurfaceLegendOptions :: AxisOptions -> Double -> Int -> Range Double -> Rect Double -> SurfaceStyle -> SurfaceLegendOptions

    chart-svg Chart.Surface

    No documentation available.

  3. defaultSurfaceLegendOptions :: SurfaceLegendOptions

    chart-svg Chart.Surface

    official surface legend options

  4. textFieldCursorSelectEndOfLine :: TextFieldCursor -> TextFieldCursor

    cursor Cursor.TextField

    No documentation available.

  5. data LegendOrientation

    hvega Graphics.Vega.VegaLite

    Indicates the legend orientation. See the Vega-Lite documentation for more details.

  6. data TmpBackendOptions

    servant-multipart Servant.Multipart

    Configuration for the temporary file based backend. You can configure the way servant-multipart gets its hands on a temporary directory (defaults to getTemporaryDirectory) as well as the filename pattern used for generating the temporary files (defaults to calling them servant-multipartXXX.buf, where XXX is some random number).

  7. TmpBackendOptions :: IO FilePath -> String -> TmpBackendOptions

    servant-multipart Servant.Multipart

    No documentation available.

  8. backendOptions :: MultipartOptions tag -> MultipartBackendOptions tag

    servant-multipart Servant.Multipart

    No documentation available.

  9. defaultBackendOptions :: MultipartBackend tag => Proxy tag -> MultipartBackendOptions tag

    servant-multipart Servant.Multipart

    No documentation available.

  10. defaultTmpBackendOptions :: TmpBackendOptions

    servant-multipart Servant.Multipart

    Default options for the temporary file backend: getTemporaryDirectory and "servant-multipart.buf"

Page 30 of many | Previous | Next