Home
last modified time | relevance | path

Searched refs:readUtf8File (Results 1 – 16 of 16) sorted by relevance

/dports/devel/elm-format/elm-format-0.8.3/src/ElmFormat/
H A DWorld.hs17 readUtf8File :: FilePath -> m Text
43 readUtf8File path = Text.decodeUtf8 <$> ByteString.readFile path function
H A DFileStore.hs50 next <$> readUtf8File path
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/shakespeare-2.0.25/Text/Shakespeare/
H A DBase.hs24 , readUtf8File
268 readUtf8FileString fp = fmap TL.unpack $ readUtf8File fp
270 readUtf8File :: FilePath -> IO TL.Text
271 readUtf8File fp = do function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/shakespeare-2.0.25/Text/Shakespeare/
H A DBase.hs24 , readUtf8File
268 readUtf8FileString fp = fmap TL.unpack $ readUtf8File fp
270 readUtf8File :: FilePath -> IO TL.Text
271 readUtf8File fp = do function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/shakespeare-2.0.25/Text/Shakespeare/
H A DBase.hs24 , readUtf8File
268 readUtf8FileString fp = fmap TL.unpack $ readUtf8File fp
270 readUtf8File :: FilePath -> IO TL.Text
271 readUtf8File fp = do function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/shakespeare-2.0.24.1/Text/Shakespeare/
H A DBase.hs24 , readUtf8File
268 readUtf8FileString fp = fmap TL.unpack $ readUtf8File fp
270 readUtf8File :: FilePath -> IO TL.Text
271 readUtf8File fp = do function
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/android/javatests/src/org/chromium/base/test/util/
H A DScalableTimeout.java20 char[] data = TestFileUtil.readUtf8File(PROPERTY_FILE, 32); in scaleTimeout()
H A DTestFileUtil.java65 public static char[] readUtf8File(String fileName, int sizeLimit) throws in readUtf8File() method in TestFileUtil
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/shakespeare-2.0.24/Text/Shakespeare/
H A DBase.hs23 , readUtf8File
295 readUtf8FileString fp = fmap TL.unpack $ readUtf8File fp
297 readUtf8File :: FilePath -> IO TL.Text
298 readUtf8File fp = do function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/App/
H A DOutputSettings.hs44 readUtf8File :: PandocMonad m => FilePath -> m T.Text
45 readUtf8File = fmap UTF8.toText . readFileStrict function
66 epubMetadata <- traverse readUtf8File $ optEpubMetadata opts
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/App/
H A DOutputSettings.hs44 readUtf8File :: PandocMonad m => FilePath -> m T.Text
45 readUtf8File = fmap UTF8.toText . readFileStrict function
66 epubMetadata <- traverse readUtf8File $ optEpubMetadata opts
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/yesod-core-1.6.18/src/Yesod/Routes/
H A DParse.hs47 s <- qRunIO $ readUtf8File fp
50 readUtf8File :: FilePath -> IO String
51 readUtf8File fp = do function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/yesod-core-1.6.18/src/Yesod/Routes/
H A DParse.hs47 s <- qRunIO $ readUtf8File fp
50 readUtf8File :: FilePath -> IO String
51 readUtf8File fp = do function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/xml-hamlet-0.5.0.1/Text/Hamlet/
H A DXML.hs21 import Text.Shakespeare.Base (readUtf8File, derefToExp, Scope, Deref, Ident (Ident))
216 xmlFile = strToExp . TL.unpack <=< qRunIO . readUtf8File
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/xml-hamlet-0.5.0.1/Text/Hamlet/
H A DXML.hs21 import Text.Shakespeare.Base (readUtf8File, derefToExp, Scope, Deref, Ident (Ident))
216 xmlFile = strToExp . TL.unpack <=< qRunIO . readUtf8File
/dports/devel/elm-format/elm-format-0.8.3/tests/ElmFormat/
H A DTestWorld.hs66 readUtf8File path =