Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 155 for gretty (0.16 sec)

  1. CHANGELOG.md

        prepared to build a TLS API for Kotlin/Native.
    
        We'd prefer a multiplatform HTTP client API that's backed by OkHttp on Android and JVM, and
        other engines on other platforms. [Ktor] does this pretty well today!
    
     *  Breaking: Use `kotlin.time.Duration` in APIs like `OkHttpClient.Builder.callTimeout()`. This
        update also drops support for the `DurationUnit` functions introduced in earlier alpha releases
        of OkHttp 5.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Thu Apr 18 01:31:39 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/native/building_cpp_projects.adoc

    include::sample[dir="snippets/cpp/basic/groovy",files="build.gradle[tags=cpp-select-target-machines]"]
    ====
    
    [[sec:cpp_packaging]]
    == Packaging and publishing
    
    How you package and potentially publish your {cpp} project varies greatly in the native world.
    Gradle comes with defaults, but custom packaging can be implemented without any issues.
    
     * Executable files are published directly to Maven repositories.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 17.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/text/internal/language/language.go

    	RegionID Region
    	// TODO: we will soon run out of positions for ScriptID. Idea: instead of
    	// storing lang, region, and ScriptID codes, store only the compact index and
    	// have a lookup table from this code to its expansion. This greatly speeds
    	// up table lookup, speed up common variant cases.
    	// This will also immediately free up 3 extra bytes. Also, the pVariant
    	// field can now be moved to the lookup table, as the compact index uniquely
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 16.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/transforms/passes.td

          This transformation reorders operations such that operations that will be
          executed by the Flex delegate will be followed by another Flex delegated
          operator, if possible. The reordering uses the same greedy procedure that
          is executed at runtime (in tensorflow/lite/graph_info.cc.)
          This allows us to have an IR of the model that is in the same execution order
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  5. pkg/controller/endpoint/endpoints_controller.go

    	list, err := e.endpointsLister.List(labels.Everything())
    	if err != nil {
    		utilruntime.HandleError(fmt.Errorf("Unable to list endpoints (%v); orphaned endpoints will not be cleaned up. (They're pretty harmless, but you can restart this component if you want another attempt made.)", err))
    		return
    	}
    	for _, ep := range list {
    		if _, ok := ep.Annotations[resourcelock.LeaderElectionRecordAnnotationKey]; ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  6. pkg/proxy/servicechangetracker_test.go

    			// outputs
    			newServices := svcTracker.serviceToServiceMap(tc.service)
    
    			if len(newServices) != len(tc.expected) {
    				t.Fatalf("expected %d new, got %d: %v", len(tc.expected), len(newServices), dump.Pretty(newServices))
    			}
    			for svcKey, expectedInfo := range tc.expected {
    				svcInfo, exists := newServices[svcKey].(*BaseServicePortInfo)
    				if !exists {
    					t.Fatalf("[%s] expected to find key %s", tc.desc, svcKey)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 33.7K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_groovy_to_kotlin_dsl.adoc

    include::sample[dir="snippets/kotlinDsl/configuring-tasks-spring-boot/groovy",files="build.gradle[tags=accessors]"]
    ====
    
    This is pretty self explanatory.
    The main difference is that the task configuration automatically becomes lazy when using the Kotlin DSL accessors.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  8. docs/LICENSE

         Rights.
    
      d. Effective Technological Measures means those measures that, in the
         absence of proper authority, may not be circumvented under laws
         fulfilling obligations under Article 11 of the WIPO Copyright
         Treaty adopted on December 20, 1996, and/or similar international
         agreements.
    
      e. Exceptions and Limitations means fair use, fair dealing, and/or
         any other exception or limitation to Copyright and Similar Rights
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 10 16:50:06 UTC 2021
    - 18.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/stablehlo/transforms/optimize.cc

                                           "dynamic shapes not supported");
      }
    
      // Check if the padding values are equal (otherwise merging is illegal)
      // Because we are using the greedy pattern rewrite driver
      // (applyPatternsAndFoldGreedily), all different constant operators with the
      // same value will be replaced by a single constant operator of that value.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  10. src/cmd/go/internal/modfetch/cache.go

    		//
    		// That's especially problematic if the original pseudo-version starts with
    		// v0.0.0-, as was the case for all pseudo-versions during vgo development,
    		// since a v0.0.0- pseudo-version has lower precedence than pretty much any
    		// tagged version.
    		//
    		// In practice, we're only looking up by hash during initial conversion of a
    		// legacy config and during an explicit 'go get', and a little extra latency
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 18:15:22 UTC 2024
    - 24.7K bytes
    - Viewed (0)
Back to top