Home
last modified time | relevance | path

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

12345678

/third_party/typescript/src/testRunner/unittests/
DdebugDeprecation.ts13 const deprecation = Debug.deprecate(noop, { constant
23 deprecation();
27 const deprecation = Debug.deprecate(noop, { constant
37 deprecation();
41 const deprecation = Debug.deprecate(noop, { constant
50 deprecation();
54 const deprecation = Debug.deprecate(noop, { constant
63 deprecation();
64 deprecation();
68 const deprecation = Debug.deprecate(noop, { constant
[all …]
/third_party/node/doc/api/
Ddeprecations.md19 A Documentation-only deprecation is one that is expressed only within the
22 with [`--pending-deprecation`][] flag (or its alternative,
28 A Runtime deprecation will, by default, generate a process warning that will
30 [`--throw-deprecation`][] command-line flag is used, a Runtime deprecation will
33 An End-of-Life deprecation is used when functionality is or will soon be removed
38 Occasionally, the deprecation of an API might be reversed. In such situations,
40 However, the deprecation identifier will not be modified.
55 description: A deprecation code has been assigned.
58 description: Runtime deprecation.
75 description: A deprecation code has been assigned.
[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/node/deps/openssl/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/node/tools/doc/
DdeprecationCodes.mjs10 const skipDeprecationComment = /^<!-- md-lint skip-deprecation (DEP\d{4}) -->$/;
30 'Ill-formed or out-of-order deprecation code.',
54 'Missing deprecation type.',
/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/util-deprecate/
DHistory.md10 * browser: use `console.warn()` for deprecation calls
/third_party/curl/tests/data/
Dtest122216 Verify deprecation statuses and versions
/third_party/icu/icu4j/main/classes/regiondata/
Dbuild.properties8 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
/third_party/icu/icu4j/main/classes/translit/
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/icu4j/main/classes/currdata/
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/collate/
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/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/test/es-module/
Dtest-esm-imports-deprecations.mjs1 // Flags: --pending-deprecation
Dtest-esm-exports-deprecations.mjs1 // Flags: --pending-deprecation
/third_party/node/doc/contributing/
Dcollaborator-guide.md358 undergo deprecation. The exceptions to this rule are:
446 documentation must state the deprecation status.
449 * A deprecation notice appears in the API documentation.
453 * Might cause a runtime warning with the [`--pending-deprecation`][] flag or
458 * If used with the [`--throw-deprecation`][] flag, will throw a runtime error.
477 warnings, and errors use the identifier when referring to the deprecation. The
478 documentation for the deprecation identifier must always remain in the API
479 documentation. This is true even if the deprecation is no longer in use (for
482 <a id="deprecation-cycle"></a>
495 deprecation lands on the `main` branch.
[all …]

12345678