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. driveGetSortKey :: (HasCallStack, MonadIO m, IsDrive a) => a -> m (Maybe Text)

    gi-gio GI.Gio.Interfaces.Drive

    Gets the sort key for drive, if any. Since: 2.32

  2. mountGetSortKey :: (HasCallStack, MonadIO m, IsMount a) => a -> m (Maybe Text)

    gi-gio GI.Gio.Interfaces.Mount

    Gets the sort key for mount, if any. Since: 2.32

  3. volumeGetSortKey :: (HasCallStack, MonadIO m, IsVolume a) => a -> m (Maybe Text)

    gi-gio GI.Gio.Interfaces.Volume

    Gets the sort key for volume, if any. Since: 2.32

  4. fileInfoGetSortOrder :: (HasCallStack, MonadIO m, IsFileInfo a) => a -> m Int32

    gi-gio GI.Gio.Objects.FileInfo

    Gets the value of the sort_order attribute from the FileInfo. See FILE_ATTRIBUTE_STANDARD_SORT_ORDER. It is an error to call this if the FileInfo does not contain FILE_ATTRIBUTE_STANDARD_SORT_ORDER.

  5. fileInfoSetSortOrder :: (HasCallStack, MonadIO m, IsFileInfo a) => a -> Int32 -> m ()

    gi-gio GI.Gio.Objects.FileInfo

    Sets the sort order attribute in the file info structure. See FILE_ATTRIBUTE_STANDARD_SORT_ORDER.

  6. listStoreInsertSorted :: (HasCallStack, MonadIO m, IsListStore a, IsObject b) => a -> b -> CompareDataFunc -> m Word32

    gi-gio GI.Gio.Objects.ListStore

    Inserts item into store at a position to be determined by the compareFunc. The list must already be sorted before calling this function or the result is undefined. Usually you would approach this by only ever inserting items by way of this function. This function takes a ref on item. Since: 2.44

  7. listStoreSort :: (HasCallStack, MonadIO m, IsListStore a) => a -> CompareDataFunc -> m ()

    gi-gio GI.Gio.Objects.ListStore

    Sort the items in store according to compareFunc. Since: 2.46

  8. defaultSortOpts :: SortOpts

    hedis Database.Redis

    Redis default SortOpts. Equivalent to omitting all optional parameters.

    SortOpts
    { sortBy    = Nothing -- omit the BY option
    , sortLimit = (0,-1)  -- return entire collection
    , sortGet   = []      -- omit the GET option
    , sortOrder = Asc     -- sort in ascending order
    , sortAlpha = False   -- sort numerically, not lexicographically
    }
    

  9. defaultSortOpts :: SortOpts

    hedis Database.Redis.Sentinel

    Redis default SortOpts. Equivalent to omitting all optional parameters.

    SortOpts
    { sortBy    = Nothing -- omit the BY option
    , sortLimit = (0,-1)  -- return entire collection
    , sortGet   = []      -- omit the GET option
    , sortOrder = Asc     -- sort in ascending order
    , sortAlpha = False   -- sort numerically, not lexicographically
    }
    

  10. getSortedList :: SortedList a -> [a]

    diagrams-core Diagrams.Core

    Project the (guaranteed sorted) list out of a SortedList wrapper.

Page 115 of many | Previous | Next