Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 41 for uris (0.28 sec)

  1. docs/changelogs/changelog_3x.md

     *  Fix: Don't throw `IOException` on `ResponseBody.contentLength()` or `close()`.
     *  Fix: Never throw converting an `HttpUrl` to a `java.net.URI`. This changes
        the `uri()` method to handle malformed percent-escapes and characters
        forbidden by `URI`.
     *  Fix: When a connect times out, attempt an alternate route. Previously route
        selection was less efficient when differentiating failures.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  2. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildScriptBuilder.java

        }
    
        private static class MavenRepoExpression extends AbstractStatement {
            private final URI uri;
            private final BuildScriptBuilder builder;
    
            MavenRepoExpression(@Nullable String comment, String url, BuildScriptBuilder builder) {
                super(comment);
                this.uri = uriFromString(url);
                this.builder = builder;
            }
    
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 21 12:02:29 UTC 2023
    - 90K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/route/route_test.go

    				Name: "route",
    				Match: []*networking.HTTPMatchRequest{
    					{
    						Name: "non-catch-all",
    						Uri: &networking.StringMatch{
    							MatchType: &networking.StringMatch_Prefix{
    								Prefix: "/route/v1",
    							},
    						},
    					},
    					{
    						Name: "catch-all",
    						Uri: &networking.StringMatch{
    							MatchType: &networking.StringMatch_Prefix{
    								Prefix: "/",
    							},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 88.1K bytes
    - Viewed (0)
  4. cluster/gce/windows/k8s-node-setup.psm1

      New-Item -Force -ItemType 'directory' $tmp_dir | Out-Null
    
      $urls = ${kube_env}['NODE_BINARY_TAR_URL'].Split(",")
      $filename = Split-Path -leaf $urls[0]
      $hash = $null
      if ($kube_env.ContainsKey('NODE_BINARY_TAR_HASH')) {
        $hash = ${kube_env}['NODE_BINARY_TAR_HASH']
      }
      MustDownload-File -Hash $hash -OutFile $tmp_dir\$filename -URLs $urls
    
      tar xzvf $tmp_dir\$filename -C $tmp_dir
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb/SmbFile.java

     * and workgroups.
     * <p>
     * <font color="#800000"><i>Important: all SMB URLs that represent
     * workgroups, servers, shares, or directories require a trailing slash '/'.
     * </i></font>
     * <p>
     * When using the <tt>java.net.URL</tt> class with
     * 'smb://' URLs it is necessary to first call the static
     * <tt>jcifs.Config.registerSmbURLHandler();</tt> method. This is required
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (1)
  6. pilot/pkg/security/authn/policy_applier_test.go

    								"origins-0": {
    									Issuer: "mesh cluster",
    									JwksSourceSpecifier: &envoy_jwt.JwtProvider_RemoteJwks{
    										RemoteJwks: &envoy_jwt.RemoteJwks{
    											HttpUri: &core.HttpUri{
    												Uri: "http://jwt-token-issuer.mesh:7443/jwks",
    												HttpUpstreamType: &core.HttpUri_Cluster{
    													Cluster: "outbound|7443||jwt-token-issuer.mesh.svc.cluster.local",
    												},
    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. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformWithDependenciesIntegrationTest.groovy

            setupBuildWithColorAttributes(buildFile, cl)
            setupTransformerTypes()
            buildFile << """
    
    allprojects {
        repositories {
            maven {
                url = '${mavenHttpRepo.uri}'
                metadataSources { gradleMetadata() }
            }
        }
    
        dependencies {
            artifactTypes {
                jar {
                    attributes.attribute(color, 'blue')
                }
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 54.2K bytes
    - Viewed (0)
  8. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishJavaIntegTest.groovy

                    id("ivy-publish")
                }
    
                group = 'org.gradle.test'
                version = '1.9'
    
                publishing {
                    repositories {
                        ivy { url "${ivyRepo.uri}" }
                    }
                    publications {
                        ivy(IvyPublication) {
                            from components.java
                        }
                    }
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 16:36:23 UTC 2023
    - 49.8K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    Gradle now uses the `URI` class to parse and decode URLs, but with a fallback to the legacy behavior in the event of an error.
    
    Starting in Gradle 9.0, the fallback will be removed, and an error will be thrown instead.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  10. istioctl/pkg/writer/compare/testdata/configdump_diff.json

                            "set_current_client_cert_details": {
                              "subject": true,
                              "dns": true,
                              "uri": true
                            },
                            "upgrade_configs": [
                              {
                                "upgrade_type": "CONNECT"
                              }
                            ],
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 51.6K bytes
    - Viewed (0)
Back to top