- Sort Score
- Result 10 results
- Languages All
Results 1 - 9 of 9 for EOL (0.48 sec)
-
.gitattributes
*.sh eol=lf *.bat eol=crlf *.cmd eol=crlf *.dxf eol=crlf
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Jan 07 09:15:11 UTC 2018 - 103 bytes - Viewed (0) -
.gitattributes
* text=auto eol=lf *.bat text eol=crlf
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Wed Jul 28 09:21:57 UTC 2021 - 52 bytes - Viewed (0) -
.gitattributes
* text eol=lf # # The above will handle all files NOT found below # https://help.github.com/articles/dealing-with-line-endings/ # 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
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Sep 02 12:15:16 UTC 2020 - 1.1K bytes - Viewed (0) -
.gitattributes
*.sh eol=lf *.bat eol=crlf
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Sep 15 12:38:11 UTC 2013 - 61 bytes - Viewed (0) -
apache-maven/src/assembly/maven/bin/.gitattributes
mvn eol=lf crlf=input mvnDebug eol=lf crlf=input
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat May 23 07:59:32 UTC 2020 - 111 bytes - Viewed (0) -
.gitattributes
# Always check-out / check-in files with LF line endings. * text=auto eol=lf hack/verify-flags/known-flags.txt merge=union test/test_owners.csv merge=union **/zz_generated.*.go linguist-generated=true **/types.generated.go linguist-generated=true **/generated.pb.go linguist-generated=true **/generated.proto **/types_swagger_doc_generated.go linguist-generated=true api/openapi-spec/*.json linguist-generated=true
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Mon Oct 28 20:33:50 UTC 2024 - 510 bytes - Viewed (0) -
src/main/java/jcifs/ntlmssp/av/AvPair.java
* Provides common functionality for encoding and decoding attribute-value pairs. * * @author mbechler */ public class AvPair { /** * EOL type */ public static final int MsvAvEOL = 0x0; /** * Flags type */ public static final int MsvAvFlags = 0x6; /** * Timestamp type */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.1K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/internal/PlexusContainerDefaultDependenciesValidator.java
PluginValidationManager.IssueLocality.EXTERNAL, session, pluginArtifact, "Plugin depends on plexus-container-default, which is EOL"); } }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 2.2K bytes - Viewed (0) -
build-logic/jvm/src/main/kotlin/gradlebuild/startscript/tasks/GradleStartScriptGenerator.kt
if (agentJarNames.isEmpty()) { return } var replacementsCount = 0 // readLines eats EOLs, so we need to use postfix to make sure the last line ends with EOL too. writeBytes(readLines().joinToString(separator = separator, postfix = separator) { line -> when { // We assume that the declaration is not empty.
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Apr 08 01:46:59 UTC 2025 - 6.3K bytes - Viewed (0)