Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 109 for reachable (0.16 sec)

  1. android/guava-tests/test/com/google/common/reflect/TypeTokenTest.java

        assertAssignable(
            new TypeToken<NumberList<? super Integer>>() {}, new TypeToken<NumberList<?>>() {});
      }
    
      public <T extends Readable & Appendable> void testMultiBound() {
        assertAssignable(new TypeToken<List<T>>() {}, new TypeToken<List<? extends Readable>>() {});
        assertAssignable(new TypeToken<List<T>>() {}, new TypeToken<List<? extends Appendable>>() {});
      }
    
      public void testToGenericType() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    On the opposite, the ASCII-armored format is human-readable, can be easily updated by hand and makes it easier to do code reviews thanks to readable diffs.
    
    You can configure which file type would be used by adding the `keyring-format` configuration option:
    
    [source,xml]
    ----
    <?xml version="1.0" encoding="UTF-8"?>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go

    	{48, "EADDRINUSE", "address already in use"},
    	{49, "EADDRNOTAVAIL", "can't assign requested address"},
    	{50, "ENETDOWN", "network is down"},
    	{51, "ENETUNREACH", "network is unreachable"},
    	{52, "ENETRESET", "network dropped connection on reset"},
    	{53, "ECONNABORTED", "software caused connection abort"},
    	{54, "ECONNRESET", "connection reset by peer"},
    	{55, "ENOBUFS", "no buffer space available"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 70.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go

    	{48, "EADDRINUSE", "address already in use"},
    	{49, "EADDRNOTAVAIL", "can't assign requested address"},
    	{50, "ENETDOWN", "network is down"},
    	{51, "ENETUNREACH", "network is unreachable"},
    	{52, "ENETRESET", "network dropped connection on reset"},
    	{53, "ECONNABORTED", "software caused connection abort"},
    	{54, "ECONNRESET", "connection reset by peer"},
    	{55, "ENOBUFS", "no buffer space available"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go

    	{48, "EADDRINUSE", "address already in use"},
    	{49, "EADDRNOTAVAIL", "can't assign requested address"},
    	{50, "ENETDOWN", "network is down"},
    	{51, "ENETUNREACH", "network is unreachable"},
    	{52, "ENETRESET", "network dropped connection on reset"},
    	{53, "ECONNABORTED", "software caused connection abort"},
    	{54, "ECONNRESET", "connection reset by peer"},
    	{55, "ENOBUFS", "no buffer space available"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  6. pilot/pkg/security/authn/policy_applier_test.go

    							},
    						},
    						Forward:           false,
    						PayloadInMetadata: "https://secret.foo.com",
    					},
    				},
    				BypassCorsPreflight: true,
    			},
    		},
    		{
    			name: "Unreachable Jwks URI",
    			in: []*v1beta1.JWTRule{
    				{
    					Issuer:  "https://secret.foo.com",
    					JwksUri: "http://site.not.exist",
    				},
    			},
    			expected: &envoy_jwt.JwtAuthentication{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 07:32:22 UTC 2023
    - 60.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go

    	{48, "EADDRINUSE", "address already in use"},
    	{49, "EADDRNOTAVAIL", "can't assign requested address"},
    	{50, "ENETDOWN", "network is down"},
    	{51, "ENETUNREACH", "network is unreachable"},
    	{52, "ENETRESET", "network dropped connection on reset"},
    	{53, "ECONNABORTED", "software caused connection abort"},
    	{54, "ECONNRESET", "connection reset by peer"},
    	{55, "ENOBUFS", "no buffer space available"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go

    	{48, "EADDRINUSE", "address already in use"},
    	{49, "EADDRNOTAVAIL", "can't assign requested address"},
    	{50, "ENETDOWN", "network is down"},
    	{51, "ENETUNREACH", "network is unreachable"},
    	{52, "ENETRESET", "network dropped connection on reset"},
    	{53, "ECONNABORTED", "software caused connection abort"},
    	{54, "ECONNRESET", "connection reset by peer"},
    	{55, "ENOBUFS", "no buffer space available"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 71.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go

    	{48, "EADDRINUSE", "address already in use"},
    	{49, "EADDRNOTAVAIL", "can't assign requested address"},
    	{50, "ENETDOWN", "network is down"},
    	{51, "ENETUNREACH", "network is unreachable"},
    	{52, "ENETRESET", "network dropped connection on reset"},
    	{53, "ECONNABORTED", "software caused connection abort"},
    	{54, "ECONNRESET", "connection reset by peer"},
    	{55, "ENOBUFS", "no buffer space available"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.3K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go

    	{48, "EADDRINUSE", "address already in use"},
    	{49, "EADDRNOTAVAIL", "can't assign requested address"},
    	{50, "ENETDOWN", "network is down"},
    	{51, "ENETUNREACH", "network is unreachable"},
    	{52, "ENETRESET", "network dropped connection on reset"},
    	{53, "ECONNABORTED", "software caused connection abort"},
    	{54, "ECONNRESET", "connection reset by peer"},
    	{55, "ENOBUFS", "no buffer space available"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
Back to top