Home
last modified time | relevance | path

Searched refs:more (Results 401 – 425 of 144013) sorted by relevance

1...<<11121314151617181920>>...5761

/dports/net/libzmq4/zeromq-4.3.4/src/
H A Dreq.cpp80 id.set_flags (msg_t::more); in xsend()
91 bottom.set_flags (msg_t::more); in xsend()
116 bool more = (msg_->flags () & msg_t::more) != 0; in xsend() local
123 if (!more) { in xsend()
147 if (unlikely (!(msg_->flags () & msg_t::more) in xrecv()
152 while (msg_->flags () & msg_t::more) { in xrecv()
168 while (msg_->flags () & msg_t::more) { in xrecv()
183 if (!(msg_->flags () & msg_t::more)) { in xrecv()
282 if (msg_->flags () == msg_t::more) { in push_msg()
297 if (msg_->flags () == msg_t::more && msg_->size () == 0) { in push_msg()
[all …]
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/src/
H A Dreq.cpp80 id.set_flags (msg_t::more); in xsend()
91 bottom.set_flags (msg_t::more); in xsend()
116 bool more = (msg_->flags () & msg_t::more) != 0; in xsend() local
123 if (!more) { in xsend()
147 if (unlikely (!(msg_->flags () & msg_t::more) in xrecv()
152 while (msg_->flags () & msg_t::more) { in xrecv()
168 while (msg_->flags () & msg_t::more) { in xrecv()
183 if (!(msg_->flags () & msg_t::more)) { in xrecv()
282 if (msg_->flags () == msg_t::more) { in push_msg()
297 if (msg_->flags () == msg_t::more && msg_->size () == 0) { in push_msg()
[all …]
/dports/net/py-aiocoap/aiocoap-0.4.3/aiocoap/transports/
H A Doscore.py172 def _check(more, unprotected_response): argument
173 if more and not unprotected_response.code.is_successful():
176 return more
203 more = protected_response.opt.observe is not None
204 more = _check(more, unprotected_response)
205 request.add_response(unprotected_response, is_last=not more)
207 if not more:
213 more = protected_response.opt.observe is not None
214 more = _check(more, unprotected_response)
219 request.add_response(unprotected_response, is_last=not more)
[all …]
/dports/devel/p5-Number-Tolerant/Number-Tolerant-1.708/t/
H A Dplusminus.t30 ok(not( 4.4 > $guess), " ... 4.4 isn't more than it");
31 ok(not( 4.5 > $guess), " ... 4.5 isn't more than it");
32 ok(not( 5.0 > $guess), " ... 5.0 isn't more than it");
33 ok(not( 5.5 > $guess), " ... 5.5 isn't more than it");
34 ok( 5.6 > $guess, " ... 5.6 is more than it");
40 is( (4.4 <=> $guess), -1, " ... 4.4 isn't more than it");
44 is( (5.6 <=> $guess), 1, " ... 5.6 is more than it");
46 # ... and now more of the same, BACKWARDS
62 ok( $guess > 4.4, " ... it is more than 4.4");
63 ok(not( $guess > 4.5), " ... it isn't more than 4.5");
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/attoparsec-0.14.1/Data/Attoparsec/Text/
H A DInternal.hs422 in succ t pos more (Just c)
423 | more == Complete ->
424 succ t pos more Nothing
430 in prompt t pos more lose' succ'
479 get = T.Parser $ \t pos more _lose succ ->
485 succ t pos more (pos == lengthOf t)
492 then succ t pos more False
495 in prompt t pos more lose' succ'
499 advance n = T.Parser $ \t pos more _lose succ -> succ t (pos+n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/attoparsec-0.13.2.4/Data/Attoparsec/Text/
H A DInternal.hs422 in succ t pos more (Just c)
423 | more == Complete ->
424 succ t pos more Nothing
430 in prompt t pos more lose' succ'
479 get = T.Parser $ \t pos more _lose succ ->
485 succ t pos more (pos == lengthOf t)
492 then succ t pos more False
495 in prompt t pos more lose' succ'
499 advance n = T.Parser $ \t pos more _lose succ -> succ t (pos+n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/attoparsec-0.13.2.4/Data/Attoparsec/Text/
H A DInternal.hs422 in succ t pos more (Just c)
423 | more == Complete ->
424 succ t pos more Nothing
430 in prompt t pos more lose' succ'
479 get = T.Parser $ \t pos more _lose succ ->
485 succ t pos more (pos == lengthOf t)
492 then succ t pos more False
495 in prompt t pos more lose' succ'
499 advance n = T.Parser $ \t pos more _lose succ -> succ t (pos+n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/attoparsec-0.13.2.4/Data/Attoparsec/Text/
H A DInternal.hs422 in succ t pos more (Just c)
423 | more == Complete ->
424 succ t pos more Nothing
430 in prompt t pos more lose' succ'
479 get = T.Parser $ \t pos more _lose succ ->
485 succ t pos more (pos == lengthOf t)
492 then succ t pos more False
495 in prompt t pos more lose' succ'
499 advance n = T.Parser $ \t pos more _lose succ -> succ t (pos+n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]
/dports/converters/hs-aeson-pretty/aeson-pretty-0.8.8/_cabal_deps/attoparsec-0.13.2.4/Data/Attoparsec/Text/
H A DInternal.hs422 in succ t pos more (Just c)
423 | more == Complete ->
424 succ t pos more Nothing
430 in prompt t pos more lose' succ'
479 get = T.Parser $ \t pos more _lose succ ->
485 succ t pos more (pos == lengthOf t)
492 then succ t pos more False
495 in prompt t pos more lose' succ'
499 advance n = T.Parser $ \t pos more _lose succ -> succ t (pos+n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/attoparsec-0.13.2.4/Data/Attoparsec/Text/
H A DInternal.hs422 in succ t pos more (Just c)
423 | more == Complete ->
424 succ t pos more Nothing
430 in prompt t pos more lose' succ'
479 get = T.Parser $ \t pos more _lose succ ->
485 succ t pos more (pos == lengthOf t)
492 then succ t pos more False
495 in prompt t pos more lose' succ'
499 advance n = T.Parser $ \t pos more _lose succ -> succ t (pos+n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/attoparsec-0.14.1/Data/Attoparsec/Text/
H A DInternal.hs422 in succ t pos more (Just c)
423 | more == Complete ->
424 succ t pos more Nothing
430 in prompt t pos more lose' succ'
479 get = T.Parser $ \t pos more _lose succ ->
485 succ t pos more (pos == lengthOf t)
492 then succ t pos more False
495 in prompt t pos more lose' succ'
499 advance n = T.Parser $ \t pos more _lose succ -> succ t (pos+n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/attoparsec-0.13.2.4/Data/Attoparsec/Text/
H A DInternal.hs422 in succ t pos more (Just c)
423 | more == Complete ->
424 succ t pos more Nothing
430 in prompt t pos more lose' succ'
479 get = T.Parser $ \t pos more _lose succ ->
485 succ t pos more (pos == lengthOf t)
492 then succ t pos more False
495 in prompt t pos more lose' succ'
499 advance n = T.Parser $ \t pos more _lose succ -> succ t (pos+n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/attoparsec-0.14.1/Data/Attoparsec/Text/
H A DInternal.hs422 in succ t pos more (Just c)
423 | more == Complete ->
424 succ t pos more Nothing
430 in prompt t pos more lose' succ'
479 get = T.Parser $ \t pos more _lose succ ->
485 succ t pos more (pos == lengthOf t)
492 then succ t pos more False
495 in prompt t pos more lose' succ'
499 advance n = T.Parser $ \t pos more _lose succ -> succ t (pos+n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/attoparsec-0.13.2.5/Data/Attoparsec/Text/
H A DInternal.hs422 in succ t pos more (Just c)
423 | more == Complete ->
424 succ t pos more Nothing
430 in prompt t pos more lose' succ'
479 get = T.Parser $ \t pos more _lose succ ->
485 succ t pos more (pos == lengthOf t)
492 then succ t pos more False
495 in prompt t pos more lose' succ'
499 advance n = T.Parser $ \t pos more _lose succ -> succ t (pos+n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/attoparsec-0.13.2.5/Data/Attoparsec/Text/
H A DInternal.hs422 in succ t pos more (Just c)
423 | more == Complete ->
424 succ t pos more Nothing
430 in prompt t pos more lose' succ'
479 get = T.Parser $ \t pos more _lose succ ->
485 succ t pos more (pos == lengthOf t)
492 then succ t pos more False
495 in prompt t pos more lose' succ'
499 advance n = T.Parser $ \t pos more _lose succ -> succ t (pos+n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]
/dports/devel/hs-profiteur/profiteur-0.4.6.0/_cabal_deps/attoparsec-0.13.2.4/Data/Attoparsec/Text/
H A DInternal.hs422 in succ t pos more (Just c)
423 | more == Complete ->
424 succ t pos more Nothing
430 in prompt t pos more lose' succ'
479 get = T.Parser $ \t pos more _lose succ ->
485 succ t pos more (pos == lengthOf t)
492 then succ t pos more False
495 in prompt t pos more lose' succ'
499 advance n = T.Parser $ \t pos more _lose succ -> succ t (pos+n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/attoparsec-0.14.1/Data/Attoparsec/Text/
H A DInternal.hs422 in succ t pos more (Just c)
423 | more == Complete ->
424 succ t pos more Nothing
430 in prompt t pos more lose' succ'
479 get = T.Parser $ \t pos more _lose succ ->
485 succ t pos more (pos == lengthOf t)
492 then succ t pos more False
495 in prompt t pos more lose' succ'
499 advance n = T.Parser $ \t pos more _lose succ -> succ t (pos+n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/attoparsec-0.13.2.4/Data/Attoparsec/Text/
H A DInternal.hs422 in succ t pos more (Just c)
423 | more == Complete ->
424 succ t pos more Nothing
430 in prompt t pos more lose' succ'
479 get = T.Parser $ \t pos more _lose succ ->
485 succ t pos more (pos == lengthOf t)
492 then succ t pos more False
495 in prompt t pos more lose' succ'
499 advance n = T.Parser $ \t pos more _lose succ -> succ t (pos+n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/attoparsec-0.13.2.4/Data/Attoparsec/Text/
H A DInternal.hs422 in succ t pos more (Just c)
423 | more == Complete ->
424 succ t pos more Nothing
430 in prompt t pos more lose' succ'
479 get = T.Parser $ \t pos more _lose succ ->
485 succ t pos more (pos == lengthOf t)
492 then succ t pos more False
495 in prompt t pos more lose' succ'
499 advance n = T.Parser $ \t pos more _lose succ -> succ t (pos+n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]
/dports/sysutils/hs-cputype/cputype-ad3835a3a2d38aab86c03ed615058da0f1fbf244/_cabal_deps/attoparsec-0.13.2.4/Data/Attoparsec/Text/
H A DInternal.hs422 in succ t pos more (Just c)
423 | more == Complete ->
424 succ t pos more Nothing
430 in prompt t pos more lose' succ'
479 get = T.Parser $ \t pos more _lose succ ->
485 succ t pos more (pos == lengthOf t)
492 then succ t pos more False
495 in prompt t pos more lose' succ'
499 advance n = T.Parser $ \t pos more _lose succ -> succ t (pos+n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]
/dports/deskutils/hs-arbtt/arbtt-0.10.2/_cabal_deps/attoparsec-0.13.2.4/Data/Attoparsec/Text/
H A DInternal.hs422 in succ t pos more (Just c)
423 | more == Complete ->
424 succ t pos more Nothing
430 in prompt t pos more lose' succ'
479 get = T.Parser $ \t pos more _lose succ ->
485 succ t pos more (pos == lengthOf t)
492 then succ t pos more False
495 in prompt t pos more lose' succ'
499 advance n = T.Parser $ \t pos more _lose succ -> succ t (pos+n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/attoparsec-0.13.2.5/Data/Attoparsec/Text/
H A DInternal.hs422 in succ t pos more (Just c)
423 | more == Complete ->
424 succ t pos more Nothing
430 in prompt t pos more lose' succ'
479 get = T.Parser $ \t pos more _lose succ ->
485 succ t pos more (pos == lengthOf t)
492 then succ t pos more False
495 in prompt t pos more lose' succ'
499 advance n = T.Parser $ \t pos more _lose succ -> succ t (pos+n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]
/dports/lang/elm/compiler-0.19.1/_cabal_deps/attoparsec-0.13.2.4/Data/Attoparsec/Text/
H A DInternal.hs422 in succ t pos more (Just c)
423 | more == Complete ->
424 succ t pos more Nothing
430 in prompt t pos more lose' succ'
479 get = T.Parser $ \t pos more _lose succ ->
485 succ t pos more (pos == lengthOf t)
492 then succ t pos more False
495 in prompt t pos more lose' succ'
499 advance n = T.Parser $ \t pos more _lose succ -> succ t (pos+n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/attoparsec-0.14.1/Data/Attoparsec/Text/
H A DInternal.hs422 in succ t pos more (Just c)
423 | more == Complete ->
424 succ t pos more Nothing
430 in prompt t pos more lose' succ'
479 get = T.Parser $ \t pos more _lose succ ->
485 succ t pos more (pos == lengthOf t)
492 then succ t pos more False
495 in prompt t pos more lose' succ'
499 advance n = T.Parser $ \t pos more _lose succ -> succ t (pos+n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/attoparsec-0.13.2.5/Data/Attoparsec/Text/
H A DInternal.hs422 in succ t pos more (Just c)
423 | more == Complete ->
424 succ t pos more Nothing
430 in prompt t pos more lose' succ'
479 get = T.Parser $ \t pos more _lose succ ->
485 succ t pos more (pos == lengthOf t)
492 then succ t pos more False
495 in prompt t pos more lose' succ'
499 advance n = T.Parser $ \t pos more _lose succ -> succ t (pos+n) more ()
505 ensureSuspended n t pos more lose succ =
[all …]

1...<<11121314151617181920>>...5761