Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for EOL (1.21 sec)

  1. .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)
  2. .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)
  3. 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)
Back to top