- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 172 for normalizer (0.08 seconds)
-
compat/maven-compat/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java
} normalized = true; } else { repos.add((ArtifactRepository) repository); } } if (normalized) { return repos; } } return (List<ArtifactRepository>) repositories; }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 12.2K bytes - Click Count (0) -
src/main/java/org/codelibs/core/convert/FloatConversionUtil.java
Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 3.6K bytes - Click Count (0) -
src/main/java/org/codelibs/core/convert/LongConversionUtil.java
Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 3.2K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/path/DefaultPathTranslator.java
path = path.replace('\\', File.separatorChar).replace('/', File.separatorChar); File file = new File(path); if (file.isAbsolute()) { // path was already absolute, just normalize file separator and we're done result = file.getPath(); } else if (file.getPath().startsWith(File.separator)) {
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 2.1K bytes - Click Count (0) -
.gitattributes
# https://github.com/Danimoth/gitattributes # These are explicitly windows files and should use crlf *.bat text eol=crlf # These files are text and should be normalized (Convert crlf => lf) *.bash text eol=lf *.css text diff=css *.htm text diff=html *.html text diff=html *.java text diff=java *.sh text eol=lf
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Sep 02 12:15:16 GMT 2020 - 1.1K bytes - Click Count (0) -
src/main/java/org/codelibs/core/convert/IntegerConversionUtil.java
Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 3.2K bytes - Click Count (0) -
build-logic/documentation/src/test/groovy/gradlebuild/docs/UserGuideTransformTaskTest.groovy
when: def actual = UserGuideTransformTask.normalise(content) then: actual == "test test test" } def usesUnixLineEndings() { given: String content = "test\r\ntest\r\ntest" when: def actual = UserGuideTransformTask.normalise(content) then: actual == "test\ntest\ntest" }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Jul 27 19:28:51 GMT 2021 - 1.9K bytes - Click Count (0) -
src/main/java/org/codelibs/core/convert/DoubleConversionUtil.java
Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 3.6K bytes - Click Count (0) -
src/main/java/org/codelibs/core/convert/ByteConversionUtil.java
Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 3.7K bytes - Click Count (0) -
src/main/java/org/codelibs/core/net/URLUtil.java
throw new IORuntimeException(e); } } /** * Returns the normalized protocol. * * @param protocol * The protocol. Must not be {@literal null} or empty. * @return The normalized protocol. */ public static String toCanonicalProtocol(final String protocol) { assertArgumentNotEmpty("protocol", protocol);
Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 6.8K bytes - Click Count (0)