Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
webgear-core WebGear.Core.Trait.Header Set a header value in a response. Example usage:
response' <- setHeader @"Content-Length" -< (response, 42)
-
webgear-core WebGear.Core.Trait.Header Set an optional header value in a response. Setting the header to Nothing will remove it from the response if it was previously set. The header will be considered as optional in all relevant places (such as documentation). Example usage:
response' <- setOptionalHeader @"Content-Length" -< (response, Just 42)
setAttribute :: Text -> Text -> Node -> Nodexmlhtml Text.XmlHtml Sets the attribute name to the given value. If the Node is not an element, this is the identity.
setNode :: Node -> Cursor -> Cursorxmlhtml Text.XmlHtml.Cursor Replaces the current node.
setColors :: [AlphaColour Double] -> EC l ()Chart Graphics.Rendering.Chart.Easy Set the contents of the colour source, for subsequent plots
setShapes :: [PointShape] -> EC l ()Chart Graphics.Rendering.Chart.Easy Set the contents of the shape source, for subsequent plots
setPickFn :: PickFn b -> Renderable a -> Renderable bChart Graphics.Rendering.Chart.Renderable Replace the pick function of a renderable with another.
setAlpha :: Color (Alpha cs) e -> e -> Color (Alpha cs) eColor Graphics.Color.Model Change the alpha channel value for the pixel
setAlpha :: Color (Alpha cs) e -> e -> Color (Alpha cs) eColor Graphics.Color.Space Change the alpha channel value for the pixel
setAlpha :: Color (Alpha cs) e -> e -> Color (Alpha cs) eColor Graphics.Color.Space.RGB Change the alpha channel value for the pixel