Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 668 for 2047 (0.04 sec)

  1. pilot/pkg/xds/testdata/none_lds_tcp.json

                        "cluster": {
                          "Kind": {
                            "StringValue": "outbound|2007||tcpmeshdns.seexamples.svc"
                          }
                        },
                        "stat_prefix": {
                          "Kind": {
                            "StringValue": "outbound|2007||tcpmeshdns.seexamples.svc"
                          }
                        }
                      }
                    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 22 21:13:54 UTC 2020
    - 22.4K bytes
    - Viewed (0)
  2. security/pkg/pki/util/generate_cert_test.go

    		TTL:          caCertTTL,
    		SignerCert:   nil,
    		SignerPriv:   nil,
    		Org:          "MyOrg",
    		IsCA:         true,
    		IsSelfSigned: true,
    		IsClient:     false,
    		IsServer:     true,
    		RSAKeySize:   2048,
    	}
    
    	rsaCaCertPem, rsaCaPrivPem, err := GenCertKeyFromOptions(rsaCaCertOptions)
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	// Options to generate a CA cert with EC.
    	ecCaCertOptions := CertOptions{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 06 12:48:53 UTC 2023
    - 29.4K bytes
    - Viewed (0)
  3. src/crypto/tls/boring_test.go

    // Copyright 2017 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.
    
    //go:build boringcrypto
    
    package tls
    
    import (
    	"crypto/ecdsa"
    	"crypto/elliptic"
    	"crypto/internal/boring/fipstls"
    	"crypto/rand"
    	"crypto/rsa"
    	"crypto/x509"
    	"crypto/x509/pkix"
    	"encoding/pem"
    	"fmt"
    	"internal/obscuretestdata"
    	"math/big"
    	"net"
    	"runtime"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:45:37 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  4. cmd/update_test.go

    	utcLoc, _ := time.LoadLocation("")
    	testCases := []struct {
    		t      time.Time
    		tag    string
    		errStr string
    	}{
    		{
    			time.Date(2017, time.September, 29, 19, 16, 56, 0, utcLoc),
    			"RELEASE.2017-09-29T19-16-56Z", "",
    		},
    		{
    			time.Date(2017, time.August, 5, 0, 0, 53, 0, utcLoc),
    			"RELEASE.2017-08-05T00-00-53Z", "",
    		},
    		{
    			time.Now().UTC(), "2017-09-29T19:16:56Z",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Mar 09 03:07:08 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  5. pkg/controller/job/success_policy_test.go

    				}},
    			},
    		},
    		"rules.succeededIndexes is specified; succeededIndexes matched rules": {
    			enableJobSuccessPolicy: true,
    			completions:            10,
    			succeededIndexes:       orderedIntervals{{0, 2}, {4, 7}},
    			successPolicy: &batch.SuccessPolicy{
    				Rules: []batch.SuccessPolicyRule{{
    					SucceededIndexes: ptr.To("0-2"),
    				}},
    			},
    			wantMessage:          "Matched rules at index 0",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  6. src/test/resources/plugin/repo2/index.html

                <td>Fri Jan 13 13:53:56 UTC 2017</td>
                <td align="right">
                                  &nbsp;
                              </td>
                <td></td>
              </tr>
                      <tr>
                <td><a href="https://oss.sonatype.org/content/repositories/snapshots/org/codelibs/fess/fess-crawler-db/">fess-crawler-db/</a></td>
                <td>Fri Jan 13 13:54:37 UTC 2017</td>
                <td align="right">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Aug 13 07:34:14 UTC 2019
    - 10.5K bytes
    - Viewed (0)
  7. pkg/log/config_test.go

    	testEnc := &testDateEncoder{}
    	cases := []struct {
    		name  string
    		input time.Time
    		want  string
    	}{
    		{"1", time.Date(2017, time.April, 1, 1, 1, 1, 1000, time.UTC), "1"},
    		{"99", time.Date(1989, time.February, 1, 1, 1, 1, 99000, time.UTC), "99"},
    		{"999", time.Date(2017, time.January, 1, 1, 1, 1, 999000, time.UTC), "999"},
    		{"9999", time.Date(2083, time.March, 1, 1, 1, 1, 9999000, time.UTC), "9999"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 26 20:38:10 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  8. api/go1.17.txt

    pkg syscall (netbsd-arm64-cgo), const WEXITED ideal-int
    pkg syscall (openbsd-386), const MSG_CMSG_CLOEXEC = 2048
    pkg syscall (openbsd-386), const MSG_CMSG_CLOEXEC ideal-int
    pkg syscall (openbsd-386-cgo), const MSG_CMSG_CLOEXEC = 2048
    pkg syscall (openbsd-386-cgo), const MSG_CMSG_CLOEXEC ideal-int
    pkg syscall (openbsd-amd64), const MSG_CMSG_CLOEXEC = 2048
    pkg syscall (openbsd-amd64), const MSG_CMSG_CLOEXEC ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 18K bytes
    - Viewed (0)
  9. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/msvcpp/DefaultVisualStudioLocatorTest.groovy

      - ${dir1}
      - ${dir2}""")
        }
    
        def "locates visual studio 2017 installation based on executables in path"() {
            def vsDir = vs2017Dir("vs")
    
            given:
            1 * commandLineLocator.getVisualStudioInstalls() >> []
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 25.1K bytes
    - Viewed (0)
  10. security/pkg/pki/util/crypto_test.go

    	testCases := map[string]struct {
    		pem    string
    		size   int
    		errMsg string
    	}{
    		"Success with RSA key": {
    			pem:  keyRSA,
    			size: 2048,
    		},
    		"Success with PKCS8RSA key": {
    			pem:  keyPKCS8RSA,
    			size: 2048,
    		},
    		"Failure with non-RSA key": {
    			pem:    keyECDSA,
    			errMsg: "key type is not RSA: *ecdsa.PrivateKey",
    		},
    	}
    
    	for id, c := range testCases {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 13:00:07 UTC 2024
    - 14.6K bytes
    - Viewed (0)
Back to top