Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 646 for generations (0.14 sec)

  1. platforms/software/publish/src/main/java/org/gradle/api/publish/tasks/GenerateModuleMetadata.java

        }
    
        /**
         * Returns the {@link FileCollectionFactory} to use for generation.
         *
         * @since 4.4
         */
        @Inject
        protected FileCollectionFactory getFileCollectionFactory() {
            throw new UnsupportedOperationException();
        }
    
        /**
         * Returns the {@link BuildInvocationScopeId} to use for generation.
         *
         * @since 4.4
         */
        @Inject
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 21 07:21:42 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/types.go

    	PVCRefCounts map[string]int
    
    	// Whenever NodeInfo changes, generation is bumped.
    	// This is used to avoid cloning it if the object didn't change.
    	Generation int64
    }
    
    // nextGeneration: Let's make sure history never forgets the name...
    // Increments the generation number monotonically ensuring that generation numbers never collide.
    // Collision of the generation numbers would be particularly problematic if a node was deleted and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 19:28:17 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  3. pkg/registry/batch/job/strategy.go

    	pod.DropDisabledTemplateFields(&newJob.Spec.Template, &oldJob.Spec.Template)
    
    	// Any changes to the spec increment the generation number.
    	// See metav1.ObjectMeta description for more information on Generation.
    	if !apiequality.Semantic.DeepEqual(newJob.Spec, oldJob.Spec) {
    		newJob.Generation = oldJob.Generation + 1
    	}
    
    }
    
    // Validate validates a new job.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 16:43:24 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  4. platforms/software/reporting/src/integTest/groovy/org/gradle/api/reporting/plugins/BuildDashboardPluginIntegrationTest.groovy

            given:
            goodCode()
            goodTests()
            failingDependenciesForTestTask()
    
            when:
            runAndFail('check')
    
            then:
            !buildDashboardFile.exists()
        }
    
        void 'build dashboard is not generated if a dependency of the report generating task fails even with --continue'() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  5. platforms/jvm/plugins-application/src/main/java/org/gradle/jvm/application/tasks/CreateStartScripts.java

     * <p>
     * The task generates separate scripts targeted at Microsoft Windows environments and UNIX-like environments (e.g. Linux, macOS).
     * The actual generation is implemented by the {@link #getWindowsStartScriptGenerator()} and {@link #getUnixStartScriptGenerator()} properties, of type {@link ScriptGenerator}.
     * <p>
     * Example:
     * <pre class='autoTested'>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 23:38:57 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  6. .space/CODEOWNERS

    /docs/code_authoring_and_core_review.md Vsevolod.Tolstopyato Simon.Ogorodnik
    
    /generators/analysis-api-generator/ "Kotlin IDE Analysis Core"
    /generators/builtins/ A.Qurbonzoda Vsevolod.Tolstopyato Ilya.Gorbunov Filipp.Zhinkin
    /generators/evaluate/ "Kotlin Compiler Core"
    /generators/ide-iml-to-gradle-generator/ "Kotlin Build Infrastructure"
    /generators/interpreter/ "Kotlin Common Backend"
    /generators/main/ "Kotlin Build Infrastructure"
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:55:49 UTC 2024
    - 24K bytes
    - Viewed (0)
  7. src/internal/trace/event/go122/event.go

    	// GoStatus with stack. Added in Go 1.23.
    	EvGoStatusStack // goroutine status at the start of a generation, with a stack [timestamp, goroutine ID, M ID, status, stack ID]
    
    	// Batch event for an experimental batch with a custom format. Added in Go 1.23.
    	EvExperimentalBatch // start of extra data [experiment ID, generation, M ID, timestamp, batch length, batch data...]
    )
    
    // Experiments.
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  8. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/AbstractJUnitCategoriesOrTagsCoverageIntegrationSpec.groovy

                outputContains("The ${pluralCategoryOrTagName} ${allCategories} are both included and excluded.")
            }
        }
    
        /**
         * Fixture for generating test classes from a given test source fixture.  This should be implemented by subclasses that generate
         * unique test sources (e.g. JUnit4 vs JUnit5).
         */
        interface TestSourceGenerator {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 01 14:54:49 UTC 2023
    - 15.2K bytes
    - Viewed (0)
  9. tests/integration/telemetry/api/wasmplugin_test.go

    	ctx.NewSubTest("OCI_" + c.desc).Run(func(t framework.TestContext) {
    		defer func() {
    			generation++
    		}()
    		mapTagToVersionOrFail(t, c.tag, c.upstreamVersion)
    		wasmModuleURL := fmt.Sprintf("oci://%v/%v:%v", registry.Address(), imageName, c.tag)
    		if err := installWasmExtension(t, c.name, wasmModuleURL, c.policy, fmt.Sprintf("g-%d", generation), path); err != nil {
    			t.Fatalf("failed to install WasmPlugin: %v", err)
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  10. pilot/pkg/config/kube/gateway/conditions.go

    		}
    		parents = append(parents, k8s.RouteParentStatus{
    			ParentRef:      gw.OriginalReference,
    			ControllerName: k8s.GatewayController(features.ManagedGatewayController),
    			Conditions:     setConditions(obj.Generation, currentConditions, conds),
    		})
    	}
    	// Ensure output is deterministic.
    	// TODO: will we fight over other controllers doing similar (but not identical) ordering?
    	sort.SliceStable(parents, func(i, j int) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 13:05:41 UTC 2024
    - 14.4K bytes
    - Viewed (0)
Back to top