Home
last modified time | relevance | path

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

12

/third_party/node/lib/
Ddiagnostics_channel.js102 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/
Dtest-diagnostics-channel-pub-sub.js36 assert.ok(dc.unsubscribe(name, subscriber));
40 assert.ok(!dc.unsubscribe(name, subscriber));
50 channel.unsubscribe(subscriber);
Dtest-diagnostics-channel-memory-leak.js9 const { subscribe, unsubscribe } = require('diagnostics_channel');
17 unsubscribe(String(i), noop);
Dtest-diagnostics-channel-object-channel-pub-sub.js38 assert.ok(channel.unsubscribe(subscriber));
42 assert.ok(!channel.unsubscribe(subscriber));
Dtest-diagnostics-channel-tracing-channel-sync.js39 channel.unsubscribe(handlers);
/third_party/node/benchmark/diagnostics_channel/
Dhttp.js93 start.unsubscribe(onStart);
94 finish.unsubscribe(onFinish);
/third_party/node/doc/api/
Ddiagnostics_channel.md72 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 …]
Ddeprecations.md3160 ### 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/
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
Dmsg_02.txt18 To subscribe or unsubscribe via the World Wide Web, visit
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_network.js37 unsubscribe: function () { method
Dohos_commonEvent.js250 unsubscribe: function (...args) { method
Dohos_notification.js437 unsubscribe: function (...args) { method
/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/jsframework/runtime/main/extend/systemplugin/
Dgeolocation.js56 unsubscribe: function () { method
/third_party/jsframework/runtime/main/extend/systemplugin/ohos/
DcommonEvent.js196 unsubscribe: function (...args) { method
/third_party/ffmpeg/doc/
Dmailing-list-faq.texi80 @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/
D3.7.0a4.rst322 Don't unsubscribe signals in asyncio UNIX event loop on interpreter
D3.6.5rc1.rst457 Don't unsubscribe signals in asyncio UNIX event loop on interpreter
/third_party/libffi/
DREADME.md491 To subscribe/unsubscribe to our mailing lists, visit:
/third_party/python/Lib/
Dimaplib.py898 def unsubscribe(self, mailbox): member in IMAP4
/third_party/NuttX/
DREADME.md86 * 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/
Dimaplib.rst581 .. method:: IMAP4.unsubscribe(mailbox)
/third_party/node/doc/changelogs/
DCHANGELOG_V17.md1260 ….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…

12