Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for 359594 (0.11 sec)

  1. doc/next/9-todo.md

    None right now; more may come up later on.
    -->
    
    <!-- Maybe should be documented? Maybe shouldn't? Someone familiar with the change needs to determine.
    
    CL 359594 ("x/website/_content/ref/mod: document dotless module paths") - resolved go.dev/issue/32819 ("cmd/go: document that module names without dots are reserved") and also mentioned accepted proposal go.dev/issue/37641
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:18:52 UTC 2024
    - 6K bytes
    - Viewed (0)
  2. src/crypto/tls/testdata/Client-TLSv12-SCT

    00000040  31 f1 df 22 f3 42 58 b0  10 25 43 eb cc a8 00 01  |1..".BX..%C.....|
    00000050  7e 00 12 01 69 01 67 00  75 00 a4 b9 09 90 b4 18  |~...i.g.u.......|
    00000060  58 14 87 bb 13 a2 cc 67  70 0a 3c 35 98 04 f9 1b  |X......gp.<5....|
    00000070  df b8 e3 77 cd 0e c8 0d  dc 10 00 00 01 47 97 99  |...w.........G..|
    00000080  ee 16 00 00 04 03 00 46  30 44 02 20 1c 4b 82 5d  |.......F0D. .K.]|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  3. src/crypto/tls/testdata/Client-TLSv12-ALPN

    00000300  39 4d ab f4 68 92 14 6d  d5 75 db 10 4b 0c a4 19  |9M..h..m.u..K...|
    00000310  9e 67 42 d3 f8 3f 91 26  06 4d f9 34 9b ad 7c 85  |.gB..?.&.M.4..|.|
    00000320  ec 11 34 43 dd 7d a8 5b  0f 59 54 ff a3 92 dc 7c  |..4C.}.[.YT....||
    00000330  26 ee 07 0e cf bc e4 6a  1a da b9 d2 9a 62 bf de  |&......j.....b..|
    00000340  37 a6 68 e2 cd 21 8e 4e  a3 66 ee e1 74 45 7d 64  |7.h..!.N.f..tE}d|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  4. src/crypto/tls/testdata/Client-TLSv13-AES128-SHA256

    000003e0  04 ed d2 c4 1d 3d 37 1f  e1 62 f2                 |.....=7..b.|
    >>> Flow 3 (client to server)
    00000000  14 03 03 00 01 01 17 03  03 00 35 07 8e f6 0b 41  |..........5....A|
    00000010  be 74 45 99 5e 35 59 4f  2e 59 d4 37 77 ca 53 d4  |.tE.^5YO.Y.7w.S.|
    00000020  fd 33 bf dc 65 85 ee ad  c5 d6 94 7e 6e e8 02 cf  |.3..e......~n...|
    00000030  15 d2 04 cb e1 9f 5e 94  dd 5f 37 17 95 17 0c b7  |......^.._7.....|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  5. src/net/http/httputil/reverseproxy.go

    		return
    	}
    
    	backConnCloseCh := make(chan bool)
    	go func() {
    		// Ensure that the cancellation of a request closes the backend.
    		// See issue https://golang.org/issue/35559.
    		select {
    		case <-req.Context().Done():
    		case <-backConnCloseCh:
    		}
    		backConn.Close()
    	}()
    	defer close(backConnCloseCh)
    
    	if hijackErr != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 23:37:42 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  6. src/cmd/link/internal/ld/pcln.go

    			// function may be external symbols (from another
    			// shared library), and we don't load FuncInfo from the
    			// shared library. We will report potentially incorrect
    			// FuncID in this case. See https://go.dev/issue/55954.
    			panic(fmt.Sprintf("inlined function %s missing func info", ldr.SymName(call.Func)))
    		}
    
    		// Construct runtime.inlinedCall value.
    		const size = 16
    		inlTreeSym.SetUint8(arch, int64(i*size+0), uint8(funcID))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  7. ChangeLog.md

    - [`KT-61955`](https://youtrack.jetbrains.com/issue/KT-61955) Support more wider actual member visibility, if the expect member is effectively final
    - [`KT-59504`](https://youtrack.jetbrains.com/issue/KT-59504) K2 compiler does not require resolved 'componentX' functions for the placeholder ('_') variables in the destructuring declarations
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  8. src/time/format_test.go

    		{-62167219200, 0},              // 0000-01-01T00:00:00Z
    		{1661201140, 676836973},        // 2022-08-22T20:45:40.676836973Z
    		{253402300799, 999999999},      // 9999-12-31T23:59:59.999999999Z
    		{math.MaxInt64, math.MaxInt64}, // -292277022365-05-08T08:17:07Z
    	} {
    		f.Add(ts[0], ts[1], true, false, 0)
    		f.Add(ts[0], ts[1], false, true, 0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:58:29 UTC 2024
    - 36.4K bytes
    - Viewed (0)
  9. src/hash/crc32/crc32_table_ppc64le.s

    DATA ·IEEEConst+3496(SB)/8,$0x000000002a6204e8
    
    	/* x^36928 mod p(x), x^36864 mod p(x) */
    DATA ·IEEEConst+3504(SB)/8,$0x000000013d7403b2
    DATA ·IEEEConst+3512(SB)/8,$0x00000000beb1d432
    
    	/* x^35904 mod p(x), x^35840 mod p(x) */
    DATA ·IEEEConst+3520(SB)/8,$0x00000001a4681842
    DATA ·IEEEConst+3528(SB)/8,$0x0000000135f3f1f0
    
    	/* x^34880 mod p(x), x^34816 mod p(x) */
    DATA ·IEEEConst+3536(SB)/8,$0x0000000167714492
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  10. src/cmd/link/link_test.go

    	env := []string{
    		"CGO_ENABLED=1",
    		"GOOS=ios",
    		"GOARCH=arm64",
    		"CC=" + strings.Join(CC, " "),
    		"CGO_CFLAGS=", // ensure CGO_CFLAGS does not contain any flags. Issue #35459
    		"CGO_LDFLAGS=" + strings.Join(CGO_LDFLAGS, " "),
    	}
    	cmd.Env = append(os.Environ(), env...)
    	t.Logf("%q %v", env, cmd)
    	if out, err := cmd.CombinedOutput(); err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:02 UTC 2024
    - 43.5K bytes
    - Viewed (0)
Back to top