Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for Doesn (0.06 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/file/FileCollectionSymlinkIntegrationTest.groovy

                def inputNameLc = inputName.toLowerCase()
                contextualLabel == "Type \'CustomTask\' property \'brokenInputFile\' specifies ${inputNameLc} \'$brokenInputFile\' which doesn\'t exist"
                details == 'An input file was expected to be present but it doesn\'t exist'
                solutions == [
                    "Make sure the ${inputNameLc} exists before the task is called",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  2. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/tasks/ValidatePluginsPart2IntegrationTest.groovy

                solutions == [
                    'Use a different input annotation if type is not a bean',
                    'Use a different package that doesn\'t conflict with standard Java or Kotlin types for custom types',
                ]
                additionalData.asMap == [
                    'typeName' : 'MyTask',
                    'propertyName' : "my$typeName",
                ]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 40K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/TomlDependenciesExtensionIntegrationTest.groovy

                contextualLabel == 'Problem: In version catalog libs, import of external catalog file failed.'
                details == "File \'${file('missing.toml').absolutePath}\' doesn\'t exist"
                solutions == [ 'Make sure that the catalog file \'missing.toml\' exists before importing it' ]
            }
        }
    
        def "can use nested versions, libraries and bundles"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 33K bytes
    - Viewed (0)
  4. docs/bucket/versioning/README.md

          //         .endpoint("https://s3.amazonaws.com")
          //         .credentials("YOUR-ACCESSKEY", "YOUR-SECRETACCESSKEY")
          //         .build();
    
          // Create bucket 'my-bucketname' if it doesn`t exist.
          if (!minioClient.bucketExists(BucketExistsArgs.builder().bucket("my-bucketname").build())) {
            minioClient.makeBucket(MakeBucketArgs.builder().bucket("my-bucketname").build());
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 04 21:43:52 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  5. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/tasks/ValidatePluginsPart1IntegrationTest.groovy

                details == 'This modifier is used in conjunction with a property of type \'Input\' but this doesn\'t have semantics'
                solutions == [ 'Remove the \'@Incremental\' annotation' ]
                additionalData.asMap == [
                    'typeName' : 'MyTransformParameters',
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/api/provider/PropertyIntegrationTest.groovy

            verifyAll(receivedProblem) {
                fqid == 'validation:property-validation:value-not-set'
                contextualLabel == 'Type \'MyTask\' property \'strings\' doesn\'t have a configured value'
                details == 'This property isn\'t marked as optional and no value has been configured'
                solutions == [
                    'Assign a value to \'strings\'',
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/VersionCatalogExtensionIntegrationTest.groovy

                details == "Alias '$reserved' is a reserved name in Gradle which prevents generation of accessors."
                solutions == [ 'Use a different alias which doesn\'t contain any of \'convention\' or \'extensions\'.' ]
            }
    
            where:
            reserved << [
                "extensions",
                "convention"
            ]
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 13:37:31 UTC 2024
    - 77.8K bytes
    - Viewed (0)
  8. cluster/addons/calico-policy-controller/felixconfigurations-crd.yaml

                    description: 'GenericXDPEnabled enables Generic XDP so network cards
                      that don''t support XDP offload or driver modes can use XDP. This
                      is not recommended since it doesn''t provide better performance
                      than iptables. [Default: false]'
                    type: boolean
                  healthEnabled:
                    type: boolean
                  healthHost:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 29.1K bytes
    - Viewed (0)
  9. plugin/pkg/admission/resourcequota/admission_test.go

    		if expectedValue != actualValue {
    			t.Errorf("Usage Used: Key: %v, Expected: %v, Actual: %v", k, expectedValue, actualValue)
    		}
    	}
    }
    
    // TestAdmitDryRun verifies that a pod when created with dry-run doesn not have its usage reflected on the quota
    // and that dry-run requests can still be rejected if they would exceed the quota
    func TestAdmitDryRun(t *testing.T) {
    	resourceQuota := &corev1.ResourceQuota{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:28:42 UTC 2024
    - 84.1K bytes
    - Viewed (0)
  10. prow/config/calico.yaml

                    description: 'GenericXDPEnabled enables Generic XDP so network cards
                      that don''t support XDP offload or driver modes can use XDP. This
                      is not recommended since it doesn''t provide better performance
                      than iptables. [Default: false]'
                    type: boolean
                  healthEnabled:
                    type: boolean
                  healthHost:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
Back to top