- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 577 for Live (0.03 sec)
-
.github/ISSUE_TEMPLATE/bug_report.md
- ## Possible Solution
- <!--- Not obligatory, but suggest a fix/reason for the bug, -->
- <!--- or ideas how to implement the addition or change -->
- ## Steps to Reproduce (for bugs)
- <!--- Provide a link to a live example, or an unambiguous set of steps to -->
- <!--- reproduce this bug. Include code to reproduce, if relevant -->
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jan 20 17:37:40 UTC 2022 - 1.7K bytes - Viewed (0) -
docs/de/docs/tutorial/body-nested-models.md
- "name": "Foo",
- "description": "The pretender",
- "price": 42.0,
- "tax": 3.2,
- "tags": ["rock", "metal", "bar"],
- "image": {
- "url": "http://example.com/baz.jpg",
- "name": "The Foo live"
- }
- }
- ```
- Wiederum, nur mit dieser Deklaration erhalten Sie von **FastAPI**:
- * Editor-Unterstützung (Codevervollständigung, usw.), selbst für verschachtelte Modelle
- * Datenkonvertierung
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.3K bytes - Viewed (0) -
android/guava/src/com/google/common/graph/Graph.java
- *
- * @since 29.0
- */
- @Override
- ElementOrder<N> incidentEdgeOrder();
- //
- // Element-level accessors
- //
- /**
- * Returns a live view of the nodes which have an incident edge in common with {@code node} in
- * this graph.
- *
- * <p>This is equal to the union of {@link #predecessors(Object)} and {@link #successors(Object)}.
- *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 10 15:41:27 UTC 2024 - 13.7K bytes - Viewed (0) -
guava/src/com/google/common/graph/Graph.java
- *
- * @since 29.0
- */
- @Override
- ElementOrder<N> incidentEdgeOrder();
- //
- // Element-level accessors
- //
- /**
- * Returns a live view of the nodes which have an incident edge in common with {@code node} in
- * this graph.
- *
- * <p>This is equal to the union of {@link #predecessors(Object)} and {@link #successors(Object)}.
- *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 10 15:41:27 UTC 2024 - 13.7K bytes - Viewed (0) -
docs/metrics/README.md
- MinIO server has two healthcheck related un-authenticated endpoints, a liveness probe to indicate if server is responding, cluster probe to check if server can be taken down for maintenance.
- - Liveness probe available at `/minio/health/live`
- - Cluster probe available at `/minio/health/cluster`
- Read more on how to use these endpoints in [MinIO healthcheck guide](https://github.com/minio/minio/blob/master/docs/metrics/healthcheck/README.md).
- ## Prometheus Probe
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Feb 29 18:35:20 UTC 2024 - 1.9K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/ResponseJvmTest.kt
- assertThat(response.trailers()).isEmpty()
- }
- @Test
- fun testFailsIfTrailersNotSet() {
- val response =
- newResponse("".toResponseBody()) {
- // All live paths (Http1, Http2) in OkHttp do this
- trailers { error("trailers not available") }
- }
- assertFailsWith<IllegalStateException>(message = "trailers not available") {
- response.trailers()
- }
- }
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 3.1K bytes - Viewed (0) -
cmd/healthcheck-router.go
- package cmd
- import (
- "net/http"
- "github.com/minio/mux"
- )
- const (
- healthCheckPath = "/health"
- healthCheckLivenessPath = "/live"
- healthCheckReadinessPath = "/ready"
- healthCheckClusterPath = "/cluster"
- healthCheckClusterReadPath = "/cluster/read"
- healthCheckPathPrefix = minioReservedBucketPath + healthCheckPath
- )
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jan 23 11:12:47 UTC 2023 - 2.3K bytes - Viewed (0) -
docs/ru/docs/tutorial/body-nested-models.md
- "name": "Foo",
- "description": "The pretender",
- "price": 42.0,
- "tax": 3.2,
- "tags": ["rock", "metal", "bar"],
- "image": {
- "url": "http://example.com/baz.jpg",
- "name": "The Foo live"
- }
- }
- ```
- Ещё раз: сделав такое объявление, с помощью **FastAPI** вы получите:
- * Поддержку редакторов IDE (автодополнение и т.д), даже для вложенных моделей
- * Преобразование данных
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 14.8K bytes - Viewed (0) -
docs/ko/docs/tutorial/body-nested-models.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 7.6K bytes - Viewed (0) -
docs/en/docs/tutorial/body-nested-models.md
- "name": "Foo",
- "description": "The pretender",
- "price": 42.0,
- "tax": 3.2,
- "tags": ["rock", "metal", "bar"],
- "image": {
- "url": "http://example.com/baz.jpg",
- "name": "The Foo live"
- }
- }
- ```
- Again, doing just that declaration, with **FastAPI** you get:
- * Editor support (completion, etc.), even for nested models
- * Data conversion
- * Data validation
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.4K bytes - Viewed (0)