- Sort Score
- Num 10 results
- Language All
Results 1761 - 1770 of 2,119 for Info (0.04 seconds)
-
docs/ko/docs/python-types.md
예를 들어, `str`의 `list`인 변수를 정의해봅시다. 같은 콜론(`:`) 문법으로 변수를 선언합니다. 타입으로 `list`를 넣습니다. `list`는 내부 타입을 포함하는 타입이므로, 그 타입들을 대괄호 안에 넣습니다: {* ../../docs_src/python_types/tutorial006_py310.py hl[1] *} /// info | 정보 대괄호 안의 내부 타입은 "type parameters"라고 부릅니다. 이 경우 `str`이 `list`에 전달된 타입 매개변수입니다. /// 이는 "변수 `items`는 `list`이고, 이 `list`의 각 아이템은 `str`이다"라는 뜻입니다.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 13K bytes - Click Count (0) -
docs/pt/docs/advanced/strict-content-type.md
Com essa configuração, requisições sem um cabeçalho `Content-Type` terão o corpo interpretado como JSON, o mesmo comportamento das versões mais antigas do FastAPI. /// info | Informação Esse comportamento e configuração foram adicionados no FastAPI 0.132.0.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:13 GMT 2026 - 3.5K bytes - Click Count (0) -
tests/test_tutorial/test_body_multiple_params/test_tutorial004.py
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 12 13:19:43 GMT 2026 - 10K bytes - Click Count (0) -
docs/es/docs/tutorial/response-status-code.md
/// El parámetro `status_code` recibe un número con el código de estado HTTP. /// info | Información `status_code` también puede recibir un `IntEnum`, como por ejemplo el [`http.HTTPStatus`](https://docs.python.org/3/library/http.html#http.HTTPStatus) de Python. /// Esto hará:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 4.3K bytes - Click Count (0) -
docs/tr/docs/tutorial/cors.md
### Basit request'ler { #simple-requests } `Origin` header’ı olan herhangi bir request. Bu durumda middleware request’i normal şekilde geçirir, ancak response’a uygun CORS header’larını ekler. ## Daha Fazla Bilgi { #more-info } <abbr title="Cross-Origin Resource Sharing - Kökenler Arası Kaynak Paylaşımı">CORS</abbr> hakkında daha fazla bilgi için [Mozilla CORS dokümantasyonu](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)na bakın.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 5.8K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.29.md
- `alpha` support (guarded by the `ServiceAccountTokenPodNodeInfo` feature gate) for including the node name (and uid, if the node exists) as additional claims in service account tokens it issues which are bound to pods, and `authentication.kubernetes.io/node-name` and `authentication.kubernetes.io/node-uid` extra user info when the token is used to authenticate.
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Mar 12 00:36:01 GMT 2025 - 429.6K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/sso/SsoManager.java
* * @param authenticator The SSO authenticator to register */ public void register(final SsoAuthenticator authenticator) { if (logger.isInfoEnabled()) { logger.info("Loaded SsoAuthenticator: {}", authenticator.getClass().getSimpleName()); } authenticatorList.add(authenticator); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 5.3K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/ClassDocPropertiesBuilder.java
Map<String, PropertyDoc> props = new TreeMap<String, PropertyDoc>(); List<ClassDoc> superTypes = classDoc.getSuperTypes(); for (ClassDoc superType : superTypes) { LOG.info("Getting properties for {}", superType.getName()); for (PropertyDoc propertyDoc : superType.getClassProperties()) {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 6.2K bytes - Click Count (0) -
docs/tr/docs/tutorial/body-multiple-params.md
```Python q: str | None = None ``` Örneğin: {* ../../docs_src/body_multiple_params/tutorial004_an_py310.py hl[28] *} /// info | Bilgi `Body`, `Query`, `Path` ve daha sonra göreceğiniz diğerleriyle aynı ek validasyon ve metadata parametrelerine de sahiptir. /// ## Tek bir body parametresini gömme { #embed-a-single-body-parameter }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 12:41:38 GMT 2026 - 5.1K bytes - Click Count (0) -
fess-crawler-opensearch/src/test/java/org/codelibs/fess/crawler/util/CrawlerWebServer.java
resourceHandler.setWelcomeFiles("index.html"); resourceHandler.setBaseResource(ResourceFactory.of(resourceHandler).newResource(Path.of(docRoot.getAbsolutePath()))); logger.info("serving {}", docRoot.getAbsolutePath()); server.setHandler(new Handler.Sequence(resourceHandler, new DefaultHandler())); } public void start() { try { server.start();
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Thu Jan 15 01:11:43 GMT 2026 - 5.5K bytes - Click Count (0)