Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 144 for casting (0.32 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch.go

    }
    
    type MergeOptions struct {
    	// MergeParallelList indicates if we are merging the parallel list.
    	// We don't merge parallel list when calling mergeMap() in CreateThreeWayMergePatch()
    	// which is called client-side.
    	// We merge parallel list iff when calling mergeMap() in StrategicMergeMapPatch()
    	// which is called server-side
    	MergeParallelList bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 23:34:23 UTC 2023
    - 75.5K bytes
    - Viewed (0)
  2. src/net/http/request.go

    	// is responsible for calling the Close method.
    	//
    	// For server requests, the Request Body is always non-nil
    	// but will return EOF immediately when no body is present.
    	// The Server will close the request body. The ServeHTTP
    	// Handler does not need to.
    	//
    	// Body must allow Read to be called concurrently with Close.
    	// In particular, calling Close should unblock a Read waiting
    	// for input.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    	// If a request with the dry-run attribute would trigger a call to this webhook, the request will instead fail.
    	SideEffectClassUnknown SideEffectClass = "Unknown"
    	// SideEffectClassNone means that calling the webhook will have no side effects.
    	SideEffectClassNone SideEffectClass = "None"
    	// SideEffectClassSome means that calling the webhook will possibly have side effects.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    ----
    ====
    
    For this to work, `link:{groovyDslPath}/org.gradle.testing.jacoco.plugins.JacocoTaskExtension.html[JacocoTaskExtension]` needs to have the correct input and output annotations.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1/types.go

    	// If a request with the dry-run attribute would trigger a call to this webhook, the request will instead fail.
    	SideEffectClassUnknown SideEffectClass = "Unknown"
    	// SideEffectClassNone means that calling the webhook will have no side effects.
    	SideEffectClassNone SideEffectClass = "None"
    	// SideEffectClassSome means that calling the webhook will possibly have side effects.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
  6. src/encoding/xml/marshal_test.go

    	}
    }
    
    func BenchmarkMarshal(b *testing.B) {
    	b.ReportAllocs()
    	b.RunParallel(func(pb *testing.PB) {
    		for pb.Next() {
    			Marshal(atomValue)
    		}
    	})
    }
    
    func BenchmarkUnmarshal(b *testing.B) {
    	b.ReportAllocs()
    	xml := []byte(atomXML)
    	b.RunParallel(func(pb *testing.PB) {
    		for pb.Next() {
    			Unmarshal(xml, &Feed{})
    		}
    	})
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/suppliers/DynamicRevisionRemoteResolveWithMetadataSupplierIntegrationTest.groovy

            failure.assertHasCause("Could not resolve group:projectA:1.+.")
            failure.assertHasCause("No cached version listing for group:projectA:1.+ available for offline mode.")
            failure.assertHasCause("Could not resolve group:projectB:latest.release.")
            failure.assertHasCause("No cached version listing for group:projectB:latest.release available for offline mode.")
    
            when:
            repositoryInteractions {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 49K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/manage/schema/extract/ManagedProxyClassGenerator.java

    import static org.objectweb.asm.Opcodes.V1_6;
    
    public class ManagedProxyClassGenerator extends AbstractProxyClassGenerator {
        /*
            Note: there is deliberately no internal synchronizing or caching at this level.
            Class generation should be performed behind a ManagedProxyFactory.
         */
    
        private static final String STATE_FIELD_NAME = "$state";
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 55.3K bytes
    - Viewed (0)
  9. src/os/os_test.go

    	}
    	b.Logf("benchmarkReadDir %q: %d entries", path, nentries)
    }
    
    func BenchmarkReaddirname(b *testing.B) {
    	benchmarkReaddirname(".", b)
    }
    
    func BenchmarkReaddir(b *testing.B) {
    	benchmarkReaddir(".", b)
    }
    
    func BenchmarkReadDir(b *testing.B) {
    	benchmarkReadDir(".", b)
    }
    
    func benchmarkStat(b *testing.B, path string) {
    	b.ResetTimer()
    	for i := 0; i < b.N; i++ {
    		_, err := Stat(path)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/collect/Sets.java

       * deterministic iteration behavior.
       *
       * <p>This method is just a small convenience, either for {@code newHashSet(}{@link Arrays#asList
       * asList}{@code (...))}, or for creating an empty set then calling {@link Collections#addAll}.
       * This method is not actually very useful and will likely be deprecated in the future.
       */
      @SuppressWarnings("nullness") // TODO: b/316358623 - Remove after checker fix.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 77.3K bytes
    - Viewed (0)
Back to top