- Sort Score
- Num 10 results
- Language All
Results 1 - 7 of 7 for specification (0.07 seconds)
-
fastapi/security/oauth2.py
""" The OAuth 2 specification doesn't define the challenge that should be used, because a `Bearer` token is not really the only option to authenticate. But declaring any other authentication challenge would be application-specific as it's not defined in the specification. For practical reasons, this method uses the `Bearer` challenge by default, asCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Mar 24 16:32:10 GMT 2026 - 23.6K bytes - Click Count (0) -
android/guava/src/com/google/common/cache/CacheBuilderSpec.java
@VisibleForTesting long refreshDuration; @VisibleForTesting @Nullable TimeUnit refreshTimeUnit; /** Specification; used for toParseableString(). */ private final String specification; private CacheBuilderSpec(String specification) { this.specification = specification; } /** * Creates a CacheBuilderSpec from a string. * * @param cacheBuilderSpecification the string form
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 18.2K bytes - Click Count (0) -
guava/src/com/google/common/cache/CacheBuilderSpec.java
@VisibleForTesting long refreshDuration; @VisibleForTesting @Nullable TimeUnit refreshTimeUnit; /** Specification; used for toParseableString(). */ private final String specification; private CacheBuilderSpec(String specification) { this.specification = specification; } /** * Creates a CacheBuilderSpec from a string. * * @param cacheBuilderSpecification the string form
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 18.2K bytes - Click Count (0) -
doc/go_spec.html
<h3 id="Language_versions">Language versions</h3> <p> The <a href="/doc/go1compat">Go 1 compatibility guarantee</a> ensures that programs written to the Go 1 specification will continue to compile and run correctly, unchanged, over the lifetime of that specification. More generally, as adjustments are made and features added to the language, the compatibility guarantee ensures that a Go program that works with a
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Apr 01 23:39:18 GMT 2026 - 287.8K bytes - Click Count (1) -
fastapi/applications.py
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Apr 01 16:16:24 GMT 2026 - 178.6K bytes - Click Count (0) -
RELEASE.md
or other situation, under Python's version specification rules, `tensorflow[and-cuda]==2.15.0` will not install this fixed version. Please use `==2.15.0.post1` to specify this exact version on Linux platforms, or a fuzzy version specification, such as `==2.15.*`, to specify the most recent compatible version of TensorFlow 2.15 on all platforms.
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3) -
src/main/resources/fess_message_it.properties
errors.invalid_query_parse_error = La query fornita non è valida. errors.invalid_query_sort_value = L'ordinamento specificato {0} non è valido. errors.invalid_query_unsupported_sort_field = Il campo di ordinamento specificato {0} non è supportato. errors.invalid_query_unsupported_sort_order = L'ordinamento specificato {0} non è supportato. errors.invalid_query_cannot_process=Impossibile elaborare la query specificata.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.3K bytes - Click Count (0)