/third_party/grpc/src/python/grpcio/grpc/beta/ |
D | utilities.py | 62 self._channel.unsubscribe(self._update) 77 self._channel.unsubscribe(self._update) 129 self._channel.unsubscribe(self._update)
|
D | implementations.py | 92 def unsubscribe(self, callback): member in Channel 99 self._channel.unsubscribe(callback)
|
/third_party/node/test/parallel/ |
D | test-diagnostics-channel-object-channel-pub-sub.js | 38 assert.ok(channel.unsubscribe(subscriber)); 42 assert.ok(!channel.unsubscribe(subscriber));
|
/third_party/grpc/src/python/grpcio/grpc/ |
D | _utilities.py | 95 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.py | 73 channel.unsubscribe(callback.update) 75 channel.unsubscribe(callback.update) 148 channel.unsubscribe(callback.update)
|
/third_party/node/lib/ |
D | diagnostics_channel.js | 33 unsubscribe(subscription) { method in ActiveChannel 84 unsubscribe() { method in Channel
|
/third_party/node/benchmark/diagnostics_channel/ |
D | http.js | 93 start.unsubscribe(onStart); 94 finish.unsubscribe(onFinish);
|
/third_party/boost/libs/fiber/examples/asio/ps/ |
D | server.cpp | 40 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/ |
D | browser_location.dart | 39 /// unsubscribe from popstate events. 131 ui.VoidCallback unsubscribe; 132 unsubscribe = onPopState((_) { 133 unsubscribe();
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_network.js | 37 unsubscribe: function () { method
|
D | ohos_commonEvent.js | 250 unsubscribe: function (...args) { method
|
/third_party/jsframework/runtime/main/extend/systemplugin/ |
D | geolocation.js | 56 unsubscribe: function () { method
|
/third_party/boost/boost/beast/http/ |
D | verb.hpp | 114 unsubscribe, enumerator
|
/third_party/boost/libs/beast/include/boost/beast/http/ |
D | verb.hpp | 114 unsubscribe, enumerator
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/ |
D | FlutterPluginAppLifeCycleDelegate.mm | 35 dispatch_block_t unsubscribe = ^{ 38 [_notificationUnsubscribers addObject:[[unsubscribe copy] autorelease]]; 61 for (dispatch_block_t unsubscribe in _notificationUnsubscribers) { 62 unsubscribe();
|
/third_party/glib/gio/ |
D | gdbusnameowning.c | 313 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()
|
D | gsettingsbackend.h | 102 void (*unsubscribe) (GSettingsBackend *backend, member
|
/third_party/python/Lib/test/test_email/data/ |
D | msg_16.txt | 30 <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/
|
D | msg_19.txt | 4 To subscribe or unsubscribe via the World Wide Web, visit
|
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/ |
D | _channel.py | 32 def unsubscribe(self, callback): member in TestingChannel
|
/third_party/curl/docs/ |
D | MAIL-ETIQUETTE | 16 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/ |
D | verb.cpp | 61 good(verb::unsubscribe); in testVerb()
|
/third_party/node/doc/api/ |
D | diagnostics_channel.md | 157 #### `channel.unsubscribe(onMessage)` 185 channel.unsubscribe(onMessage);
|
/third_party/boost/libs/beast/include/boost/beast/http/impl/ |
D | verb.ipp | 57 case verb::unsubscribe: return "UNSUBSCRIBE"_sv; 289 return verb::unsubscribe;
|
/third_party/boost/boost/beast/http/impl/ |
D | verb.ipp | 57 case verb::unsubscribe: return "UNSUBSCRIBE"_sv; 289 return verb::unsubscribe;
|