Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 2,048 for reasons (0.24 sec)

  1. platforms/documentation/docs/src/snippets/dependencyManagement/customizingResolution-consistentResolution/tests/fixed-dependency-insight.out

        | org.gradle.dependency.bundling |              | external     |
        | org.gradle.jvm.environment     |              | standard-jvm |
        | org.gradle.jvm.version         |              | 11           |
       Selection reasons:
          - By constraint: version resolved in configuration ':compileClasspath' by consistent resolution
          - By ancestor
    
    org.codehaus.groovy:groovy:3.0.1
    \--- runtimeClasspath
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/configuration/internal/DefaultBeanConfigurator.java

    import org.codehaus.plexus.configuration.xml.XmlPlexusConfiguration;
    import org.codehaus.plexus.util.xml.Xpp3Dom;
    
    /**
     * <strong>Warning:</strong> This is an internal class that is only public for technical reasons, it is not part of the
     * public API. In particular, this class can be changed or deleted without prior notice.
     *
     */
    @Named
    @Singleton
    public class DefaultBeanConfigurator implements BeanConfigurator {
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 8.2K bytes
    - Viewed (0)
  3. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/dom/DomResolutionTest.kt

                is DocumentResolution.ValueNodeResolution.LiteralValueResolved -> " -> ${resolution.value}"
                is DocumentResolution.UnsuccessfulResolution -> "(${resolution.reasons.joinToString()})"
            }
    
        private
        fun typeString(typeRef: DataTypeRef) = when (typeRef) {
            is DataTypeRef.Type -> typeRef.dataType.toString()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:09 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  4. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleBuildDocumentationPlugin.java

                task.from(extension.getKotlinDslReference().getRenderedDocumentation(), sub -> sub.into("kotlin-dsl"));
    
                // User manual goes into userguide/ (for historical reasons)
                task.from(extension.getUserManual().getRenderedDocumentation(), sub -> sub.into("userguide"));
    
                task.into(extension.getDocumentationRenderedRoot());
            });
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 20:04:00 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  5. cmd/data-usage-utils.go

    	// - total size of the bucket
    	// - total objects in a bucket
    	// - object size histogram per bucket
    	BucketsUsage map[string]BucketUsageInfo `json:"bucketsUsageInfo"`
    	// Deprecated kept here for backward compatibility reasons.
    	BucketSizes map[string]uint64 `json:"bucketsSizes"`
    
    	// TierStats contains per-tier stats of all configured remote tiers
    	TierStats *allTierStats `json:"tierStats,omitempty"`
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Mar 10 09:15:15 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  6. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/AbstractGradleViolationRule.groovy

                return Violation.accept(member, "${rejection.getHumanExplanation()}. Reason for accepting this: <b>$acceptationReason</b>")
            } else if (member instanceof JApiMethod && UpgradedProperties.shouldAcceptForUpgradedProperty(member, rejection, context)) {
                seenApiChanges.add(change)
                return Violation.accept(member, "${rejection.getHumanExplanation()}. Reason for accepting this: <b>Upgraded property</b>")
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 14:00:46 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  7. src/crypto/rsa/example_test.go

    // used: RSA is used to encrypt a key for a symmetric primitive like
    // AES-GCM.
    //
    // Before encrypting, data is “padded” by embedding it in a known
    // structure. This is done for a number of reasons, but the most
    // obvious is to ensure that the value is large enough that the
    // exponentiation is larger than the modulus. (Otherwise it could be
    // decrypted with a square-root.)
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 22:52:37 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  8. subprojects/diagnostics/src/main/java/org/gradle/api/tasks/diagnostics/internal/insight/DependencyInsightReporter.java

                }
            }
        }
    
        private static DefaultSection buildSelectionReasonSection(ComponentSelectionReason reason) {
            DefaultSection selectionReasons = new DefaultSection("Selection reasons");
            for (ComponentSelectionDescriptor entry : reason.getDescriptions()) {
                ComponentSelectionDescriptorInternal descriptor = (ComponentSelectionDescriptorInternal) entry;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  9. platforms/jvm/plugins-java-base/src/main/java/org/gradle/api/plugins/jvm/internal/DefaultJvmFeature.java

     * tested against dependencies which will not necessarily be present at runtime. For this reason, we are
     * planning to deprecate the "extending" functionality. For more information, see {@link #doExtendProductionCode}.</p>
     *
     * <p>For backwards compatibility reasons, when this feature is operating in the "extending" mode,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 21K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/certificates/v1beta1/generated.proto

      // Defaults to "True".
      // If unset, should be treated as "True".
      // +optional
      optional string status = 6;
    
      // brief reason for the request state
      // +optional
      optional string reason = 2;
    
      // human readable message with details about the request state
      // +optional
      optional string message = 3;
    
      // timestamp for the last update to this condition
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top