Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. pattern BooleanCondition_Type_Boolean :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be TRUE/FALSE or in the list of condition values. Supported by data validation. Renders as a cell checkbox. Supports zero, one or two ConditionValues. No values indicates the cell must be TRUE or FALSE, where TRUE renders as checked and FALSE renders as unchecked. One value indicates the cell will render as checked when it contains that value and unchecked when it is blank. Two values indicate that the cell will render as checked when it contains the first value and unchecked when it contains the second value. For example, ["Yes","No"] indicates that the cell will render a checked box when it has the value "Yes" and an unchecked box when it has the value "No".

  2. pattern BooleanCondition_Type_CONDITIONTYPEUNSPECIFIED :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The default value, do not use.

  3. pattern BooleanCondition_Type_CUSTOMFORMULA :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The condition's formula must evaluate to true. Supported by data validation, conditional formatting and filters. Not supported by data source sheet filters. Requires a single ConditionValue.

  4. pattern BooleanCondition_Type_DATEAFTER :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be after the date of the condition's value. Supported by data validation, conditional formatting and filters. Requires a single ConditionValue that may be a relative date.

  5. pattern BooleanCondition_Type_DATEBEFORE :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be before the date of the condition's value. Supported by data validation, conditional formatting and filters. Requires a single ConditionValue that may be a relative date.

  6. pattern BooleanCondition_Type_DATEBETWEEN :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be between the dates of the two condition values. Supported by data validation. Requires exactly two ConditionValues.

  7. pattern BooleanCondition_Type_DATEEQ :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be the same date as the condition's value. Supported by data validation, conditional formatting and filters. Requires a single ConditionValue for data validation, conditional formatting, and filters on non-data source objects and at least one ConditionValue for filters on data source objects.

  8. pattern BooleanCondition_Type_DATEISVALID :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be a date. Supported by data validation. Requires no ConditionValues.

  9. pattern BooleanCondition_Type_DATENOTBETWEEN :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be outside the dates of the two condition values. Supported by data validation. Requires exactly two ConditionValues.

  10. pattern BooleanCondition_Type_DATENOTEQ :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be exactly not the condition's value. Supported by filters on data source objects. Requires at least one ConditionValue.

Page 38 of many | Previous | Next