- Sort Score
- Num 10 results
- Language All
Results 111 - 120 of 148 for 8a00 (0.12 seconds)
-
docs/pt/docs/advanced/generate-clients.md
### Hey API { #hey-api } Depois que tivermos uma aplicação FastAPI com os modelos, podemos usar o Hey API para gerar um cliente TypeScript. A forma mais rápida é via npx. ```sh npx @hey-api/openapi-ts -i http://localhost:8000/openapi.json -o src/client ``` Isso gerará um SDK TypeScript em `./src/client`.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 10.5K bytes - Click Count (0) -
docs/distributed/README.md
For example, an 16-server distributed setup with 200 drives per node would continue serving files, up to 4 servers can be offline in default configuration i.e around 800 drives down MinIO would continue to read and write objects.
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 8.9K bytes - Click Count (0) -
docs/fr/docs/advanced/behind-a-proxy.md
Si le client essaie d'aller à `/items`, par défaut, il sera redirigé vers `/items/`. Mais avant de définir l'option de CLI `--forwarded-allow-ips`, il pourrait rediriger vers `http://localhost:8000/items/`. Mais peut‑être que votre application est hébergée à `https://mysuperapp.com`, et la redirection devrait être vers `https://mysuperapp.com/items/`.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 17.4K bytes - Click Count (0) -
docs/pt/docs/advanced/behind-a-proxy.md
Se o cliente tentar ir para `/items`, por padrão, ele seria redirecionado para `/items/`. Mas antes de definir a opção de linha de comando `--forwarded-allow-ips`, poderia redirecionar para `http://localhost:8000/items/`. Mas talvez sua aplicação esteja hospedada em `https://mysuperapp.com`, e o redirecionamento deveria ser para `https://mysuperapp.com/items/`.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 16.6K bytes - Click Count (0) -
docs/ja/docs/advanced/generate-clients.md
OpenAPI に含まれるこれらのモデル情報を使って、**クライアントコードを生成**できます。 ### Hey API { #hey-api } モデルを備えた FastAPI アプリがあれば、Hey API で TypeScript クライアントを生成できます。最も手早い方法は npx を使うことです。 ```sh npx @hey-api/openapi-ts -i http://localhost:8000/openapi.json -o src/client ``` これで TypeScript SDK が `./src/client` に生成されます。 [`@hey-api/openapi-ts` のインストール方法](https://heyapi.dev/openapi-ts/get-started)や、[生成物の詳細](https://heyapi.dev/openapi-ts/output)は公式サイトを参照してください。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 11.1K bytes - Click Count (0) -
docs/ja/docs/tutorial/query-params-str-validations.md
例えば、URL内に複数回出現するクエリパラメータ`q`を宣言するには以下のように書きます: {* ../../docs_src/query_params_str_validations/tutorial011_an_py310.py hl[9] *} そして、次のような URL なら: ``` http://localhost:8000/items/?q=foo&q=bar ``` *path operation function* 内の *function parameter* `q` で、複数の `q` *query parameters'* 値(`foo` と `bar`)を Python の `list` として受け取ります。 そのため、このURLのレスポンスは以下のようになります: ```JSON {Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 20.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/chat/ChatClientTest.java
private final List<String> searchedQueries = new ArrayList<>(); private List<Map<String, Object>> searchResultsToReturn = Collections.emptyList(); private int testAssistantMaxChars = 800; private int testSummaryMaxChars = 800; void setSearchResults(final List<Map<String, Object>> results) { this.searchResultsToReturn = results; } List<String> getSearchedQueries() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 40.6K bytes - Click Count (0) -
docs/zh/docs/advanced/generate-clients.md
OpenAPI 中包含的这些模型信息就是用于**生成客户端代码**的基础。 ### Hey API { #hey-api } 当我们有了带模型的 FastAPI 应用后,可以使用 Hey API 来生成 TypeScript 客户端。最快的方式是通过 npx: ```sh npx @hey-api/openapi-ts -i http://localhost:8000/openapi.json -o src/client ``` 这会在 `./src/client` 生成一个 TypeScript SDK。 你可以在其官网了解如何[安装 `@hey-api/openapi-ts`](https://heyapi.dev/openapi-ts/get-started),以及阅读[生成结果](https://heyapi.dev/openapi-ts/output)的说明。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 8.9K bytes - Click Count (0) -
cmd/erasure-decode_test.go
} func BenchmarkErasureDecode_16_40MB(b *testing.B) { const size = 40 * 1024 * 1024 b.Run(" 00000000|00000000 ", func(b *testing.B) { benchmarkErasureDecode(8, 8, 0, 0, size, b) }) b.Run(" 00000000|X0000000 ", func(b *testing.B) { benchmarkErasureDecode(8, 8, 0, 1, size, b) }) b.Run(" X0000000|00000000 ", func(b *testing.B) { benchmarkErasureDecode(8, 8, 1, 0, size, b) })
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 21K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/transfer/FileSizeFormatTest.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Mar 21 04:56:21 GMT 2025 - 14.9K bytes - Click Count (0)