Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 170 for 99$ (0.04 sec)

  1. staging/src/k8s.io/apiserver/pkg/authentication/request/x509/x509_test.go

    	           d2:fc:d5:d7:e7:4b:7c:e1:f3:bc:72:3c:b1:f5:d4:db:71:ad:
    	           d8:a7:ad:ab:91:68:c9:16:0a:e9:76:ed:87:0f:83:24:cd:ab:
    	           c7:a4:16:3f:c6:7c:99:18:bb:b1:12:11:a4:a5:99:af:17:11:
    	           e7:b1
    	   -----BEGIN CERTIFICATE-----
    	   MIICqDCCAhGgAwIBAgIUcq4o+bd/FgqJp5yho4gVSyDr9bIwDQYJKoZIhvcNAQEF
    	   BQAwZTELMAkGA1UEBhMCVVMxETAPBgNVBAgMCE15IFN0YXRlMRAwDgYDVQQHDAdN
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 23:23:03 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  2. src/slices/slices_test.go

    	memcopy := Clone(mem)
    	s := mem[0:5] // there is 1 element beyond len(s), within cap(s)
    	copy := Clone(s)
    	original := s
    
    	// The new elements don't fit within cap(s), so Replace will allocate.
    	z := 99
    	s = Replace(s, 1, 3, &z, &z, &z, &z)
    
    	if want := []*int{&a, &z, &z, &z, &z, &d, &e}; !Equal(s, want) {
    		t.Errorf("Replace(%v, 1, 3, %v, %v, %v, %v) = %v, want %v", copy, &z, &z, &z, &z, s, want)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 13:32:06 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    	{95, "ENOTSUP", "operation not supported"},
    	{96, "EPFNOSUPPORT", "protocol family not supported"},
    	{97, "EAFNOSUPPORT", "address family not supported by protocol"},
    	{98, "EADDRINUSE", "address already in use"},
    	{99, "EADDRNOTAVAIL", "cannot assign requested address"},
    	{100, "ENETDOWN", "network is down"},
    	{101, "ENETUNREACH", "network is unreachable"},
    	{102, "ENETRESET", "network dropped connection on reset"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  4. pkg/test/framework/suite.go

    	_ = s.mRun(ctx)
    
    	// Return success.
    	return 0
    }
    
    func (s *suiteImpl) run() (errLevel int) {
    	tc, shutdown, err := tracing.InitializeFullBinary(s.testID)
    	if err != nil {
    		return 99
    	}
    	defer shutdown()
    	if err := initRuntime(s); err != nil {
    		scopes.Framework.Errorf("Error during test framework init: %v", err)
    		return exitCodeInitError
    	}
    	rt.context.traceContext = tc
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/types2/api_test.go

    	}{
    		{"go1.98", "", "package requires newer Go version go1.98"},
    		{"", "go1.99", "p:2:9: file requires newer Go version go1.99"},
    		{"go1.98", "go1.99", "package requires newer Go version go1.98"}, // (two
    		{"go1.98", "go1.99", "file requires newer Go version go1.99"},    // errors)
    	} {
    		var src string
    		if test.fileVersion != "" {
    			src = "//go:build " + test.fileVersion + "\n"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 93.3K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	{95, "ENOTSUP", "operation not supported"},
    	{96, "EPFNOSUPPORT", "protocol family not supported"},
    	{97, "EAFNOSUPPORT", "address family not supported by protocol"},
    	{98, "EADDRINUSE", "address already in use"},
    	{99, "EADDRNOTAVAIL", "cannot assign requested address"},
    	{100, "ENETDOWN", "network is down"},
    	{101, "ENETUNREACH", "network is unreachable"},
    	{102, "ENETRESET", "network dropped connection on reset"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  7. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    114","opera 99","samsung 21"]},mask:{feature:"css-masks",browsers:["and_chr 114","and_uc 15.5","chrome 109","chrome 113","chrome 114","edge 114","opera 99","samsung 21"]},"mask-position":{feature:"css-masks",browsers:["and_chr 114","and_uc 15.5","chrome 109","chrome 113","chrome 114","edge 114","opera 99","samsung 21"]},"mask-size":{feature:"css-masks",browsers:["and_chr 114","and_uc 15.5","chrome 109","chrome 113","chrome 114","edge 114","opera 99","samsung 21"]},"mask-border":{feature:"css-masks",browsers:["and_chr...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  8. src/go/types/api_test.go

    	}{
    		{"go1.98", "", "package requires newer Go version go1.98"},
    		{"", "go1.99", "p:2:9: file requires newer Go version go1.99"},
    		{"go1.98", "go1.99", "package requires newer Go version go1.98"}, // (two
    		{"go1.98", "go1.99", "file requires newer Go version go1.99"},    // errors)
    	} {
    		var src string
    		if test.fileVersion != "" {
    			src = "//go:build " + test.fileVersion + "\n"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 94.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	{95, "ENOTSUP", "operation not supported"},
    	{96, "EPFNOSUPPORT", "protocol family not supported"},
    	{97, "EAFNOSUPPORT", "address family not supported by protocol"},
    	{98, "EADDRINUSE", "address already in use"},
    	{99, "EADDRNOTAVAIL", "cannot assign requested address"},
    	{100, "ENETDOWN", "network is down"},
    	{101, "ENETUNREACH", "network is unreachable"},
    	{102, "ENETRESET", "network dropped connection on reset"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  10. okhttp/src/main/kotlin/okhttp3/Cookie.kt

                year = matcher.group(1).toInt()
              }
            }
    
            pos = dateCharacterOffset(s, end + 1, limit, false)
          }
    
          // Convert two-digit years into four-digit years. 99 becomes 1999, 15 becomes 2015.
          if (year in 70..99) year += 1900
          if (year in 0..69) year += 2000
    
          // If any partial is omitted or out of range, return -1. The date is impossible. Note that leap
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:12:05 UTC 2024
    - 23.1K bytes
    - Viewed (0)
Back to top