Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 2,879 for forSet (0.16 sec)

  1. cmd/xl-storage-format-v1_gen_test.go

    Krishnan Parthasarathi <******@****.***> 1618853442 -0700
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 13.2K bytes
    - Viewed (0)
  2. cmd/xl-storage-format-v2_test.go

    Klaus Post <******@****.***> 1709920248 +0100
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 36.4K bytes
    - Viewed (0)
  3. operator/pkg/object/testdata/well-formed-with-space.yaml

    Xiaopeng Han <******@****.***> 1690313976 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 19:39:36 UTC 2023
    - 182 bytes
    - Viewed (0)
  4. pkg/controller/storageversiongc/gc_controller.go

    	key, quit := c.leaseQueue.Get()
    	if quit {
    		return false
    	}
    	defer c.leaseQueue.Done(key)
    
    	err := c.processDeletedLease(ctx, key)
    	if err == nil {
    		c.leaseQueue.Forget(key)
    		return true
    	}
    
    	utilruntime.HandleError(fmt.Errorf("lease %v failed with: %v", key, err))
    	c.leaseQueue.AddRateLimited(key)
    	return true
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 10K bytes
    - Viewed (0)
  5. subprojects/core-api/src/main/java/org/gradle/api/artifacts/dsl/DependencyConstraintHandler.java

         * potential components, the platform component will be selected, instead of the library.
         * An enforced platform is a platform for which the direct dependencies are forced, meaning
         * that they would override any other version found in the graph.
         *
         * @param notation the coordinates of the platform
         *
         * @since 5.0
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 23 15:47:10 UTC 2020
    - 3.5K bytes
    - Viewed (0)
  6. test/fixedbugs/issue27732a.go

    // Copyright 2019 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // This checks that the -smallframes flag forces a large variable to heap.
    
    package main
    
    const (
    	bufferLen = 200000
    )
    
    type kbyte []byte
    type circularBuffer [bufferLen]kbyte
    
    var sink byte
    
    func main() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 28 19:27:20 UTC 2019
    - 472 bytes
    - Viewed (0)
  7. operator/pkg/object/testdata/well-formed-with-space.out.yaml

    Xiaopeng Han <******@****.***> 1690313976 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 19:39:36 UTC 2023
    - 147 bytes
    - Viewed (0)
  8. test/fixedbugs/issue4323.go

    // Copyright 2012 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Issue 4323: inlining of functions with local variables
    // forgets to typecheck the declarations in the inlined copy.
    
    package main
    
    type reader struct {
    	C chan T
    }
    
    type T struct{ C chan []byte }
    
    var r = newReader()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 610 bytes
    - Viewed (0)
  9. operator/pkg/object/testdata/well-formed-with-comments.out.yaml

    Xiaopeng Han <******@****.***> 1690313976 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 19:39:36 UTC 2023
    - 193 bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/validation_test.go

    			}
    		},
    		func(s **NestedValueValidation, c fuzz.Continue) {
    			if c.RandBool() {
    				*s = &NestedValueValidation{}
    			}
    		},
    	)
    	fuzzer.NilChance(0)
    
    	// check that we didn't forget to check any forbidden generic field
    	tt := reflect.TypeOf(Generic{})
    	for i := 0; i < tt.NumField(); i++ {
    		vv := &NestedValueValidation{}
    		x := reflect.ValueOf(&vv.ForbiddenGenerics).Elem()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 18:20:00 UTC 2024
    - 11.6K bytes
    - Viewed (0)
Back to top