/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/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/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();
|
D | history.dart | 39 /// Changing the location strategy will unsubscribe from the old strategy's
|
/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/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
|
D | msg_02.txt | 18 To subscribe or unsubscribe via the World Wide Web, visit
|
/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
|
D | ohos_notification.js | 437 unsubscribe: function (...args) { method
|
/third_party/freetype/docs/reference/assets/javascripts/ |
D | bundle.82b56eb2.min.js | 27 …unsubscribe=function(){var t,r,o,n,i;if(!this.closed){this.closed=!0;var a=this._parentage;if(a)if… method in t
|
/third_party/jsframework/runtime/main/extend/systemplugin/ |
D | geolocation.js | 56 unsubscribe: function () { method
|
/third_party/node/doc/api/ |
D | diagnostics_channel.md | 157 #### `channel.unsubscribe(onMessage)` 185 channel.unsubscribe(onMessage);
|
/third_party/jsframework/runtime/main/extend/systemplugin/ohos/ |
D | commonEvent.js | 196 unsubscribe: function (...args) { method
|
/third_party/ffmpeg/doc/ |
D | mailing-list-faq.texi | 80 @section How do I unsubscribe? 82 Email @email{ffmpeg-user-request@@ffmpeg.org} with subject @emph{unsubscribe}. 90 Please avoid asking a mailing list admin to unsubscribe you unless you
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | routes_test.dart | 499 observer.unsubscribe(pageRouteAware);
|
/third_party/python/Misc/NEWS.d/ |
D | 3.7.0a4.rst | 322 Don't unsubscribe signals in asyncio UNIX event loop on interpreter
|
D | 3.6.5rc1.rst | 457 Don't unsubscribe signals in asyncio UNIX event loop on interpreter
|
/third_party/python/Lib/ |
D | imaplib.py | 898 def unsubscribe(self, mailbox): member in IMAP4
|
/third_party/NuttX/ |
D | README.md | 94 * To unsubscribe, send an email to <dev-unsubscribe@nuttx.apache.org>. 101 * To unsubscribe, send an email to <commits-unsubscribe@nuttx.apache.org>.
|
/third_party/python/Doc/library/ |
D | imaplib.rst | 581 .. method:: IMAP4.unsubscribe(mailbox)
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | routes.dart | 1343 /// routeObserver.unsubscribe(this); 1384 void unsubscribe(RouteAware routeAware) {
|
D | framework.dart | 997 /// be sure to subscribe and unsubscribe properly in [initState], 1001 /// * In [didUpdateWidget] unsubscribe from the old object and subscribe 1004 /// * In [dispose], unsubscribe from the object.
|