Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 41 for 4764 (0.07 sec)

  1. cmd/server-main.go

      4. Start distributed MinIO server in an expanded setup, run the following command on all the nodes
         {{.Prompt}} {{.HelpName}} http://node{1...16}.example.com/mnt/export{1...32} \
                http://node{17...64}.example.com/mnt/export{1...64}
    
      5. Start distributed MinIO server, with FTP and SFTP servers on all interfaces via port 8021, 8022 respectively
         {{.Prompt}} {{.HelpName}} http://node{1...4}.example.com/mnt/export{1...4} \
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 04 15:12:57 UTC 2024
    - 34.5K bytes
    - Viewed (1)
  2. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit-icons.min.js

    rg/2000/svg"><path d="M10,0.5 C4.76,0.5 0.5,4.76 0.5,10 C0.5,15.24 4.76,19.5 10,19.5 C15.24,19.5 19.5,15.24 19.5,10 C19.5,4.76 15.24,0.5 10,0.5 L10,0.5 Z M10,1.5 C11.49,1.5 12.89,1.88 14.11,2.56 L11.85,4.82 C11.27,4.61 10.65,4.5 10,4.5 C9.21,4.5 8.47,4.67 7.79,4.96 L5.58,2.75 C6.87,1.95 8.38,1.5 10,1.5 L10,1.5 Z M4.96,7.8 C4.67,8.48 4.5,9.21 4.5,10 C4.5,10.65 4.61,11.27 4.83,11.85 L2.56,14.11 C1.88,12.89 1.5,11.49 1.5,10 C1.5,8.38 1.95,6.87 2.75,5.58 L4.96,7.79 L4.96,7.8 L4.96,7.8 Z M10,18.5 C8.25,18.5...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 62.5K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/xcoff.go

    	XMC_BS     = 9  // BSS class
    	XMC_DS     = 10 // Function descriptor
    	XMC_UC     = 11 // Unnamed FORTRAN common
    	XMC_TC0    = 15 // TOC anchor
    	XMC_TD     = 16 // Scalar data entry in the TOC
    	XMC_SV64   = 17 // 64-bit supervisor call descriptor
    	XMC_SV3264 = 18 // Supervisor call descriptor for both 32-bit and 64-bit
    	XMC_TL     = 20 // Read/Write thread-local data
    	XMC_UL     = 21 // Read/Write thread-local data (.tbss)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  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/internal/obj/arm64/asm7.go

    	SPOP_ZVA:     {3, 7, 4, 1, true},
    	SPOP_CVAC:    {3, 7, 10, 1, true},
    	SPOP_CVAU:    {3, 7, 11, 1, true},
    	SPOP_CIVAC:   {3, 7, 14, 1, true},
    	SPOP_IGVAC:   {0, 7, 6, 3, true},
    	SPOP_IGSW:    {0, 7, 6, 4, true},
    	SPOP_IGDVAC:  {0, 7, 6, 5, true},
    	SPOP_IGDSW:   {0, 7, 6, 6, true},
    	SPOP_CGSW:    {0, 7, 10, 4, true},
    	SPOP_CGDSW:   {0, 7, 10, 6, true},
    	SPOP_CIGSW:   {0, 7, 14, 4, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
Back to top