Home
last modified time | relevance | path

Searched refs:unsubscribe (Results 1 – 25 of 57) sorted by relevance

123

/third_party/grpc/src/python/grpcio/grpc/beta/
Dutilities.py62 self._channel.unsubscribe(self._update)
77 self._channel.unsubscribe(self._update)
129 self._channel.unsubscribe(self._update)
Dimplementations.py92 def unsubscribe(self, callback): member in Channel
99 self._channel.unsubscribe(callback)
/third_party/node/test/parallel/
Dtest-diagnostics-channel-object-channel-pub-sub.js38 assert.ok(channel.unsubscribe(subscriber));
42 assert.ok(!channel.unsubscribe(subscriber));
/third_party/grpc/src/python/grpcio/grpc/
D_utilities.py95 self._channel.unsubscribe(self._update)
112 self._channel.unsubscribe(self._update)
163 self._channel.unsubscribe(self._update)
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_channel_connectivity_test.py73 channel.unsubscribe(callback.update)
75 channel.unsubscribe(callback.update)
148 channel.unsubscribe(callback.update)
/third_party/node/lib/
Ddiagnostics_channel.js33 unsubscribe(subscription) { method in ActiveChannel
84 unsubscribe() { method in Channel
/third_party/node/benchmark/diagnostics_channel/
Dhttp.js93 start.unsubscribe(onStart);
94 finish.unsubscribe(onFinish);
/third_party/boost/libs/fiber/examples/asio/ps/
Dserver.cpp40 void unsubscribe( subscriber_session_ptr const& s) { in unsubscribe() function in subscriptions
86 iter->second->unsubscribe( s); in unsubscribe_()
119 void unsubscribe( std::string const& queue, subscriber_session_ptr s) { in unsubscribe() function in registry
199 reg_.unsubscribe( queue, shared_from_this() ); in run()
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dbrowser_location.dart39 /// unsubscribe from popstate events.
131 ui.VoidCallback unsubscribe;
132 unsubscribe = onPopState((_) {
133 unsubscribe();
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_network.js37 unsubscribe: function () { method
Dohos_commonEvent.js250 unsubscribe: function (...args) { method
/third_party/jsframework/runtime/main/extend/systemplugin/
Dgeolocation.js56 unsubscribe: function () { method
/third_party/boost/boost/beast/http/
Dverb.hpp114 unsubscribe, enumerator
/third_party/boost/libs/beast/include/boost/beast/http/
Dverb.hpp114 unsubscribe, enumerator
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterPluginAppLifeCycleDelegate.mm35 dispatch_block_t unsubscribe = ^{
38 [_notificationUnsubscribers addObject:[[unsubscribe copy] autorelease]];
61 for (dispatch_block_t unsubscribe in _notificationUnsubscribers) {
62 unsubscribe();
/third_party/glib/gio/
Dgdbusnameowning.c313 gboolean unsubscribe; in request_name_cb() local
328 unsubscribe = FALSE; in request_name_cb()
348 unsubscribe = TRUE; in request_name_cb()
355 if (unsubscribe) in request_name_cb()
Dgsettingsbackend.h102 void (*unsubscribe) (GSettingsBackend *backend, member
/third_party/python/Lib/test/test_email/data/
Dmsg_16.txt30 <mailto:scr-request@socal-raves.org?subject=unsubscribe>
111 <mailto:scr-request@socal-raves.org?subject=unsubscribe>
118 For event info, list questions, or to unsubscribe, see http://www.socal-raves.org/
Dmsg_19.txt4 To subscribe or unsubscribe via the World Wide Web, visit
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_channel.py32 def unsubscribe(self, callback): member in TestingChannel
/third_party/curl/docs/
DMAIL-ETIQUETTE16 1.7 How to unsubscribe
116 1.7 How to unsubscribe
118 You can unsubscribe the same way you subscribed in the first place. You go
120 your email address and password and press the unsubscribe button.
122 Also, the instructions to unsubscribe are included in the headers of every
124 in each mail that links to the "admin" page on which you can unsubscribe and
/third_party/boost/libs/beast/test/beast/http/
Dverb.cpp61 good(verb::unsubscribe); in testVerb()
/third_party/node/doc/api/
Ddiagnostics_channel.md157 #### `channel.unsubscribe(onMessage)`
185 channel.unsubscribe(onMessage);
/third_party/boost/libs/beast/include/boost/beast/http/impl/
Dverb.ipp57 case verb::unsubscribe: return "UNSUBSCRIBE"_sv;
289 return verb::unsubscribe;
/third_party/boost/boost/beast/http/impl/
Dverb.ipp57 case verb::unsubscribe: return "UNSUBSCRIBE"_sv;
289 return verb::unsubscribe;

123