Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 6,541 for RUNTIME (0.16 sec)

  1. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/codec_factory.go

    */
    
    package serializer
    
    import (
    	"mime"
    	"strings"
    
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    	"k8s.io/apimachinery/pkg/runtime/serializer/json"
    	"k8s.io/apimachinery/pkg/runtime/serializer/protobuf"
    	"k8s.io/apimachinery/pkg/runtime/serializer/recognizer"
    	"k8s.io/apimachinery/pkg/runtime/serializer/versioning"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 18 04:27:38 UTC 2022
    - 12.6K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/external/model/DefaultIvyModuleResolveMetadataTest.groovy

            given:
            configuration("runtime")
            artifact("one", ["runtime"])
            artifact("two", ["runtime"])
    
            when:
            def runtime = metadata.getConfiguration("runtime")
    
            then:
            runtime.artifacts*.name.name == ["one", "two"]
            runtime.artifacts.is(runtime.artifacts)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  3. src/runtime/pprof/mprof_test.go

    #	0x[0-9,a-f]+	runtime/pprof\.TestMemoryProfiler\+0x[0-9,a-f]+	.*runtime/pprof/mprof_test\.go:82
    `, 32*memoryProfilerRun, 1024*memoryProfilerRun, 32*memoryProfilerRun, 1024*memoryProfilerRun),
    	}, {
    		stk: []string{"runtime/pprof.allocateTransient1M", "runtime/pprof.TestMemoryProfiler"},
    		legacy: fmt.Sprintf(`0: 0 \[%v: %v\] @ 0x[0-9,a-f]+ 0x[0-9,a-f]+ 0x[0-9,a-f]+ 0x[0-9,a-f]+
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 16 15:20:22 UTC 2022
    - 5.3K bytes
    - Viewed (0)
  4. platforms/jvm/plugins-application/src/integTest/groovy/org/gradle/java/JavaApplicationOutgoingVariantsIntegrationTest.groovy

                implementation-1.0.jar (test:implementation:1.0) {artifactType=jar, org.gradle.status=release}
                runtime-only-1.0.jar (test:runtime-only:1.0) {artifactType=jar, org.gradle.status=release}
            """)
        }
    
        def "provides runtime JAR as default variant with jvm-ecosystem plugin"() {
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  5. pkg/controlplane/reconcilers/endpointsadapter_test.go

    		expectedResult *corev1.Endpoints
    		expectCreate   []runtime.Object
    		expectUpdate   []runtime.Object
    		initialState   []runtime.Object
    		namespaceParam string
    		endpointsParam *corev1.Endpoints
    	}{
    		"single-endpoint": {
    			expectedError:  nil,
    			expectedResult: endpoints1,
    			expectCreate:   []runtime.Object{endpoints1, epSlice1},
    			initialState:   []runtime.Object{},
    			namespaceParam: endpoints1.Namespace,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 12:23:16 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  6. maven-model-builder/src/test/resources/dag.txt

    quarkus/extensions/panache/hibernate-reactive-panache-kotlin/runtime/pom.xml
    	quarkus/core/runtime/pom.xml
    	quarkus/extensions/hibernate-reactive/runtime/pom.xml
    	quarkus/extensions/panache/hibernate-reactive-panache/runtime/pom.xml
    	quarkus/extensions/panache/hibernate-reactive-panache-common/runtime/pom.xml
    	quarkus/extensions/arc/runtime/pom.xml
    	quarkus/extensions/jackson/runtime/pom.xml
    	quarkus/extensions/kotlin/runtime/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  7. platforms/jvm/plugins-java/src/integTest/groovy/org/gradle/java/JavaProjectOutgoingVariantsIntegrationTest.groovy

                implementation-1.0.jar (test:implementation:1.0) ${expectedAttributes}
                runtime-only-1.0.jar (test:runtime-only:1.0) ${expectedAttributes}
            """)
        }
    
        def "provides runtime JAR as default variant with jvm-ecosystem plugin"() {
            buildFile << """
                project(':consumer') {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  8. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/process/instrument/RuntimeExec3InstrumentationInDynamicGroovyWithIndyIntegrationTest.groovy

                // Runtime.exec() overloads
                [fromString(), "Runtime.getRuntime().exec(command, new String[] {'FOOBAR=foobar'}, file('$pwd'))", pwd, "foobar"],
                [fromGroovyString(), "Runtime.getRuntime().exec(command, new String[] {'FOOBAR=foobar'}, file('$pwd'))", pwd, "foobar"],
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/external/model/DefaultMavenModuleResolveMetadataTest.groovy

            runtime.artifacts*.name.extension == ["jar"]
            runtime.artifacts.is(runtime.artifacts)
        }
    
        def "each configuration contains a single variant containing the status attribute and the artifacts of the configuration"() {
            when:
            def runtime = metadata.getConfiguration("runtime")
    
            then:
            runtime.variants.size() == 1
            def firstVariant = runtime.variants.first()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:21:11 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  10. src/runtime/pprof/protomem_test.go

    	}
    
    	const expectedSample = "testing.tRunner;runtime/pprof.TestGenericsInlineLocations;runtime/pprof.nonRecursiveGenericAllocFunction[go.shape.struct {},go.shape.struct { runtime/pprof.buf [128]uint8 }];runtime/pprof.nonRecursiveGenericAllocFunction[go.shape.struct { runtime/pprof.buf [128]uint8 },go.shape.struct {}];runtime/pprof.storeAlloc [1 16 1 16]"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 14:38:45 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top