Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 82 for resolveDfs (0.43 sec)

  1. 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)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/MissingTaskDependenciesIntegrationTest.groovy

            // This caused problems when building the JARs in parallel.
            // We introduced a workaround for our build in https://github.com/gradle/gradle/pull/20366.
    
            // Configuration caching resolves the inputs once more to store the result in the configuration cache.
            int countResolvedBeforeTaskExecution = GradleContextualExecuter.configCache ? 2 : 1
            server.start()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 08:14:44 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  3. platforms/jvm/toolchains-jvm/src/test/groovy/org/gradle/jvm/toolchain/internal/JavaToolchainQueryServiceTest.groovy

            where:
            versionToFind              | expectedPath
            JavaLanguageVersion.of(7)  | "/path/7.9"
            JavaLanguageVersion.of(8)  | "/path/8.0.zzz.foo" // zzz resolves to a real tool version 999
            JavaLanguageVersion.of(14) | "/path/14.0.2+12"
        }
    
        @Issue("https://github.com/gradle/gradle/issues/17195")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 22:46:10 UTC 2024
    - 19K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/projectmodule/DefaultProjectDependencyPublicationResolver.java

                    // Child components are not top-level entry points.
                    children.addAll(parent.getVariants());
                }
            }
            return children;
        }
    
        /**
         * Resolves the coordinates of variants of a single component
         */
        private interface VariantCoordinateResolver<T> {
    
            /**
             * Get the coordinates of the root component
             */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/generic/policy_dispatcher.go

    		delegate:           delegate,
    	}
    }
    
    // Dispatch implements generic.Dispatcher. It loops through all active hooks
    // (policy x binding pairs) and selects those which are active for the current
    // request. It then resolves all params and creates an Invocation for each
    // matching policy-binding-param tuple. The delegate is then called with the
    // list of tuples.
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  6. 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)
  7. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirExpressionInfoProvider.kt

     *  We decide that the LHS is a type reference by checking if the left hand
     *  side is a (qualified) name, and, in case it _is_, resolving that name.
     *
     *  If it resolves to a non-class declaration, it does _not_ refer to a type.
     */
    private fun doesDoubleColonUseLHS(lhs: PsiElement): Boolean {
        val reference = when (val inner = lhs.unwrapParenthesesLabelsAndAnnotations()) {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jun 05 16:16:39 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/BeforeResolveIntegrationTest.groovy

            succeeds 'resolveDependencies'
        }
    
        def "can modify a configuration in a beforeResolve hook when the hook resolves another configuration"() {
            mavenRepo.module('org.test', 'module1', '1.0').publish()
            mavenRepo.module('org.test', 'module2', '1.0').publish()
            settingsFile << """
               include ":lib"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 02:27:32 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ProjectDependencyResolveIntegrationTest.groovy

                    project(":a", "test:a:")
                }
            }
        }
    
        @Issue("https://github.com/gradle/gradle/issues/25579")
        def "can lazily compute dependencies from results of another resolution which resolves current project"() {
            buildFile << """
                configurations {
                    a
                    b
                    create("default")
                }
    
                dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  10. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/references/KDocReferenceResolver.kt

        private fun KaSymbol.toResolveResult(receiverClassReference: KaClassLikeSymbol? = null): ResolveResult =
            ResolveResult(symbol = this, receiverClassReference)
    
        /**
         * Resolves the [selectedFqName] of KDoc
         *
         * To properly resolve qualifier parts in the middle,
         * we need to resolve the whole qualifier to understand which parts of the qualifier are package or class qualifiers.
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 08:26:19 UTC 2024
    - 22.3K bytes
    - Viewed (0)
Back to top