- Sort Score
- Result 10 results
- Languages All
Results 2021 - 2030 of 2,522 for detailed (0.14 sec)
-
docs/metrics/prometheus/README.md
```sh ./prometheus --help usage: prometheus [<flags>] The Prometheus monitoring server . . . ``` Refer [Prometheus documentation](https://prometheus.io/docs/introduction/first_steps/) for more details. ### 2. Configure authentication type for Prometheus metrics
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Apr 12 15:49:30 UTC 2024 - 7.1K bytes - Viewed (0) -
internal/s3select/json/preader.go
// but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package json import ( "bufio" "bytes" "io"
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Sep 23 19:35:41 UTC 2024 - 6.5K bytes - Viewed (0) -
internal/event/name.go
// but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package event import ( "encoding/json"
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed May 01 01:11:10 UTC 2024 - 10.4K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/connection/RealCall.kt
internal fun <E : IOException?> messageDone( exchange: Exchange, requestDone: Boolean, responseDone: Boolean, e: E, ): E { if (exchange != this.exchange) return e // This exchange was detached violently! var bothStreamsDone = false var callDone = false this.withLock { if (requestDone && requestBodyOpen || responseDone && responseBodyOpen) {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Apr 20 17:03:43 UTC 2024 - 17.9K bytes - Viewed (0) -
docs/em/docs/tutorial/query-params.md
``` ๐ฅ ๐ข ๐ข `needy` โ ๐ข ๐ข ๐ `str`. ๐ฅ ๐ ๐ ๐ ๐ฅ ๐ ๐: ``` http://127.0.0.1:8000/items/foo-item ``` ...๐ต โ โ ๐ข `needy`, ๐ ๐ ๐ โ ๐: ```JSON { "detail": [ { "loc": [ "query", "needy" ], "msg": "field required", "type": "value_error.missing" } ] }
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4.4K bytes - Viewed (0) -
docs/tr/docs/tutorial/query-params.md
Eฤer tarayฤฑcฤฑnฤฑzda ลu baฤlantฤฑyฤฑ: ``` http://127.0.0.1:8000/items/foo-item ``` ...`needy` parametresini eklemeden aรงarsanฤฑz ลuna benzer bir hata ile karลฤฑlaลฤฑrsฤฑnฤฑz: ```JSON { "detail": [ { "type": "missing", "loc": [ "query", "needy" ], "msg": "Field required", "input": null, "url": "https://errors.pydantic.dev/2.1/v/missing"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.9K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/package-info.java
* multi-level dependency graph to a simpler list where only the most relevant version of each artifact * (based on groupId and artifactId) is retained, resolving conflicts and eliminating duplicates to ensure * that each dependency is included only once in the final build.</p> *
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Tue Aug 27 21:13:34 UTC 2024 - 6.7K bytes - Viewed (0) -
docs/ko/docs/tutorial/security/simple-oauth2.md
์ ๊ธ ์์ด์ฝ์ ํด๋ฆญํ๊ณ ๋ก๊ทธ์์ํ ๋ค์ ๋์ผํ ์์ ์ ๋ค์ ์๋ํ๋ฉด ๋ค์๊ณผ ๊ฐ์ HTTP 401 ์ค๋ฅ๊ฐ ๋ฐ์ํฉ๋๋ค. ```JSON { "detail": "Not authenticated" } ``` ### ๋นํ์ฑ๋ ์ ์ ์ด์ ๋นํ์ฑ๋ ์ฌ์ฉ์๋ก ์๋ํ๊ณ , ์ธ์ฆํด๋ด ์๋ค: ์ ์ ๋ช : `alice` ํจ์ค์๋: `secret2` ๊ทธ๋ฆฌ๊ณ `/users/me` ๊ฒฝ๋ก์ ํจ๊ป `GET` ์์ ์ ์ฌ์ฉํด ๋ด ์๋ค. ๋ค์๊ณผ ๊ฐ์ "Inactive user" ์ค๋ฅ๊ฐ ๋ฐ์ํฉ๋๋ค: ```JSON { "detail": "Inactive user" } ``` ## ์์ฝ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.5K bytes - Viewed (0) -
docs/fr/docs/deployment/manually.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 5.3K bytes - Viewed (0) -
docs/en/docs/tutorial/query-params.md
If you open in your browser a URL like: ``` http://127.0.0.1:8000/items/foo-item ``` ...without adding the required parameter `needy`, you will see an error like: ```JSON { "detail": [ { "type": "missing", "loc": [ "query", "needy" ], "msg": "Field required", "input": null, "url": "https://errors.pydantic.dev/2.1/v/missing"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.1K bytes - Viewed (0)