Home
last modified time | relevance | path

Searched refs:deprecations (Results 1 – 25 of 48) sorted by relevance

12

/third_party/node/deps/npm/lib/utils/
Dwarn-deprecated.js5 var deprecations = {} variable
10 if (!deprecations[type]) {
11 deprecations[type] = {}
15 if (!deprecations[type]) deprecations[type] = {}
17 if (!deprecations[type][instance]) {
18 deprecations[type][instance] = true
/third_party/node/test/parallel/
Dtest-http-deprecated-urls.js10 const deprecations = [ variable
19 deprecations.push(
26 common.expectWarning('DeprecationWarning', deprecations);
/third_party/cef/tools/
Dmake_cppdocs.bat15 …author=false -enable-deprecations=true -enable-since=true -enable-version=false -file-links-for-gl…
/third_party/skia/third_party/externals/harfbuzz/
DRELEASING.md11 - [ ] Document deprecations.
12 Ensure all new API / deprecations are in listed correctly in docs/harfbuzz-sections.txt.
/third_party/harfbuzz/
DRELEASING.md10 deprecations. Ensure all new API / deprecations are in listed correctly in
/third_party/flutter/skia/third_party/externals/harfbuzz/
DRELEASING.md10 deprecations. Ensure all new API / deprecations are in listed correctly in
/third_party/node/doc/guides/
Dcollaborator-guide.md20 * [Breaking changes and deprecations](#breaking-changes-and-deprecations)
26 * [Deprecations](#deprecations)
350 #### Breaking changes and deprecations
361 For more information, see [Deprecations](#deprecations).
420 * By default, there will be no warnings emitted for such deprecations at
435 Documentation-Only Deprecations. Such deprecations have no impact on code
440 these deprecations is not a breaking change.
445 All deprecations receive a unique and immutable identifier. Documentation,
462 Communicate pending deprecations and associated mitigations with the ecosystem
Dreleases.md331 If this release includes any new deprecations it is necessary to ensure that
333 docs (see `doc/api/deprecations.md`) and in the source as `DEP00XX`. The code
/third_party/mbedtls/ChangeLog.d/
D00README.md52 New deprecations
/third_party/node/doc/api/
Dcli.md619 Silence all process warnings (including deprecations).
645 Pending deprecations are generally identical to a runtime deprecation with the
648 `NODE_PENDING_DEPRECATION=1` environment variable, is set. Pending deprecations
867 Throw errors for deprecations.
984 Print stack traces for deprecations.
1059 Print stack traces for process warnings (including deprecations).
1453 Pending deprecations are generally identical to a runtime deprecation with the
1456 `NODE_PENDING_DEPRECATION=1` environment variable, is set. Pending deprecations
Dembedding.md226 [deprecation policy]: deprecations.md
Ddeprecations.md20 Some Documentation-only deprecations trigger a runtime warning when launched
23 deprecations below. Documentation-only deprecations that support that flag
35 ## Revoking deprecations
Dutil.md2536 [list of deprecated APIS]: deprecations.md#deprecations_list_of_deprecated_apis
/third_party/python/Misc/NEWS.d/
D3.10.0b3.rst120 documentation for deprecations.
D3.10.0a7.rst286 Document various stdlib deprecations in imp, pkgutil, and importlib.util for
/third_party/node/
Dcommon.gypi251 # imminent V8 deprecations, also to sync how dependencies are configured.
DMakefile937 `grep -q DEP...X doc/api/deprecations.md`; then \
/third_party/node/deps/npm/node_modules/pacote/
DREADME.md249 specifiers. If true, deprecations do not affect version selection.
/third_party/skia/third_party/externals/dawn/docs/
Dcodegen.md49 **`"typedef"`** (usually only used for gradual deprecations):
/third_party/mbedtls/
DChangeLog21 New deprecations
663 New deprecations
777 New deprecations
1162 New deprecations
1209 New deprecations
1415 New deprecations
1689 New deprecations
1813 New deprecations
2274 New deprecations
2413 New deprecations
[all …]
/third_party/mesa3d/docs/
Dfeatures.txt74 Forward compatible context support/deprecations DONE
/third_party/giflib/
DChangeLog308 * NEWS: Note bugfixes and deprecations
/third_party/python/Doc/library/
Dexceptions.rst785 is preferred for already active deprecations.
/third_party/python/Doc/whatsnew/
D3.10.rst83 Important deprecations, removals or restrictions:
1662 * The deprecations of :mod:`imp`, :func:`importlib.find_loader`,
D3.9.rst138 Note: a number of pre-existing deprecations were removed in this version of

12