Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 318 for resolutions (0.16 sec)

  1. platforms/ide/tooling-api-builders/src/main/java/org/gradle/tooling/internal/provider/runner/ProblemsProgressEventConsumer.java

            return (link == null || link.getUrl() == null) ? null : new DefaultDocumentationLink(link.getUrl());
        }
    
        private static List<InternalSolution> toInternalSolutions(List<String> solutions) {
            return solutions.stream()
                .map(DefaultSolution::new)
                .collect(toImmutableList());
        }
    
    
        @SuppressWarnings("unchecked")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 12K bytes
    - Viewed (0)
  2. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/symbols/AdditionalKDocResolutionProvider.kt

    /**
     * An extension point to provide additional symbols for a KDoc reference. KDoc link resolution will use symbols returned by this EP
     * only if the real resolution was unsuccessful. You can use this EP by creating a class implementing this interface.
     * For example, let's assume that you want to return symbol `fun foo() = 3` for the following KDoc resolution:
     *
     * ```
     *   package com.example
     *   fun foo() = 3
     *   /**
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  3. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/components/KaFe10Resolver.kt

    import org.jetbrains.kotlin.analysis.api.resolution.KaExplicitReceiverValue
    import org.jetbrains.kotlin.analysis.api.resolution.KaFunctionCall
    import org.jetbrains.kotlin.analysis.api.resolution.KaImplicitReceiverValue
    import org.jetbrains.kotlin.analysis.api.resolution.KaPartiallyAppliedFunctionSymbol
    import org.jetbrains.kotlin.analysis.api.resolution.KaPartiallyAppliedSymbol
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  4. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/KtSymbolBasedReference.kt

     */
    
    package org.jetbrains.kotlin.analysis.api
    
    import org.jetbrains.kotlin.analysis.api.resolution.KaSymbolBasedReference
    
    @OptIn(KaAnalysisApiInternals::class)
    @Deprecated(
        "The API has been moved into `org.jetbrains.kotlin.analysis.api.resolution` package",
        level = DeprecationLevel.HIDDEN,
    )
    public typealias KaSymbolBasedReference = KaSymbolBasedReference
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Jun 10 20:18:28 UTC 2024
    - 677 bytes
    - Viewed (0)
  5. platforms/core-configuration/declarative-dsl-evaluator/src/main/kotlin/org/gradle/internal/declarativedsl/evaluator/runner/AnalysisStepRunner.kt

            val assignmentTrace = assignmentTrace(resolution)
            val assignmentErrors = assignmentTrace.elements.filterIsInstance<AssignmentTraceElement.FailedToRecordAssignment>()
            if (assignmentErrors.isNotEmpty()) {
                failureReasons += AssignmentErrors(assignmentErrors)
            }
    
            val analysisResult = AnalysisStepResult(evaluationSchema, languageModel, resolution, resolver.trace, assignmentTrace)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:40 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/serviceentry/conversion_test.go

    func makeService(hostname host.Name, configNamespace, address string, ports map[string]int,
    	external bool, resolution model.Resolution, serviceAccounts ...string,
    ) *model.Service {
    	svc := &model.Service{
    		CreationTime:    GlobalTime,
    		Hostname:        hostname,
    		DefaultAddress:  address,
    		MeshExternal:    external,
    		Resolution:      resolution,
    		ServiceAccounts: serviceAccounts,
    		Attributes: model.ServiceAttributes{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 39K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/dep-man/02-declaring-dependency-versions/dependency_locking.adoc

    * There is no validation that an ignored dependency is present in any configuration resolution.
    * If the dependency is present in lock state, loading it will filter out the dependency.
    * If the dependency is present in the resolution result, it will be ignored when validating that resolution matches the lock state.
    * Finally, if the dependency is present in the resolution result and the lock state is persisted, it will be absent from the written lock state.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 16:55:22 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/kube/conversion.go

    	addrs := []string{constants.UnspecifiedIP}
    	resolution := model.ClientSideLB
    	externalName := ""
    	nodeLocal := false
    
    	if svc.Spec.Type == corev1.ServiceTypeExternalName && svc.Spec.ExternalName != "" {
    		externalName = svc.Spec.ExternalName
    		if features.EnableExternalNameAlias {
    			resolution = model.Alias
    		} else {
    			resolution = model.DNSLB
    		}
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  9. maven-core/src/main/java/org/apache/maven/project/DefaultProjectDependenciesResolver.java

    import org.eclipse.aether.collection.DependencyCollectionException;
    import org.eclipse.aether.graph.DependencyFilter;
    import org.eclipse.aether.graph.DependencyNode;
    import org.eclipse.aether.resolution.ArtifactResult;
    import org.eclipse.aether.resolution.DependencyRequest;
    import org.eclipse.aether.util.artifact.ArtifactIdUtils;
    import org.eclipse.aether.util.graph.manager.DependencyManagerUtils;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jun 12 07:49:10 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  10. maven-model-builder/pom.xml

                  <exclude>org.apache.maven.model.resolution.InvalidRepositoryException#getRepository():METHOD_RETURN_TYPE_CHANGED</exclude>
                  <exclude>org.apache.maven.model.resolution.InvalidRepositoryException#InvalidRepositoryException(java.lang.String,org.apache.maven.model.Repository,java.lang.Throwable):CONSTRUCTOR_REMOVED</exclude>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 14:07:09 UTC 2024
    - 12.2K bytes
    - Viewed (0)
Back to top