Home
last modified time | relevance | path

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

12

/third_party/typescript/src/deprecatedCompat/
Ddeprecations.ts41 …dDefinitions>(name: string, overloads: T, binder: OverloadBinders<T>, deprecations?: OverloadDepre…
44 if (deprecations) {
45 for (const key of Object.keys(deprecations)) {
48 … overloads[index] = Debug.deprecate(overloads[index], { ...deprecations[index], name });
90 deprecate(deprecations: OverloadDeprecations<T>): FinishableOverloadBuilder<T>;
101 deprecate: deprecations => ({
102 finish: () => createOverload(name, overloads, binder, deprecations)
/third_party/rust/crates/clap/clap_derive/src/derives/
Dvalue_enum.rs84 let deprecations = item.deprecations(); in lits() localVariable
88 #deprecations in lits()
111 let deprecations = item.deprecations(); in gen_to_possible_value() localVariable
115 #deprecations in gen_to_possible_value()
Dsubcommand.rs148 let deprecations = if !override_required { in gen_augment() localVariable
149 item.deprecations() in gen_augment()
161 #deprecations in gen_augment()
171 let deprecations = if !override_required { in gen_augment() localVariable
172 item.deprecations() in gen_augment()
180 #deprecations in gen_augment()
188 #deprecations in gen_augment()
232 let deprecations = if !override_required { in gen_augment() localVariable
233 item.deprecations() in gen_augment()
249 #deprecations; in gen_augment()
[all …]
Dargs.rs326 let deprecations = if !override_required { in gen_augment() localVariable
327 item.deprecations() in gen_augment()
341 #deprecations in gen_augment()
361 let deprecations = if !override_required { in gen_augment() localVariable
362 parent_item.deprecations() in gen_augment()
413 #deprecations in gen_augment()
/third_party/rust/crates/clap/clap_derive/src/
Ditem.rs41 deprecations: Vec<Deprecation>, field
265 deprecations: vec![], in new()
283 self.deprecations.push(Deprecation { in push_method()
300 self.deprecations.push(Deprecation { in push_method()
411 self.deprecations.push(Deprecation::attribute( in push_attrs()
459 self.deprecations.push(Deprecation { in push_attrs()
471 self.deprecations.push(Deprecation { in push_attrs()
971 pub fn deprecations(&self) -> proc_macro2::TokenStream { in deprecations() method
972 let deprecations = &self.deprecations; in deprecations() localVariable
973 quote!( #(#deprecations)* ) in deprecations()
/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/node/doc/contributing/
Dcollaborator-guide.md20 * [Breaking changes and deprecations](#breaking-changes-and-deprecations)
26 * [Deprecations](#deprecations)
355 #### Breaking changes and deprecations
366 For more information, see [Deprecations](#deprecations).
451 * By default, there will be no warnings emitted for such deprecations at
466 Documentation-Only Deprecations. Such deprecations have no impact on code
471 these deprecations is not a breaking change.
476 All deprecations receive a unique and immutable identifier. Documentation,
493 Communicate pending deprecations and associated mitigations with the ecosystem
Dreleases.md460 If this release includes any new deprecations it is necessary to ensure that
462 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.md919 Silence all process warnings (including deprecations).
974 Pending deprecations are generally identical to a runtime deprecation with the
977 `NODE_PENDING_DEPRECATION=1` environment variable, is set. Pending deprecations
1374 Throw errors for deprecations.
1505 Print stack traces for deprecations.
1591 Print stack traces for process warnings (including deprecations).
2110 Pending deprecations are generally identical to a runtime deprecation with the
2113 `NODE_PENDING_DEPRECATION=1` environment variable, is set. Pending deprecations
Dembedding.md171 [deprecation policy]: deprecations.md
Ddeprecations.md21 Some Documentation-only deprecations trigger a runtime warning when launched
24 deprecations below. Documentation-only deprecations that support that flag
36 ## Revoking deprecations
Dasync_hooks.md927 [DEP0111]: deprecations.md#dep0111-processbinding
/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/benchmark/test/
DCMakeLists.txt125 # Enable errors for deprecated deprecations (DoNotOptimize(Tp const& value)).
/third_party/node/
Dcommon.gypi261 # imminent V8 deprecations, also to sync how dependencies are configured.
DMakefile1041 `grep -q DEP...X doc/api/deprecations.md`; then \
/third_party/skia/third_party/externals/dawn/docs/
Dcodegen.md49 **`"typedef"`** (usually only used for gradual deprecations):
/third_party/mbedtls/
DChangeLog19 New deprecations
245 New deprecations
444 New deprecations
719 New deprecations
1362 New deprecations
1476 New deprecations
1861 New deprecations
1908 New deprecations
2114 New deprecations
2388 New deprecations
[all …]
/third_party/mesa3d/docs/
Dfeatures.txt74 Forward compatible context support/deprecations DONE
/third_party/python/Doc/library/
Dexceptions.rst785 is preferred for already active deprecations.
/third_party/openssl/doc/man7/
Dmigration_guide.pod332 =head3 Other notable deprecations and changes
993 This section describes some common categories of deprecations.
/third_party/python/Doc/whatsnew/
D3.10.rst83 Important deprecations, removals or restrictions:
1669 * The deprecations of :mod:`imp`, :func:`importlib.find_loader`,
/third_party/rust/crates/regex/
DCHANGELOG.md425 This release fixes up a few warnings as a result of recent deprecations.

12