| /third_party/parse5/packages/parse5-html-rewriting-stream/lib/ |
| D | index.ts | 160 on(event: 'startTag', listener: (startTag: StartTag, rawHtml: string) => void): this; method 162 on(event: 'endTag', listener: (endTag: EndTag, rawHtml: string) => void): this; method 164 on(event: 'comment', listener: (comment: Comment, rawHtml: string) => void): this; method 166 on(event: 'text', listener: (text: Text, rawHtml: string) => void): this; method 168 on(event: 'doctype', listener: (doctype: Doctype, rawHtml: string) => void): this; method 176 on(event: string, handler: (...args: any[]) => void): this; method
|
| /third_party/node/deps/undici/src/node_modules/@fastify/busboy/deps/dicer/lib/ |
| D | dicer.d.ts | 128 on(event: "header", listener: (header: object) => void): this; method 129 on(event: "close", listener: () => void): this; method 130 on(event: "data", listener: (chunk: Buffer | string) => void): this; method 131 on(event: "end", listener: () => void): this; method 132 on(event: "readable", listener: () => void): this; method 133 on(event: "error", listener: (err: Error) => void): this; method 134 on(event: string, listener: (...args: any[]) => void): this; method
|
| /third_party/parse5/packages/parse5-sax-parser/lib/ |
| D | index.ts | 278 on(event: 'startTag', listener: (startTag: StartTag) => void): this; method 280 on(event: 'endTag', listener: (endTag: EndTag) => void): this; method 282 on(event: 'comment', listener: (comment: Comment) => void): this; method 284 on(event: 'text', listener: (text: Text) => void): this; method 286 on(event: 'doctype', listener: (doctype: Doctype) => void): this; method 293 on(event: string, handler: (...args: any[]) => void): this; method
|
| /third_party/node/test/parallel/ |
| D | test-event-emitter-get-max-listeners.js | 18 EventEmitter.prototype.on.call(recv, 'event', () => {}); method in EventEmitter 19 EventEmitter.prototype.on.call(recv, 'event', () => {}); method in EventEmitter
|
| /third_party/openssl/crypto/bio/ |
| D | bio_sock2.c | 81 const int on = 1; in BIO_connect() local 151 int on = 1; in BIO_bind() local 224 int on = 1; in BIO_listen() local
|
| /third_party/node/deps/openssl/openssl/crypto/bio/ |
| D | bio_sock2.c | 81 const int on = 1; in BIO_connect() local 151 int on = 1; in BIO_bind() local 224 int on = 1; in BIO_listen() local
|
| /third_party/parse5/packages/parse5-parser-stream/lib/ |
| D | index.ts | 136 on( method 146 on(event: string, handler: (...args: any[]) => void): this; method
|
| /third_party/node/deps/uv/src/unix/ |
| D | tcp.c | 153 int on; in uv__tcp_bind() local 385 int uv__tcp_nodelay(int fd, int on) { in uv__tcp_nodelay() 392 int uv__tcp_keepalive(int fd, int on, unsigned int delay) { in uv__tcp_keepalive() 422 int uv_tcp_nodelay(uv_tcp_t* handle, int on) { in uv_tcp_nodelay() 440 int uv_tcp_keepalive(uv_tcp_t* handle, int on, unsigned int delay) { in uv_tcp_keepalive()
|
| /third_party/libuv/src/unix/ |
| D | tcp.c | 156 int on; in uv__tcp_bind() local 448 int uv__tcp_nodelay(int fd, int on) { in uv__tcp_nodelay() 455 int uv__tcp_keepalive(int fd, int on, unsigned int delay) { in uv__tcp_keepalive() 562 int uv_tcp_nodelay(uv_tcp_t* handle, int on) { in uv_tcp_nodelay() 580 int uv_tcp_keepalive(uv_tcp_t* handle, int on, unsigned int delay) { in uv_tcp_keepalive()
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | ohos_multimedia_camera.js | 122 on: function (...args) { method 322 on: function (...args) { method 450 on: function (...args) { method 480 on: function (...args) { method 549 on: function (...args) { method 609 on: function (...args) { method
|
| D | ohos_net_socket.js | 99 on: function (...args) { method 218 on: function (...args) { method 283 on: "[PC Preview] unknow on", property
|
| D | ohos_accessibility.js | 52 on: function (...args) { method 131 on: function (...args) { method
|
| D | ohos_multimodalInput_inputConsumer.js | 27 on: function (...args) { method
|
| D | ohos_nfc_controller.js | 30 on: function (...args) { method
|
| D | ohos_bundle_innerBundleManager.js | 34 on: function(...args) { method
|
| D | ohos_multimedia_av_session.js | 144 on: function (...args) { method 321 on: function (...args) { method 396 on: function (...args) { method
|
| /third_party/typescript/tests/cases/conformance/salsa/ |
| D | moduleExportAssignment.ts | 7 on(s) { } method in EE
|
| /third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/ |
| D | main.d.ts | 117 on<Event extends keyof BusboyEvents>(event: Event, listener: BusboyEvents[Event]): this; method 119 on(event: string | symbol, listener: (...args: any[]) => void): this; method
|
| /third_party/libcoap/src/ |
| D | coap_tcp.c | 49 int on = 1; local 207 int on = 1; local
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/application/ |
| D | EventHub.js | 18 …ventHub.constructor interface mocked in the Previewer. How this interface works on the Previewer" + function
|
| /third_party/node/deps/npm/node_modules/make-fetch-happen/lib/ |
| D | pipeline.js | 24 on (event, handler) { method in CachingMinipassPipeline
|
| /third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
| D | vksCommon.hpp | 55 vector<T>& remove_erase_if (vector<T>& on, PRED pred) in remove_erase_if()
|
| /third_party/jsframework/runtime/main/extend/systemplugin/ |
| D | net.js | 57 on: function (...args) { method 171 on: function (...args) { method 229 on: function (...args) { method 414 on: function (...args) { method 535 on: function (...args) { method 786 on: function () { method 912 on: function (...args) { method
|
| /third_party/jsframework/runtime/main/extend/systemplugin/ohos/ |
| D | request.js | 81 on: function (...args) { method 171 on: function (...args) { method
|
| D | bluetooth.js | 137 on: function (...args) { method 270 on: function (...args) { method 361 on: function (...args) { method 479 on: function (...args) { method
|