Home
last modified time | relevance | path

Searched defs:closed (Results 1 – 25 of 4820) sorted by relevance

12345678910>>...193

/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/stm-chans-3.0.0.4/src/Control/Concurrent/STM/
H A DTMQueue.hs103 readTMQueue (TMQueue closed queue) = do function
110 readTMQueue (TMQueue closed queue) = do function
125 tryReadTMQueue (TMQueue closed queue) = do function
132 tryReadTMQueue (TMQueue closed queue) = do function
145 peekTMQueue (TMQueue closed queue) = do function
156 peekTMQueue (TMQueue closed queue) = do function
171 tryPeekTMQueue (TMQueue closed queue) = do function
178 tryPeekTMQueue (TMQueue closed queue) = do function
192 writeTMQueue (TMQueue closed queue) x = do function
204 unGetTMQueue (TMQueue closed queue) x = do function
H A DTMChan.hs126 dupTMChan (TMChan closed chan) = do function
135 readTMChan (TMChan closed chan) = do function
142 readTMChan (TMChan closed chan) = do function
157 tryReadTMChan (TMChan closed chan) = do function
164 tryReadTMChan (TMChan closed chan) = do function
177 peekTMChan (TMChan closed chan) = do function
188 peekTMChan (TMChan closed chan) = do function
203 tryPeekTMChan (TMChan closed chan) = do function
210 tryPeekTMChan (TMChan closed chan) = do function
224 writeTMChan (TMChan closed chan) x = do function
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/stm-chans-3.0.0.4/src/Control/Concurrent/STM/
H A DTMQueue.hs103 readTMQueue (TMQueue closed queue) = do function
110 readTMQueue (TMQueue closed queue) = do function
125 tryReadTMQueue (TMQueue closed queue) = do function
132 tryReadTMQueue (TMQueue closed queue) = do function
145 peekTMQueue (TMQueue closed queue) = do function
156 peekTMQueue (TMQueue closed queue) = do function
171 tryPeekTMQueue (TMQueue closed queue) = do function
178 tryPeekTMQueue (TMQueue closed queue) = do function
192 writeTMQueue (TMQueue closed queue) x = do function
204 unGetTMQueue (TMQueue closed queue) x = do function
H A DTMChan.hs126 dupTMChan (TMChan closed chan) = do function
135 readTMChan (TMChan closed chan) = do function
142 readTMChan (TMChan closed chan) = do function
157 tryReadTMChan (TMChan closed chan) = do function
164 tryReadTMChan (TMChan closed chan) = do function
177 peekTMChan (TMChan closed chan) = do function
188 peekTMChan (TMChan closed chan) = do function
203 tryPeekTMChan (TMChan closed chan) = do function
210 tryPeekTMChan (TMChan closed chan) = do function
224 writeTMChan (TMChan closed chan) x = do function
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/stm-chans-3.0.0.4/src/Control/Concurrent/STM/
H A DTMQueue.hs103 readTMQueue (TMQueue closed queue) = do function
110 readTMQueue (TMQueue closed queue) = do function
125 tryReadTMQueue (TMQueue closed queue) = do function
132 tryReadTMQueue (TMQueue closed queue) = do function
145 peekTMQueue (TMQueue closed queue) = do function
156 peekTMQueue (TMQueue closed queue) = do function
171 tryPeekTMQueue (TMQueue closed queue) = do function
178 tryPeekTMQueue (TMQueue closed queue) = do function
192 writeTMQueue (TMQueue closed queue) x = do function
204 unGetTMQueue (TMQueue closed queue) x = do function
H A DTMChan.hs126 dupTMChan (TMChan closed chan) = do function
135 readTMChan (TMChan closed chan) = do function
142 readTMChan (TMChan closed chan) = do function
157 tryReadTMChan (TMChan closed chan) = do function
164 tryReadTMChan (TMChan closed chan) = do function
177 peekTMChan (TMChan closed chan) = do function
188 peekTMChan (TMChan closed chan) = do function
203 tryPeekTMChan (TMChan closed chan) = do function
210 tryPeekTMChan (TMChan closed chan) = do function
224 writeTMChan (TMChan closed chan) x = do function
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/stm-chans-3.0.0.4/src/Control/Concurrent/STM/
H A DTMQueue.hs103 readTMQueue (TMQueue closed queue) = do function
110 readTMQueue (TMQueue closed queue) = do function
125 tryReadTMQueue (TMQueue closed queue) = do function
132 tryReadTMQueue (TMQueue closed queue) = do function
145 peekTMQueue (TMQueue closed queue) = do function
156 peekTMQueue (TMQueue closed queue) = do function
171 tryPeekTMQueue (TMQueue closed queue) = do function
178 tryPeekTMQueue (TMQueue closed queue) = do function
192 writeTMQueue (TMQueue closed queue) x = do function
204 unGetTMQueue (TMQueue closed queue) x = do function
H A DTMChan.hs126 dupTMChan (TMChan closed chan) = do function
135 readTMChan (TMChan closed chan) = do function
142 readTMChan (TMChan closed chan) = do function
157 tryReadTMChan (TMChan closed chan) = do function
164 tryReadTMChan (TMChan closed chan) = do function
177 peekTMChan (TMChan closed chan) = do function
188 peekTMChan (TMChan closed chan) = do function
203 tryPeekTMChan (TMChan closed chan) = do function
210 tryPeekTMChan (TMChan closed chan) = do function
224 writeTMChan (TMChan closed chan) x = do function
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/stm-chans-3.0.0.4/src/Control/Concurrent/STM/
H A DTMQueue.hs103 readTMQueue (TMQueue closed queue) = do function
110 readTMQueue (TMQueue closed queue) = do function
125 tryReadTMQueue (TMQueue closed queue) = do function
132 tryReadTMQueue (TMQueue closed queue) = do function
145 peekTMQueue (TMQueue closed queue) = do function
156 peekTMQueue (TMQueue closed queue) = do function
171 tryPeekTMQueue (TMQueue closed queue) = do function
178 tryPeekTMQueue (TMQueue closed queue) = do function
192 writeTMQueue (TMQueue closed queue) x = do function
204 unGetTMQueue (TMQueue closed queue) x = do function
H A DTMChan.hs126 dupTMChan (TMChan closed chan) = do function
135 readTMChan (TMChan closed chan) = do function
142 readTMChan (TMChan closed chan) = do function
157 tryReadTMChan (TMChan closed chan) = do function
164 tryReadTMChan (TMChan closed chan) = do function
177 peekTMChan (TMChan closed chan) = do function
188 peekTMChan (TMChan closed chan) = do function
203 tryPeekTMChan (TMChan closed chan) = do function
210 tryPeekTMChan (TMChan closed chan) = do function
224 writeTMChan (TMChan closed chan) x = do function
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/indexes/interval/
H A Dtest_interval.py34 def create_index(self, closed="right"): argument
45 def test_properties(self, closed): argument
95 def test_length(self, closed, breaks): argument
108 def test_with_nans(self, closed): argument
131 def test_copy(self, closed): argument
163 def test_delete(self, closed): argument
241 def test_monotonic(self, closed): argument
312 def test_get_item(self, closed): argument
490 def test_dropna(self, closed): argument
511 def test_isin(self, closed): argument
[all …]
H A Dtest_setops.py8 def monotonic_index(start, end, dtype="int64", closed="right"): argument
12 def empty_index(dtype="int64", closed="right"): argument
17 def test_union(self, closed, sort): argument
35 def test_union_empty_result(self, closed, sort): argument
47 def test_intersection(self, closed, sort): argument
103 def test_difference(self, closed, sort): argument
123 def test_symmetric_difference(self, closed, sort): argument
148 def test_set_incompatible_types(self, closed, op_name, sort): argument
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/profunctors-5.5.2/src/Data/Profunctor/
H A DClosed.hs65 closed (Tagged b) = Tagged (const b) function
68 closed = (.) function
71 closed (Costar fab) = Costar $ \fxa x -> fab (fmap ($ x) fxa) function
77 closed (Star afb) = Star $ \xa -> distribute $ \x -> afb (xa x) function
83 closed (Pair p q) = Pair (closed p) (closed q) function
86 closed (L2 p) = L2 (closed p) function
87 closed (R2 q) = R2 (closed q) function
90 closed (Tannen fp) = Tannen (fmap closed fp) function
93 -- closed _ = Forget $ \_ -> mempty function
127 closed = runClosure . produplicate function
[all …]
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/profunctors-5.5.2/src/Data/Profunctor/
H A DClosed.hs65 closed (Tagged b) = Tagged (const b) function
68 closed = (.) function
71 closed (Costar fab) = Costar $ \fxa x -> fab (fmap ($ x) fxa) function
77 closed (Star afb) = Star $ \xa -> distribute $ \x -> afb (xa x) function
83 closed (Pair p q) = Pair (closed p) (closed q) function
86 closed (L2 p) = L2 (closed p) function
87 closed (R2 q) = R2 (closed q) function
90 closed (Tannen fp) = Tannen (fmap closed fp) function
93 -- closed _ = Forget $ \_ -> mempty function
127 closed = runClosure . produplicate function
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/profunctors-5.5.2/src/Data/Profunctor/
H A DClosed.hs65 closed (Tagged b) = Tagged (const b) function
68 closed = (.) function
71 closed (Costar fab) = Costar $ \fxa x -> fab (fmap ($ x) fxa) function
77 closed (Star afb) = Star $ \xa -> distribute $ \x -> afb (xa x) function
83 closed (Pair p q) = Pair (closed p) (closed q) function
86 closed (L2 p) = L2 (closed p) function
87 closed (R2 q) = R2 (closed q) function
90 closed (Tannen fp) = Tannen (fmap closed fp) function
93 -- closed _ = Forget $ \_ -> mempty function
127 closed = runClosure . produplicate function
[all …]
/dports/devel/elm-format/elm-format-0.8.3/_cabal_deps/profunctors-5.5.2/src/Data/Profunctor/
H A DClosed.hs65 closed (Tagged b) = Tagged (const b) function
68 closed = (.) function
71 closed (Costar fab) = Costar $ \fxa x -> fab (fmap ($ x) fxa) function
77 closed (Star afb) = Star $ \xa -> distribute $ \x -> afb (xa x) function
83 closed (Pair p q) = Pair (closed p) (closed q) function
86 closed (L2 p) = L2 (closed p) function
87 closed (R2 q) = R2 (closed q) function
90 closed (Tannen fp) = Tannen (fmap closed fp) function
93 -- closed _ = Forget $ \_ -> mempty function
127 closed = runClosure . produplicate function
[all …]
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/profunctors-5.5.2/src/Data/Profunctor/
H A DClosed.hs65 closed (Tagged b) = Tagged (const b) function
68 closed = (.) function
71 closed (Costar fab) = Costar $ \fxa x -> fab (fmap ($ x) fxa) function
77 closed (Star afb) = Star $ \xa -> distribute $ \x -> afb (xa x) function
83 closed (Pair p q) = Pair (closed p) (closed q) function
86 closed (L2 p) = L2 (closed p) function
87 closed (R2 q) = R2 (closed q) function
90 closed (Tannen fp) = Tannen (fmap closed fp) function
93 -- closed _ = Forget $ \_ -> mempty function
127 closed = runClosure . produplicate function
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/profunctors-5.6.2/src/Data/Profunctor/
H A DClosed.hs65 closed (Tagged b) = Tagged (const b) function
68 closed = (.) function
71 closed (Costar fab) = Costar $ \fxa x -> fab (fmap ($ x) fxa) function
77 closed (Star afb) = Star $ \xa -> distribute $ \x -> afb (xa x) function
83 closed (Pair p q) = Pair (closed p) (closed q) function
86 closed (L2 p) = L2 (closed p) function
87 closed (R2 q) = R2 (closed q) function
90 closed (Tannen fp) = Tannen (fmap closed fp) function
93 -- closed _ = Forget $ \_ -> mempty function
127 closed p = runClosure $ produplicate p function
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/profunctors-5.6.2/src/Data/Profunctor/
H A DClosed.hs65 closed (Tagged b) = Tagged (const b) function
68 closed = (.) function
71 closed (Costar fab) = Costar $ \fxa x -> fab (fmap ($ x) fxa) function
77 closed (Star afb) = Star $ \xa -> distribute $ \x -> afb (xa x) function
83 closed (Pair p q) = Pair (closed p) (closed q) function
86 closed (L2 p) = L2 (closed p) function
87 closed (R2 q) = R2 (closed q) function
90 closed (Tannen fp) = Tannen (fmap closed fp) function
93 -- closed _ = Forget $ \_ -> mempty function
127 closed p = runClosure $ produplicate p function
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/profunctors-5.6.2/src/Data/Profunctor/
H A DClosed.hs65 closed (Tagged b) = Tagged (const b) function
68 closed = (.) function
71 closed (Costar fab) = Costar $ \fxa x -> fab (fmap ($ x) fxa) function
77 closed (Star afb) = Star $ \xa -> distribute $ \x -> afb (xa x) function
83 closed (Pair p q) = Pair (closed p) (closed q) function
86 closed (L2 p) = L2 (closed p) function
87 closed (R2 q) = R2 (closed q) function
90 closed (Tannen fp) = Tannen (fmap closed fp) function
93 -- closed _ = Forget $ \_ -> mempty function
127 closed p = runClosure $ produplicate p function
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/profunctors-5.6.2/src/Data/Profunctor/
H A DClosed.hs65 closed (Tagged b) = Tagged (const b) function
68 closed = (.) function
71 closed (Costar fab) = Costar $ \fxa x -> fab (fmap ($ x) fxa) function
77 closed (Star afb) = Star $ \xa -> distribute $ \x -> afb (xa x) function
83 closed (Pair p q) = Pair (closed p) (closed q) function
86 closed (L2 p) = L2 (closed p) function
87 closed (R2 q) = R2 (closed q) function
90 closed (Tannen fp) = Tannen (fmap closed fp) function
93 -- closed _ = Forget $ \_ -> mempty function
127 closed p = runClosure $ produplicate p function
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/profunctors-5.6.2/src/Data/Profunctor/
H A DClosed.hs65 closed (Tagged b) = Tagged (const b) function
68 closed = (.) function
71 closed (Costar fab) = Costar $ \fxa x -> fab (fmap ($ x) fxa) function
77 closed (Star afb) = Star $ \xa -> distribute $ \x -> afb (xa x) function
83 closed (Pair p q) = Pair (closed p) (closed q) function
86 closed (L2 p) = L2 (closed p) function
87 closed (R2 q) = R2 (closed q) function
90 closed (Tannen fp) = Tannen (fmap closed fp) function
93 -- closed _ = Forget $ \_ -> mempty function
127 closed p = runClosure $ produplicate p function
[all …]
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/polygons2d/
H A DprojPointOnPolyline.m78 closed = false; variable
82 closed = true; variable
84 closed = false; variable
86 closed = var; variable
H A DdistancePointPolyline.m78 closed = false; variable
82 closed = true; variable
84 closed = false; variable
86 closed = c; variable
/dports/misc/dartsim/dart-6.11.1/
H A DCHANGELOG.md246 #### Compilers Tested
259 #### Changes
265 #### Compilers Tested
278 #### Changes
301 #### Changes
324 #### Changes
344 #### Changes
404 #### Changes
426 #### Changes
449 #### Changes
[all …]

12345678910>>...193