- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 693 for neuer (0.02 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/VersionRangeResolverRequest.java
* * @return the artifact coordinates, never {@code null} */ @Nonnull ArtifactCoordinates getArtifactCoordinates(); /** * Gets the nature of repositories to query when resolving the version range. * This determines whether to search in release repositories, snapshot repositories, or both. * * @return the repository nature, never {@code null} */ @NonnullRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 16 13:41:14 UTC 2025 - 10.4K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/project/ProjectBuilder.java
* @param request The project building request that holds further parameters, must not be {@code null}. * @return The result of the project building, never {@code null}. * @throws ProjectBuildingException If the project descriptor could not be successfully built. */Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jul 23 10:13:56 UTC 2025 - 5.5K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/artifact/repository/RepositoryRequest.java
* * @param localRepository The local repository to use. * @return This request, never {@code null}. */ RepositoryRequest setLocalRepository(ArtifactRepository localRepository); /** * Gets the remote repositories to use. * * @return The remote repositories to use, never {@code null}. */ List<ArtifactRepository> getRemoteRepositories(); /**Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.1K bytes - Viewed (0) -
docs/uk/llm-prompt.md
### Quotes 1) Prefer Ukrainian guillemets «…» for quoted terms in prose, matching existing Ukrainian docs. 2) Never change quotes inside inline code, code blocks, URLs, or file paths. ### Ellipsis 1) Keep ellipsis style consistent with existing Ukrainian docs. 2) Never change `...` in code, URLs, or CLI examples. ### Preferred translations / glossary
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 19 12:51:53 UTC 2025 - 1.4K bytes - Viewed (0) -
docs/de/docs/advanced/events.md
Der Parameter `lifespan` der `FastAPI`-App benötigt einen **asynchronen Kontextmanager**, wir können ihm also unseren neuen asynchronen Kontextmanager `lifespan` übergeben. {* ../../docs_src/events/tutorial003_py39.py hl[22] *}Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 9.5K bytes - Viewed (0) -
compat/maven-settings-builder/src/main/java/org/apache/maven/settings/crypto/SettingsDecryptionRequest.java
* Gets the servers whose passwords should be decrypted. * * @return The servers to decrypt, never {@code null}. */ List<Server> getServers(); /** * Sets the servers whose passwords should be decrypted. * * @param servers The servers to decrypt, may be {@code null}. * @return This request, never {@code null}. */ SettingsDecryptionRequest setServers(List<Server> servers); /**Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2K bytes - Viewed (0) -
src/test/java/jcifs/smb/StaticJAASConfigurationTest.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7K bytes - Viewed (0) -
docs/zh/llm-prompt.md
1) Keep punctuation style consistent with existing Simplified Chinese docs (they often mix English terms like “FastAPI” with Chinese text). 2) Never change punctuation inside inline code, code blocks, URLs, or file paths. ### Ellipsis 1) Keep ellipsis style consistent within each document, prefer `...` over `……`. 2) Never change ellipsis in code, URLs, or CLI examples. ### Preferred translations / glossary
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 18:49:08 UTC 2025 - 1.4K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/classrealm/ClassRealmManager.java
* * @return The class realm hosting the Maven core, never {@code null}. */ ClassRealm getCoreRealm(); /** * Gets the class realm exposing the Maven API. This is basically a restricted view on the Maven core realm. * * @return The class realm exposing the Maven API, never {@code null}. */ ClassRealm getMavenApiRealm(); /**Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 4K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/configuration/BeanConfigurationRequest.java
/** * Sets the bean to configure. Eventually, a valid request must have a bean set. * * @param bean The bean to configure, may be {@code null}. * @return This request for chaining, never {@code null}. */ BeanConfigurationRequest setBean(Object bean); /** * Gets the configuration to unmarshal into the bean. *Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 4.9K bytes - Viewed (0)