Home
last modified time | relevance | path

Searched refs:update_handler (Results 1 – 25 of 109) sorted by relevance

12345

/dports/sysutils/azure-agent/WALinuxAgent-2.2.54.2/tests/ga/
H A Dtest_update.py946 agents = self.update_handler.agents
956 for a in self.update_handler.agents:
1060 self.update_handler.agents = []
1066 self.update_handler.agents = []
1376 for a in self.update_handler.agents:
1494 for a in self.update_handler.agents:
1536 update_handler = get_update_handler()
1564 … if update_handler._cur_iteration < update_handler._iterations: # pylint: disable=protected-access
1601 update_handler.run(debug=True)
1617 update_handler.run(debug=True)
[all …]
/dports/polish/gnugadu2/gg2-2.3.0/src/plugins/update/
H A Dupdate_plugin.c49 GGaduPlugin *update_handler; variable
383 ggadu_config_var_set(update_handler, "use_xosd", kv->value); in signal_receive()
388 ggadu_config_save(update_handler); in signal_receive()
425 ggadu_config_set_filename((GGaduPlugin *) update_handler, path); in initialize_plugin()
429 ggadu_config_var_add(update_handler, "check_on_startup", VAR_BOOL); in initialize_plugin()
431 ggadu_config_var_add(update_handler, "check_interval", VAR_INT); in initialize_plugin()
432 ggadu_config_var_add(update_handler, "use_xosd", VAR_BOOL); in initialize_plugin()
434 if (!ggadu_config_read(update_handler)) in initialize_plugin()
439 return update_handler; in initialize_plugin()
445 register_signal(update_handler, "update config"); in start_plugin()
[all …]
/dports/net-im/py-matrix-synapse/synapse-1.50.2/tests/storage/
H A Dtest_background_update.py33 self.update_handler = Mock()
35 "test_update", self.update_handler
65 self.update_handler.side_effect = update
66 self.update_handler.reset_mock()
74 self.update_handler.assert_called_once_with(
90 self.update_handler.side_effect = update
91 self.update_handler.reset_mock()
94 self.update_handler.assert_called_once()
97 self.update_handler.reset_mock()
100 self.assertFalse(self.update_handler.called)
[all …]
/dports/net/yami4/yami4-gpl-1.11.0/src/python3/tests/
H A Dsubscription-test.py61 update_handler = HandlerForTest1()
62 subscriber_agent.register_object("my_update_handler", update_handler)
89 assert update_handler.got_update
105 update_handler.got_update = False
109 assert not update_handler.got_update
/dports/net/yami4/yami4-gpl-1.11.0/src/wolfram/examples/subscription/
H A Dsubscriber.nb62 RowBox[{"yami", ",", "\"\<update_handler\>\""}], "]"}]], "Input",
83 "\"\<destination_object\>\"", "\[Rule]", "\"\<update_handler\>\""}],
111 RowBox[{"yami", ",", "\"\<update_handler\>\""}], "]"}], ";",
115 RowBox[{"yami", ",", "\"\<update_handler\>\""}], "]"}]}], ";",
122 RowBox[{"yami", ",", "\"\<update_handler\>\""}], "]"}], ";"}]}],
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/wx/
H A Dimage_enum_editor.py114 update_handler = Any # Callback to call when any button clicked variable in CustomEditor
170 if self.update_handler is not None:
171 self.update_handler()
201 update_handler=self._close_dialog,
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/engine_impl/cycle/
H A Dsync_cycle.cc31 const UpdateHandler* update_handler = in TakeSnapshotWithOrigin() local
33 if (update_handler == nullptr) { in TakeSnapshotWithOrigin()
37 update_handler->GetDownloadProgress(); in TakeSnapshotWithOrigin()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSMacOSX/mdns_objects/
H A Dmdns_interface_monitor.c37 mdns_interface_monitor_update_handler_t update_handler; // User's update handler. member
236 if (me->update_handler) { in mdns_interface_monitor_set_update_handler()
237 Block_release(me->update_handler); in mdns_interface_monitor_set_update_handler()
239 me->update_handler = new_handler; in mdns_interface_monitor_set_update_handler()
353 BlockForget(&me->update_handler); in _mdns_interface_monitor_finalize()
393 if (me->update_handler) { in _mdns_interface_monitor_activate_internal()
394 me->update_handler(changed_flags); in _mdns_interface_monitor_activate_internal()
/dports/net/yami4/yami4-gpl-1.11.0/src/python3/examples/subscription/
H A Dsubscriber.py20 def update_handler(message): function
40 update_object_name, update_handler)
/dports/devel/py-pika/pika-1.1.0/pika/adapters/utils/
H A Dselector_ioloop_adapter.py133 def update_handler(self, fd, events): member in AbstractSelectorIOLoop
267 self._loop.update_handler(
302 self._loop.update_handler(fd, self._writable_mask)
328 self._loop.update_handler(
363 self._loop.update_handler(fd, self._readable_mask)
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/period/r/
H A Dlong_unique.result2 # Assertion `inited == NONE || update_handler != this' failed in
10 # MDEV-21819 Assertion `inited == NONE || update_handler != this'
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/period/r/
H A Dlong_unique.result2 # Assertion `inited == NONE || update_handler != this' failed in
10 # MDEV-21819 Assertion `inited == NONE || update_handler != this'
/dports/audio/dssi/dssi-1.1.1/examples/
H A Ddssi_osc_update.c15 int update_handler(const char *path, const char *types, lo_arg **argv, in update_handler() function
64 lo_server_thread_add_method(st, NULL, NULL, update_handler, NULL); in main()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/period/t/
H A Dlong_unique.test4 --echo # Assertion `inited == NONE || update_handler != this' failed in
14 --echo # MDEV-21819 Assertion `inited == NONE || update_handler != this'
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/period/t/
H A Dlong_unique.test4 --echo # Assertion `inited == NONE || update_handler != this' failed in
14 --echo # MDEV-21819 Assertion `inited == NONE || update_handler != this'
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/config/services/core/
H A Dgrid.yml32 prestashop.core.grid.position.update_handler.doctrine_position_update_handler:
41 - '@prestashop.core.grid.position.update_handler.doctrine_position_update_handler'
/dports/math/librdata/librdata-4a80bf3/src/fuzz/
H A Dfuzz_rdata.c46 rdata_error_t update_handler(long file_size, rdata_progress_handler progress_handler, void *user_ct… in update_handler() function
83 rdata_set_update_handler(parser, &update_handler); in LLVMFuzzerTestOneInput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/credential_provider/gaiacp/
H A Dgaia_credential_provider_unittests.cc121 Microsoft::WRL::ComPtr<ICredentialUpdateEventsHandler> update_handler; in TEST_F() local
122 ASSERT_EQ(S_OK, provider.As(&update_handler)); in TEST_F()
123 update_handler->UpdateCredentialsIfNeeded(true); in TEST_F()
163 update_handler->UpdateCredentialsIfNeeded(false); in TEST_F()
183 update_handler->UpdateCredentialsIfNeeded(false); in TEST_F()
214 Microsoft::WRL::ComPtr<ICredentialUpdateEventsHandler> update_handler; in TEST_F() local
215 ASSERT_EQ(S_OK, provider.As(&update_handler)); in TEST_F()
234 update_handler->UpdateCredentialsIfNeeded(true); in TEST_F()
259 update_handler->UpdateCredentialsIfNeeded(false); in TEST_F()
/dports/math/librdata/librdata-4a80bf3/src/
H A Drdata_parser.c86 rdata_error_t rdata_set_update_handler(rdata_parser_t *parser, rdata_update_handler update_handler)… in rdata_set_update_handler() argument
87 parser->io->update = update_handler; in rdata_set_update_handler()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/rpc/
H A Dtornado_util.py102 self._ioloop.update_handler(
109 self._ioloop.update_handler(
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/rpc/
H A Dtornado_util.py98 self._ioloop.update_handler(
104 self._ioloop.update_handler(
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/rpc/
H A Dtornado_util.py98 self._ioloop.update_handler(
104 self._ioloop.update_handler(
/dports/math/R-cran-haven/haven/src/readstat/
H A Dreadstat_parser.c87 …_t readstat_set_update_handler(readstat_parser_t *parser, readstat_update_handler update_handler) { in readstat_set_update_handler() argument
88 parser->io->update = update_handler; in readstat_set_update_handler()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/other/gail/
H A Dgailwindow.c637 guint update_handler; member
780 gail_screens [screen_n].update_handler = 0; in update_screen_info()
831 if (!gail_screens [screen_n].update_handler) in filter_func()
833 gail_screens [screen_n].update_handler = gdk_threads_add_idle (update_screen_info, in filter_func()
874 if (gail_screens [i].update_handler) in display_closed()
876 g_source_remove (gail_screens [i].update_handler); in display_closed()
877 gail_screens [i].update_handler = 0; in display_closed()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/storage/
H A Dbackground_updates.py400 update_handler = self._background_update_handlers[update_name].callback
434 items_updated = await update_handler(progress, batch_size)
458 update_handler: Callable[[JsonDict, int], Awaitable[int]],
477 update_handler

12345