Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 58 for resolveJars (0.34 sec)

  1. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/plugins/NativeComponentModelPlugin.java

                return extensionContainer.getByType(FlavorContainer.class);
            }
    
            @Mutate
            public void registerNativePlatformResolver(PlatformResolvers resolvers, ServiceRegistry serviceRegistry) {
                resolvers.register(serviceRegistry.get(NativePlatformResolver.class));
            }
    
            @Defaults
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 24.1K bytes
    - Viewed (0)
  2. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/GradleDistribution.java

        /**
         * Returns true if this version has a method for tests display names
         */
        boolean isHasTestDisplayNames();
    
        /**
         * Returns true if this version supports custom toolchain resolvers.
         */
        boolean isSupportsCustomToolchainResolvers();
    
        /**
         * Returns true if this version uses the non-flaky toolchain provisioning mechanism introduced in 8.9.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 16:09:27 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  3. pkg/test/echo/cmd/client/main.go

    // An example implementation of a client.
    
    package main
    
    import (
    	"context"
    	"fmt"
    	"net/url"
    	"os"
    	"strings"
    	"time"
    
    	"github.com/spf13/cobra"
    	// To install the xds resolvers and balancers.
    	_ "google.golang.org/grpc/xds"
    	wrappers "google.golang.org/protobuf/types/known/wrapperspb"
    
    	"istio.io/istio/pkg/cmd"
    	"istio.io/istio/pkg/log"
    	"istio.io/istio/pkg/test/echo/common"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  4. pilot/pkg/networking/grpcgen/grpcecho_test.go

    package grpcgen_test
    
    import (
    	"context"
    	"fmt"
    	"math"
    	"net"
    	"runtime"
    	"strconv"
    	"sync"
    	"testing"
    	"time"
    
    	"google.golang.org/grpc"
    	//  To install the xds resolvers and balancers.
    	_ "google.golang.org/grpc/xds"
    
    	networking "istio.io/api/networking/v1alpha3"
    	"istio.io/istio/pilot/test/xds"
    	"istio.io/istio/pkg/config"
    	"istio.io/istio/pkg/config/protocol"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 12 18:20:36 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/reflect/TypeResolver.java

        Type resolvedRawType = resolveType(type.getRawType());
    
        Type[] args = type.getActualTypeArguments();
        Type[] resolvedArgs = resolveTypes(args);
        return Types.newParameterizedTypeWithOwner(
            resolvedOwner, (Class<?>) resolvedRawType, resolvedArgs);
      }
    
      private static <T> T expectArgument(Class<T> type, Object arg) {
        try {
          return type.cast(arg);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 10 19:45:10 UTC 2022
    - 24.2K bytes
    - Viewed (0)
  6. guava/src/com/google/common/reflect/TypeResolver.java

        Type resolvedRawType = resolveType(type.getRawType());
    
        Type[] args = type.getActualTypeArguments();
        Type[] resolvedArgs = resolveTypes(args);
        return Types.newParameterizedTypeWithOwner(
            resolvedOwner, (Class<?>) resolvedRawType, resolvedArgs);
      }
    
      private static <T> T expectArgument(Class<T> type, Object arg) {
        try {
          return type.cast(arg);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 10 19:45:10 UTC 2022
    - 24.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/cel/environment/environment.go

    // The returned EnvSet has the same compatibility version as the EnvSet that was extended.
    //
    // Extend is an expensive operation and each call to Extend that adds DeclTypes increases
    // the depth of a chain of resolvers. For these reasons, calls to Extend should be kept
    // to a minimum.
    //
    // Some best practices:
    //
    //   - Minimize calls Extend when handling API requests. Where possible, call Extend
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 08 15:52:31 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  8. src/net/dnsclient_unix.go

    		// but that is a detail of the specific lookup mechanism.
    		// Other lookups might allow broader name syntax
    		// (for example Multicast DNS allows UTF-8; see RFC 6762).
    		// For consistency with libc resolvers, report no such host.
    		return dnsmessage.Parser{}, "", newDNSError(errNoSuchHost, name, "")
    	}
    
    	if conf == nil {
    		conf = getSystemDNSConfig()
    	}
    
    	var (
    		p      dnsmessage.Parser
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  9. pkg/dns/client/dns.go

    	dnsConfig, err := dns.ClientConfigFromFile(resolvConf)
    	if err != nil {
    		log.Warnf("failed to load %s: %v", resolvConf, err)
    		return nil, err
    	}
    
    	// Unlike traditional DNS resolvers, we do not need to append the search
    	// namespace to a given query and try to resolve it. This is because the
    	// agent acts as a DNS interceptor for DNS queries made by the application.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 16:17:34 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/jvm/toolchains.adoc

    include::sample[dir="snippets/java/toolchain-foojay/groovy/",files="settings.gradle[tags=plugin-application]"]
    ====
    
    In general, when applying toolchain resolver plugins, the toolchain download resolvers provided by them also need to be configured.
    Let's illustrate with an example.
    Consider two toolchain resolver plugins applied by the build:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 05:37:54 UTC 2024
    - 24.8K bytes
    - Viewed (0)
Back to top