Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. data ForceInvalidate

    serversession Web.ServerSession.Core.Internal

    Which session IDs should be invalidated. Note that this is not the same concept of invalidation as used on J2EE. In this context, invalidation means creating a fresh session ID for this user's session and disabling the old ID. Its purpose is to avoid session fixation attacks.

  2. data ForceInvalidate

    serversession-frontend-wai Web.ServerSession.Frontend.Wai

    Which session IDs should be invalidated. Note that this is not the same concept of invalidation as used on J2EE. In this context, invalidation means creating a fresh session ID for this user's session and disabling the old ID. Its purpose is to avoid session fixation attacks.

  3. data ForceInvalidate

    serversession-frontend-yesod Web.ServerSession.Frontend.Yesod

    Which session IDs should be invalidated. Note that this is not the same concept of invalidation as used on J2EE. In this context, invalidation means creating a fresh session ID for this user's session and disabling the old ID. Its purpose is to avoid session fixation attacks.

  4. module Development.Shake.Plus.Forward

    Forward mode utilities in Development.Shake.Forward lifted to MonadAction and MonadRules.

  5. data ForeignPtr a

    stateref Data.StateRef.Instances

    The type ForeignPtr represents references to objects that are maintained in a foreign language, i.e., that are not part of the data structures usually managed by the Haskell storage manager. The essential difference between ForeignPtrs and vanilla memory references of type Ptr a is that the former may be associated with finalizers. A finalizer is a routine that is invoked when the Haskell storage manager detects that - within the Haskell heap and stack - there are no more references left that are pointing to the ForeignPtr. Typically, the finalizer will, then, invoke routines in the foreign language that free the resources bound by the foreign object. The ForeignPtr is parameterised in the same way as Ptr. The type argument of ForeignPtr should normally be an instance of class Storable.

  6. module Text.Layout.Table.Cell.Formatted

    Provides formatting to an instance of Cell. For example, in a unix terminal one could use the following:

    >>> buildCell (formatted "\ESC[31m" "Hello World!" "\ESC[0m") :: String
    Hello World!
    
    The text then appears in dull red. More complex nested formatting can be achieved by using the Monoid instance.

  7. data Formatted a

    table-layout Text.Layout.Table.Cell.Formatted

    No documentation available.

  8. data FormParam

    wreq-stringless Network.Wreq.StringLess

    A key/value pair for an application/x-www-form-urlencoded POST request body.

  9. class FormValue a

    wreq-stringless Network.Wreq.StringLess

    A type that can be rendered as the value portion of a key/value pair for use in an application/x-www-form-urlencoded POST body. Intended for use with the FormParam type. The instances for String, strict Text, and lazy Text are all encoded using UTF-8 before being URL-encoded. The instance for Maybe gives an empty string on Nothing, and otherwise uses the contained type's instance.

  10. Forward :: Direction

    xmonad-contrib XMonad.Actions.GroupNavigation

    Forward from current window or workspace

Page 392 of many | Previous | Next