- Sort Score
- Num 10 results
- Language All
Results 471 - 480 of 662 for middle (0.19 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecyclePluginAnalyzer.java
} return plugins.keySet(); } /** * Performs a lookup using Plexus API to make sure we can look up only "visible" (see Maven classloading) components * from current module and for example not extensions coming from other modules. */ private LifecycleMapping lookupLifecycleMapping(final String packaging) { return lookup.lookupOptional(LifecycleMapping.class, packaging).orElse(null);Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Apr 05 11:52:05 GMT 2025 - 9K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/graph/FilteredProjectDependencyGraph.java
// project, aka there can't be duplicates. return filtered; } // Distinct the projects to avoid duplicates. Duplicates are possible in multi-module projects. // // Given a scenario where there is an aggregate POM with modules A, B, C, D, and E and project E depends on
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Jun 19 16:34:39 GMT 2025 - 6.4K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/GAVUtilsTest.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 17.3K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/AbstractUpgradeStrategy.java
return null; } return Coordinates.of(groupId, artifactId, version); } /** * Computes all artifacts from all POMs in a multi-module project. * This includes resolving parent inheritance. * * @param context the upgrade context for logging * @param pomMap map of all POM files in the projectCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 7.1K bytes - Click Count (0) -
cmd/metrics-resource.go
if ts != nil { tot := ts.User + ts.System + ts.Idle + ts.Iowait + ts.Nice + ts.Steal cpuUserVal := math.Round(ts.User/tot*100*100) / 100 updateResourceMetrics(cpuSubsystem, cpuUser, cpuUserVal, labels, false) cpuSystemVal := math.Round(ts.System/tot*100*100) / 100 updateResourceMetrics(cpuSubsystem, cpuSystem, cpuSystemVal, labels, false) cpuIdleVal := math.Round(ts.Idle/tot*100*100) / 100Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Oct 10 18:57:03 GMT 2025 - 17.2K bytes - Click Count (0) -
docs/ko/docs/tutorial/first-steps.md
<span style="background-color:#007166"><font color="#D3D7CF"> module </font></span> ๐ main.py <span style="background-color:#007166"><font color="#D3D7CF"> code </font></span> Importing the FastAPI app object from the module with the following code:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 15K bytes - Click Count (0) -
internal/http/server.go
GlobalMinIOVersion string // GlobalDeploymentID - is sent in the header to all http targets GlobalDeploymentID string ) const ( // DefaultIdleTimeout for idle inactive connections DefaultIdleTimeout = 30 * time.Second // DefaultReadHeaderTimeout for very slow inactive connections DefaultReadHeaderTimeout = 30 * time.Second
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 6.5K bytes - Click Count (0) -
docs/ja/docs/how-to/custom-docs-ui-assets.md
**ReDoc** ็จใฎ้ๅธธใซ้ทใ JavaScript ใใกใคใซใ่กจ็คบใใใใฏใใงใใ ๅ ้ ญใฏๆฌกใฎใใใซใชใฃใฆใใใใใใใพใใ: ```JavaScript /*! For license information please see redoc.standalone.js.LICENSE.txt */ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("null")): ... ``` ใใใงใใขใใชใใ้็ใใกใคใซใ้ ไฟกใงใใฆใใใใจใใใใฆใใญใฅใกใณใ็จใฎ้็ใใกใคใซใๆญฃใใๅ ดๆใซ้ ็ฝฎใงใใฆใใใใจใ็ขบ่ชใงใใพใใ ๆฌกใซใใใญใฅใกใณใใงใใใใฎ้็ใใกใคใซใไฝฟ็จใใใใใซใขใใชใ่จญๅฎใใพใใCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 9.5K bytes - Click Count (0) -
docs/changelogs/changelog_4x.md
`multipart/mixed; boundary="abc"`. * New: `Authenticator.JAVA_NET_AUTHENTICATOR` forwards authentication requests to `java.net.Authenticator`. This obsoletes `JavaNetAuthenticator` in the `okhttp-urlconnection` module. * New: `CertificatePinner` now offers an API for inspecting the configured pins. * Upgrade: [Okio 2.6.0][okio_2_6_0]. ```kotlin implementation("com.squareup.okio:okio:2.6.0") ```
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Apr 17 13:25:31 GMT 2024 - 25.2K bytes - Click Count (0) -
docs/ko/docs/tutorial/bigger-applications.md
* `app/main.py` ํ์ผ์ด ์์ต๋๋ค. Python package(`__init__.py` ํ์ผ์ด ์๋ ๋๋ ํฐ๋ฆฌ) ์์ ์์ผ๋ฏ๋ก, ์ด package์ "module"์ ๋๋ค: `app.main`. * `app/dependencies.py` ํ์ผ๋ ์์ต๋๋ค. `app/main.py`์ ๋ง์ฐฌ๊ฐ์ง๋ก "module"์ ๋๋ค: `app.dependencies`. * `app/routers/` ํ์ ๋๋ ํฐ๋ฆฌ๊ฐ ์๊ณ , ์ฌ๊ธฐ์ ๋ `__init__.py` ํ์ผ์ด ์์ผ๋ฏ๋ก "Python subpackage"์ ๋๋ค: `app.routers`.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 21.5K bytes - Click Count (0)