- Sort Score
- Num 10 results
- Language All
Results 1601 - 1610 of 2,275 for inf1 (0.05 seconds)
-
docs/zh/docs/tutorial/path-operation-configuration.md
## 响应描述 { #response-description } `response_description` 参数用于定义响应的描述说明: {* ../../docs_src/path_operation_configuration/tutorial005_py310.py hl[18] *} /// info | 信息 注意,`response_description` 只用于描述响应,`description` 一般则用于描述*路径操作*。 /// /// check | 检查 OpenAPI 规定每个*路径操作*都要有响应描述。 如果没有定义响应描述,**FastAPI** 则自动生成内容为 "Successful response" 的响应描述。 ///Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 3.7K bytes - Click Count (0) -
docs/uk/docs/how-to/separate-openapi-schemas.md
У такому разі ви можете вимкнути цю можливість у **FastAPI** параметром `separate_input_output_schemas=False`. /// info | Інформація Підтримку `separate_input_output_schemas` додано у FastAPI `0.102.0`. 🤓 /// {* ../../docs_src/separate_openapi_schemas/tutorial002_py310.py hl[10] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:43:14 GMT 2026 - 6.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/duplicatehost/ApiAdminDuplicatehostAction.java
* * @param body search parameters for filtering and pagination * @return JSON response containing duplicate host settings list with pagination info */ @Execute public JsonResponse<ApiResult> settings(final SearchBody body) { validateApi(body, messages -> {}); final DuplicateHostPager pager = copyBeanToNewBean(body, DuplicateHostPager.class);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 8.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/login/LoginAction.java
return asHtml(virtualHost(path_Login_NewpasswordJsp)); } catch (final LoginFailureException lfe) { if (logger.isInfoEnabled()) { logger.info("Login failed for user: username={}, reason={}", username, lfe.getMessage()); } activityHelper.loginFailure(OptionalThing.of(new LocalUserCredential(username, password)));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 02 06:18:24 GMT 2026 - 8.9K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/FindMissingDocumentationFiles.java
List<String> allErrors = new ArrayList<>(); Set<String> allExistingAnchors = findAllAdocAnchors(directoryPath); for (File jsonFile : jsonFiles) { getLogger().info("Verifying documentation for file: {}", jsonFile.getName()); allErrors.addAll(findMissingAdocFiles(jsonFile, directoryPath)); allErrors.addAll(findMissingAnchors(jsonFile, allExistingAnchors));
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Aug 21 15:38:58 GMT 2025 - 8.5K bytes - Click Count (0) -
src/test/java/jcifs/smb1/smb1/SmbComTransactionTest.java
void testToString() { String result = transaction.toString(); assertNotNull(result, "toString should not return null"); assertTrue(result.contains("command="), "toString should contain command info"); } @Test @DisplayName("Test parameter and data writing methods") void testWriteMethods() { byte[] buffer = new byte[1024];
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 8.9K bytes - Click Count (0) -
docs/de/docs/tutorial/cors.md
Jeder Request mit einem `Origin`-Header. In diesem Fall wird die Middleware den Request wie gewohnt durchlassen, aber entsprechende CORS-Header in die Response aufnehmen. ## Weitere Informationen { #more-info } Weitere Informationen zu <abbr title="Cross-Origin Resource Sharing – Ressourcenfreigabe zwischen Ursprüngen">CORS</abbr> finden Sie in der [Mozilla CORS-Dokumentation](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS).Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 6K bytes - Click Count (0) -
docs/en/docs/how-to/separate-openapi-schemas.md
In that case, you can disable this feature in **FastAPI**, with the parameter `separate_input_output_schemas=False`. /// info Support for `separate_input_output_schemas` was added in FastAPI `0.102.0`. 🤓 /// {* ../../docs_src/separate_openapi_schemas/tutorial002_py310.py hl[10] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Dec 20 15:55:38 GMT 2025 - 4.5K bytes - Click Count (0) -
internal/config/lambda/parse.go
logger.LogOnceIf(ctx, logSubsys, err, id, errKind...) } // ErrTargetsOffline - Indicates single/multiple target failures. var ErrTargetsOffline = errors.New("one or more targets are offline. Please use `mc admin info --json` to check the offline targets") // TestSubSysLambdaTargets - tests notification targets of given subsystem func TestSubSysLambdaTargets(ctx context.Context, cfg config.Config, subSys string, transport *http.Transport) error {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 6K bytes - Click Count (0) -
docs/pt/docs/advanced/custom-response.md
* Importe `HTMLResponse`. * Passe `HTMLResponse` como o parâmetro de `response_class` do seu *decorador de operação de rota*. {* ../../docs_src/custom_response/tutorial002_py310.py hl[2,7] *} /// info | Informação O parâmetro `response_class` também será usado para definir o "media type" da resposta. Neste caso, o cabeçalho HTTP `Content-Type` será definido como `text/html`. E será documentado como tal no OpenAPI.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 12K bytes - Click Count (0)