Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 2,963 for inf2 (0.04 sec)

  1. src/internal/types/testdata/check/issues1.go

    	return nil
    }
    
    type List3[TElem any] struct {
    	root Element3[TElem]
    	len  int
    }
    
    // Infinite generic type declarations must lead to an error.
    type inf1[T any] struct{ _ inf1 /* ERROR "invalid recursive type" */ [T] }
    type inf2[T any] struct{ inf2 /* ERROR "invalid recursive type" */ [T] }
    
    // The implementation of conversions T(x) between integers and floating-point
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 19:56:37 UTC 2023
    - 6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/cases/info.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package cases
    
    func (c info) cccVal() info {
    	if c&exceptionBit != 0 {
    		return info(exceptions[c>>exceptionShift]) & cccMask
    	}
    	return c & cccMask
    }
    
    func (c info) cccType() info {
    	ccc := c.cccVal()
    	if ccc <= cccZero {
    		return cccZero
    	}
    	return ccc
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modinfo/info.go

    	GoModSum   string           `json:",omitempty"` // checksum for go.mod (as in go.sum)
    	Origin     *codehost.Origin `json:",omitempty"` // provenance of module
    	Reuse      bool             `json:",omitempty"` // reuse of old module info is safe
    }
    
    type ModuleError struct {
    	Err string // error text
    }
    
    type moduleErrorNoMethods ModuleError
    
    // UnmarshalJSON accepts both {"Err":"text"} and "text",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/caching/package-info.java

     * limitations under the License.
     */
    
    /**
     * Classes for build caches.
     *
     * @since 3.3
     */
    
    // We already have a similar package-info.java in :build-cache-spi
    // We must have a package-info.java for every package directory, but for each package
    // @NonNullApi must only be declared once, otherwise `:docs:javadocAll` fails.
    //@NonNullApi
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 16:09:36 UTC 2024
    - 946 bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/aes/cache_test.go

    func (d dataString) AuthenticatedData() []byte { return []byte(d) }
    
    func Test_simpleCache(t *testing.T) {
    	info1 := []byte{1}
    	info2 := []byte{2}
    	key1 := dataString("1")
    	key2 := dataString("2")
    	twi1 := &transformerWithInfo{info: info1}
    	twi2 := &transformerWithInfo{info: info2}
    
    	tests := []struct {
    		name string
    		test func(*testing.T, *simpleCache, *clocktesting.FakeClock)
    	}{
    		{
    			name: "get from empty",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 19:25:52 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  6. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishDescriptorCustomizationIntegTest.groovy

                                }
                                extraInfo 'http://my.extra.info1', 'foo', 'fooValue'
                                extraInfo 'http://my.extra.info2', 'bar', 'barValue'
                                withXml {
                                    asNode().info[0].@resolver = 'test'
                                }
                            }
                        }
                    }
                }
            """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  7. android/guava-testlib/src/com/google/common/collect/testing/testers/package-info.java

    Kurt Alfred Kluever <******@****.***> 1663772761 -0700
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 21 15:08:35 UTC 2022
    - 103 bytes
    - Viewed (0)
  8. guava-testlib/src/com/google/common/testing/package-info.java

    cpovirk <******@****.***> 1687550095 -0700
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 23 19:57:03 UTC 2023
    - 873 bytes
    - Viewed (0)
  9. guava/src/com/google/common/annotations/package-info.java

    cpovirk <******@****.***> 1687550095 -0700
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 23 19:57:03 UTC 2023
    - 770 bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/util/concurrent/package-info.java

    cpovirk <******@****.***> 1687813914 -0700
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 26 21:13:41 UTC 2023
    - 1.2K bytes
    - Viewed (0)
Back to top