Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 41 for GetProxy (0.18 sec)

  1. platforms/software/resources-s3/src/integTest/groovy/org/gradle/integtests/resource/s3/S3ClientIntegrationTest.groovy

            server.stubPutFile(file, "/${bucketName}/maven/release/$FILE_NAME")
    
            S3ConnectionProperties s3SystemProperties = Mock {
                getEndpoint() >> Optional.of(server.uri)
                getProxy() >> Optional.fromNullable(null)
                getMaxErrorRetryCount() >> Optional.absent()
                getPartSize() >> 512
                getMultipartThreshold() >> 1024
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  2. pkg/kube/inject/inject.go

    		tag = fmt.Sprintf("%v", global.GetTag().AsInterface())
    	}
    
    	imageType := global.GetVariant()
    	if image != nil {
    		imageType = image.ImageType
    	}
    
    	if global.GetProxy() != nil && global.GetProxy().GetImage() != "" {
    		imageName = global.GetProxy().GetImage()
    	}
    
    	if it, ok := annotations[annotation.SidecarProxyImageType.Name]; ok {
    		imageType = it
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 20:35:11 UTC 2024
    - 28.8K bytes
    - Viewed (1)
  3. maven-core/src/main/java/org/apache/maven/RepositoryUtils.java

                builder.setReleasePolicy(toPolicy(repo.getReleases()));
                builder.setAuthentication(toAuthentication(repo.getAuthentication()));
                builder.setProxy(toProxy(repo.getProxy()));
                builder.setMirroredRepositories(toRepos(repo.getMirroredRepositories()));
                builder.setBlocked(repo.isBlocked());
                result = builder.build();
            }
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 07:40:37 UTC 2024
    - 16K bytes
    - Viewed (0)
  4. platforms/jvm/testing-jvm-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/testng/TestNGTestClassProcessor.java

            // Wrap the processor in an actor, to make it thread-safe
            resultProcessorActor = actorFactory.createBlockingActor(resultProcessor);
            this.resultProcessor = resultProcessorActor.getProxy(TestResultProcessor.class);
            applicationClassLoader = Thread.currentThread().getContextClassLoader();
            if (spec.isDryRun()) {
                System.setProperty("testng.mode.dryrun", "true");
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 21:25:59 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  5. platforms/jvm/testing-junit-platform/src/main/java/org/gradle/api/internal/tasks/testing/junitplatform/JUnitPlatformTestClassProcessor.java

            return resultProcessor;
        }
    
        @Override
        protected Action<String> createTestExecutor(Actor resultProcessorActor) {
            TestResultProcessor threadSafeResultProcessor = resultProcessorActor.getProxy(TestResultProcessor.class);
            launcherSession = BackwardsCompatibleLauncherSession.open();
            junitClassLoader = Thread.currentThread().getContextClassLoader();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:59:04 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  6. maven-compat/src/main/java/org/apache/maven/repository/legacy/DefaultUpdateCheckManager.java

        }
    
        String getRepositoryKey(ArtifactRepository repository) {
            StringBuilder buffer = new StringBuilder(256);
    
            Proxy proxy = repository.getProxy();
            if (proxy != null) {
                if (proxy.getUserName() != null) {
                    int hash = (proxy.getUserName() + proxy.getPassword()).hashCode();
                    buffer.append(hash).append('@');
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 11:28:54 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/cluster_test.go

    	}{
    		{
    			name:                 "all ipv4, dual stack disabled",
    			proxy:                getProxy(),
    			dualStack:            false,
    			expectedSrcAddr:      InboundPassthroughBindIpv4,
    			expectedExtraSrcAddr: "",
    		},
    		{
    			name:                 "all ipv4, dual stack enabled",
    			proxy:                getProxy(),
    			dualStack:            true,
    			expectedSrcAddr:      InboundPassthroughBindIpv4,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/cluster_builder_test.go

    			clusterName:    "foo",
    			discovery:      cluster.Cluster_STRICT_DNS,
    			proxy:          getProxy(),
    			dualStack:      false,
    			expectedFamily: cluster.Cluster_V4_ONLY,
    		},
    		{
    			name:           "all ipv4, dual stack enabled",
    			clusterName:    "foo",
    			discovery:      cluster.Cluster_STRICT_DNS,
    			proxy:          getProxy(),
    			dualStack:      true,
    			expectedFamily: cluster.Cluster_V4_ONLY,
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  9. pkg/kube/inject/webhook.go

    		if merr != nil {
    			return merr
    		}
    	}
    
    	// nolint: staticcheck
    	holdPod := mc.GetDefaultConfig().GetHoldApplicationUntilProxyStarts().GetValue() ||
    		req.valuesConfig.asStruct.GetGlobal().GetProxy().GetHoldApplicationUntilProxyStarts().GetValue()
    
    	proxyLocation := MoveLast
    	// If HoldApplicationUntilProxyStarts is set, reorder the proxy location
    	if holdPod {
    		proxyLocation = MoveFirst
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:59:39 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    erFailedExcept, org.apache.maven.wagon.authorization.AuthorizationExcepti; private void disconnectWagon(org.apache.maven.wagon.Wagon); private void releaseWagon(String, org.apache.maven.wagon.Wagon); public org.apache.maven.wagon.proxy.ProxyInfo getProxy(String); public org.apache.maven.wagon.authentication.AuthenticationInfo getAuthenticationInf(String); public org.apache.maven.artifact.repository.ArtifactRepository getMirror(String); public void addProxy(String, String, int, String, String, String);...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 160.1K bytes
    - Viewed (0)
Back to top