Home
last modified time | relevance | path

Searched refs:takeDrive (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/filepath-bytestring-1.4.2.1.6/tests/
H A DTestEquiv.hs39 ,("equiv Posix.takeDrive", equiv_1 OurPosix.takeDrive TheirPosix.takeDrive)
80 ,("equiv Windows.takeDrive", equiv_1 OurWindows.takeDrive TheirWindows.takeDrive)
/dports/lang/ghc/ghc-8.10.7/libraries/directory/tests/
H A DMakeAbsolute.hs7 import System.FilePath (takeDrive)
40 let driveLetter = toUpper (head (takeDrive cwd))
/dports/devel/stack/stack-2.7.3/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs31 takeDrive, hasDrive, dropDrive, isDrive,
369 takeDrive :: FilePath -> FilePath
370 takeDrive = fst . splitDrive function
382 hasDrive = not . null . takeDrive
647 takeAbs x = map (\y -> if isPathSeparator y then pathSeparator else toLower y) $ takeDrive x
769 isRelative = isRelativeDrive . takeDrive
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs31 takeDrive, hasDrive, dropDrive, isDrive,
369 takeDrive :: FilePath -> FilePath
370 takeDrive = fst . splitDrive function
382 hasDrive = not . null . takeDrive
647 takeAbs x = map (\y -> if isPathSeparator y then pathSeparator else toLower y) $ takeDrive x
769 isRelative = isRelativeDrive . takeDrive
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs31 takeDrive, hasDrive, dropDrive, isDrive,
369 takeDrive :: FilePath -> FilePath
370 takeDrive = fst . splitDrive function
382 hasDrive = not . null . takeDrive
647 takeAbs x = map (\y -> if isPathSeparator y then pathSeparator else toLower y) $ takeDrive x
769 isRelative = isRelativeDrive . takeDrive
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs31 takeDrive, hasDrive, dropDrive, isDrive,
369 takeDrive :: FilePath -> FilePath
370 takeDrive = fst . splitDrive function
382 hasDrive = not . null . takeDrive
647 takeAbs x = map (\y -> if isPathSeparator y then pathSeparator else toLower y) $ takeDrive x
769 isRelative = isRelativeDrive . takeDrive
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs31 takeDrive, hasDrive, dropDrive, isDrive,
369 takeDrive :: FilePath -> FilePath
370 takeDrive = fst . splitDrive function
382 hasDrive = not . null . takeDrive
647 takeAbs x = map (\y -> if isPathSeparator y then pathSeparator else toLower y) $ takeDrive x
769 isRelative = isRelativeDrive . takeDrive
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs31 takeDrive, hasDrive, dropDrive, isDrive,
369 takeDrive :: FilePath -> FilePath
370 takeDrive = fst . splitDrive function
382 hasDrive = not . null . takeDrive
647 takeAbs x = map (\y -> if isPathSeparator y then pathSeparator else toLower y) $ takeDrive x
769 isRelative = isRelativeDrive . takeDrive
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs31 takeDrive, hasDrive, dropDrive, isDrive,
369 takeDrive :: FilePath -> FilePath
370 takeDrive = fst . splitDrive function
382 hasDrive = not . null . takeDrive
647 takeAbs x = map (\y -> if isPathSeparator y then pathSeparator else toLower y) $ takeDrive x
769 isRelative = isRelativeDrive . takeDrive
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs31 takeDrive, hasDrive, dropDrive, isDrive,
369 takeDrive :: FilePath -> FilePath
370 takeDrive = fst . splitDrive function
382 hasDrive = not . null . takeDrive
647 takeAbs x = map (\y -> if isPathSeparator y then pathSeparator else toLower y) $ takeDrive x
769 isRelative = isRelativeDrive . takeDrive
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs31 takeDrive, hasDrive, dropDrive, isDrive,
369 takeDrive :: FilePath -> FilePath
370 takeDrive = fst . splitDrive function
382 hasDrive = not . null . takeDrive
647 takeAbs x = map (\y -> if isPathSeparator y then pathSeparator else toLower y) $ takeDrive x
769 isRelative = isRelativeDrive . takeDrive
/dports/devel/stack/stack-2.7.3/test/integration/tests/mutable-deps/files/filepath-1.4.2.1/System/FilePath/
H A DInternal.hs91 takeDrive, hasDrive, dropDrive, isDrive,
478 takeDrive :: FilePath -> FilePath
479 takeDrive = fst . splitDrive function
496 hasDrive = not . null . takeDrive
829 takeAbs x = map (\y -> if isPathSeparator y then pathSeparator else toLower y) $ takeDrive x
1001 where drive = takeDrive x
/dports/lang/ghc/ghc-8.10.7/libraries/filepath/System/FilePath/
H A DInternal.hs91 takeDrive, hasDrive, dropDrive, isDrive,
477 takeDrive :: FilePath -> FilePath
478 takeDrive = fst . splitDrive function
495 hasDrive = not . null . takeDrive
828 takeAbs x = map (\y -> if isPathSeparator y then pathSeparator else toLower y) $ takeDrive x
1000 where drive = takeDrive x
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/shake-0.19.4/src/Development/Shake/
H A DFilePath.hs84 if takeDrive a' /= takeDrive b'
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/shake-0.19.4/src/Development/Shake/
H A DFilePath.hs84 if takeDrive a' /= takeDrive b'
/dports/devel/hs-shake/shake-0.19.6/src/Development/Shake/
H A DFilePath.hs84 if takeDrive a' /= takeDrive b'
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/filepath-bytestring-1.4.2.1.6/System/FilePath/
H A DInternal.hs121 takeDrive, hasDrive, dropDrive, isDrive,
606 takeDrive :: RawFilePath -> RawFilePath
607 takeDrive = fst . splitDrive function
624 hasDrive = not . B.null . takeDrive
958 …eparator (fromIntegral (ord y)) then chr (fromIntegral pathSeparator) else toLower y) $ takeDrive x
1146 drive = takeDrive x
/dports/devel/stack/stack-2.7.3/_cabal_deps/Glob-0.10.1/System/FilePath/Glob/
H A DDirectory.hs17 import System.FilePath ( (</>), takeDrive, splitDrive
168 Just "" -> fmap takeDrive getCurrentDirectory
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/Glob-0.10.1/System/FilePath/Glob/
H A DDirectory.hs17 import System.FilePath ( (</>), takeDrive, splitDrive
168 Just "" -> fmap takeDrive getCurrentDirectory
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/Glob-0.10.1/System/FilePath/Glob/
H A DDirectory.hs17 import System.FilePath ( (</>), takeDrive, splitDrive
168 Just "" -> fmap takeDrive getCurrentDirectory
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/Glob-0.10.1/System/FilePath/Glob/
H A DDirectory.hs17 import System.FilePath ( (</>), takeDrive, splitDrive
168 Just "" -> fmap takeDrive getCurrentDirectory
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/Glob-0.10.1/System/FilePath/Glob/
H A DDirectory.hs17 import System.FilePath ( (</>), takeDrive, splitDrive
168 Just "" -> fmap takeDrive getCurrentDirectory
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/Glob-0.10.1/System/FilePath/Glob/
H A DDirectory.hs17 import System.FilePath ( (</>), takeDrive, splitDrive
168 Just "" -> fmap takeDrive getCurrentDirectory
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/Glob-0.10.1/System/FilePath/Glob/
H A DDirectory.hs17 import System.FilePath ( (</>), takeDrive, splitDrive
168 Just "" -> fmap takeDrive getCurrentDirectory
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/Glob-0.10.0/System/FilePath/Glob/
H A DDirectory.hs17 import System.FilePath ( (</>), takeDrive, splitDrive
168 Just "" -> fmap takeDrive getCurrentDirectory

12