- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 318 for validns (0.04 sec)
-
istioctl/pkg/waypoint/testdata/waypoint/combined-gateway
- NAMESPACE NAME REVISION PROGRAMMED
- bookinfo bookinfo-rev rev1 True
- bookinfo bookinfo-valid default True
- default bookinfo default False
- default no-name-convention default True
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Apr 16 21:30:40 UTC 2024 - 338 bytes - Viewed (0) -
docs/en/docs/tutorial/response-model.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 18.1K bytes - Viewed (0) -
tests/test_tutorial/test_body_multiple_params/test_tutorial001_an.py
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Apr 18 19:40:57 UTC 2024 - 7.5K bytes - Viewed (0) -
android/guava/src/com/google/common/primitives/UnsignedLongs.java
- *
- * <p><b>Java 8+ users:</b> use {@link Long#parseUnsignedLong(String)} instead.
- *
- * @throws NumberFormatException if the string does not contain a valid unsigned {@code long}
- * value
- * @throws NullPointerException if {@code string} is null (in contrast to {@link
- * Long#parseLong(String)})
- */
- @CanIgnoreReturnValue
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Aug 12 21:04:48 UTC 2024 - 17.6K bytes - Viewed (0) -
docs/features/caching.md
- - CallStart
- - **CacheMiss**
- - ProxySelectStart
- - ... Standard Events ...
- - CallEnd
- ### Conditional Cache Hit
- When cache flags require checking the cache results are still valid an early cacheConditionalHit event is
- received followed by a cache hit or miss. Critically in the cache hit scenario the server won’t send the response body.
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 3.1K bytes - Viewed (0) -
migrator/table_type.go
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Fri May 05 07:58:27 UTC 2023 - 688 bytes - Viewed (0) -
common-protos/k8s.io/api/certificates/v1beta1/generated.proto
- // 3. Signer whose configured minimum is longer than the requested duration
- //
- // The minimum valid value for expirationSeconds is 600, i.e. 10 minutes.
- //
- // +optional
- optional int32 expirationSeconds = 8;
- // allowedUsages specifies a set of usage contexts the key will be
- // valid for.
- // See:
- // https://tools.ietf.org/html/rfc5280#section-4.2.1.3
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 6.7K bytes - Viewed (0) -
docs/sts/assume-role.md
- | Params | Value |
- | :-- | :-- |
- | *Type* | *Integer* |
- | *Valid Range* | *Minimum value of 900. Maximum value of 31536000.* |
- | *Required* | *No* |
- ### Policy
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 29 04:28:45 UTC 2022 - 7.1K bytes - Viewed (0) -
regression-test/src/androidTest/java/okhttp/regression/LetsEncryptTest.java
- @Test public void getFailsWithoutAdditionalCert() throws IOException {
- OkHttpClient client = new OkHttpClient();
- boolean androidMorEarlier = Build.VERSION.SDK_INT <= 23;
- try {
- sendRequest(client, "https://valid-isrgrootx1.letsencrypt.org/robots.txt");
- if (androidMorEarlier) {
- fail();
- }
- } catch (SSLHandshakeException sslhe) {
- assertTrue(androidMorEarlier);
- }
- }
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Tue Nov 17 07:40:31 UTC 2020 - 6.1K bytes - Viewed (0) -
cmd/postpolicyform.go
- if err != nil {
- return parsedPolicy, err
- }
- parsedPolicy.Conditions.ContentLengthRange = contentLengthRange{
- Min: min,
- Max: max,
- Valid: true,
- }
- default:
- // Condition should be valid.
- return parsedPolicy, fmt.Errorf("Unknown type %s of conditional field value %s found in POST policy form",
- reflect.TypeOf(condt).String(), condt)
- }
- default:
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Sep 23 19:35:41 UTC 2024 - 12.4K bytes - Viewed (0)