Home
last modified time | relevance | path

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

12345678910

/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.
638 ### `--pending-deprecation`
643 Emit pending deprecation warnings.
645 Pending deprecations are generally identical to a runtime deprecation with the
647 unless either the `--pending-deprecation` command-line flag, or the
862 ### `--throw-deprecation`
979 ### `--trace-deprecation`
1075 By default all unhandled rejections trigger a warning plus a deprecation warning
[all …]
/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/boost/libs/hana/
DRELEASE_NOTES.md4 deprecation.
/third_party/node/deps/npm/node_modules/util-deprecate/
DHistory.md10 * browser: use `console.warn()` for deprecation calls
/third_party/icu/icu4j/main/classes/charset/
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/localespi/
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/collate/
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/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/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/mindspore/third_party/proto/tensorflow/
Dop_def.proto102 // Optional deprecation based on GraphDef versions.
103 OpDeprecation deprecation = 8; field
158 // Information about version-dependent deprecation of an op
/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
/third_party/node/deps/npm/node_modules/libcipm/
DREADME.md1 # Note: pending imminent deprecation
/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);

12345678910