Searched refs:deprecations (Results 1 – 25 of 48) sorted by relevance
12
/third_party/node/deps/npm/lib/utils/ |
D | warn-deprecated.js | 5 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/ |
D | test-http-deprecated-urls.js | 10 const deprecations = [ variable 19 deprecations.push( 26 common.expectWarning('DeprecationWarning', deprecations);
|
/third_party/cef/tools/ |
D | make_cppdocs.bat | 15 …author=false -enable-deprecations=true -enable-since=true -enable-version=false -file-links-for-gl…
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | RELEASING.md | 11 - [ ] Document deprecations. 12 Ensure all new API / deprecations are in listed correctly in docs/harfbuzz-sections.txt.
|
/third_party/harfbuzz/ |
D | RELEASING.md | 10 deprecations. Ensure all new API / deprecations are in listed correctly in
|
/third_party/flutter/skia/third_party/externals/harfbuzz/ |
D | RELEASING.md | 10 deprecations. Ensure all new API / deprecations are in listed correctly in
|
/third_party/node/doc/guides/ |
D | collaborator-guide.md | 20 * [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
|
D | releases.md | 331 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/ |
D | 00README.md | 52 New deprecations
|
/third_party/node/doc/api/ |
D | cli.md | 619 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
|
D | embedding.md | 226 [deprecation policy]: deprecations.md
|
D | deprecations.md | 20 Some Documentation-only deprecations trigger a runtime warning when launched 23 deprecations below. Documentation-only deprecations that support that flag 35 ## Revoking deprecations
|
D | util.md | 2536 [list of deprecated APIS]: deprecations.md#deprecations_list_of_deprecated_apis
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0b3.rst | 120 documentation for deprecations.
|
D | 3.10.0a7.rst | 286 Document various stdlib deprecations in imp, pkgutil, and importlib.util for
|
/third_party/node/ |
D | common.gypi | 251 # imminent V8 deprecations, also to sync how dependencies are configured.
|
D | Makefile | 937 `grep -q DEP...X doc/api/deprecations.md`; then \
|
/third_party/node/deps/npm/node_modules/pacote/ |
D | README.md | 249 specifiers. If true, deprecations do not affect version selection.
|
/third_party/skia/third_party/externals/dawn/docs/ |
D | codegen.md | 49 **`"typedef"`** (usually only used for gradual deprecations):
|
/third_party/mbedtls/ |
D | ChangeLog | 21 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/ |
D | features.txt | 74 Forward compatible context support/deprecations DONE
|
/third_party/giflib/ |
D | ChangeLog | 308 * NEWS: Note bugfixes and deprecations
|
/third_party/python/Doc/library/ |
D | exceptions.rst | 785 is preferred for already active deprecations.
|
/third_party/python/Doc/whatsnew/ |
D | 3.10.rst | 83 Important deprecations, removals or restrictions: 1662 * The deprecations of :mod:`imp`, :func:`importlib.find_loader`,
|
D | 3.9.rst | 138 Note: a number of pre-existing deprecations were removed in this version of
|
12