Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 314 for mixer (0.08 sec)

  1. platforms/jvm/scala/src/integTest/groovy/org/gradle/integtests/samples/SamplesMixedJavaAndScalaIntegrationTest.groovy

            result.assertTestClassesExecuted('org.gradle.sample.PersonSpec')
    
            // Check contents of Jar
            TestFile jarContents = file('jar')
            projectDir.file("build/libs/mixed-java-and-scala-1.0.jar").unzipTo(jarContents)
            jarContents.assertHasDescendants(
                'META-INF/MANIFEST.MF',
                'org/gradle/sample/JavaPerson.class',
                'org/gradle/sample/Named.class',
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 15:43:33 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/multicluster_analyzers_test.go

    			{msg.MultiClusterInconsistentService, "Service my-namespace/inconsistent-port-name"},
    			{msg.MultiClusterInconsistentService, "Service my-namespace/mixed-mode"},
    			{msg.MultiClusterInconsistentService, "Service my-namespace/mixed-type"},
    			{msg.MultiClusterInconsistentService, "Service my-namespace/mixed-port-protocol"},
    		},
    	},
    }
    
    // TestMultiClusterAnalyzers sets up two clusters and runs the multi-cluster analyzers on them.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/scala/mixedJavaAndScala/groovy/settings.gradle

    rootProject.name = 'mixed-java-and-scala'...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 42 bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/gateway/testdata/invalid.yaml.golden

        internal.istio.io/route-semantics: gateway
      creationTimestamp: null
      name: invalid-backendRef-mixed-0-istio-autogenerated-k8s-gateway
      namespace: default
    spec:
      gateways:
      - istio-system/gateway-istio-autogenerated-k8s-gateway-default
      hosts:
      - third.domain.example
      http:
      - name: default.invalid-backendRef-mixed.0
        route:
        - destination:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 4K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/adapter/ViewBuilder.java

     * limitations under the License.
     */
    
    package org.gradle.tooling.internal.adapter;
    
    import javax.annotation.Nullable;
    
    public interface ViewBuilder<T> {
    
        /**
         * Mixes the given object into all views of the given type created using {@link #build(Object)}.
         * Applied to all views reachable from created views. The mix-in object should be serializable.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 2K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/verification/verifier/DependencyVerifierBuilderTest.groovy

            println(ex.getMessage())
    
            where:
            name                  | keyIds
            "short id"            | ["AAAAAAA"]
            "long id"             | ["AAAAAAAAAAAAAA"]
            "mixed short/long id" | ["AAAAAAAA", "AAAAAAAAAAAAAA"]
        }
    
        def "ArtifactVerificationBuilder should fail if trusted GPG key is not a fingerprint but a #name"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  7. tools/istio-iptables/pkg/config/config_test.go

    				return tesrLocalIPAddrs([]netip.Addr{
    					netip.MustParseAddr("::1"),
    					netip.MustParseAddr("2222:3333::1"),
    				})
    			},
    			isDS:     false,
    			expected: true,
    		},
    		{
    			name: "mixed ipv4 and ipv6 local ip addresses",
    			lipas: func() ([]net.Addr, error) {
    				return tesrLocalIPAddrs([]netip.Addr{
    					netip.MustParseAddr("::1"),
    					netip.MustParseAddr("127.0.0.1"),
    					netip.MustParseAddr("1.2.3.5"),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 22:24:38 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/matchconditions/matcher_test.go

    					EvalResult: celtypes.False,
    					ExpressionAccessor: &MatchCondition{
    						Name: "test2",
    					},
    				},
    			},
    			shouldMatch:  false,
    			returnedName: "test1",
    		},
    		{
    			name: "test mixed with no match first",
    			evaluations: []cel.EvaluationResult{
    				{
    					EvalResult: celtypes.False,
    					ExpressionAccessor: &MatchCondition{
    						Name: "test1",
    					},
    				},
    				{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jul 15 00:53:08 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  9. src/go/doc/testdata/g.0.golden

    // The package g is a go/doc test for mixed exported/unexported ...
    PACKAGE g
    
    IMPORTPATH
    	testdata/g
    
    FILENAMES
    	testdata/g.go
    
    CONSTANTS
    	// 
    	const (
    		A, _	= iota, iota
    		_, D
    		E, _
    		G, H
    	)
    
    
    VARIABLES
    	// 
    	var (
    		_, C2, _	= 1, 2, 3
    		C4, _, C6	= 4, 5, 6
    		_, C8, _	= 7, 8, 9
    	)
    
    	// 
    	var (
    		_, X = f()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 16:29:17 UTC 2018
    - 318 bytes
    - Viewed (0)
  10. tools/packaging/common/istio.service

    StartLimitIntervalSec=0
    
    [Service]
    ExecStart=/usr/local/bin/istio-start.sh
    ExecStartPre=+/usr/bin/install -d -o istio-proxy -m 0755 /var/run/secrets
    ExecStopPost=/usr/local/bin/istio-start.sh clean
    Restart=always
    RestartSec=10
    KillMode=mixed
    TimeoutStopSec=30s
    
    [Install]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 21 17:48:33 UTC 2023
    - 382 bytes
    - Viewed (0)
Back to top