- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for svn (0.01 sec)
-
helm/minio/.helmignore
# This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. .DS_Store # Common VCS dirs .git/ .gitignore .bzr/ .bzrignore .hg/ .hgignore .svn/ # Common backup files *.swp *.bak *.tmp *~ # Various IDEs .project .idea/ *.tmproj # OWNERS file for Kubernetes
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 20 22:30:54 UTC 2021 - 368 bytes - Viewed (0) -
impl/maven-core/src/test/remote-repo/org/apache/maven/maven/2.0/maven-2.0.pom
<distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/tags/maven-2.0</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0</developerConnection> <url>http://svn.apache.org/viewcvs.cgi/maven/components/tags/maven-2.0</url> </scm> <organization>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 8.6K bytes - Viewed (0) -
.gitignore
**/target/** .project .classpath .settings/ .svn/ .jbang/ # Intellij *.ipr *.iml .idea !.idea/icon.png /bootstrap /dependencies.xml .java-version .checkstyle .factorypath # VSCode .vscode/ # Mac
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 14 10:54:20 UTC 2025 - 209 bytes - Viewed (0) -
apache-maven/src/assembly/src.xml
<exclude>%regex[(?!((?!target/)[^/]+/)*src/).*target.*]</exclude> <exclude>**/*.log</exclude> <exclude>**/.gitignore</exclude> <exclude>**/.gitattributes</exclude> <exclude>init-git-svn.sh</exclude> <exclude>**/.repository/**</exclude> <exclude>**/.classpath</exclude> <exclude>**/.project</exclude> <exclude>**/.settings/**</exclude> <exclude>**/*.iml</exclude>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Apr 27 13:14:24 UTC 2022 - 2.2K bytes - Viewed (0) -
impl/maven-core/src/test/remote-repo/org/apache/apache/1/apache-1.pom
</organization> <url>http://www.apache.org/</url> <repositories> <repository> <id>apache.snapshots</id> <name>Apache Snapshot Repository</name> <url>http://svn.apache.org/maven-snapshot-repository</url> <releases> <enabled>false</enabled> </releases> </repository> </repositories> <distributionManagement>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.3K bytes - Viewed (0) -
guava/src/com/google/common/hash/Murmur3_128HashFunction.java
import java.io.Serializable; import java.nio.ByteBuffer; import java.nio.ByteOrder; import org.jspecify.annotations.Nullable; /** * See MurmurHash3_x64_128 in <a href="http://smhasher.googlecode.com/svn/trunk/MurmurHash3.cpp">the * C++ implementation</a>. * * @author Austin Appleby * @author Dimitris Andreou */ @Immutable @SuppressWarnings("IdentifierName") // the best we could do for adjacent digit blocks
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Apr 14 16:36:11 UTC 2025 - 5.8K bytes - Viewed (0)