Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 3,650 for descriptive (0.23 sec)

  1. platforms/core-configuration/kotlin-dsl/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/TaskContainerDslIntegrationTest.kt

            // For cases not exercised by delegated properties
            tasks["bar"].description += "A"
            tasks.create<Copy>("cabin")
            tasks.create<Copy>("valley").description += "!"
            tasks["pipistrelle"].description += "A"
            tasks.create<Copy>("quartern")
            tasks.create<Copy>("koto").description += "!"
        }
    
        @Test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Sep 30 16:17:27 UTC 2023
    - 15K bytes
    - Viewed (0)
  2. manifests/charts/base/crds/crd-all.gen.yaml

                  vmConfig:
                    description: Configuration for a Wasm VM.
                    properties:
                      env:
                        description: Specifies environment variables to be injected to
                          this VM.
                        items:
                          properties:
                            name:
                              description: Name of the environment variable.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docsTest/java/org/gradle/docs/samples/RunNotifierWrapper.java

        }
    
        @Override
        public void fireTestSuiteStarted(Description description) {
            notifier.fireTestSuiteStarted(description);
        }
    
        @Override
        public void fireTestSuiteFinished(Description description) {
            notifier.fireTestSuiteFinished(description);
        }
    
        @Override
        public void fireTestStarted(Description description) throws StoppedByUserException {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  4. subprojects/core/src/test/groovy/org/gradle/api/internal/tasks/options/OptionReaderTest.groovy

            @Option(option = 'customOptionName', description = "custom description")
            String field1
    
            @Option(description = "Descr Field2")
            String field2
    
            @Option(description = "Descr Field3")
            TestEnum field3
    
            @Option(description = "Descr Field4")
            boolean field4
    
            @Option(description = "Descr Field5")
            Integer field5
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Aug 10 12:45:01 UTC 2023
    - 33.4K bytes
    - Viewed (0)
  5. tests/test_additional_responses_router.py

    
    @router.get("/a", responses={501: {"description": "Error 1"}})
    async def a():
        return "a"
    
    
    @router.get(
        "/b",
        responses={
            502: {"description": "Error 2"},
            "4XX": {"description": "Error with range, upper"},
        },
    )
    async def b():
        return "b"
    
    
    @router.get(
        "/c",
        responses={
            "400": {"description": "Error with str"},
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 30 18:25:16 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  6. api/maven-api-plugin/src/main/mdo/lifecycle.mdo

          <version>1.0.0</version>
          <description>A custom lifecycle mapping definition.</description>
          <fields>
            <field>
              <name>id</name>
              <required>true</required>
              <version>1.0.0</version>
              <type>String</type>
              <description>The ID of this lifecycle, for identification in the mojo descriptor.</description>
            </field>
            <field>
              <name>phases</name>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 07 21:28:01 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/testdata/swagger-merge-item.json

        "version": "v1.9.0"
      },
      "paths": {},
      "definitions": {
        "mergeItem": {
          "description": "MergeItem is type definition for testing strategic merge.",
          "required": [],
          "properties": {
            "name": {
              "description": "Name field.",
              "type": "string"
            },
            "value": {
              "description": "Value field.",
              "type": "string"
            },
            "other": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 20 22:35:14 UTC 2017
    - 4.7K bytes
    - Viewed (0)
  8. tests/test_application.py

                        "responses": {
                            "200": {
                                "description": "Successful Response",
                                "content": {"application/json": {"schema": {}}},
                            },
                            "422": {
                                "description": "Validation Error",
                                "content": {
                                    "application/json": {
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 21:56:59 UTC 2024
    - 52.2K bytes
    - Viewed (0)
  9. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                        type: string
                    type: object
                  rules:
                    description: Optional.
                    items:
                      properties:
                        from:
                          description: Optional.
                          items:
                            properties:
                              source:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  10. pkg/kubelet/cm/dra/claiminfo_test.go

    			description: "claim info is not prepared",
    			claimInfo: &ClaimInfo{
    				prepared: false,
    			},
    		},
    		{
    			description: "claim info is prepared",
    			claimInfo: &ClaimInfo{
    				prepared: true,
    			},
    		},
    		{
    			description: "empty claim info",
    			claimInfo:   &ClaimInfo{},
    		},
    	} {
    		t.Run(test.description, func(t *testing.T) {
    			test.claimInfo.setPrepared()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 03 13:30:31 UTC 2024
    - 21K bytes
    - Viewed (0)
Back to top