Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 292 for External (0.36 sec)

  1. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/OutgoingVariantsReportTaskIntegrationTest.groovy

                        attribute(Usage.USAGE_ATTRIBUTE, project.objects.named(Usage, Usage.JAVA_RUNTIME))
                        attribute(Bundling.BUNDLING_ATTRIBUTE, project.objects.named(Bundling, Bundling.EXTERNAL))
                    }
                }
            """
    
            when:
            succeeds ':outgoingVariants'
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 50K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformWithDependenciesIntegrationTest.groovy

            when:
            run(":resolve")
    
            then:
            outputContains("transform external test-1.2.jar")
            outputContains("transform local a.jar using [test-1.2.jar.external]")
            outputContains("transform local test-1.2.jar.external using []")
            outputContains("result = [a.jar.local, test-1.2.jar.external.local]")
    
            when:
            run(":resolve")
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 54.2K bytes
    - Viewed (0)
  3. pkg/controller/podautoscaler/horizontal.go

    	}
    	if metricSpec.External.Target.Value != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  4. docs/ru/docs/deployment/docker.md

    * <a href="https://hub.docker.com/_/postgres" class="external-link" target="_blank">PostgreSQL</a>
    * <a href="https://hub.docker.com/_/mysql" class="external-link" target="_blank">MySQL</a>
    * <a href="https://hub.docker.com/_/mongo" class="external-link" target="_blank">MongoDB</a>
    * <a href="https://hub.docker.com/_/redis" class="external-link" target="_blank">Redis</a>
    
    и т.п.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  5. pkg/proxy/iptables/proxier.go

    // serviceExternalChainName returns the name of the KUBE-EXT-XXXX chain for a service, which
    // implements "short-circuiting" for internally-originated external-destination traffic when using
    // `Local` external traffic policy.  It forwards traffic from local sources to the KUBE-SVC-XXXX
    // chain and traffic from external sources to the KUBE-SVL-XXXX chain.
    func serviceExternalChainName(servicePortName string, protocol string) utiliptables.Chain {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  6. src/cmd/link/internal/loader/loader.go

    // license that can be found in the LICENSE file.
    
    package loader
    
    import (
    	"bytes"
    	"cmd/internal/bio"
    	"cmd/internal/goobj"
    	"cmd/internal/obj"
    	"cmd/internal/objabi"
    	"cmd/internal/sys"
    	"cmd/link/internal/sym"
    	"debug/elf"
    	"fmt"
    	"internal/abi"
    	"io"
    	"log"
    	"math/bits"
    	"os"
    	"sort"
    	"strings"
    )
    
    var _ = fmt.Print
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  7. pkg/proxy/nftables/proxier.go

    		// Similarly, externalPolicyChain is the chain containing the endpoints
    		// for "external" (NodePort, LoadBalancer, and ExternalIP) traffic.
    		// externalTrafficChain is the chain that external traffic is routed to
    		// (which is always the service's "EXT" chain). hasExternalEndpoints is
    		// true if there are endpoints that will be reached by external traffic.
    		// (But we may still have to generate externalTrafficChain even if there
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  8. src/cmd/dist/test.go

    	if t.internalLink() {
    		cgoTest("internal", "test", "internal", "")
    	}
    
    	os := gohostos
    	p := gohostos + "/" + goarch
    	switch {
    	case os == "darwin", os == "windows":
    		if !t.extLink() {
    			break
    		}
    		// test linkmode=external, but __thread not supported, so skip testtls.
    		cgoTest("external", "test", "external", "")
    
    		gt := cgoTest("external-s", "test", "external", "")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  9. subprojects/core/src/test/groovy/org/gradle/api/internal/AbstractDomainObjectCollectionSpec.groovy

     */
    
    package org.gradle.api.internal
    
    import org.gradle.api.Action
    import org.gradle.api.DomainObjectCollection
    import org.gradle.api.internal.plugins.DslObject
    import org.gradle.api.internal.provider.CollectionProviderInternal
    import org.gradle.api.internal.provider.ProviderInternal
    import org.gradle.api.internal.provider.ValueSupplier
    import org.gradle.internal.Actions
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencySubstitutionRulesIntegrationTest.groovy

            }
    
            def moduleId(String group, String name, String version) {
                return org.gradle.internal.component.external.model.DefaultModuleComponentIdentifier.newId(group, name, version)
            }
    
            def projectId(String projectPath) {
                return org.gradle.internal.component.local.model.DefaultProjectComponentIdentifier.newId(projectPath)
            }
            """
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 52.8K bytes
    - Viewed (0)
Back to top