- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 18 for EOL (0.01 seconds)
-
src/test/java/jcifs/ntlmssp/av/AvPairsTest.java
// Check EOL assertEquals(AvPair.MsvAvEOL, SMBUtil.readInt2(encoded, 8), "Should end with EOL"); assertEquals(0, SMBUtil.readInt2(encoded, 10), "EOL length should be 0"); } /** * Test encode with multiple pairs */ @Test @DisplayName("Encode multiple AvPairs with EOL") void testEncodeMultiplePairs() {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 20.5K bytes - Click Count (0) -
.gitattributes
* text=auto eol=lf *.bat text eol=crlf
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Jul 28 09:21:57 GMT 2021 - 52 bytes - Click Count (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
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Sep 02 12:15:16 GMT 2020 - 1.1K bytes - Click Count (0) -
apache-maven/src/assembly/maven/bin/.gitattributes
mvn eol=lf crlf=input mvnDebug eol=lf crlf=input
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat May 23 07:59:32 GMT 2020 - 111 bytes - Click Count (0) -
.gitattributes
CHANGELOG.asciidoc merge=union # These files contain expected text output, and should not be changed on # Windows
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Sep 07 19:45:23 GMT 2021 - 221 bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbRandomAccessFile.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 18.8K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/SmbRandomAccessFile.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 14.1K bytes - Click Count (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
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Mon Oct 28 20:33:50 GMT 2024 - 510 bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt
val unixScript = """ mkdir -p $PERFORMANCE_TEST_SPLIT_DIRECTORY_NAME rm -rf $PERFORMANCE_TEST_SPLIT_DIRECTORY_NAME/*-$fileNamePostfix cat > $PERFORMANCE_TEST_SPLIT_DIRECTORY_NAME/$action-$fileNamePostfix << EOL ${csvLines.joinToString("\n")} EOL echo "Performance tests to be ${action}d in this build" cat $PERFORMANCE_TEST_SPLIT_DIRECTORY_NAME/$action-$fileNamePostfix """Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 29 01:37:22 GMT 2026 - 17.2K bytes - Click Count (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 */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2.1K bytes - Click Count (0)