Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 62 for 0x012A (0.09 sec)

  1. src/main/java/jcifs/netbios/NameServicePacket.java

        static final int CFT_ERR = 0x7;
    
        // type/class
        static final int NB_IN = 0x00200001;
        static final int NBSTAT_IN = 0x00210001;
        static final int NB = 0x0020;
        static final int NBSTAT = 0x0021;
        static final int IN = 0x0001;
        static final int A = 0x0001;
        static final int NS = 0x0002;
        static final int NULL = 0x000a;
    
        static final int HEADER_LENGTH = 12;
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 12K bytes
    - Viewed (0)
  2. test/string_lit.go

    		"backslashes")
    	assert("\\a\\b\\f\\n\\r\\t\\v\\\\\\\"",
    		`\a\b\f\n\r\t\v\\\"`,
    		"backslashes (backquote)")
    	assert("\x00\x53\000\xca\376S몾몾",
    		"\000\123\x00\312\xFE\u0053\ubabe\U0000babe",
    		"backslashes 2")
    	assert("\\000\\123\\x00\\312\\xFE\\u0123\\ubabe\\U0000babe",
    		`\000\123\x00\312\xFE\u0123\ubabe\U0000babe`,
    		"backslashes 2 (backquote)")
    	assert("\\x\\u\\U\\", `\x\u\U\`, "backslash 3 (backquote)")
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 13 01:17:02 UTC 2013
    - 3.6K bytes
    - Viewed (0)
  3. src/cmd/gofmt/testdata/go2numbers.golden

    	_ = 1234i
    	_ = 1234567i
    
    	_ = 0i
    	_ = 0i
    	_ = 8i
    	_ = 0i
    	_ = 123i
    	_ = 123i
    	_ = 56_789i
    	_ = 1_234i
    	_ = 1_234_567i
    
    	_ = 0.i
    	_ = 123.i
    	_ = 0123.i
    	_ = 000123.i
    
    	_ = 0e0i
    	_ = 123e0i
    	_ = 0123e0i
    	_ = 000123e0i
    
    	_ = 0.e+1i
    	_ = 123.e-1_0i
    	_ = 01_23.e123i
    	_ = 00_01_23.e123i
    
    	_ = 0b1010i
    	_ = 0b1010i
    	_ = 0o660i
    	_ = 0o660i
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 21 17:24:29 UTC 2019
    - 1.9K bytes
    - Viewed (0)
  4. src/internal/syscall/unix/at_sysnum_darwin.go

    // license that can be found in the LICENSE file.
    
    package unix
    
    const (
    	AT_EACCESS          = 0x10
    	AT_FDCWD            = -0x2
    	AT_REMOVEDIR        = 0x80
    	AT_SYMLINK_NOFOLLOW = 0x0020
    
    	UTIME_OMIT = -0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 19 15:02:38 UTC 2024
    - 318 bytes
    - Viewed (0)
  5. test/stringrange.go

    // Test range over strings.
    
    package main
    
    import (
    	"fmt"
    	"os"
    	"unicode/utf8"
    )
    
    func main() {
    	s := "\000\123\x00\xca\xFE\u0123\ubabe\U0000babe\U0010FFFFx"
    	expect := []rune{0, 0123, 0, 0xFFFD, 0xFFFD, 0x123, 0xbabe, 0xbabe, 0x10FFFF, 'x'}
    	offset := 0
    	var i int
    	var c rune
    	ok := true
    	cnum := 0
    	for i, c = range s {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 08 21:01:23 UTC 2012
    - 1.5K bytes
    - Viewed (0)
  6. subprojects/core/src/test/groovy/org/gradle/api/internal/changedetection/state/CachingFileHasherTest.groovy

        def cache = Mock(IndexedCache)
        def cacheAccess = Mock(CrossBuildFileHashCache)
        def timeStampInspector = Mock(FileTimeStampInspector)
        def hash = TestHashCodes.hashCodeFrom(0x0123)
        def oldHash = TestHashCodes.hashCodeFrom(0x0321)
        def file = tmpDir.createFile("testfile")
        def fileSystem = TestFiles.fileSystem()
        def statisticsCollector = Mock(FileHasherStatistics.Collector)
        CachingFileHasher hasher
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 10 13:47:15 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  7. test/char_lit.go

    import "os"
    
    func main() {
    	var i uint64 =
    		' ' +
    		'a' +
    		'ä' +
    		'本' +
    		'\a' +
    		'\b' +
    		'\f' +
    		'\n' +
    		'\r' +
    		'\t' +
    		'\v' +
    		'\\' +
    		'\'' +
    		'\000' +
    		'\123' +
    		'\x00' +
    		'\xca' +
    		'\xFE' +
    		'\u0123' +
    		'\ubabe' +
    		'\U0010FFFF' +
    		'\U000ebabe'
    	if '\U000ebabe' != 0x000ebabe {
    		print("ebabe wrong\n")
    		os.Exit(1)
    	}
    	if i != 0x20e213 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Feb 19 02:19:43 UTC 2012
    - 657 bytes
    - Viewed (0)
  8. src/main/java/jcifs/smb1/smb1/SmbConstants.java

        static final int FLAGS_TREE_COPY                   = 0x0020; 
    
        // open function
        static final int OPEN_FUNCTION_FAIL_IF_EXISTS      = 0x0000;
        static final int OPEN_FUNCTION_OVERWRITE_IF_EXISTS = 0x0020;
    
        static final int PID = (int)( Math.random() * 65536d );
    
        static final int SECURITY_SHARE = 0x00;
        static final int SECURITY_USER  = 0x01;
    
        static final int CMD_OFFSET        = 4;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 8.4K bytes
    - Viewed (0)
  9. src/main/java/jcifs/SmbConstants.java

        static final int FLAGS_VERIFY_ALL_WRITES = 0x0010;
        static final int FLAGS_TREE_COPY = 0x0020;
    
        // open function
        static final int OPEN_FUNCTION_FAIL_IF_EXISTS = 0x0000;
        static final int OPEN_FUNCTION_OVERWRITE_IF_EXISTS = 0x0020;
    
        static final int SECURITY_SHARE = 0x00;
        static final int SECURITY_USER = 0x01;
    
        static final int CMD_OFFSET = 4;
        static final int ERROR_CODE_OFFSET = 5;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 8.9K bytes
    - Viewed (0)
  10. src/debug/pe/pe.go

    	IMAGE_FILE_LINE_NUMS_STRIPPED      = 0x0004
    	IMAGE_FILE_LOCAL_SYMS_STRIPPED     = 0x0008
    	IMAGE_FILE_AGGRESIVE_WS_TRIM       = 0x0010
    	IMAGE_FILE_LARGE_ADDRESS_AWARE     = 0x0020
    	IMAGE_FILE_BYTES_REVERSED_LO       = 0x0080
    	IMAGE_FILE_32BIT_MACHINE           = 0x0100
    	IMAGE_FILE_DEBUG_STRIPPED          = 0x0200
    	IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP = 0x0400
    	IMAGE_FILE_NET_RUN_FROM_SWAP       = 0x0800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 09 01:21:43 UTC 2022
    - 6.6K bytes
    - Viewed (0)
Back to top