Home
last modified time | relevance | path

Searched defs:on (Results 1 – 25 of 211) sorted by relevance

123456789

/third_party/parse5/packages/parse5-html-rewriting-stream/lib/
Dindex.ts160 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/parse5/packages/parse5-sax-parser/lib/
Dindex.ts278 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/
Dtest-event-emitter-get-max-listeners.js18 EventEmitter.prototype.on.call(recv, 'event', () => {}); method in EventEmitter
19 EventEmitter.prototype.on.call(recv, 'event', () => {}); method in EventEmitter
/third_party/node/deps/openssl/openssl/crypto/bio/
Dbio_sock2.c81 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/openssl/crypto/bio/
Dbio_sock2.c81 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/
Dindex.ts136 on( method
146 on(event: string, handler: (...args: any[]) => void): this; method
/third_party/node/deps/uv/src/unix/
Dtcp.c153 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/
Dtcp.c153 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/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_multimedia_camera.js122 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
Dohos_net_socket.js99 on: function (...args) { method
218 on: function (...args) { method
283 on: "[PC Preview] unknow on", property
Dohos_accessibility.js52 on: function (...args) { method
131 on: function (...args) { method
Dohos_multimodalInput_inputConsumer.js27 on: function (...args) { method
Dohos_nfc_controller.js30 on: function (...args) { method
Dohos_bundle_innerBundleManager.js34 on: function(...args) { method
Dohos_multimedia_av_session.js144 on: function (...args) { method
321 on: function (...args) { method
396 on: function (...args) { method
/third_party/typescript/tests/cases/conformance/salsa/
DmoduleExportAssignment.ts7 on(s) { } method in EE
/third_party/libcoap/src/
Dcoap_tcp.c49 int on = 1; local
207 int on = 1; local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/application/
DEventHub.js18 …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/
Dpipeline.js24 on (event, handler) { method in CachingMinipassPipeline
/third_party/jsframework/runtime/main/extend/systemplugin/
Dnet.js57 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/
Drequest.js81 on: function (...args) { method
171 on: function (...args) { method
Dbluetooth.js137 on: function (...args) { method
270 on: function (...args) { method
361 on: function (...args) { method
479 on: function (...args) { method
DinputMonitor.js36 on: function (...args) { method
/third_party/node/deps/npm/test/lib/commands/
Dcompletion.js75 'process.stdout.on': (event, handler) => { method in anonymousObject537be0a80e05.globals.process.stdout
98 'process.stdout.on': (event, handler) => { method in anonymousObject537be0a81005.globals.process.stdout
/third_party/node/deps/npm/lib/utils/
Ddisplay.js15 on () { method in Display

123456789