Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 220 for 119s (0.03 sec)

  1. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	1190: {region: 0xe6, script: 0x5b, flags: 0x0},
    	1191: {region: 0x166, script: 0x5b, flags: 0x0},
    	1192: {region: 0x107, script: 0x20, flags: 0x0},
    	1193: {region: 0xbb, script: 0x5b, flags: 0x0},
    	1194: {region: 0x166, script: 0x5b, flags: 0x0},
    	1195: {region: 0x107, script: 0x20, flags: 0x0},
    	1196: {region: 0x3f, script: 0x4, flags: 0x1},
    	1197: {region: 0x11d, script: 0xf3, flags: 0x0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/coordination/v1/types.go

    	LeaseTransitions *int32 `json:"leaseTransitions,omitempty" protobuf:"varint,5,opt,name=leaseTransitions"`
    }
    
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    // +k8s:prerelease-lifecycle-gen:introduced=1.19
    
    // LeaseList is a list of Lease objects.
    type LeaseList struct {
    	metav1.TypeMeta `json:",inline"`
    	// Standard list metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 3K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/cover_coverpkg_with_init.txt

    [!GOEXPERIMENT:coverageredesign] skip
    
    # Verify correct statements percentages. We have a total of 10
    # statements in the packages matched by "./..."; package "a" (for
    # example) has two statements so we expect 20.0% stmts covered. Go
    # 1.19 would print 50% here (due to force importing of all ./...
    # packages); prior to the fix for #58770 Go 1.20 would show 100%
    # coverage. For packages "x" and "f" (which have no tests), check for
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 30 12:33:44 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/trampoline_reuse_test.txt

    # a bit more than the direct call limit apart, but not more than 0x400
    # bytes beyond it (to verify the reloc calc).
    
    go build
    
    -- go.mod --
    
    module foo
    
    go 1.19
    
    -- main.go --
    
    package main
    
    import "foo/bar"
    
    func Func1()
    
    func main() {
            Func1()
            bar.Bar2()
    }
    
    -- foo.s --
    
    TEXT mainĀ·Func1(SB),0,$0-0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 18 14:31:23 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  5. src/crypto/tls/testdata/Server-TLSv12-SNI

    00000030  d6 3c d3 49 a6 40 81 2c  bb ef 49 76 c0 10 4c ad  |.<.I.@.,..Iv..L.|
    00000040  2e 7d 4d f4 0b 96 bc 1c  eb 3d 1d 7d 18 25 34 14  |.}M......=.}.%4.|
    00000050  ed 76 f2 a1 17 aa 87 1b  ef ff 11 93 a7 44 0c 33  |.v...........D.3|
    00000060  86 27 38 3d 5d 3f bb f1  8d a9 f5 44 28 d1 28 41  |.'8=]?.....D(.(A|
    00000070  bb b7 9a fb 83 81 91 92  4e 7d 71 55 43 ed 42 12  |........N}qUC.B.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  6. gradle/libs.versions.toml

    kotlinx-serialization = "1.6.3"
    mockserverClient = "5.15.0"
    org-bouncycastle = "1.76"
    org-conscrypt = "2.5.2"
    org-jetbrains-coroutines = "1.8.0"
    org-jetbrains-kotlin = "1.9.23"
    org-junit-jupiter = "5.10.2"
    testcontainers = "1.19.7"
    
    [libraries]
    amazonCorretto = "software.amazon.cryptools:AmazonCorrettoCryptoProvider:2.3.3"
    androidx-activity = "androidx.activity:activity-ktx:1.9.0"
    androidx-annotation = "androidx.annotation:annotation:1.7.1"
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon May 06 05:06:52 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb1/util/MD4.java

            C = GG(C, D, A, B, X[10],  9);
            B = GG(B, C, D, A, X[14], 13);
            A = GG(A, B, C, D, X[ 3],  3);
            D = GG(D, A, B, C, X[ 7],  5);
            C = GG(C, D, A, B, X[11],  9);
            B = GG(B, C, D, A, X[15], 13);
    
            A = HH(A, B, C, D, X[ 0],  3);
            D = HH(D, A, B, C, X[ 8],  9);
            C = HH(C, D, A, B, X[ 4], 11);
            B = HH(B, C, D, A, X[12], 15);
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 9.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/certificates/v1beta1/types.go

    )
    
    // +genclient
    // +genclient:nonNamespaced
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    // +k8s:prerelease-lifecycle-gen:introduced=1.12
    // +k8s:prerelease-lifecycle-gen:deprecated=1.19
    // +k8s:prerelease-lifecycle-gen:replacement=certificates.k8s.io,v1,CertificateSigningRequest
    
    // Describes a certificate signing request
    type CertificateSigningRequest struct {
    	metav1.TypeMeta `json:",inline"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 18 04:27:38 UTC 2022
    - 10.4K bytes
    - Viewed (0)
  9. cmd/httprange_test.go

    )
    
    func TestHTTPRequestRangeSpec(t *testing.T) {
    	resourceSize := int64(10)
    	validRangeSpecs := []struct {
    		spec                 string
    		expOffset, expLength int64
    	}{
    		{"bytes=0-", 0, 10},
    		{"bytes=1-", 1, 9},
    		{"bytes=0-9", 0, 10},
    		{"bytes=1-10", 1, 9},
    		{"bytes=1-1", 1, 1},
    		{"bytes=2-5", 2, 4},
    		{"bytes=-5", 5, 5},
    		{"bytes=-1", 9, 1},
    		{"bytes=-1000", 0, 10},
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun May 05 16:56:21 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/internal/typesinternal/errorcode_string.go

    	_ = x[DuplicateCase-113]
    	_ = x[DuplicateDefault-114]
    	_ = x[BadTypeKeyword-115]
    	_ = x[InvalidTypeSwitch-116]
    	_ = x[InvalidExprSwitch-117]
    	_ = x[InvalidSelectCase-118]
    	_ = x[UndeclaredLabel-119]
    	_ = x[DuplicateLabel-120]
    	_ = x[MisplacedLabel-121]
    	_ = x[UnusedLabel-122]
    	_ = x[JumpOverDecl-123]
    	_ = x[JumpIntoBlock-124]
    	_ = x[InvalidMethodExpr-125]
    	_ = x[WrongArgCount-126]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 7.5K bytes
    - Viewed (0)
Back to top