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. SetPaletteColor :: ConsoleLayer -> Word8 -> SGR

    ansi-terminal-types System.Console.ANSI.Types

    Set a color from a palette of 256 colors using a numerical index (0-based). Supported natively on Windows 10 from the Creators Update (April 2017) but not on legacy Windows native terminals. See xtermSystem, xterm6LevelRGB and xterm24LevelGray to construct indices based on xterm's standard protocol for a 256-color palette.

  2. SetRGBColor :: ConsoleLayer -> !Colour Float -> SGR

    ansi-terminal-types System.Console.ANSI.Types

    Set a true color (24 bit color depth). Supported natively on Windows 10 from the Creators Update (April 2017)

  3. SetSwapForegroundBackground :: Bool -> SGR

    ansi-terminal-types System.Console.ANSI.Types

    Set negative or positive image. Supported natively on Windows 10

  4. SetUnderlining :: Underlining -> SGR

    ansi-terminal-types System.Console.ANSI.Types

    Set or clear underlining. Partially supported natively on Windows 10

  5. SetVisible :: Bool -> SGR

    ansi-terminal-types System.Console.ANSI.Types

    Set revealed or concealed. Not widely supported. Not supported natively on Windows 10

  6. module Aws.Ses.Commands.SetIdentityDkimEnabled

    No documentation available.

  7. data SetIdentityDkimEnabled

    aws Aws.Ses.Commands.SetIdentityDkimEnabled

    Change whether bounces and complaints for the given identity will be DKIM signed.

  8. SetIdentityDkimEnabled :: Bool -> Text -> SetIdentityDkimEnabled

    aws Aws.Ses.Commands.SetIdentityDkimEnabled

    No documentation available.

  9. data SetIdentityDkimEnabledResponse

    aws Aws.Ses.Commands.SetIdentityDkimEnabled

    The response sent back by SES after the SetIdentityDkimEnabled command.

  10. SetIdentityDkimEnabledResponse :: SetIdentityDkimEnabledResponse

    aws Aws.Ses.Commands.SetIdentityDkimEnabled

    No documentation available.

Page 59 of many | Previous | Next