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. headers :: HttpCheck -> Maybe HttpCheck_Headers

    gogol-monitoring Gogol.Monitoring

    The list of headers to send as part of the Uptime check request. If two headers have the same key and different values, they should be entered as a single header, with the value being a comma-separated list of all the desired values as described at https://www.w3.org/Protocols/rfc2616/rfc2616.txt (page 31). Entering two separate headers with the same key in a Create call will cause the first to be overwritten by the second. The maximum number of headers allowed is 100.

  2. headers :: HttpCheck -> Maybe HttpCheck_Headers

    gogol-monitoring Gogol.Monitoring.Types

    The list of headers to send as part of the Uptime check request. If two headers have the same key and different values, they should be entered as a single header, with the value being a comma-separated list of all the desired values as described at https://www.w3.org/Protocols/rfc2616/rfc2616.txt (page 31). Entering two separate headers with the same key in a Create call will cause the first to be overwritten by the second. The maximum number of headers allowed is 100.

  3. headerColor :: BandingProperties -> Maybe Color

    gogol-sheets Gogol.Sheets

    The color of the first row or column. If this field is set, the first row or column is filled with this color and the colors alternate between firstbandcolor and secondbandcolor starting from the second row or column. Otherwise, the first row or column is filled with firstbandcolor and the colors proceed to alternate as they normally would. Deprecated: Use headercolorstyle.

  4. headerColor :: TreemapChartSpec -> Maybe Color

    gogol-sheets Gogol.Sheets

    The background color for header cells. Deprecated: Use headercolorstyle.

  5. headerColorStyle :: BandingProperties -> Maybe ColorStyle

    gogol-sheets Gogol.Sheets

    The color of the first row or column. If this field is set, the first row or column is filled with this color and the colors alternate between firstbandcolor and secondbandcolor starting from the second row or column. Otherwise, the first row or column is filled with firstbandcolor and the colors proceed to alternate as they normally would. If header_color is also set, this field takes precedence.

  6. headerColorStyle :: TreemapChartSpec -> Maybe ColorStyle

    gogol-sheets Gogol.Sheets

    The background color for header cells. If header_color is also set, this field takes precedence.

  7. headerCount :: BasicChartSpec -> Maybe Int32

    gogol-sheets Gogol.Sheets

    The number of rows or columns in the data that are "headers". If not set, Google Sheets will guess how many rows are headers based on the data. (Note that BasicChartAxis.title may override the axis title inferred from the header values.)

  8. headerColor :: BandingProperties -> Maybe Color

    gogol-sheets Gogol.Sheets.Types

    The color of the first row or column. If this field is set, the first row or column is filled with this color and the colors alternate between firstbandcolor and secondbandcolor starting from the second row or column. Otherwise, the first row or column is filled with firstbandcolor and the colors proceed to alternate as they normally would. Deprecated: Use headercolorstyle.

  9. headerColor :: TreemapChartSpec -> Maybe Color

    gogol-sheets Gogol.Sheets.Types

    The background color for header cells. Deprecated: Use headercolorstyle.

  10. headerColorStyle :: BandingProperties -> Maybe ColorStyle

    gogol-sheets Gogol.Sheets.Types

    The color of the first row or column. If this field is set, the first row or column is filled with this color and the colors alternate between firstbandcolor and secondbandcolor starting from the second row or column. Otherwise, the first row or column is filled with firstbandcolor and the colors proceed to alternate as they normally would. If header_color is also set, this field takes precedence.

Page 78 of many | Previous | Next