Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 428 for typed (0.04 sec)

  1. platforms/core-execution/workers/src/integTest/groovy/org/gradle/workers/internal/WorkerExecutorCompositeBuildIntegrationTest.groovy

            expect:
            succeeds("runWork")
    
            and:
            file("build/workOutput").text == "foo"
            lib.file("build/workOutput").text == "foo"
    
            where:
            pluginId << [ 'typed-worker-plugin' ]
        }
    
        private void withTypedWorkerPluginInPluginBuild() {
            plugin.file("src/main/java/TypedParameter.java") << """
                import org.gradle.workers.WorkParameters;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:36:27 UTC 2023
    - 6K bytes
    - Viewed (0)
  2. test/fixedbugs/issue45344.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Issue 45344: expand_calls does not handle direct interface
    // typed argument well.
    
    package p
    
    type T struct {
    	a map[int]int
    }
    
    func F(t T) {
    	G(t)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 02 00:45:56 UTC 2021
    - 350 bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1beta1/doc.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by client-gen. DO NOT EDIT.
    
    // This package has the automatically generated typed clients.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 08 09:52:48 UTC 2018
    - 692 bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/clientset/versioned/fake/clientset_generated.go

    import (
    	clientset "k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/clientset/versioned"
    	crv1 "k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/clientset/versioned/typed/cr/v1"
    	fakecrv1 "k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/clientset/versioned/typed/cr/v1/fake"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/watch"
    	"k8s.io/client-go/discovery"
    	fakediscovery "k8s.io/client-go/discovery/fake"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 09 06:03:32 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  5. maven-core/src/test/java/org/apache/maven/session/scope/SessionScopeProxyTest.java

    import org.codehaus.plexus.PlexusContainer;
    import org.codehaus.plexus.component.repository.exception.ComponentLookupException;
    import org.codehaus.plexus.testing.PlexusTest;
    import org.eclipse.sisu.Typed;
    import org.junit.jupiter.api.Test;
    import org.junit.jupiter.api.extension.ExtendWith;
    import org.mockito.Mock;
    import org.mockito.junit.jupiter.MockitoExtension;
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 12:52:20 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/versionconverter_test.go

    		t.Fatalf("error creating converting input object to a typed value: %v", err)
    	}
    	expected := objForGroupVersion("apps/v1")
    	output, err := vc.Convert(input, fieldpath.APIVersion("apps/v1"))
    	if err != nil {
    		t.Fatalf("expected err to be nil but got %v", err)
    	}
    	actual, err := testTypeConverter.TypedToObject(output)
    	if err != nil {
    		t.Fatalf("error converting output typed value to an object %v", err)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 10 07:29:34 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  7. test/fixedbugs/bug434.go

    // run
    
    // Copyright 2012 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Test that typed and untyped negative zero floating point constants
    // are treated as equivalent to zero constants.
    
    package main
    
    import "math"
    
    const zero = 0.0
    
    func main() {
    	x := -zero
    	b := math.Float64bits(x)
    	if b != 0 {
    		panic(b)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 23 22:47:34 UTC 2012
    - 565 bytes
    - Viewed (0)
  8. releasenotes/notes/no_extension_lookup_by_name.yaml

    upgradeNotes:
      - title: EnvoyFilter must specify the type URL for an Envoy extension injection.
        content: |
          Previously, Istio permitted a lookup of the extension in `EnvoyFilter` by its internal Envoy name alone. To see if you are affected,
          run `istioctl analyze` and check for a deprecation warning `using deprecated types by name without typed_config`. Additionally, make
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 26 21:20:37 UTC 2023
    - 712 bytes
    - Viewed (0)
  9. cmd/kubelet/app/auth.go

    	genericoptions "k8s.io/apiserver/pkg/server/options"
    	clientset "k8s.io/client-go/kubernetes"
    	authenticationclient "k8s.io/client-go/kubernetes/typed/authentication/v1"
    	authorizationclient "k8s.io/client-go/kubernetes/typed/authorization/v1"
    
    	kubeletconfig "k8s.io/kubernetes/pkg/kubelet/apis/config"
    	"k8s.io/kubernetes/pkg/kubelet/server"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 07 14:37:01 UTC 2022
    - 5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1/fake/fake_apiextensions_client.go

    */
    
    // Code generated by client-gen. DO NOT EDIT.
    
    package fake
    
    import (
    	v1 "k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1"
    	rest "k8s.io/client-go/rest"
    	testing "k8s.io/client-go/testing"
    )
    
    type FakeApiextensionsV1 struct {
    	*testing.Fake
    }
    
    func (c *FakeApiextensionsV1) CustomResourceDefinitions() v1.CustomResourceDefinitionInterface {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 16 17:13:40 UTC 2019
    - 1.2K bytes
    - Viewed (0)
Back to top