Home
last modified time | relevance | path

Searched defs:withFile (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/with-utf8-1.0.2.2/lib/System/IO/
H A DUtf8.hs168 :: (MonadIO m, MonadMask m)
170 withFile path mode = bracket (openFile path mode) (liftIO . IO.hClose) function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/IO/
H A DFile.hs99 withFile fp mode act = bracket (openFile fp mode) closeFile act function
/dports/devel/coursier/coursier-1.1.0-M12/modules/cli/src/test/scala-2.12/coursier/cli/
H A DCliTestLib.scala9 def withFile(content: String = "", method
H A DCliUnitTest.scala16 def withFile(content: String)(testCode: (File, FileWriter) => Any) { method
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/unliftio-0.2.19/src/UnliftIO/
H A DIO.hs46 withFile fp mode inner = withRunInIO $ \run -> IO.withFile fp mode $ run . inner function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/unliftio-0.2.13/src/UnliftIO/
H A DIO.hs46 withFile fp mode inner = withRunInIO $ \run -> IO.withFile fp mode $ run . inner function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/unliftio-0.2.13/src/UnliftIO/
H A DIO.hs46 withFile fp mode inner = withRunInIO $ \run -> IO.withFile fp mode $ run . inner function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/unliftio-0.2.14/src/UnliftIO/
H A DIO.hs46 withFile fp mode inner = withRunInIO $ \run -> IO.withFile fp mode $ run . inner function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/unliftio-0.2.14/src/UnliftIO/
H A DIO.hs46 withFile fp mode inner = withRunInIO $ \run -> IO.withFile fp mode $ run . inner function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/unliftio-0.2.14/src/UnliftIO/
H A DIO.hs46 withFile fp mode inner = withRunInIO $ \run -> IO.withFile fp mode $ run . inner function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/unliftio-0.2.19/src/UnliftIO/
H A DIO.hs46 withFile fp mode inner = withRunInIO $ \run -> IO.withFile fp mode $ run . inner function
/dports/devel/stack/stack-2.7.3/_cabal_deps/unliftio-0.2.16/src/UnliftIO/
H A DIO.hs46 withFile fp mode inner = withRunInIO $ \run -> IO.withFile fp mode $ run . inner function
/dports/ports-mgmt/hs-panopticum/panopticum-3e29a6b2b989855a8e0dd5e93fcda5ba7b748999/_cabal_deps/unliftio-0.2.20/src/UnliftIO/
H A DIO.hs47 withFile fp mode inner = withRunInIO $ \run -> IO.withFile fp mode $ run . inner function
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/com/leanplum/
H A DActionArgs.java77 public ActionArgs withFile(String name, String defaultFilename) { in withFile() method in ActionArgs
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/hscolour-1.24.4/
H A DHsColour.hs179 withFile name mode = bracket (openFile name mode) hClose function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hscolour-1.24.4/
H A DHsColour.hs179 withFile name mode = bracket (openFile name mode) hClose function
/dports/print/hs-hscolour/hscolour-1.24.4/
H A DHsColour.hs179 withFile name mode = bracket (openFile name mode) hClose function
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/mesonprojectmanager/machinefiles/
H A Dmachinefilemanager.cpp48 bool withFile(const Utils::FilePath &path, const F &f) in withFile() function
/dports/lang/ghc/ghc-8.10.7/libraries/base/System/
H A DIO.hs397 withFile name mode = bracket (openFile name mode) hClose function
/dports/www/ilias6/ILIAS-6.14/Modules/IndividualAssessment/classes/
H A DilIndividualAssessmentUserGrading.php142 public function withFile(?string $file) : ilIndividualAssessmentUserGrading function in ilIndividualAssessmentUserGrading
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Patch/
H A DAnnotate.hs164 withFile actions = do function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/system-fileio-0.3.16.4/lib/
H A DFilesystem.hs777 withFile path mode = Exc.bracket (openFile path mode) IO.hClose function
/dports/lang/ghc/ghc-8.10.7/libraries/base/Control/Exception/
H A DBase.hs215 -- > withFile name mode = bracket (openFile name mode) hClose function
/dports/devel/stack/stack-2.7.3/_cabal_deps/hackage-security-0.6.0.1/src/Hackage/Security/Util/
H A DPath.hs305 withFile path mode callback = do function
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/unit/
H A Dunit_Intg_Rep.cpp133 bool withFile=false, withTime=false; in unit_Intg_Rep() local

12