- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 203 for child2 (0.23 sec)
-
compat/maven-compat/src/test/java/org/apache/maven/project/inheritance/t12scm/ProjectInheritanceTest.java
File pom0 = new File(localRepo, "p0/pom.xml"); File pom0Basedir = pom0.getParentFile(); File pom1 = new File(pom0Basedir, "modules/p1/pom.xml"); // load the child project, which inherits from p0... MavenProject project0 = getProject(pom0); MavenProject project1 = getProject(pom1); assertEquals(project1.getScm().getUrl(), project0.getScm().getUrl() + "/modules/p1");Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Mar 30 23:08:36 UTC 2025 - 3K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/internal/transformation/impl/ConsumerPomBuilderTest.java
.thenReturn(resolverResult); Node node = Mockito.mock(Node.class); Mockito.when(resolverResult.getRoot()).thenReturn(node); Node child = Mockito.mock(Node.class); Mockito.when(node.getChildren()).thenReturn(List.of(child)); services.addAll(List.of( new DefaultRequestCacheFactory(), new DefaultArtifactCoordinatesFactory(),
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Nov 06 18:32:25 UTC 2025 - 7.2K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css.map
flex-start;\n}\n\n.btn-toolbar .input-group {\n width: auto;\n}\n\n.btn-group > .btn:not(:first-child),\n.btn-group > .btn-group:not(:first-child) {\n margin-left: -1px;\n}\n\n.btn-group > .btn:not(:last-child):not(.dropdown-toggle),\n.btn-group > .btn-group:not(:last-child) > .btn {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.btn-group > .btn:not(:first-child),\n.btn-group > .btn-group:not(:first-child) > .btn {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n....Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (3) -
src/main/java/jcifs/smb/ShareEnumIterator.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 3.5K bytes - Viewed (0) -
impl/maven-core/src/test/projects/project-builder/MNG-6723/pom.xml
<modelVersion>4.0.0</modelVersion> <groupId>example.eclipse-548652</groupId> <artifactId>parent</artifactId> <version>0.0.1-SNAPSHOT</version> <packaging>pom</packaging> <modules> <module>child</module> </modules>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 488 bytes - Viewed (0) -
impl/maven-core/src/test/projects/project-builder/MNG-6723/child/pom.xml
<modelVersion>4.0.0</modelVersion> <parent> <groupId>example.eclipse-548652</groupId> <artifactId>parent</artifactId> <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>child</artifactId> <packaging>jar</packaging>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 498 bytes - Viewed (0) -
apache-maven/src/assembly/maven/conf/maven-user.properties
# Format: RequestType { scope:SCOPE ref:REFERENCE_TYPE } # # SCOPE OPTIONS: # session - Cache for entire Maven session (all modules in multi-module build) # request - Cache only for current request + its child requests # none - Disable caching entirely # # REFERENCE OPTIONS: # hard - Strong reference (stays in memory, faster access) # soft - Weak reference (can be garbage collected under memory pressure) #Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:45:25 UTC 2025 - 2.8K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/impl/LogHelperImpl.java
final String url = (String) objs[2]; final Throwable e = (Throwable) objs[3]; if (logger.isDebugEnabled()) { logger.debug("Child URL: {} from {}", url, urlQueue.getUrl(), e); } } /** * Processes child URLs processing exception log events. * * @param objs the log objects (should contain UrlQueue and Set of RequestData) */
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 02:01:26 UTC 2025 - 14K bytes - Viewed (0) -
impl/maven-core/src/test/projects/project-builder/MNG-6983/pom.xml
<parent> <groupId>org.example</groupId> <artifactId>parent</artifactId> <version>0.0.1-SNAPSHOT</version> <relativePath>./parent-pom.xml</relativePath> </parent> <artifactId>child</artifactId> <packaging>jar</packaging> <build> <plugins> <plugin> <groupId>${codehaus.groupId}</groupId> <artifactId>build-helper-maven-plugin</artifactId>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 753 bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/lease/DirectoryCacheEntryTest.java
// Add a child entry.updateChild(childName, 1024L, 1000L, false, 0x20, 500L, 800L); assertTrue(entry.hasChild(childName)); // Remove the child entry.removeChild(childName); assertFalse(entry.hasChild(childName)); assertTrue(entry.hasChanges()); // Remove non-existent child - should not change stateRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 01:47:47 UTC 2025 - 8.4K bytes - Viewed (0)