Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 223 for 0_81 (0.09 sec)

  1. src/main/java/jcifs/smb1/netbios/NbtException.java

        // session service error codes
        public static final int CONNECTION_REFUSED    = -1; 
        public static final int NOT_LISTENING_CALLED  = 0x80;
        public static final int NOT_LISTENING_CALLING = 0x81;
        public static final int CALLED_NOT_PRESENT    = 0x82;
        public static final int NO_RESOURCES          = 0x83;
        public static final int UNSPECIFIED           = 0x8F;
    
        public int errorClass;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 3.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/netbios/SessionServicePacket.java

    import java.io.IOException;
    import java.io.InputStream;
    
    public abstract class SessionServicePacket { 
    
        // session service packet types 
        static final int SESSION_MESSAGE = 0x00; 
        static final int SESSION_REQUEST = 0x81; 
        public static final int POSITIVE_SESSION_RESPONSE = 0x82; 
        public static final int NEGATIVE_SESSION_RESPONSE = 0x83; 
        static final int SESSION_RETARGET_RESPONSE = 0x84; 
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 4.8K bytes
    - Viewed (0)
  3. cmd/batch-expire_gen.go

    		return
    	}
    	// write "Purge"
    	err = en.Append(0xa5, 0x50, 0x75, 0x72, 0x67, 0x65)
    	if err != nil {
    		return
    	}
    	// map header, size 1
    	// write "RetainVersions"
    	err = en.Append(0x81, 0xae, 0x52, 0x65, 0x74, 0x61, 0x69, 0x6e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73)
    	if err != nil {
    		return
    	}
    	err = en.WriteInt(z.Purge.RetainVersions)
    	if err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Dec 02 10:51:33 UTC 2023
    - 19.8K bytes
    - Viewed (0)
  4. src/crypto/x509/oid_test.go

    	{[]byte{41, 255, 255, 255, 255, 127}, true, "1.1.34359738367", []uint64{1, 1, 34359738367}},
    	{[]byte{42, 255, 255, 255, 255, 255, 255, 255, 255, 127}, true, "1.2.9223372036854775807", []uint64{1, 2, 9223372036854775807}},
    	{[]byte{43, 0x81, 255, 255, 255, 255, 255, 255, 255, 255, 127}, true, "1.3.18446744073709551615", []uint64{1, 3, 18446744073709551615}},
    	{[]byte{44, 0x83, 255, 255, 255, 255, 255, 255, 255, 255, 127}, true, "1.4.36893488147419103231", nil},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 19:10:38 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  5. src/vendor/golang.org/x/net/idna/tables9.0.0.go

    	{value: 0x0018, lo: 0xb7, hi: 0xb7},
    	{value: 0x0008, lo: 0xb8, hi: 0xbf},
    	// Block 0x1, offset 0x8
    	{value: 0x0000, lo: 0x10},
    	{value: 0x0008, lo: 0x80, hi: 0x80},
    	{value: 0xe01d, lo: 0x81, hi: 0x81},
    	{value: 0x0008, lo: 0x82, hi: 0x82},
    	{value: 0x0335, lo: 0x83, hi: 0x83},
    	{value: 0x034d, lo: 0x84, hi: 0x84},
    	{value: 0x0365, lo: 0x85, hi: 0x85},
    	{value: 0xe00d, lo: 0x86, hi: 0x86},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 263.4K bytes
    - Viewed (0)
  6. src/hash/fnv/fnv_test.go

    }
    
    var golden32 = []golden{
    	{[]byte{0x81, 0x1c, 0x9d, 0xc5}, "", "fnv\x01\x81\x1c\x9d\xc5"},
    	{[]byte{0x05, 0x0c, 0x5d, 0x7e}, "a", "fnv\x01\x81\x1c\x9d\xc5"},
    	{[]byte{0x70, 0x77, 0x2d, 0x38}, "ab", "fnv\x01\x05\f]~"},
    	{[]byte{0x43, 0x9c, 0x2f, 0x4b}, "abc", "fnv\x01\x05\f]~"},
    }
    
    var golden32a = []golden{
    	{[]byte{0x81, 0x1c, 0x9d, 0xc5}, "", "fnv\x02\x81\x1c\x9d\xc5"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 01 21:04:12 UTC 2017
    - 7.3K bytes
    - Viewed (0)
  7. src/vendor/golang.org/x/net/idna/tables10.0.0.go

    	{value: 0x0018, lo: 0xb7, hi: 0xb7},
    	{value: 0x0008, lo: 0xb8, hi: 0xbf},
    	// Block 0x1, offset 0x8
    	{value: 0x0000, lo: 0x10},
    	{value: 0x0008, lo: 0x80, hi: 0x80},
    	{value: 0xe01d, lo: 0x81, hi: 0x81},
    	{value: 0x0008, lo: 0x82, hi: 0x82},
    	{value: 0x0335, lo: 0x83, hi: 0x83},
    	{value: 0x034d, lo: 0x84, hi: 0x84},
    	{value: 0x0365, lo: 0x85, hi: 0x85},
    	{value: 0xe00d, lo: 0x86, hi: 0x86},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 267.2K bytes
    - Viewed (0)
  8. src/main/java/jcifs/netbios/SessionServicePacket.java

    import java.io.InputStream;
    
    
    /**
     *
     */
    public abstract class SessionServicePacket {
    
        // session service packet types
        static final int SESSION_MESSAGE = 0x00;
        static final int SESSION_REQUEST = 0x81;
    
        /**
         * 
         */
        public static final int POSITIVE_SESSION_RESPONSE = 0x82;
    
        /**
         * 
         */
        public static final int NEGATIVE_SESSION_RESPONSE = 0x83;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 4.6K bytes
    - Viewed (0)
  9. src/vendor/golang.org/x/net/idna/tables13.0.0.go

    	{value: 0x0018, lo: 0xb7, hi: 0xb7},
    	{value: 0x0008, lo: 0xb8, hi: 0xbf},
    	// Block 0x1, offset 0x8
    	{value: 0x0000, lo: 0x10},
    	{value: 0x0008, lo: 0x80, hi: 0x80},
    	{value: 0xe01d, lo: 0x81, hi: 0x81},
    	{value: 0x0008, lo: 0x82, hi: 0x82},
    	{value: 0x0335, lo: 0x83, hi: 0x83},
    	{value: 0x034d, lo: 0x84, hi: 0x84},
    	{value: 0x0365, lo: 0x85, hi: 0x85},
    	{value: 0xe00d, lo: 0x86, hi: 0x86},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 284.3K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/x86/asm6.go

    	{AADCL, yaddl, Px, opBytes{0x83, 02, 0x15, 0x81, 02, 0x11, 0x13}},
    	{AADCQ, yaddl, Pw, opBytes{0x83, 02, 0x15, 0x81, 02, 0x11, 0x13}},
    	{AADCW, yaddl, Pe, opBytes{0x83, 02, 0x15, 0x81, 02, 0x11, 0x13}},
    	{AADCXL, yml_rl, Pq4, opBytes{0xf6}},
    	{AADCXQ, yml_rl, Pq4w, opBytes{0xf6}},
    	{AADDB, yxorb, Pb, opBytes{0x04, 0x80, 00, 0x00, 0x02}},
    	{AADDL, yaddl, Px, opBytes{0x83, 00, 0x05, 0x81, 00, 0x01, 0x03}},
    	{AADDPD, yxm, Pq, opBytes{0x58}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top