Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 5,298 for somme (0.08 sec)

  1. platforms/software/build-init/src/test/groovy/org/gradle/buildinit/plugins/internal/BuildScriptBuilderKotlinTest.groovy

    }
    """)
        }
    
        def "can add test compile and runtime dependencies"() {
            when:
            builder.testImplementationDependency("use some test kit", BuildInitDependency.of("org:test", "1.2"), BuildInitDependency.of("org:test-utils", "1.2"))
            builder.testRuntimeOnlyDependency("needs some libraries at runtime", BuildInitDependency.of("org:test-runtime", "1.2"))
            builder.create(target).generate()
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 18 14:16:33 UTC 2023
    - 16.1K bytes
    - Viewed (0)
  2. testing/integ-test/src/integTest/groovy/org/gradle/integtests/TaskErrorExecutionIntegrationTest.groovy

                contextualLabel == "Task 'someTest' not found in root project 'test' and its subprojects. Some candidates are: 'someTask', 'someTaskA', 'someTaskB'."
                additionalData.asMap == ['requestedPath' : 'someTest']
            }
            failure.assertHasDescription("Task 'someTest' not found in root project 'test' and its subprojects. Some candidates are: 'someTask', 'someTaskA', 'someTaskB'.")
            failure.assertHasResolutions(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  3. platforms/extensibility/test-kit/src/test/groovy/org/gradle/testkit/runner/internal/DefaultGradleRunnerTest.groovy

            new GradleExecutionResult(BUILD_OPERATION_PARAMETERS, "this is some output", [], throwable)
        }
    
        private String getBasicDiagnosticsMessage() {
            """Gradle build executed in $workingDir.absolutePath with arguments $arguments
    
    Output:
    this is some output"""
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 13.2K bytes
    - Viewed (1)
  4. platforms/software/resources/src/main/java/org/gradle/internal/resource/transfer/ExternalResourceAccessor.java

        /**
         * Reads the resource at the given location.
         *
         * If the resource does not exist, this method should return null.
         *
         * If the resource may exist but can't be accessed due to some configuration issue, the implementation
         * must throw an {@link ResourceException} to indicate a fatal condition.
         *
         * @param location The address of the resource to obtain
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  5. analysis/analysis-api/testData/components/compilerFacility/firPluginPrototypeMultiModule/functionParamInBinaryModule2.ir.txt

                <T>: @[MyComposable] some.MyComposableFunction0<kotlin.Unit>
                elements: VARARG type=kotlin.Array<out @[MyComposable] some.MyComposableFunction0<kotlin.Unit>> varargElementType=@[MyComposable] some.MyComposableFunction0<kotlin.Unit>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Mar 22 12:26:50 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/valueProviders/sysPropsDo/kotlin/gradle.properties

    some-property=some-value...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 25 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/valueProviders/sysPropsDont/groovy/gradle.properties

    some-property=some-value...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 25 bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/endpoints/filters/impersonation_test.go

    			},
    			impersonationUid: "some-uid",
    			expectedUser: &user.DefaultInfo{
    				Name: "tester",
    			},
    			expectedCode: http.StatusInternalServerError,
    		},
    		{
    			name: "disallowed-group",
    			user: &user.DefaultInfo{
    				Name:   "dev",
    				Groups: []string{"wheel"},
    			},
    			impersonationUser:   "system:admin",
    			impersonationGroups: []string{"some-group"},
    			expectedUser: &user.DefaultInfo{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 06 17:13:16 UTC 2021
    - 17.2K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/gateway/testdata/route-precedence.yaml.golden

      gateways:
      - istio-system/gateway-istio-autogenerated-k8s-gateway-default
      hosts:
      - a.domain.example
      http:
      - match:
        - headers:
            my-header:
              exact: some-value
          queryParams:
            my-param:
              regex: some-value
          uri:
            exact: /baz
        name: allowed-2.http.1
        route:
        - destination:
            host: svc2.allowed-2.svc.domain.suffix
            port:
              number: 80
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  10. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/snapshot/AbstractCaseVfsRelativePathTest.groovy

            "/var/hello/other"      | 5      | "hello/world/some" | 0
            "/var/hello1/other"     | 5      | "hello/world"      | 1
            "/var/abc/other"        | 5      | "bbc/some"         | -1
            "/var/hello/other"      | 1      | "hello/world/some" | 1
            "/var/hello/other"      | 5      | "hello/world/some" | 0
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 9.3K bytes
    - Viewed (0)
Back to top