Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. 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).

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

    servant-multipart Servant.Multipart

    No documentation available.

  3. backendOptions :: MultipartOptions tag -> MultipartBackendOptions tag

    servant-multipart Servant.Multipart

    No documentation available.

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

    servant-multipart Servant.Multipart

    No documentation available.

  5. defaultTmpBackendOptions :: TmpBackendOptions

    servant-multipart Servant.Multipart

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

  6. _legendOverlay :: Legend -> Maybe Bool

    xlsx Codec.Xlsx.Types.Drawing.Chart

    No documentation available.

  7. PageOrderOverThenDown :: PageOrder

    xlsx Codec.Xlsx.Types.PageSetup

    Order pages horizontally first, then move vertically

  8. alVendor :: GettableStateVar String

    OpenAL Sound.OpenAL.AL.StringQueries

    Contains the name of the vendor.

  9. backwardsIterEndOfChar :: BackwardsIter -> {-# UNPACK #-} !CodeUnitIndex

    alfred-margaret Data.Text.Utf8

    Points to the last byte of the codepoint that we're focused on

  10. unsafeIndexEndOfCodePoint' :: Array -> CodeUnitIndex -> BackwardsIter

    alfred-margaret Data.Text.Utf8

    Similar to unsafeIndexCodePoint', but assumes that the given index is the end of a utf8 codepoint. It returns the decoded code point and the index _before_ the code point. The resulting index could be passed directly to unsafeIndexEndOfCodePoint' again to decode the _previous_ code point.

Page 31 of many | Previous | Next