- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 736 for Varint (0.37 sec)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/path/DefaultUrlNormalizer.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:27:34 UTC 2025 - 2K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/DefaultMavenProjectBuilderTest.java
// Should only build the parent project, not discover the child assertEquals(1, results.size()); MavenProject parent = results.get(0).getProject(); assertEquals("parent", parent.getArtifactId()); // The subprojects list should be empty since we explicitly defined an empty <subprojects /> element assertTrue(parent.getModel().getDelegate().getSubprojects().isEmpty()); }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 17:20:31 UTC 2025 - 33.7K bytes - Viewed (0) -
api/go1.17.txt
pkg math (darwin-arm64), const MaxInt = 9223372036854775807 pkg math (darwin-arm64), const MaxUint = 18446744073709551615 pkg math (darwin-arm64), const MinInt = -9223372036854775808 pkg math (darwin-arm64-cgo), const MaxInt = 9223372036854775807 pkg math (darwin-arm64-cgo), const MaxUint = 18446744073709551615 pkg math (darwin-arm64-cgo), const MinInt = -9223372036854775808 pkg math (freebsd-386), const MaxInt = 2147483647
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 18K bytes - Viewed (0) -
src/main/java/jcifs/smb/ShareEnumIterator.java
private final ResourceFilter filter; private final SmbResource parent; private SmbResource next; /** * @param parent * @param delegate * @param filter * */ public ShareEnumIterator(final SmbResource parent, final Iterator<FileEntry> delegate, final ResourceFilter filter) { this.parent = parent; this.delegate = delegate; this.filter = filter;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 3.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/allcommon/EsAbstractBehavior.java
} public <T> T[] toArray(final T[] a) { return parent.toArray(a); } public boolean add(final E e) { return parent.add(e); } public boolean remove(final Object o) { return parent.remove(o); } public boolean containsAll(final Collection<?> c) { return parent.containsAll(c);Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 07:01:25 UTC 2025 - 26.4K bytes - Viewed (0) -
compat/maven-model-builder/src/test/resources/poms/inheritance/plugin-configuration-child.xml
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/NetServerEnumIteratorTest.java
assertTrue(exception.getMessage().contains("invalid")); verify(treeHandle, never()).acquire(); } @Test @DisplayName("Constructor should handle null parent") void testConstructor_NullParent_ThrowsNPE() { // When & Then: Null parent should cause NullPointerExceptionRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.8K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/MavenProjectTest.java
} @Test void testIdentityProtoInheritance() { Parent parent = new Parent(); parent.setGroupId("test-group"); parent.setVersion("1000"); parent.setArtifactId("test-artifact"); Model model = new Model(); model.setParent(parent); model.setArtifactId("real-artifact"); MavenProject project = new MavenProject(model);Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 28 09:44:37 UTC 2025 - 9.3K bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/internal/extension/model/CoreExtension.java
/** * The version of the extension. */ private String version; /** * The class loading strategy: 'self-first' (the default), * 'parent-first' (loads classes from the parent, then from the * extension) or 'plugin' (follows the rules from extensions * defined as plugins). */ private String classLoadingStrategy = "self-first"; // -----------/Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Oct 27 13:24:03 UTC 2025 - 4.5K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/resolution/ModelResolver.java
* </p> * * @param parent The parent coordinates to resolve, must not be {@code null}. * * @return The source of the requested POM, never {@code null}. * * @throws UnresolvableModelException If the POM could not be resolved from any configured repository. * @since 3.2.2 * * @see Parent#clone() */Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Apr 05 11:52:05 UTC 2025 - 5.8K bytes - Viewed (0)