/third_party/node/lib/ |
D | diagnostics_channel.js | 102 unsubscribe(subscription) { method in ActiveChannel 186 unsubscribe() { method in Channel 227 function unsubscribe(name, subscription) { function 228 return channel(name).unsubscribe(subscription); 289 unsubscribe(handlers) { method in TracingChannel 295 if (!this[name]?.unsubscribe(handlers[name])) { 411 unsubscribe, property
|
/third_party/node/test/parallel/ |
D | test-diagnostics-channel-pub-sub.js | 36 assert.ok(dc.unsubscribe(name, subscriber)); 40 assert.ok(!dc.unsubscribe(name, subscriber)); 50 channel.unsubscribe(subscriber);
|
D | test-diagnostics-channel-memory-leak.js | 9 const { subscribe, unsubscribe } = require('diagnostics_channel'); 17 unsubscribe(String(i), noop);
|
D | test-diagnostics-channel-object-channel-pub-sub.js | 38 assert.ok(channel.unsubscribe(subscriber)); 42 assert.ok(!channel.unsubscribe(subscriber));
|
D | test-diagnostics-channel-tracing-channel-sync.js | 39 channel.unsubscribe(handlers);
|
/third_party/node/benchmark/diagnostics_channel/ |
D | http.js | 93 start.unsubscribe(onStart); 94 finish.unsubscribe(onFinish);
|
/third_party/node/doc/api/ |
D | diagnostics_channel.md | 72 diagnostics_channel.unsubscribe('my-channel', onMessage); 97 diagnostics_channel.unsubscribe('my-channel', onMessage); 192 #### `diagnostics_channel.unsubscribe(name, onMessage)` 215 diagnostics_channel.unsubscribe('my-channel', onMessage); 227 diagnostics_channel.unsubscribe('my-channel', onMessage); 404 #### `channel.unsubscribe(onMessage)` 420 > Stability: 0 - Deprecated: Use [`diagnostics_channel.unsubscribe(name, onMessage)`][] 439 channel.unsubscribe(onMessage); 453 channel.unsubscribe(onMessage); 685 #### `tracingChannel.unsubscribe(subscribers)` [all …]
|
D | deprecations.md | 3160 ### DEP0163: `channel.subscribe(onMessage)`, `channel.unsubscribe(onMessage)` 3177 [`diagnostics_channel.unsubscribe(name, onMessage)`][] which does the same 3394 [`diagnostics_channel.unsubscribe(name, onMessage)`]: diagnostics_channel.md#diagnostics_channeluns…
|
/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/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/jsframework/runtime/main/extend/systemplugin/ |
D | geolocation.js | 56 unsubscribe: function () { method
|
/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/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/libffi/ |
D | README.md | 491 To subscribe/unsubscribe to our mailing lists, visit:
|
/third_party/python/Lib/ |
D | imaplib.py | 898 def unsubscribe(self, mailbox): member in IMAP4
|
/third_party/NuttX/ |
D | README.md | 86 * To unsubscribe, send an email to <dev-unsubscribe@nuttx.apache.org>. 93 * 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/node/doc/changelogs/ |
D | CHANGELOG_V17.md | 1260 ….com/nodejs/node/commit/1ddbae2d76)] - **(SEMVER-MINOR)** **lib**: add unsubscribe method to non-a… 1261 …551b49)] - **(SEMVER-MINOR)** **lib**: add return value for DC channel.unsubscribe (simon-id) [#40… 1317 ….com/nodejs/node/commit/1ddbae2d76)] - **(SEMVER-MINOR)** **lib**: add unsubscribe method to non-a… 1318 …551b49)] - **(SEMVER-MINOR)** **lib**: add return value for DC channel.unsubscribe (simon-id) [#40…
|