Searched full:plain (Results 2201 - 2225 of 2606) sorted by relevance
1...<<81828384858687888990>>...105
| /third_party/node/doc/api/ |
| H A D | worker_threads.json | 589 "desc": "<p>Because object cloning uses the <a href=\"https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm\">HTML structured clone algorithm</a>,\nnon-enumerable properties, property accessors, and object prototypes are\nnot preserved. In particular, <a href=\"buffer.html\"><code>Buffer</code></a> objects will be read as\nplain <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array\"><code>Uint8Array</code></a>s on the receiving side, and instances of JavaScript\nclasses will be cloned as plain JavaScript objects.</p>\n<pre><code class=\"language-js\">const b = Symbol('b');\n\nclass Foo {\n #a = 1;\n constructor() {\n this[b] = 2;\n this.c = 3;\n }\n\n get d() { return 4; }\n}\n\nconst { port1, port2 } = new MessageChannel();\n\nport1.onmessage = ({ data }) => console.log(data);\n\nport2.postMessage(new Foo());\n\n// Prints: { c: 3 }\n</code></pre>\n<p>This limitation extends to many built-in objects, such as the global <code>URL</code>\nobject:</p>\n<pre><code class=\"language-js\">const { port1, port2 } = new MessageChannel();\n\nport1.onmessage = ({ data }) => console.log(data);\n\nport2.postMessage(new URL('https://example.org'));\n\n// Prints: { }\n</code></pre>",
|
| H A D | errors.md | 369 * `plain-filename.js:line:column`, if the frame represents a call internal
|
| /third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/aes/ |
| H A D | bsaes-armv7.S | 1347 cmp r2, #8 @ use plain AES for
|
| /third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/aes/ |
| H A D | bsaes-armv7.S | 1347 cmp r2, #8 @ use plain AES for
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | c-api.cc | 1637 // {NewError} cannot fail when its input is a plain String, so we always in GetProperException()
|
| /third_party/node/tools/gyp/pylib/gyp/ |
| H A D | input.py | 1264 # Any keys with plain string values in the_dict become automatic variables.
|
| /third_party/ntfs-3g/src/ |
| H A D | ntfs-3g.c | 1327 default : /* unexpected types shown as plain files */ in ntfs_fuse_filler()
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| H A D | ubidi.h | 1159 * This function takes a piece of plain text containing one or more paragraphs,
|
| /third_party/ninja/doc/ |
| H A D | doxygen.config | 799 # plain latex in the generated Makefile. Set this option to YES to get a
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| H A D | input.py | 1254 # Any keys with plain string values in the_dict become automatic variables.
|
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| H A D | regex.h | 35 * `RegexMatcher` includes API for doing plain find or search
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/ci/ |
| H A D | nouveau-nv92-fails.txt | 916 # "<imirkin> otoh, integer borders are just plain broken on nv50"
|
| /third_party/icu/icu4c/source/test/testdata/ |
| H A D | rbbitst.txt | 160 # Plain Vanilla grapheme clusters
|
| /third_party/icu/icu4j/ |
| H A D | build.xml | 357 <formatter type="plain"/>
|
| /third_party/lwip/src/apps/http/ |
| H A D | httpd.c | 938 /* No - use the default, plain text file type. */
|
| /third_party/libfuse/include/ |
| H A D | fuse_lowlevel.h | 1721 * This makes a difference for overmounted dentries, where plain invalidation
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | evaluate.c | 803 warning(expr->pos, "Using plain integer as NULL pointer"); in bad_null()
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | torque-parser.cc | 2055 ReportError("expected a plain identifier without qualification"); in MakeNameAndExpressionFromExpression()
|
| /third_party/mksh/ |
| H A D | funcs.c | 3188 * Plain test (test and [ .. ]) specific routines.
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_reg.h | 2554 * Bit (1<<8) is the "test" bit. so plain write is 6 - vd
|
| /third_party/node/deps/openssl/openssl/ssl/statem/ |
| H A D | statem_clnt.c | 2209 /* Nothing else to do for plain PSK or RSAPSK */ in tls_process_key_exchange()
|
| /third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
| H A D | Template.pm | 1516 Suppose you don't want to insert a plain text file, but rather you
|
| /third_party/node/deps/openssl/openssl/Configurations/ |
| H A D | unix-Makefile.tmpl | 1965 # We already have a 'test' target, and the top directory is just plain
|
| /third_party/node/deps/openssl/openssl/apps/lib/ |
| H A D | apps.c | 227 "Trying plain input string (better precede with 'pass:')\n"); in get_passwd()
|
| /third_party/node/deps/undici/src/lib/fetch/ |
| H A D | index.js | 1994 // For H2, the headers are a plain JS object
|
Completed in 91 milliseconds
1...<<81828384858687888990>>...105