Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 118 for gretty (0.15 sec)

  1. pkg/registry/core/service/strategy.go

    // any other option.
    func dropTypeDependentFields(newSvc *api.Service, oldSvc *api.Service) {
    	// For now we are only wiping on updates.  This minimizes potential
    	// confusion since many of the cases we are handling here are pretty niche.
    	if oldSvc == nil {
    		return
    	}
    
    	// In all of these cases we only want to wipe a field if we a) know it no
    	// longer applies; b) might have initialized it automatically; c) know the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 13:09:36 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/phases/upgrade/compute.go

    		// latest-1.7 version is v1.7.4-beta.0
    
    		// Worth noticing is that when the release-1.X branch is cut; there are two versions tagged: v1.X.0-beta.0 AND v1.(X+1).alpha.0
    		// The v1.(X+1).alpha.0 is pretty much useless and should just be ignored, as more betas may be released that have more features than the initial v1.(X+1).alpha.0
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 03:03:29 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  3. platforms/ide/ide-plugins/src/main/java/org/gradle/plugins/ide/idea/IdeaPlugin.java

            }
        }
    
        private List<Project> getAllJavaProjects() {
            if (allJavaProjects != null) {
                // cache result because it is pretty expensive to compute
                return allJavaProjects;
            }
            allJavaProjects = Lists.newArrayList(Iterables.filter(project.getRootProject().getAllprojects(), HAS_IDEA_AND_JAVA_PLUGINS));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 12 14:00:13 UTC 2023
    - 25.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/aot/tfcompile.bzl

            full set of deps needed by the generated library.
          enable_xla_hlo_profiling: Enable XLA HLO profiling in the generated
            program, and emit metadata that lets us pretty-print the gathered
            profile counters.
          enable_tracemes: Tell tfcompile to generate calls to
            TraceMe::Activity{Start|End} around HLO instructions that can be used by
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 19:18:08 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  5. operator/pkg/object/objects.go

    		return fmt.Errorf("failed to parse YAML to a k8s object: %v", err)
    	}
    
    	s := json.NewSerializerWithOptions(json.DefaultMetaFactory, nil, nil, json.SerializerOptions{
    		Yaml:   true,
    		Pretty: true,
    		Strict: true,
    	})
    	for {
    		var obj unstructured.Unstructured
    		if err := jsonDecoder.Decode(&obj); err != nil {
    			if err == io.EOF {
    				break
    			}
    			err = wrapErr(err)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 21 07:16:46 UTC 2023
    - 15.5K bytes
    - Viewed (1)
  6. analysis/analysis-api-standalone/tests/org/jetbrains/kotlin/analysis/api/standalone/fir/test/cases/session/builder/StandaloneSessionBuilderTest.kt

            val callInCommon = ktFileInCommon.findDescendantOfType<KtCallExpression>()!!
            callInCommon.assertIsCallOf(CallableId(FqName("some.example"), FqName("Person"), Name.identifier("greet")))
    
            val ktFileInJvm = session.modulesWithFiles.getValue(sourceModule).single() as KtFile
            val callInJvm = ktFileInJvm.findDescendantOfType<KtCallExpression>()!!
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jun 05 16:16:39 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  7. testing/internal-testing/src/main/groovy/org/gradle/test/fixtures/ConcurrentTestUtil.groovy

            completesBefore(defaultExpiry)
        }
    
        void completesWithin(long maxWaitValue, TimeUnit maxWaitUnits) {
            long expiry = System.currentTimeMillis() + maxWaitUnits.toMillis(maxWaitValue)
            // TODO I'm pretty sure we should not add 500 _days_ here, but changing that kills some Play integration tests
            completesBefore(new Date(expiry + TimeUnit.DAYS.toMillis(500)))
        }
    
        abstract void completesBefore(Date timeout)
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/github.com/google/pprof/internal/report/source.go

    	// Merge adjacent lines that are in same function and not too far apart.
    	const mergeLimit = 20
    	for _, l := range lines {
    		name := f.funcName[l]
    		if pretty, ok := sp.prettyNames[name]; ok {
    			// Use demangled name if available.
    			name = pretty
    		}
    
    		fn := sourceFunction{name: name, begin: l, end: l + 1}
    		for _, x := range f.lines[l] {
    			inst := sp.insts[x.addr]
    			fn.flat += inst.flat
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 31.3K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/authoring-builds/plugins/implementing_gradle_plugins_binary.adoc

    This Gradle build file defines a task `GreetingToFileTask` that writes a greeting to a file.
    It also registers two tasks: `greet`, which creates the file with the greeting, and `sayGreeting`, which prints the file's contents.
    The `greetingFile` property is used to specify the file path for the greeting:
    
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 29 02:31:44 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  10. pilot/pkg/model/endpointshards.go

    	// v0 -> invalidate -> v1. Reverting a change we pushed violates our contract of monotonically
    	// moving forward in version. In practice, this is pretty rare and self corrects nearly
    	// immediately. However, clearing the cache here has almost no impact on cache performance as we
    	// would clear it shortly after anyways.
    	e.clearCacheForService(hostname, namespace)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 15.6K bytes
    - Viewed (0)
Back to top