Searched refs:disables (Results 1 – 25 of 387) sorted by relevance
12345678910>>...16
/third_party/jerryscript/jerry-core/profiles/ |
D | README.md | 5 The default profile is ``es5.1`` which disables the ES2015 features. 64 …Enables or disables the [Annex B](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-B)… 68 …Enables or disables the [Boolean](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15… 70 …Enables or disables the [Date](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15.9)… 72 …Enables or disables the [Native Error Types](http://www.ecma-international.org/ecma-262/5.1/index.… 75 …Enables or disables the [JSON](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15.12… 77 …Enables or disables the [Math](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15.8)… 79 …Enables or disables the [Number](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15.… 81 …Enables or disables the [RegExp](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15.… 83 …Enables or disables the [String](http://www.ecma-international.org/ecma-262/5.1/index.html#sec-15.… [all …]
|
/third_party/boost/tools/build/src/tools/features/ |
D | sanitizers-feature.jam | 13 Enables address sanitizer. Value `norecover` disables recovery for the 27 Enables leak sanitizer. Value `norecover` disables recovery for the 41 Enables thread sanitizer. Value `norecover` disables recovery for the 55 Enables undefined behavior sanitizer. Value `norecover` disables recovery for
|
/third_party/boost/libs/outcome/doc/src/content/reference/macros/ |
D | disable_execinfo.md | 3 description = "If defined, disables the use of the `<execinfo.h>` header (or the win32 emulation)." 6 If defined, disables the use of the `<execinfo.h>` header (or the win32 emulation).
|
/third_party/flutter/flutter/packages/flutter_driver/lib/src/common/ |
D | semantics.dart | 7 /// A Flutter Driver command that enables or disables semantics. 9 /// Creates a command that enables or disables semantics.
|
D | text.dart | 75 /// A Flutter Driver command that enables and disables text entry emulation. 77 /// Creates a command that enables and disables text entry emulation.
|
/third_party/boost/libs/asio/doc/ |
D | using.qbk | 239 Explictly disables Boost.Asio's buffer debugging support. 252 Explicitly disables [^/dev/poll] support on Solaris, forcing the use of 259 Explicitly disables `epoll` support on Linux, forcing the use of a 266 Explicitly disables `eventfd` support on Linux, forcing the use of a 273 Explicitly disables `kqueue` support on macOS and BSD variants, 280 Explicitly disables I/O completion ports support on Windows, forcing the 287 Explicitly disables Boost.Asio's threading support, independent of whether
|
/third_party/iptables/extensions/ |
D | libxt_NOTRACK.man | 1 This extension disables connection tracking for all packets matching that rule.
|
/third_party/curl/docs/cmdline-opts/ |
D | raw.d | 7 When used, it disables all internal HTTP decoding of content or transfer
|
D | noproxy.d | 9 and effectively disables the proxy. Each name in this list is matched as
|
/third_party/boost/libs/test/doc/test_organization/ |
D | testorg_summary.qbk | 116 …[Enables or disables unconditionally a test unit. The action of these decorators may be overridden… 136 …[Enables or disables a test unit based on a predicate evaluated just before the execution of the t…
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput23 | 2 # which disables the use of \C. All we can do is check that it gives the
|
D | testoutput23 | 2 # which disables the use of \C. All we can do is check that it gives the
|
/third_party/boost/libs/test/doc/testing_tools/ |
D | boost_test_debugging.qbk | 17 In order to mitigate the problem, the test module can be build in the mode which disables the 24 ['literally]: this automatically disables any special semantics,
|
/third_party/curl/docs/ |
D | INSTALL.md | 466 - `--disable-ares` (disables support for the C-ARES DNS library) 467 - `--disable-cookies` (disables support for HTTP cookies) 468 - `--disable-crypto-auth` (disables HTTP cryptographic authentication) 469 - `--disable-ipv6` (disables support for IPv6) 470 - `--disable-manual` (disables support for the built-in documentation) 471 - `--disable-proxy` (disables support for HTTP and SOCKS proxies) 472 - `--disable-unix-sockets` (disables support for UNIX sockets) 474 - `--disable-versioned-symbols` (disables support for versioned symbols) 476 - `--without-libidn` (disables support for the libidn DNS library) 477 - `--without-librtmp` (disables support for RTMP) [all …]
|
/third_party/boost/libs/asio/doc/overview/ |
D | concurrency_hint.qbk | 39 This special concurrency hint disables locking in both the scheduler and 55 This special concurrency hint disables locking in the reactor I/O. This
|
/third_party/mesa3d/src/mesa/main/ |
D | extensions.c | 100 const GLboolean *disables = in _mesa_override_extensions() local 107 assert(!enables[offset] || !disables[offset]); in _mesa_override_extensions() 110 } else if (disables[offset]) { in _mesa_override_extensions()
|
/third_party/boost/tools/quickbook/doc/ |
D | command_line.qbk | 36 disables it. 46 boostbook markup, so this head disables the feature and generates plain headers.
|
/third_party/typescript/tests/baselines/reference/ |
D | untypedModuleImport_noImplicitAny.errors.txt | 12 // This tests that `--noImplicitAny` disables untyped modules.
|
D | libReferenceNoLibBundle.symbols | 2 // Test that passing noLib disables <reference lib> resolution.
|
D | libReferenceNoLib.symbols | 2 // Test that passing noLib disables <reference lib> resolution.
|
D | libReferenceNoLibBundle.types | 2 // Test that passing noLib disables <reference lib> resolution.
|
D | libReferenceNoLib.types | 2 // Test that passing noLib disables <reference lib> resolution.
|
/third_party/libinput/ |
D | meson_options.txt | 36 description: 'Directory for zsh completion scripts ["no" disables]')
|
/third_party/libwebsockets/READMEs/ |
D | README.tcp_fastopen.md | 8 platforms interpret this number differently, zero always disables it
|
/third_party/nghttp2/ |
D | nghttpx.conf.sample | 13 # (e.g., http2-proxy=yes). If other string is given, it disables the
|
12345678910>>...16