- Sort Score
- Num 10 results
- Language All
Results 691 - 700 of 2,633 for paths (0.06 seconds)
-
compat/maven-model-builder/src/test/resources/poms/inheritance/module-path-not-artifactId-parent.xml
<groupId>inheritance</groupId> <artifactId>parent</artifactId> <version>11-SNAPSHOT</version> <name>Model inheritance test parent: module path != artifactId</name> <modules> <module>child</module> </modules> <!-- 5 URLs in the pom will be inherited with path added --> <url>http://www.apache.org/</url> <scm> <connection>scm:my-scm:http://domain.org/base</connection>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.7K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/inheritance/module-path-not-artifactId-expected.xml
<artifactId>child-artifact-id</artifactId> <version>11-SNAPSHOT</version> <name>Model inheritance test parent: module directory != artifactId</name> <description> artifactId == "child-artifact-id" but expect path on SCM and site == "child" feature: support "project.directory" property, ressembling future model addition of "directory" element along "artifactId" </description>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.1K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/inheritance/module-path-not-artifactId-child.xml
</parent> <artifactId>child-artifact-id</artifactId> <name>Model inheritance test parent: module directory != artifactId</name> <description> artifactId == "child-artifact-id" but expect path on SCM and site == "child" feature: support "project.directory" property, ressembling future model addition of "directory" element along "artifactId" </description> <properties>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.6K bytes - Click Count (0) -
src/archive/tar/testdata/pax-nul-path.tar
Joe Tsai <******@****.***> 1442533177 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Aug 11 03:12:47 GMT 2017 - 2.5K bytes - Click Count (0) -
lib/fips140/v1.26.0.zip
NewPublicKey65, }, { "Path/ML-DSA-65/2", "235A48DB4CA7916B884F", "1AC58A909DB4D7BC2473", "F8CE85CB2EC474FFBF5A", "AE9531A01738615B6D33", NewPrivateKey65, NewPublicKey65, }, { "Path/ML-DSA-65/3", "E13131B705A760305FEF", "B422093F95CC489C52F4", "CD365512C7E61BBAA130", "3C55E604DECA7B89A993", NewPrivateKey65, NewPublicKey65, }, { "Path/ML-DSA-65/4", "0A4793E040A4BC0D0F37", "622D26D536D4D66CD949", "6D9C7A795E48D80A892C", "3B141110B9F56540B2D4", NewPrivateKey65, NewPublicKey65, }, { "Path/ML-DSA-65/5", "F...Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/validation/basedir-system-path.xml
Guillaume Nodet <******@****.***> 1729859506 +0200
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.3K bytes - Click Count (0) -
src/archive/tar/testdata/pax-path-hdr.tar
Joe Tsai <******@****.***> 1443691829 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Nov 06 04:31:26 GMT 2015 - 1K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.28.md
### Bug or Regression
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Fri Sep 05 03:47:18 GMT 2025 - 456.9K bytes - Click Count (1) -
src/test/java/org/codelibs/fess/thumbnail/ThumbnailManagerTest.java
@Test public void test_FilePurgeVisitor_getDocId() throws IOException { // Test the getDocId logic without creating actual FilePurgeVisitor // The logic converts path to doc ID by removing path separators String pathStr = "_1/_2/docid123"; String expectedDocId = "_1_2docid123"; String actualDocId = pathStr.replace("/", "").replace("\\", "");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 20.4K bytes - Click Count (0) -
src/test/java/org/codelibs/core/io/ResourceTraversalTest.java
try { if (count < 10) { System.out.println(path); } System.out.println(path); assertThat(path, is(notNullValue())); assertThat(path, path.startsWith("junit") || path.startsWith("org/junit") || path.startsWith("org/hamcrest")Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 6K bytes - Click Count (0)