Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. data SortSpec

    gogol-sheets Gogol.Sheets.Types

    A sort order associated with a specific column or row. See: newSortSpec smart constructor.

  2. SortSpec :: Maybe Color -> Maybe ColorStyle -> Maybe DataSourceColumnReference -> Maybe Int32 -> Maybe Color -> Maybe ColorStyle -> Maybe SortSpec_SortOrder -> SortSpec

    gogol-sheets Gogol.Sheets.Types

    No documentation available.

  3. newtype SortSpec_SortOrder

    gogol-sheets Gogol.Sheets.Types

    The order data should be sorted.

  4. SortSpec_SortOrder :: Text -> SortSpec_SortOrder

    gogol-sheets Gogol.Sheets.Types

    No documentation available.

  5. pattern SortSpec_SortOrder_Ascending :: SortSpec_SortOrder

    gogol-sheets Gogol.Sheets.Types

    Sort ascending.

  6. pattern SortSpec_SortOrder_Descending :: SortSpec_SortOrder

    gogol-sheets Gogol.Sheets.Types

    Sort descending.

  7. pattern SortSpec_SortOrder_SORTORDERUNSPECIFIED :: SortSpec_SortOrder

    gogol-sheets Gogol.Sheets.Types

    Default value, do not use this.

  8. data SortKey

    natural-sort Algorithms.NaturalSort

    No documentation available.

  9. SortExtended :: Sort

    sphinx Text.Search.Sphinx.Types

    No documentation available.

  10. module XMonad.Layout.SortedLayout

    A LayoutModifier that sorts the windows in another layout, given a list of properties. The order of properties in the list determines the order of windows in the final layout. Any unmatched windows go to the end of the order.

Page 100 of many | Previous | Next