Home
last modified time | relevance | path

Searched refs:deprecation (Results 1 – 25 of 219) sorted by relevance

123456789

/third_party/typescript/src/testRunner/unittests/
DdebugDeprecation.ts11 const deprecation = Debug.deprecate(noop, { constant
17 deprecation();
21 const deprecation = Debug.deprecate(noop, { constant
27 deprecation();
31 const deprecation = Debug.deprecate(noop, { constant
36 deprecation();
40 const deprecation = Debug.deprecate(noop, { constant
45 deprecation();
46 deprecation();
50 const deprecation = Debug.deprecate(noop, { constant
[all …]
/third_party/node/doc/api/
Ddeprecations.md18 A Documentation-only deprecation is one that is expressed only within the
21 with [`--pending-deprecation`][] flag (or its alternative,
27 A Runtime deprecation will, by default, generate a process warning that will
29 [`--throw-deprecation`][] command-line flag is used, a Runtime deprecation will
32 An End-of-Life deprecation is used when functionality is or will soon be removed
37 Occasionally, the deprecation of an API might be reversed. In such situations,
39 However, the deprecation identifier will not be modified.
53 description: A deprecation code has been assigned.
56 description: Runtime deprecation.
72 description: A deprecation code has been assigned.
[all …]
Dcli.md33 dashes (`-`) or underscores (`_`). For example, `--pending-deprecation` is
599 ### `--no-deprecation`
604 Silence deprecation warnings.
653 ### `--pending-deprecation`
658 Emit pending deprecation warnings.
660 Pending deprecations are generally identical to a runtime deprecation with the
662 unless either the `--pending-deprecation` command-line flag, or the
877 ### `--throw-deprecation`
994 ### `--trace-deprecation`
1090 By default all unhandled rejections trigger a warning plus a deprecation warning
[all …]
/third_party/openssl/doc/internal/man3/
DOSSL_DEPRECATED.pod5 OSSL_DEPRECATED, OSSL_DEPRECATED_FOR - General deprecation macros
19 deprecated, and will be displayed with the deprecation warning message,
20 for compilers that support user specified deprecation messages.
24 with the deprecation warning along with the OpenSSL version number, for
25 compilers that support user specified deprecation messages.
27 These macros are used to define the version specific deprecation macros
28 described in L<deprecation(7)>.
43 L<deprecation(7)>
/third_party/openssl/util/
Dfix-deprecation69 my $deprecation = '';
86 $deprecation = "OSSL_DEPRECATEDIN_$version $3;$5";
88 print STDERR "DEBUG: changed to:\n$deprecation\n"
100 if ($deprecation) {
109 print $deprecation;
/third_party/openssl/doc/internal/man7/
Ddeprecation.pod12 deprecation - How to do deprecation
20 Removal of a symbol is not the same thing as deprecation, as it actually
23 OpenSSL configuration supports deprecation as well as simulating removal of
40 which the deprecation applies, with underscores instead of periods. Because
70 deprecation attribute removed, and the translation units that implement or
79 In public header files (F<< <openssl/*.h> >>), this is what a deprecation is
99 * Suppress deprecation warnings for RSA low level implementations that are
/third_party/protobuf/objectivec/Tests/
Dunittest_deprecated_file.proto37 // enum value, or field level deprecation; instead it uses the file level option
46 // Message to catch the deprecation.
53 // Mix of extension field types to catch the deprecation.
61 // Mix of extension field types (scoped to a message) to catch the deprecation.
71 // Enum to catch the deprecation.
/third_party/python/Misc/NEWS.d/
D3.10.0b3.rst67 Emit a deprecation warning if the numeric literal is immediately followed by
110 Fix deprecation of :data:`ssl.OP_NO_TLSv1_3`
119 Improve :mod:`ssl` module's deprecation messages, error reporting, and
169 older implementations and issuing deprecation warnings for these cases: A.
171 and other list-based mutation operations. Avoid deprecation warnings by
174 deprecation warnings, cast the result to a Sequence first (e.g.
/third_party/node/deps/npm/node_modules/safer-buffer/
DPorting-Buffer.md22 - `--trace-deprecation` does the same thing, but only for deprecation warnings.
23 - `--pending-deprecation` will show more types of deprecation warnings. In particular, it will show…
28 $ export NODE_OPTIONS='--trace-warnings --pending-deprecation'
82 your users will not observe a runtime deprecation warning when running your code on Node.js 10._
106 it is problematic, can cause issues in your code, and will start emitting runtime deprecation
155 hard-coded) and _is not caused by the deprecation of Buffer constructor_ — it's exactly _why_ the
/third_party/node/deps/npm/node_modules/iconv-lite/
DChangelog.md4 …* Fix deprecation warning in Node v10 due to the last usage of `new Buffer` (#185, by @felixbuenem…
69 * Fix silly mistake in deprecation notice.
76 * Added deprecation notice for `extendNodeEncodings`
/third_party/node/deps/npm/node_modules/util-deprecate/
DHistory.md10 * browser: use `console.warn()` for deprecation calls
/third_party/icu/icu4j/main/classes/translit/
Dbuild.properties8 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
/third_party/icu/icu4j/main/classes/regiondata/
Dbuild.properties8 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
/third_party/icu/icu4j/main/classes/core/
Dbuild.properties8 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options,-overrides
/third_party/icu/icu4j/main/classes/localespi/
Dbuild.properties8 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
/third_party/icu/icu4j/main/classes/charset/
Dbuild.properties8 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
/third_party/icu/icu4j/main/classes/collate/
Dbuild.properties8 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
/third_party/icu/icu4j/main/classes/currdata/
Dbuild.properties8 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
/third_party/icu/icu4j/main/classes/langdata/
Dbuild.properties8 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
/third_party/icu/tools/unicodetools/com/ibm/rbm/
Dcompile.sh8 javac -d . -classpath com/ibm/rbm/lib/xerces.jar -deprecation $1 com/ibm/rbm/*.java com/ibm/rbm/gui…
Dcompile.bat10 javac -d . -classpath com/ibm/rbm/lib/xerces.jar -deprecation %1 com/ibm/rbm/*.java com/ibm/rbm/gui…
/third_party/node/doc/guides/
Dcollaborator-guide.md353 undergo deprecation. The exceptions to this rule are:
415 documentation must state the deprecation status.
418 * A deprecation notice appears in the API documentation.
422 * Might cause a runtime warning with the [`--pending-deprecation`][] flag or
427 * If used with the [`--throw-deprecation`][] flag, will throw a runtime error.
446 warnings, and errors use the identifier when referring to the deprecation. The
447 documentation for the deprecation identifier must always remain in the API
448 documentation. This is true even if the deprecation is no longer in use (for
451 <a id="deprecation-cycle"></a>
464 deprecation lands on the master branch.
[all …]
/third_party/typescript/src/compiler/
Ddebug.ts722 … function wrapFunction<F extends (...args: any[]) => any>(deprecation: () => void, func: F): F {
724 deprecation();
730 const deprecation = createDeprecation(getFunctionName(func), options); constant
731 return wrapFunction(deprecation, func);
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-deprecate.md18 a deprecation warning to all who attempt to install it.
/third_party/node/deps/npm/node_modules/npm-lifecycle/
DREADME.md1 # Note: pending imminent deprecation

123456789