Home
last modified time | relevance | path

Searched defs:takeAbs (Results 1 – 13 of 13) sorted by relevance

/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/hslua-module-path-0.1.0.1/src/Foreign/Lua/Module/
H A DPath.hs401 | takeAbs root /= takeAbs path = path function
426 takeAbs x = if leadingPathSepOnWindows x function
/dports/devel/stack/stack-2.7.3/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs631 | takeAbs root /= takeAbs path = path function
646 takeAbs (x:_) | isPathSeparator x = [pathSeparator] function
647 takeAbs x = map (\y -> if isPathSeparator y then pathSeparator else toLower y) $ takeDrive x function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs631 | takeAbs root /= takeAbs path = path function
646 takeAbs (x:_) | isPathSeparator x = [pathSeparator] function
647 takeAbs x = map (\y -> if isPathSeparator y then pathSeparator else toLower y) $ takeDrive x function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs631 | takeAbs root /= takeAbs path = path function
646 takeAbs (x:_) | isPathSeparator x = [pathSeparator] function
647 takeAbs x = map (\y -> if isPathSeparator y then pathSeparator else toLower y) $ takeDrive x function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs631 | takeAbs root /= takeAbs path = path function
646 takeAbs (x:_) | isPathSeparator x = [pathSeparator] function
647 takeAbs x = map (\y -> if isPathSeparator y then pathSeparator else toLower y) $ takeDrive x function
/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.hs631 | takeAbs root /= takeAbs path = path function
646 takeAbs (x:_) | isPathSeparator x = [pathSeparator] function
647 takeAbs x = map (\y -> if isPathSeparator y then pathSeparator else toLower y) $ takeDrive x function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs631 | takeAbs root /= takeAbs path = path function
646 takeAbs (x:_) | isPathSeparator x = [pathSeparator] function
647 takeAbs x = map (\y -> if isPathSeparator y then pathSeparator else toLower y) $ takeDrive x function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs631 | takeAbs root /= takeAbs path = path function
646 takeAbs (x:_) | isPathSeparator x = [pathSeparator] function
647 takeAbs x = map (\y -> if isPathSeparator y then pathSeparator else toLower y) $ takeDrive x function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs631 | takeAbs root /= takeAbs path = path function
646 takeAbs (x:_) | isPathSeparator x = [pathSeparator] function
647 takeAbs x = map (\y -> if isPathSeparator y then pathSeparator else toLower y) $ takeDrive x function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DFilePath.hs631 | takeAbs root /= takeAbs path = path function
646 takeAbs (x:_) | isPathSeparator x = [pathSeparator] function
647 takeAbs x = map (\y -> if isPathSeparator y then pathSeparator else toLower y) $ takeDrive x function
/dports/devel/stack/stack-2.7.3/test/integration/tests/mutable-deps/files/filepath-1.4.2.1/System/FilePath/
H A DInternal.hs813 | takeAbs root /= takeAbs path = path function
828 takeAbs x | hasLeadingPathSeparator x && not (hasDrive x) = [pathSeparator] function
829 takeAbs x = map (\y -> if isPathSeparator y then pathSeparator else toLower y) $ takeDrive x function
/dports/lang/ghc/ghc-8.10.7/libraries/filepath/System/FilePath/
H A DInternal.hs812 | takeAbs root /= takeAbs path = path function
827 takeAbs x | hasLeadingPathSeparator x && not (hasDrive x) = [pathSeparator] function
828 takeAbs x = map (\y -> if isPathSeparator y then pathSeparator else toLower y) $ takeDrive x function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/filepath-bytestring-1.4.2.1.6/System/FilePath/
H A DInternal.hs938 | takeAbs root /= takeAbs path = path function
955 takeAbs x | hasLeadingPathSeparator x && not (hasDrive x) = B.singleton pathSeparator function
958takeAbs x = B8.map (\y -> if isPathSeparator (fromIntegral (ord y)) then chr (fromIntegral pathSep… function