Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 511 for embeddeds (0.29 sec)

  1. platforms/extensibility/test-kit/src/main/java/org/gradle/testkit/runner/internal/GradleExecutionParameters.java

            this.projectDir = projectDir;
            this.buildArgs = buildArgs;
            this.jvmArgs = jvmArgs;
            this.injectedClassPath = injectedClassPath;
            this.embedded = embedded;
            this.standardOutput = standardOutput;
            this.standardError = standardError;
            this.standardInput = standardInput;
            this.environment = environment;
        }
    
        public GradleProvider getGradleProvider() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/objectmeta/validation_test.go

    			required("apiVersion"),
    			required("kind"),
    		}},
    		{name: "embedded", object: `
    {
      "embedded": {}
    }`, errors: []validationMatch{
    			required("embedded", "apiVersion"),
    			required("embedded", "kind"),
    		}},
    		{name: "nested", object: `
    {
      "nested": {
        "embedded": {}
      }
    }`, errors: []validationMatch{
    			required("nested", "apiVersion"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 20:13:14 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl/src/integTest/kotlin/org/gradle/kotlin/dsl/support/EmbeddedKotlinProviderTest.kt

            val result = build("buildEnvironment")
    
            assertThat(result.output, containsString("No dependencies"))
        }
    
        @Test
        fun `embedded kotlin dependencies are pinned to the embedded version`() {
    
            withBuildScript(
                """
                buildscript {
                    $repositoriesBlock
                    dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jan 29 11:39:00 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl-plugins/src/test/kotlin/org/gradle/kotlin/dsl/plugins/embedded/EmbeddedKotlinPluginTest.kt

     */
    
    package org.gradle.kotlin.dsl.plugins.embedded
    
    import com.nhaarman.mockito_kotlin.inOrder
    import com.nhaarman.mockito_kotlin.mock
    import org.gradle.api.logging.Logger
    import org.gradle.kotlin.dsl.*
    import org.junit.Test
    
    
    class EmbeddedKotlinPluginTest {
        @Test
        fun `emit a warning if the kotlin plugin version is not the same as embedded`() {
    
            val logger = mock<Logger>()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 30 11:39:02 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl-plugins/src/main/kotlin/org/gradle/kotlin/dsl/plugins/base/KotlinDslBasePlugin.kt

    import org.gradle.kotlin.dsl.plugins.dsl.KotlinDslPluginOptions
    import org.gradle.kotlin.dsl.plugins.embedded.EmbeddedKotlinPlugin
    import org.gradle.kotlin.dsl.plugins.embedded.kotlinArtifactConfigurationNames
    
    
    /**
     * The `kotlin-dsl-base` plugin.
     *
     * - Applies the `embedded-kotlin` plugin
     * - Adds the `gradleKotlinDsl()` dependency to the `compileOnly` and `testImplementation` configurations
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  6. docs/tr/docs/newsletter.md

    # FastAPI ve Arkadaşları Bülteni
    
    <iframe data-w-type="embedded" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://xr4n4.mjt.lu/wgt/xr4n4/hj5/form?c=40a44fa4" width="100%" style="height: 0;"></iframe>
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Jan 09 15:14:23 UTC 2024
    - 325 bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/pruning/algorithm_test.go

        },
        "spec": {
          "embedded": {
            "apiVersion": "foo/v1",
            "kind": "Foo",
            "metadata": {
              "name": "instance",
              "unspecified": "bar"
            },
            "spec": {
            }
          }
        }
      }
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 20:13:14 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/typeparams/normalize.go

    		// embedded types.
    		tset.terms = allTermlist
    		for i := 0; i < u.NumEmbeddeds(); i++ {
    			embedded := u.EmbeddedType(i)
    			if _, ok := embedded.Underlying().(*types.TypeParam); ok {
    				return nil, fmt.Errorf("invalid embedded type %T", embedded)
    			}
    			tset2, err := computeTermSetInternal(embedded, seen, depth+1)
    			if err != nil {
    				return nil, err
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 18 21:28:13 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  9. docs/es/docs/newsletter.md

    # Boletín de Noticias de FastAPI y amigos
    
    <iframe data-w-type="embedded" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://xr4n4.mjt.lu/wgt/xr4n4/hj5/form?c=40a44fa4" width="100%" style="height: 0;"></iframe>
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Jan 27 10:43:44 UTC 2024
    - 332 bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/celcoststability_test.go

    				// schema, but they would be accessible even if they were not
    				"self.embedded.kind == 'Pod'":                          4,
    				"self.embedded.apiVersion == 'v1'":                     4,
    				"self.embedded.metadata.name == 'foo'":                 5,
    				"self.embedded.metadata.generateName == 'pickItForMe'": 6,
    				// the specified embedded fields are accessible
    				"self.embedded.spec.field1 == 'a'": 5,
    			},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:20:16 UTC 2024
    - 80.2K bytes
    - Viewed (0)
Back to top