- Sort Score
- Result 10 results
- Languages All
Results 631 - 640 of 906 for sessions (0.08 sec)
-
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/conflict/ConflictResolver.java
* */ @Deprecated public interface ConflictResolver { String ROLE = ConflictResolver.class.getName(); /** * Determines which of the specified versions of an artifact to use when there are conflicting declarations. * * @param node1 the first artifact declaration * @param node2 the second artifact declarationRegistered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.6K bytes - Viewed (0) -
docs/em/docs/advanced/additional-responses.md
## ๐ โน ๐ ๐ ๐จ ๐ โซ๏ธโ โซ๏ธโ ๐ ๐ช ๐ ๐จ, ๐ ๐ช โ ๐ ๐ ๐ ๐ง: * <a href="https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#responsesObject" class="external-link" target="_blank">๐ ๐จ ๐</a>, โซ๏ธ ๐ `Response Object`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.8K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/usability/plugin/ExpressionDocumenter.java
/** * ExpressionDocumenter */ @Deprecated public class ExpressionDocumenter { private static final String[] EXPRESSION_ROOTS = {"project", "settings", "session", "plugin", "rootless"}; private static final String EXPRESSION_DOCO_ROOTPATH = "META-INF/maven/plugin-expressions/"; private static Map<String, Expression> expressionDocumentation;Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 5.2K bytes - Viewed (0) -
docs/ko/docs/tutorial/sql-databases.md
{* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[21:22] hl[21:22] *} ### ์ธ์ ์์กด์ฑ ์์ฑํ๊ธฐ **`Session`**์ **๋ฉ๋ชจ๋ฆฌ์ ๊ฐ์ฒด**๋ฅผ ์ ์ฅํ๊ณ ๋ฐ์ดํฐ์ ํ์ํ ๋ชจ๋ ๋ณ๊ฒฝ ์ฌํญ์ ์ถ์ ํ ํ, **`engine`์ ํตํด** ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ํต์ ํฉ๋๋ค. `yield`๋ฅผ ์ฌ์ฉํด FastAPI์ **์์กด์ฑ**์ ์์ฑํ์ฌ ๊ฐ ์์ฒญ๋ง๋ค ์๋ก์ด `Session`์ ์ ๊ณตํฉ๋๋ค. ์ด๋ ์์ฒญ๋น ํ๋์ ์ธ์ ๋ง ์ฌ์ฉ๋๋๋ก ๋ณด์ฅํฉ๋๋ค. ๐ค ๊ทธ๋ฐ ๋ค์ ์ด ์์กด์ฑ์ ์ฌ์ฉํ๋ ์ฝ๋๋ฅผ ๊ฐ์ํํ๊ธฐ ์ํด `Annotated` ์์กด์ฑ `SessionDep`์ ์์ฑํฉ๋๋ค.Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Dec 24 16:14:29 UTC 2024 - 18K bytes - Viewed (0) -
src/main/java/jcifs/internal/util/StringUtil.java
/** * Utility class providing string manipulation methods for the jCIFS library. * Contains helper methods for string operations, including backported JDK functionality * for compatibility with older Java versions. */ public final class StringUtil { /** * */ private StringUtil() { } /** * Implementation of {@link java.lang.String#join} backported for JDK7. *Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.8K bytes - Viewed (0) -
docs/ja/docs/tutorial/schema-extra-example.md
ใใฎใใใOpenAPIใงใฏๅใ็ฎ็ใฎใใใซ<a href="https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md#fixed-fields-20" class="external-link" target="_blank">`example`</a>ใ็ฌ่ชใซๅฎ็พฉใใฆใใ๏ผ`examples`ใงใฏใชใ`example`ใจใใฆ๏ผใใใใdocs UI๏ผSwagger UIใไฝฟ็จ๏ผใงไฝฟ็จใใใฆใใพใใ ใคใพใใ`example`ใฏJSON Schemaใฎไธ้จใงใฏใใใพใใใใOpenAPIใฎไธ้จใงใใใใใใdocs UIใงไฝฟ็จใใใใใจใซใชใใพใใ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.9K bytes - Viewed (0) -
docs/sts/tls.md
</AssumeRoleWithCertificateResponse> ``` ## Authentication Flow A client can request temp. S3 credentials via the STS API. It can authenticate via a client certificate and obtain a access/secret key pair as well as a session token. These credentials are associated to an S3 policy at the MinIO server.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 6K bytes - Viewed (1) -
cmd/metrics-v3-ilm.go
ilmTransitionMissedImmediateTasksMD = NewCounterMD(transitionMissedImmediateTasks, "Number of missed immediate ILM transition tasks") ilmVersionsScannedMD = NewCounterMD(versionsScanned, "Total number of object versions checked for ILM actions since server start") ) // loadILMMetrics - `MetricsLoaderFn` for ILM metrics. func loadILMMetrics(_ context.Context, m MetricValues, _ *metricsCache) error { if globalExpiryState != nil {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Jun 06 09:36:25 UTC 2024 - 2.3K bytes - Viewed (0) -
.github/workflows/update-jdks.yml
signoff: true sign-commits: true commit-message: "Update jdks.yaml" add-paths: .teamcity/jdks.yaml title: "Update jdks.yaml" body: "This PR updates JDK to the latest versions available in `.teamcity/jdks.yaml`." delete-branch: true branch: "devprod/update-jdks" branch-suffix: timestamp labels: | in:building-gradleRegistered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Tue Aug 12 07:00:55 UTC 2025 - 2.1K bytes - Viewed (0) -
docs/es/docs/tutorial/path-params-numeric-validations.md
Si tienes una versiรณn anterior, obtendrรกs errores al intentar usar `Annotated`. Asegรบrate de [Actualizar la versiรณn de FastAPI](../deployment/versions.md#upgrading-the-fastapi-versions){.internal-link target=_blank} a al menos la 0.95.1 antes de usar `Annotated`. /// ## Declarar metadatos Puedes declarar todos los mismos parรกmetros que para `Query`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 6.1K bytes - Viewed (0)