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. setFSLabelFd :: Fd -> RawFilePath -> IO ()

    btrfs System.Linux.Btrfs.ByteString

    No documentation available.

  2. setFileNoCOW :: RawFilePath -> Bool -> IO ()

    btrfs System.Linux.Btrfs.ByteString

    Set or clear the NOCOW flag for the specified file. If the file is not empty, this has no effect and no error will be reported. Note: calls the FS_IOC_GETFLAGS and FS_IOC_GETFLAGS ioctls.

  3. setFileNoCOWFd :: Fd -> Bool -> IO ()

    btrfs System.Linux.Btrfs.ByteString

    No documentation available.

  4. setSubvolReadOnly :: RawFilePath -> Bool -> IO ()

    btrfs System.Linux.Btrfs.ByteString

    Make a subvolume read-only (or read-write). Note: calls the BTRFS_IOC_SUBVOL_GETFLAGS and BTRFS_IOC_SUBVOL_SETFLAGS ioctls.

  5. setSubvolReadOnlyFd :: Fd -> Bool -> IO ()

    btrfs System.Linux.Btrfs.ByteString

    No documentation available.

  6. setMapMaybe :: Ord b => (a -> Maybe b) -> Set a -> Set b

    cabal-debian Debian.Debianize.Prelude

    No documentation available.

  7. setModificationTime :: FilePath -> UTCTime -> IO ()

    cabal-install Distribution.Client.Compat.Directory

    Change the time at which the file or directory was last modified. The operation may fail with:

    Some caveats for POSIX systems:
    • Not all systems support utimensat, in which case the function can only emulate the behavior by reading the access time and then setting both the access and modification times together. On systems where utimensat is supported, the modification time is set atomically with nanosecond precision.
    • If compiled against a version of unix prior to 2.7.0.0, the function would not be able to set timestamps with sub-second resolution. In this case, there would also be loss of precision in the access time.

  8. setAllowBootLibInstalls :: AllowBootLibInstalls -> DepResolverParams -> DepResolverParams

    cabal-install Distribution.Client.Dependency

    No documentation available.

  9. setAvoidReinstalls :: AvoidReinstalls -> DepResolverParams -> DepResolverParams

    cabal-install Distribution.Client.Dependency

    No documentation available.

  10. setCountConflicts :: CountConflicts -> DepResolverParams -> DepResolverParams

    cabal-install Distribution.Client.Dependency

    No documentation available.

Page 766 of many | Previous | Next