Home
last modified time | relevance | path

Searched refs:Later (Results 1 – 25 of 6354) sorted by relevance

12345678910>>...255

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/shake-0.19.4/src/General/
H A DWait.hs5 Wait(Now,Later), runWait, quickly, fromLater,
26 fromLater (Later x) f = x f
33 | Later ((a -> m ()) -> m ()) constructor
40 Later x <*> Now y = Later $ \c -> x $ \x -> c $ x y function
42 Later x <*> Lift y = Lift $ do y <- y; pure $ Later x <*> y function
43 Later x <*> Later y = Later $ \c -> x $ \x -> y $ \y -> c $ x y function
50 Later x >>= f = Later $ \c -> x $ \x -> do function
70 Later l -> go (l:later) xs
75 go [l] [] = Later l
76 go ls [] = Later $ \callback -> do
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/shake-0.19.4/src/General/
H A DWait.hs5 Wait(Now,Later), runWait, quickly, fromLater,
26 fromLater (Later x) f = x f
33 | Later ((a -> m ()) -> m ()) constructor
40 Later x <*> Now y = Later $ \c -> x $ \x -> c $ x y function
42 Later x <*> Lift y = Lift $ do y <- y; pure $ Later x <*> y function
43 Later x <*> Later y = Later $ \c -> x $ \x -> y $ \y -> c $ x y function
50 Later x >>= f = Later $ \c -> x $ \x -> do function
70 Later l -> go (l:later) xs
75 go [l] [] = Later l
76 go ls [] = Later $ \callback -> do
[all …]
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Later/
H A Dconfig.py43 Later = conf.registerPlugin('Later') variable
44 conf.registerGlobalValue(Later, 'maximum',
48 conf.registerGlobalValue(Later, 'private',
51 conf.registerGlobalValue(Later, 'tellOnJoin',
54 conf.registerGlobalValue(Later, 'messageExpiry',
59 conf.registerGroup(Later, 'format')
60 conf.registerGlobalValue(Later.format, 'senderHostname',
/dports/devel/hs-shake/shake-0.19.6/src/General/
H A DWait.hs6 Wait(Now,Later), runWait, quickly, fromLater,
27 fromLater (Later x) f = x f
34 | Later ((a -> m ()) -> m ()) constructor
41 Later x <*> Now y = Later $ \c -> x $ \x -> c $ x y function
43 Later x <*> Lift y = Lift $ do y <- y; pure $ Later x <*> y function
44 Later x <*> Later y = Later $ \c -> x $ \x -> y $ \y -> c $ x y function
51 Later x >>= f = Later $ \c -> x $ \x -> do function
76 go _ [l] [] = Later l
77 go nls ls [] = Later $ \callback -> do
106 Later l -> go mut ((i,l):later) xs
[all …]
/dports/devel/p5-Object-Realize-Later/Object-Realize-Later-0.21/
H A DREADME1 === README for Object-Realize-Later version 0.20
12 gzip -d Object-Realize-Later-0.20.tar.gz
13 tar -xf Object-Realize-Later-0.20.tar
14 cd Object-Realize-Later-0.20
21 http://search.cpan.org/dist/Object-Realize-Later-0.20/
24 http://rt.cpan.org/Dist/Display.html?Queue=Object-Realize-Later
H A DREADME.md1 # distribution Object-Realize-Later
4 * Development via GitHub: <https://github.com/markov2/perl5-Object-Realize-Later>
6 * Indexed from CPAN: <http://search.cpan.org/~markov/Object-Realize-Later/>
7 and <https://metacpan.org/release/Object-Realize-Later>
9 The "Object::Realize::Later" class helps with implementing transparent
41 cpan -i Object::Realize::Later
/dports/german/BBBike/BBBike-3.18/Strassen/
H A DLazy.pm15 require Object::Realize::Later;
16 Object::Realize::Later->VERSION(0.14);
24 use Object::Realize::Later
48 use Object::Realize::Later
/dports/lang/swi-pl/swipl-8.2.3/packages/clpqr/clpqr/
H A Ditf.pl118 do_checks(CLP,Y,Ty,St,Li,Or,Cl,No,Later),
119 maplist(call,Later).
121 do_checks(clpq,Y,Ty,St,Li,Or,Cl,No,Later) :-
122 itf_q:do_checks(Y,Ty,St,Li,Or,Cl,No,Later).
123 do_checks(clpr,Y,Ty,St,Li,Or,Cl,No,Later) :-
124 itf_r:do_checks(Y,Ty,St,Li,Or,Cl,No,Later).
H A Dgeler.pl85 -> Later = [Gx,Gy],
93 Later = [],
96 ; Later = [],
100 Later = [Gx]
102 maplist(call,Later).
/dports/lang/yap/yap-6.2.2/packages/clpqr/clpqr/
H A Ditf.pl118 do_checks(CLP,Y,Ty,St,Li,Or,Cl,No,Later),
119 maplist(call,Later).
121 do_checks(clpq,Y,Ty,St,Li,Or,Cl,No,Later) :-
122 itf_q:do_checks(Y,Ty,St,Li,Or,Cl,No,Later).
123 do_checks(clpr,Y,Ty,St,Li,Or,Cl,No,Later) :-
124 itf_r:do_checks(Y,Ty,St,Li,Or,Cl,No,Later).
H A Dgeler.pl84 -> Later = [Gx,Gy],
92 Later = [],
95 ; Later = [],
99 Later = [Gx]
101 maplist(call,Later).
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DFileDialog.cpp98 result.first = FileDialog::Later; in save()
118 result.first = FileDialog::Later; in save()
148 result.first = FileDialog::Later; in open()
163 result.first = FileDialog::Later; in open()
184 result.first = FileDialog::Later; in opendir()
202 result.first = FileDialog::Later; in opendir()
/dports/devel/p5-Object-Realize-Later/Object-Realize-Later-0.21/lib/Object/Realize/
H A DLater.pod5 Object::Realize::Later - Delayed creation of objects
11 use Object::Realize::Later
34 =item B<use>(Object::Realize::Later %options)
107 =item Object::Realize::Later-E<gt>B<can>($method)
126 =item Object::Realize::Later-E<gt>B<isa>($class)
148 =head2 Object::Realize::Later internals
203 call L<realize()|Object::Realize::Later/"Object::Realize::Later internals">. The tests cannot cove…
244 use Object::Realize::Later
279 use Object::Realize::Later
309 use Object::Realize::Later
[all …]
/dports/deskutils/kmail/kmail-21.12.3/po/en_GB/
H A Dakonadi_sendlater_agent.po28 msgid "Send Later Agent"
29 msgstr "Send Later Agent"
215 #~ msgid "Send Later"
216 #~ msgstr "Send Later"
218 #~ msgid "Send Later"
219 #~ msgstr "Send Later"
246 #~| msgid "Send Later"
248 #~ msgstr "Send Later"
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/support/
H A DThreadingTests.cpp133 PeriodicThrottler Later(std::chrono::hours(24), in TEST() local
135 EXPECT_FALSE(Later()); in TEST()
136 EXPECT_FALSE(Later()); in TEST()
137 EXPECT_FALSE(Later()); in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/unittests/support/
H A DThreadingTests.cpp133 PeriodicThrottler Later(std::chrono::hours(24), in TEST() local
135 EXPECT_FALSE(Later()); in TEST()
136 EXPECT_FALSE(Later()); in TEST()
137 EXPECT_FALSE(Later()); in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/unittests/support/
H A DThreadingTests.cpp133 PeriodicThrottler Later(std::chrono::hours(24), in TEST() local
135 EXPECT_FALSE(Later()); in TEST()
136 EXPECT_FALSE(Later()); in TEST()
137 EXPECT_FALSE(Later()); in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/support/
H A DThreadingTests.cpp133 PeriodicThrottler Later(std::chrono::hours(24), in TEST() local
135 EXPECT_FALSE(Later()); in TEST()
136 EXPECT_FALSE(Later()); in TEST()
137 EXPECT_FALSE(Later()); in TEST()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/unittests/support/
H A DThreadingTests.cpp133 PeriodicThrottler Later(std::chrono::hours(24), in TEST() local
135 EXPECT_FALSE(Later()); in TEST()
136 EXPECT_FALSE(Later()); in TEST()
137 EXPECT_FALSE(Later()); in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/unittests/support/
H A DThreadingTests.cpp133 PeriodicThrottler Later(std::chrono::hours(24), in TEST() local
135 EXPECT_FALSE(Later()); in TEST()
136 EXPECT_FALSE(Later()); in TEST()
137 EXPECT_FALSE(Later()); in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/support/
H A DThreadingTests.cpp133 PeriodicThrottler Later(std::chrono::hours(24), in TEST() local
135 EXPECT_FALSE(Later()); in TEST()
136 EXPECT_FALSE(Later()); in TEST()
137 EXPECT_FALSE(Later()); in TEST()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp343 static OverwriteResult isOverwrite(const MemoryLocation &Later, in isOverwrite() argument
353 if (Later.Size == MemoryLocation::UnknownSize || in isOverwrite()
358 const Value *P2 = Later.Ptr->stripPointerCasts(); in isOverwrite()
364 if (Later.Size >= Earlier.Size) in isOverwrite()
382 if (ObjectSize == Later.Size && ObjectSize >= Earlier.Size) in isOverwrite()
413 Later.Size >= Earlier.Size && in isOverwrite()
424 int64_t(LaterOff + Later.Size) >= EarlierOff) { in isOverwrite()
516 assert(int64_t(LaterOff + Later.Size) < in isOverwrite()
1214 auto *Later = dyn_cast<StoreInst>(Inst); in eliminateDeadStores() local
1216 Later && isa<ConstantInt>(Later->getValueOperand()) && in eliminateDeadStores()
[all …]
/dports/deskutils/kmail/kmail-21.12.3/agents/sendlateragent/
H A Dsendlateragent.desktop2 Name=Send Later Agent
12 Name[en_GB]=Send Later Agent
43 Name[x-test]=xxSend Later Agentxx
46 Comment=Send Later Agent
56 Comment[en_GB]=Send Later Agent
87 Comment[x-test]=xxSend Later Agentxx
/dports/deskutils/kmail/kmail-21.12.3/po/ug/
H A Dakonadi_sendlater_agent.po29 msgid "Send Later Agent"
216 #~| msgid "Send Later"
218 #~ msgid "Send Later"
222 #~| msgid "Send Later"
223 #~ msgid "Send Later"
239 #~| msgid "Send Later"
/dports/deskutils/kmail/kmail-21.12.3/po/el/
H A Dakonadi_sendlater_agent.po29 msgid "Send Later Agent"
221 #~| msgid "Send Later"
223 #~ msgid "Send Later"
227 #~| msgid "Send Later"
228 #~ msgid "Send Later"
256 #~| msgid "Send Later"

12345678910>>...255