Searched refs:discouraged (Results 1 – 25 of 134) sorted by relevance
123456
/third_party/icu/docs/userguide/format_parse/messages/ |
D | index.md | 60 * Use of the old `"choice"` argument type is discouraged. It cannot handle 177 #### String patterns (discouraged) 198 #### Custom Format Objects (discouraged) 201 arguments, overriding the arguments' pattern specification. This is discouraged:
|
/third_party/rust/crates/signal-hook/signal-hook-registry/ |
D | README.md | 7 this crate is discouraged. See the
|
/third_party/rust/crates/cxx/gen/src/ |
D | file.rs | 3 use syn::parse::discouraged::Speculative;
|
/third_party/rust/crates/syn/tests/ |
D | test_parse_buffer.rs | 5 use syn::parse::{discouraged::Speculative, Parse, ParseStream, Parser, Result};
|
/third_party/node/deps/npm/docs/content/configuring-npm/ |
D | shrinkwrap-json.md | 20 strongly discouraged for library authors to publish this file, since that would
|
/third_party/flutter/skia/third_party/externals/angle2/ |
D | .gn | 24 # discouraged except for gypi_to_gn calls.
|
/third_party/flutter/flutter/packages/flutter/lib/src/scheduler/ |
D | priority.dart | 29 /// is generally discouraged.
|
/third_party/skia/third_party/externals/angle2/ |
D | .gn | 28 # discouraged except for gypi_to_gn calls.
|
/third_party/openssl/doc/man3/ |
D | BN_copy.pod | 25 reason use of this function is discouraged. Any flags provided in B<flags> will
|
D | EVP_DigestSignInit.pod | 160 the use of clone digest is now discouraged. 175 The use of EVP_PKEY_get_size() with these functions is discouraged because some
|
D | EVP_PKEY_new.pod | 78 "SIPHASH", "HMAC", "CMAC". This usage is considered legacy and is discouraged 116 as mentioned above, discouraged in favor of the L<EVP_MAC(3)> API.
|
D | SSL_CTX_set1_sigalgs.pod | 84 The use of MD5 as a digest is strongly discouraged due to security weaknesses.
|
D | X509_NAME_add_entry_by_txt.pod | 112 can result in invalid field types its use is strongly discouraged.
|
D | SRP_create_verifier.pod | 60 and its use is discouraged.
|
/third_party/flutter/skia/third_party/externals/sdl/debian/ |
D | changelog | 56 - Remove "usr/lib/*/*.la", discouraged
|
/third_party/flutter/skia/site/dev/contrib/ |
D | cqkeywords.md | 50 This is discouraged, since the tree is closed for a reason. However, in rare cases this is acceptab…
|
/third_party/libpng/ |
D | libpng.spec | 37 Linking to static libraries is discouraged for most applications, but it is
|
/third_party/libuv/docs/src/ |
D | signal.rst | 54 and is strongly discouraged. Future versions of libuv may simply reject them.
|
/third_party/skia/site/docs/dev/contrib/ |
D | cqkeywords.md | 76 This is discouraged, since the tree is closed for a reason. However, in rare
|
/third_party/skia/third_party/externals/tint/docs/ |
D | diagnostics_guide.md | 59 Quoting single word identifiers or keywords from the source is not discouraged.
|
/third_party/openssl/doc/man7/ |
D | evp.pod | 77 their use is discouraged. They cannot be used with an ENGINE and ENGINE
|
D | migration_guide.pod | 86 Use of the low level APIs has been informally discouraged by the OpenSSL 99 the EVP APIs are now considered legacy and their use is strongly discouraged. 1043 have been informally discouraged from use for a long time. Applications should 1051 informally discouraged from use for a long time. Applications should instead 1061 informally discouraged for a long time. Instead applications should use 1082 discouraged from use for a long time. Applications should instead use the high-level 1090 Many low-level functions have been informally discouraged from use for a long 1096 Many low-level functions have been informally discouraged from use for a long 1105 Use of low-level objects (such as DSA) has been informally discouraged from use 1112 Use of low-level objects (such as DSA) has been informally discouraged from use [all …]
|
/third_party/openssl/doc/man1/ |
D | openssl-sess_id.pod.in | 141 strongly discouraged and should only be used for debugging purposes.
|
/third_party/json/doc/mkdocs/docs/integration/ |
D | cmake.md | 33 # discouraged (although not necessarily well documented as such) to use
|
/third_party/rust/crates/syn/src/ |
D | stmt.rs | 52 use crate::parse::discouraged::Speculative;
|
123456