Home
last modified time | relevance | path

Searched refs:responseClose (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/stack/stack-2.7.3/_cabal_deps/http-conduit-2.3.8/Network/HTTP/Client/
H A DConduit.hs16 , responseClose
47 newManager, responseClose,
80 res <- mkAcquire (H.responseOpen req man) H.responseClose
116 responseClose :: MonadIO m => Response body -> m ()
117 responseClose = liftIO . H.responseClose function
191 responseClose
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/http-conduit-2.3.7.3/Network/HTTP/Client/
H A DConduit.hs16 , responseClose
47 newManager, responseClose,
80 res <- mkAcquire (H.responseOpen req man) H.responseClose
116 responseClose :: MonadIO m => Response body -> m ()
117 responseClose = liftIO . H.responseClose function
191 responseClose
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/http-conduit-2.3.8/Network/HTTP/Client/
H A DConduit.hs16 , responseClose
47 newManager, responseClose,
80 res <- mkAcquire (H.responseOpen req man) H.responseClose
116 responseClose :: MonadIO m => Response body -> m ()
117 responseClose = liftIO . H.responseClose function
191 responseClose
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/http-conduit-2.3.8/Network/HTTP/Client/
H A DConduit.hs16 , responseClose
47 newManager, responseClose,
80 res <- mkAcquire (H.responseOpen req man) H.responseClose
116 responseClose :: MonadIO m => Response body -> m ()
117 responseClose = liftIO . H.responseClose function
191 responseClose
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/http-conduit-2.3.7.3/Network/HTTP/Client/
H A DConduit.hs16 , responseClose
47 newManager, responseClose,
80 res <- mkAcquire (H.responseOpen req man) H.responseClose
116 responseClose :: MonadIO m => Response body -> m ()
117 responseClose = liftIO . H.responseClose function
191 responseClose
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/http-conduit-2.3.7.3/Network/HTTP/Client/
H A DConduit.hs16 , responseClose
47 newManager, responseClose,
80 res <- mkAcquire (H.responseOpen req man) H.responseClose
116 responseClose :: MonadIO m => Response body -> m ()
117 responseClose = liftIO . H.responseClose function
191 responseClose
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/http-conduit-2.3.7.3/Network/HTTP/Client/
H A DConduit.hs16 , responseClose
47 newManager, responseClose,
80 res <- mkAcquire (H.responseOpen req man) H.responseClose
116 responseClose :: MonadIO m => Response body -> m ()
117 responseClose = liftIO . H.responseClose function
191 responseClose
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/
H A DTestRegionServerNoMaster.java176 AdminProtos.CloseRegionResponse responseClose = rs.rpcServices.closeRegion(null, crr); in closeRegion() local
177 Assert.assertTrue(responseClose.getClosed()); in closeRegion()
208 AdminProtos.CloseRegionResponse responseClose = getRS().rpcServices.closeRegion(null, crr); in closeRegionNoZK() local
209 Assert.assertTrue(responseClose.getClosed()); in closeRegionNoZK()
228 AdminProtos.CloseRegionResponse responseClose = getRS().rpcServices.closeRegion(null, crr); in testCloseByMasterWithoutZNode() local
229 Assert.assertTrue(responseClose.getClosed()); in testCloseByMasterWithoutZNode()
247 AdminProtos.CloseRegionResponse responseClose = getRS().rpcServices.closeRegion(null, crr); in testOpenCloseByMasterWithZNode() local
248 Assert.assertTrue(responseClose.getClosed()); in testOpenCloseByMasterWithZNode()
327 AdminProtos.CloseRegionResponse responseClose = getRS().rpcServices.closeRegion(null, crr); in testMultipleCloseFromMaster() local
330 responseClose.getClosed() || responseClose.hasClosed()); in testMultipleCloseFromMaster()
/dports/devel/stack/stack-2.7.3/_cabal_deps/http-client-0.7.8/Network/HTTP/Client/
H A DCore.hs11 , responseClose
52 withResponse req man f = bracket (responseOpen req man) responseClose f
270 responseClose res
282 responseClose :: Response a -> IO ()
283 responseClose = runResponseClose . responseClose' function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/http-client-0.7.2.1/Network/HTTP/Client/
H A DCore.hs11 , responseClose
52 withResponse req man f = bracket (responseOpen req man) responseClose f
264 responseClose res
276 responseClose :: Response a -> IO ()
277 responseClose = runResponseClose . responseClose' function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/http-client-0.7.0/Network/HTTP/Client/
H A DCore.hs11 , responseClose
52 withResponse req man f = bracket (responseOpen req man) responseClose f
264 responseClose res
276 responseClose :: Response a -> IO ()
277 responseClose = runResponseClose . responseClose' function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/http-client-0.7.8/Network/HTTP/Client/
H A DCore.hs11 , responseClose
52 withResponse req man f = bracket (responseOpen req man) responseClose f
270 responseClose res
282 responseClose :: Response a -> IO ()
283 responseClose = runResponseClose . responseClose' function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/http-client-0.7.8/Network/HTTP/Client/
H A DCore.hs11 , responseClose
52 withResponse req man f = bracket (responseOpen req man) responseClose f
270 responseClose res
282 responseClose :: Response a -> IO ()
283 responseClose = runResponseClose . responseClose' function
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/http-client-0.6.4.1/Network/HTTP/Client/
H A DCore.hs11 , responseClose
52 withResponse req man f = bracket (responseOpen req man) responseClose f
264 responseClose res
276 responseClose :: Response a -> IO ()
277 responseClose = runResponseClose . responseClose' function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/http-client-0.6.4.1/Network/HTTP/Client/
H A DCore.hs11 , responseClose
52 withResponse req man f = bracket (responseOpen req man) responseClose f
264 responseClose res
276 responseClose :: Response a -> IO ()
277 responseClose = runResponseClose . responseClose' function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/http-client-0.7.6/Network/HTTP/Client/
H A DCore.hs11 , responseClose
52 withResponse req man f = bracket (responseOpen req man) responseClose f
270 responseClose res
282 responseClose :: Response a -> IO ()
283 responseClose = runResponseClose . responseClose' function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/http-client-0.7.1/Network/HTTP/Client/
H A DCore.hs11 , responseClose
52 withResponse req man f = bracket (responseOpen req man) responseClose f
264 responseClose res
276 responseClose :: Response a -> IO ()
277 responseClose = runResponseClose . responseClose' function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/http-client-0.7.8/Network/HTTP/Client/
H A DCore.hs11 , responseClose
52 withResponse req man f = bracket (responseOpen req man) responseClose f
270 responseClose res
282 responseClose :: Response a -> IO ()
283 responseClose = runResponseClose . responseClose' function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/http-client-0.7.6/Network/HTTP/Client/
H A DCore.hs11 , responseClose
52 withResponse req man f = bracket (responseOpen req man) responseClose f
270 responseClose res
282 responseClose :: Response a -> IO ()
283 responseClose = runResponseClose . responseClose' function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/http-client-0.7.1/Network/HTTP/Client/
H A DCore.hs11 , responseClose
52 withResponse req man f = bracket (responseOpen req man) responseClose f
264 responseClose res
276 responseClose :: Response a -> IO ()
277 responseClose = runResponseClose . responseClose' function
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/http-client-0.7.2.1/Network/HTTP/Client/
H A DCore.hs11 , responseClose
52 withResponse req man f = bracket (responseOpen req man) responseClose f
264 responseClose res
276 responseClose :: Response a -> IO ()
277 responseClose = runResponseClose . responseClose' function
/dports/devel/stack/stack-2.7.3/_cabal_deps/http-client-0.7.8/Network/HTTP/
H A DClient.hs85 , responseClose
295 (responseClose . hrFinalResponse)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/http-client-0.7.2.1/Network/HTTP/
H A DClient.hs85 , responseClose
293 (responseClose . hrFinalResponse)
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/http-client-0.6.4.1/Network/HTTP/
H A DClient.hs85 , responseClose
288 (responseClose . hrFinalResponse)
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/http-client-0.7.8/Network/HTTP/
H A DClient.hs85 , responseClose
295 (responseClose . hrFinalResponse)

12