Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. pattern File_Type_ENUMTYPEUNSPECIFIED :: File_Type

    gogol-script Gogol.Script.Types

    Undetermined file type; never actually used.

  2. lineNumber :: ScriptStackTraceElement -> Maybe Int32

    gogol-script Gogol.Script.Types

    The line number where the script failed.

  3. versionNumber :: DeploymentConfig -> Maybe Int32

    gogol-script Gogol.Script.Types

    The version number on which this deployment is based.

  4. versionNumber :: Version -> Maybe Int32

    gogol-script Gogol.Script.Types

    The incremental ID that is created by Apps Script when a version is created. This is system assigned number and is immutable once created.

  5. pattern BatchGetValuesByDataFilterRequest_DateTimeRenderOption_SERIALNUMBER :: BatchGetValuesByDataFilterRequest_DateTimeRenderOption

    gogol-sheets Gogol.Sheets

    Instructs date, time, datetime, and duration fields to be output as doubles in "serial number" format, as popularized by Lotus 1-2-3. The whole number portion of the value (left of the decimal) counts the days since December 30th 1899. The fractional portion (right of the decimal) counts the time as a fraction of the day. For example, January 1st 1900 at noon would be 2.5, 2 because it's 2 days after December 30th 1899, and .5 because noon is half a day. February 1st 1900 at 3pm would be 33.625. This correctly treats the year 1900 as not a leap year.

  6. pattern BatchUpdateValuesByDataFilterRequest_ResponseDateTimeRenderOption_SERIALNUMBER :: BatchUpdateValuesByDataFilterRequest_ResponseDateTimeRenderOption

    gogol-sheets Gogol.Sheets

    Instructs date, time, datetime, and duration fields to be output as doubles in "serial number" format, as popularized by Lotus 1-2-3. The whole number portion of the value (left of the decimal) counts the days since December 30th 1899. The fractional portion (right of the decimal) counts the time as a fraction of the day. For example, January 1st 1900 at noon would be 2.5, 2 because it's 2 days after December 30th 1899, and .5 because noon is half a day. February 1st 1900 at 3pm would be 33.625. This correctly treats the year 1900 as not a leap year.

  7. pattern BatchUpdateValuesRequest_ResponseDateTimeRenderOption_SERIALNUMBER :: BatchUpdateValuesRequest_ResponseDateTimeRenderOption

    gogol-sheets Gogol.Sheets

    Instructs date, time, datetime, and duration fields to be output as doubles in "serial number" format, as popularized by Lotus 1-2-3. The whole number portion of the value (left of the decimal) counts the days since December 30th 1899. The fractional portion (right of the decimal) counts the time as a fraction of the day. For example, January 1st 1900 at noon would be 2.5, 2 because it's 2 days after December 30th 1899, and .5 because noon is half a day. February 1st 1900 at 3pm would be 33.625. This correctly treats the year 1900 as not a leap year.

  8. pattern BooleanCondition_Type_NUMBERBETWEEN :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be between the two condition values. Supported by data validation, conditional formatting and filters. Requires exactly two ConditionValues.

  9. pattern BooleanCondition_Type_NUMBEREQ :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be equal to 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.

  10. pattern BooleanCondition_Type_NUMBERGREATER :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be greater than the condition's value. Supported by data validation, conditional formatting and filters. Requires a single ConditionValue.

Page 692 of many | Previous | Next