Home
last modified time | relevance | path

Searched refs:run_next (Results 51 – 75 of 93) sorted by relevance

1234

/dports/finance/electrum/Electrum-4.1.5/electrum/plugins/trustedcoin/
H A Dkivy.py87 wizard.tos_dialog(tos=tos, run_next=f)
91 wizard.email_dialog(run_next=f)
95 wizard.otp_dialog(otp_secret=otp_secret, run_next=f)
H A Dtrustedcoin.py542 …rm_dialog(title='Disclaimer', message='\n\n'.join(self.disclaimer_msg), run_next = lambda x: wizar…
551 wizard.choice_dialog(title=title, message=message, choices=choices, run_next=wizard.run)
562 wizard.show_seed_dialog(run_next=f, seed_text=seed)
606 …wizard.request_password(run_next=lambda pw, encrypt: self.on_password(wizard, pw, encrypt, k1, k2))
624 wizard.restore_seed_dialog(run_next=f, test=self.is_valid_seed)
628 wizard.passphrase_dialog(run_next=f) if is_ext else f('')
641 wizard.choice_dialog(choices=choices, message=msg, title=title, run_next=f)
646 wizard.request_password(run_next=f)
717 wizard.restore_seed_dialog(run_next=f, test=self.is_valid_seed)
721 wizard.passphrase_dialog(run_next=f) if is_ext else f('')
/dports/devel/grpc/grpc-1.42.0/src/core/lib/promise/
H A Dseq.h41 RunNext run_next) { in CheckResultAndRunNext()
42 return run_next(std::move(prior)); in CheckResultAndRunNext()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/promise/
H A Dseq.h43 RunNext run_next) { in CheckResultAndRunNext()
44 return run_next(std::move(prior)); in CheckResultAndRunNext()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/amitools/util/
H A DCommandQueue.py53 exit_code = self.run_next(cmd_line, cmd)
63 def run_next(self, cmd_line, cmd): member in CommandQueue
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/kivy/uix/dialogs/
H A Dinstallwizard.py585 self.run_next = kwargs['run_next']
649 self.run_next(*params)
1091 …self.confirm_dialog(message=_('Wallet creation failed'), run_next=lambda x: self.app.on_wizard_abo…
1149 def request_password(self, run_next, force_disable_encrypt_cb=False): argument
1151 run_next(self.app.password, True)
1155 run_next(pw, True)
1158 self.request_password(run_next)
1169 def action_dialog(self, action, run_next): argument
/dports/devel/liblas/libLAS-1.8.1/test/unit/tut/
H A Dtut_runner.hpp24 virtual bool run_next(test_result &) = 0;
351 while(i->second->run_next(tr)) in run_all_tests_in_group_()
H A Dtut.hpp348 bool run_next(test_result &tr) in run_next() function in tut::test_group
/dports/graphics/geos/geos-3.9.1/tests/unit/tut/
H A Dtut_runner.hpp24 virtual bool run_next(test_result &) = 0;
351 while(i->second->run_next(tr)) in run_all_tests_in_group_()
H A Dtut.hpp354 bool run_next(test_result &tr) override in run_next() function in tut::test_group
/dports/shells/fish/fish-3.3.1/src/
H A Diothread.cpp446 bool run_next(uint64_t token);
449 bool debounce_t::impl_t::run_next(uint64_t token) { in run_next() function in debounce_t::impl_t
501 while (impl->run_next(active_token)) in perform()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/unit/
H A Dmockssandra.cpp1522 run_next(request); in on_run()
1562 run_next(request); in on_run()
1583 run_next(request); in on_run()
1616 run_next(request); in on_run()
1651 run_next(request); in on_run()
1718 run_next(request); in on_run()
1787 run_next(request); in on_run()
1809 run_next(request); in on_run()
1878 run_next(request); in on_run()
1921 run_next(request); in on_run()
[all …]
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/unit/tests/
H A Dtest_schema_agreement.cpp114 run_next(request); in on_run()
148 run_next(request); in on_run()
/dports/devel/tcllib/tcllib-1.20/modules/wip/
H A Dwip.tcllib.man83 Another possibility is the use of method [method run_next] and its
256 [call [arg wipName] [method run_next]]
271 Low-level method. Invokes the method [method run_next] as long as the
283 Low-level method. Invokes the method [method run_next] until the next
295 Low-level method. Invokes the method [method run_next] if the next
307 Low-level method. Invokes the method [method run_next] if the next
/dports/devel/tcllibc/tcllib-1.20/modules/wip/
H A Dwip.tcllib.man83 Another possibility is the use of method [method run_next] and its
256 [call [arg wipName] [method run_next]]
271 Low-level method. Invokes the method [method run_next] as long as the
283 Low-level method. Invokes the method [method run_next] until the next
295 Low-level method. Invokes the method [method run_next] if the next
307 Low-level method. Invokes the method [method run_next] if the next
/dports/devel/liblas12/libLAS-1.2.1/test/unit/tut/
H A Dtut.hpp272 virtual test_result run_next() = 0;
521 test_result tr = i->second->run_next(); in run_all_tests_in_group_()
957 test_result run_next() in run_next() function in tut::test_group
/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Dsystick.c64 if (pyb_thread_cur->run_next != pyb_thread_cur) { in SysTick_Handler()
/dports/net/c3270/suite3270-4.0/Common/
H A Dpeerscript.c193 run_next(peer_t *p) in run_next() function
294 if (!run_next(p) && p->id == NULL_IOID) { in peer_input()
375 new_child = run_next(p); in peer_done()
H A Dchildscript.c257 run_next(child_t *c) in run_next() function
433 if (!run_next(c) && c->id == NULL_IOID) { in child_input()
574 new_child = run_next(c); in child_done()
/dports/x11/x3270/suite3270-4.0/Common/
H A Dpeerscript.c193 run_next(peer_t *p) in run_next() function
294 if (!run_next(p) && p->id == NULL_IOID) { in peer_input()
375 new_child = run_next(p); in peer_done()
H A Dchildscript.c257 run_next(child_t *c) in run_next() function
433 if (!run_next(c) && c->id == NULL_IOID) { in child_input()
574 new_child = run_next(c); in child_done()
/dports/multimedia/qwinff/qwinff-0.2.1-22-g17e987e/src/ui/
H A Dconvertlist.h182 bool run_next; ///< run next task regardless of the value of is_busy variable
H A Dconvertlist.cpp159 run_next(false), in ConvertList()
395 if (is_busy && !run_next) in start()
398 run_next = false; in start()
594 run_next = true; in task_finished_slot()
/dports/games/freeminer/freeminer-0.4.10.4/src/util/
H A Dnumeric.h307 void run_next(float wanted_interval) { in run_next() function
/dports/devel/p5-POE-Test-Loops/POE-Test-Loops-1.360/lib/POE/Test/Loops/
H A Dwheel_readwrite.pm43 run_next => sub {

1234