- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 732 for neuer (0.02 seconds)
-
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
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Dec 19 12:51:53 GMT 2025 - 1.4K bytes - Click Count (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(); /**Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 4K bytes - Click Count (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. *Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 4.9K bytes - Click Count (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
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 18:49:08 GMT 2025 - 1.4K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelProblemUtils.java
/** * Creates a user-friendly source hint for the specified model. * * @param model The model to create a source hint for, may be {@code null}. * @return The user-friendly source hint, never {@code null}. */ static String toSourceHint(Model model) { if (model == null) { return ""; } StringBuilder buffer = new StringBuilder(128);Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 4.9K bytes - Click Count (0) -
src/test/java/jcifs/dcerpc/msrpc/lsarpcTest.java
domainInfo.encode(mockNdrBuffer); verify(mockNdrBuffer, times(2)).enc_ndr_referent(null, 1); // name.buffer and sid verify(mockDeferredNdrBuffer, never()).enc_ndr_long(anyInt()); verify(mockDeferredNdrBuffer, never()).enc_ndr_short(anyShort()); // Note: NdrBuffer does not have encode method } @Test void testLsarDomainInfoDecode() throws NdrException {Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 60.8K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/prefix/PluginPrefixResult.java
/** * The resolved group id for the plugin. * * @return The resolved group id for the plugin, never {@code null}. */ String getGroupId(); /** * The resolved artifact id for the plugin. * * @return The resolved artifact id for the plugin, never {@code null}. */ String getArtifactId(); /** * The repository from which the plugin prefix was resolved.Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.6K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/classrealm/ClassRealmRequest.java
* * @return The modifiable list of packages/types to import from the parent realm, never {@code null}. */ List<String> getParentImports(); /** * Gets the packages/types to import from foreign realms. * * @return The modifiable map of packages/types to import from foreign realms, never {@code null}. */ Map<String, ClassLoader> getForeignImports(); /**Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.6K bytes - Click Count (0) -
compat/maven-settings-builder/src/main/java/org/apache/maven/settings/building/SettingsBuildingResult.java
*/ @Deprecated(since = "4.0.0") public interface SettingsBuildingResult { /** * Gets the assembled settings. * * @return The assembled settings, never {@code null}. */ Settings getEffectiveSettings(); /** * Gets the problems that were encountered during the settings building. Note that only problems of severityCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.8K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/OsService.java
* * @return the operating system name (never null) */ @Nonnull String name(); /** * Returns the OS architecture as reported by the system property "os.arch". * The value is converted to lowercase for consistency. * * @return the operating system architecture (never null) */ @Nonnull String arch(); /**Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Feb 10 14:12:18 GMT 2025 - 3.5K bytes - Click Count (0)