Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 53 for 4764 (0.17 sec)

  1. src/cmd/link/internal/arm64/asm.go

    		addLabelSyms(s, 8, 8*64)
    	}
    	if s := ldr.Lookup("runtime.duffzero", sym.SymVerABIInternal); s != 0 && ldr.AttrReachable(s) {
    		addLabelSyms(s, 4, 4*64)
    	}
    
    	if ctxt.IsDarwin() {
    		big := false
    		for _, seg := range ld.Segments {
    			if seg.Length >= machoRelocLimit {
    				big = true
    				break
    			}
    		}
    		if !big {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 30 20:09:45 UTC 2024
    - 47K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * 馃寪 Add Korean translation for `docs/tutorial/cors.md`. PR [#3764](https://github.com/tiangolo/fastapi/pull/3764) by [@NinaHwang](https://github.com/NinaHwang).
    
    ### Internal
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  3. tests/migrate_test.go

    	AssertEqual(t, true, DB.Migrator().HasTable("coupon_product_1"))
    	AssertEqual(t, true, DB.Migrator().HasTable("coupon_product_2"))
    }
    
    // https://github.com/go-gorm/gorm/issues/4760
    func TestMigrateAutoIncrement(t *testing.T) {
    	type AutoIncrementStruct struct {
    		ID     int64   `gorm:"primarykey;autoIncrement"`
    		Field1 uint32  `gorm:"column:field1"`
    		Field2 float32 `gorm:"column:field2"`
    	}
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Mon Mar 18 11:24:16 UTC 2024
    - 56.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.4.md

    * Add extensions/replicaset to federation-apiserver ([#24764](https://github.com/kubernetes/kubernetes/pull/24764), [@jianhuiz](https://github.com/jianhuiz))
    * federation: Adding namespaces API ([#26298](https://github.com/kubernetes/kubernetes/pull/26298), [@nikhiljindal](https://github.com/nikhiljindal))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  5. src/time/time_test.go

    		allocs := int(testing.AllocsPerRun(100, mt.fn))
    		if allocs > mt.count {
    			t.Errorf("%s: %d allocs, want %d", mt.desc, allocs, mt.count)
    		}
    	}
    }
    
    func TestLoadFixed(t *testing.T) {
    	// Issue 4064: handle locations without any zone transitions.
    	loc, err := LoadLocation("Etc/GMT+1")
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	// The tzdata name Etc/GMT+1 uses "east is negative",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:13:47 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  6. src/runtime/pprof/pprof_test.go

    func TestEmptyCallStack(t *testing.T) {
    	name := fmt.Sprintf("test18836_%d", emptyCallStackTestRun)
    	emptyCallStackTestRun++
    
    	t.Parallel()
    	var buf strings.Builder
    	p := NewProfile(name)
    
    	p.Add("foo", 47674)
    	p.WriteTo(&buf, 1)
    	p.Remove("foo")
    	got := buf.String()
    	prefix := name + " profile: total 1\n"
    	if !strings.HasPrefix(got, prefix) {
    		t.Fatalf("got:\n\t%q\nwant prefix:\n\t%q\n", got, prefix)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
  7. src/runtime/zcallback_windows_arm64.s

    	MOVD	$471, R12
    	B	runtime路callbackasm1(SB)
    	MOVD	$472, R12
    	B	runtime路callbackasm1(SB)
    	MOVD	$473, R12
    	B	runtime路callbackasm1(SB)
    	MOVD	$474, R12
    	B	runtime路callbackasm1(SB)
    	MOVD	$475, R12
    	B	runtime路callbackasm1(SB)
    	MOVD	$476, R12
    	B	runtime路callbackasm1(SB)
    	MOVD	$477, R12
    	B	runtime路callbackasm1(SB)
    	MOVD	$478, R12
    	B	runtime路callbackasm1(SB)
    	MOVD	$479, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  8. src/runtime/zcallback_windows_arm.s

    	MOVW	$471, R12
    	B	runtime路callbackasm1(SB)
    	MOVW	$472, R12
    	B	runtime路callbackasm1(SB)
    	MOVW	$473, R12
    	B	runtime路callbackasm1(SB)
    	MOVW	$474, R12
    	B	runtime路callbackasm1(SB)
    	MOVW	$475, R12
    	B	runtime路callbackasm1(SB)
    	MOVW	$476, R12
    	B	runtime路callbackasm1(SB)
    	MOVW	$477, R12
    	B	runtime路callbackasm1(SB)
    	MOVW	$478, R12
    	B	runtime路callbackasm1(SB)
    	MOVW	$479, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  9. src/debug/elf/elf.go

    	R_RISCV_SUB16         R_RISCV = 38 /* 16-bit label subtraction */
    	R_RISCV_SUB32         R_RISCV = 39 /* 32-bit label subtraction */
    	R_RISCV_SUB64         R_RISCV = 40 /* 64-bit label subtraction */
    	R_RISCV_GNU_VTINHERIT R_RISCV = 41 /* GNU C++ vtable hierarchy */
    	R_RISCV_GNU_VTENTRY   R_RISCV = 42 /* GNU C++ vtable member usage */
    	R_RISCV_ALIGN         R_RISCV = 43 /* Alignment statement */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/windows/zerrors_windows.go

    	RPC_S_INVALID_NAF_ID                                                      syscall.Errno = 1763
    	RPC_S_CANNOT_SUPPORT                                                      syscall.Errno = 1764
    	RPC_S_NO_CONTEXT_AVAILABLE                                                syscall.Errno = 1765
    	RPC_S_INTERNAL_ERROR                                                      syscall.Errno = 1766
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 923.3K bytes
    - Viewed (0)
Back to top