Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 43 for plan (0.16 sec)

  1. platforms/core-configuration/core-serialization-codecs/src/main/kotlin/org/gradle/internal/serialize/codecs/core/WorkNodeCodec.kt

    import org.gradle.execution.plan.ActionNode
    import org.gradle.execution.plan.CompositeNodeGroup
    import org.gradle.execution.plan.FinalizerGroup
    import org.gradle.execution.plan.LocalTaskNode
    import org.gradle.execution.plan.Node
    import org.gradle.execution.plan.NodeGroup
    import org.gradle.execution.plan.OrdinalGroup
    import org.gradle.execution.plan.OrdinalGroupFactory
    import org.gradle.execution.plan.ScheduledWork
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. src/os/exec.go

    	//
    	// On Unix and Plan 9, Release sets p.Pid = -1. This is the only part of the
    	// Process API that is not thread-safe, but it can't be changed now.
    	//
    	// On Windows, Release does _not_ modify p.Pid.
    	//
    	// On Windows, Wait calls Release after successfully waiting to
    	// proactively clean up resources.
    	//
    	// On Unix and Plan 9, Wait also proactively cleans up resources, but
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 22:06:47 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  3. src/os/signal/doc.go

    CTRL_LOGOFF_EVENT or CTRL_SHUTDOWN_EVENT is received - the process will
    still get terminated unless it exits. But receiving syscall.SIGTERM will
    give the process an opportunity to clean up before termination.
    
    # Plan 9
    
    On Plan 9, signals have type syscall.Note, which is a string. Calling
    Notify with a syscall.Note will cause that value to be sent on the
    channel when that string is posted as a note.
    */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:11:00 UTC 2024
    - 11K bytes
    - Viewed (0)
  4. platforms/core-configuration/core-serialization-codecs/src/main/kotlin/org/gradle/internal/serialize/codecs/core/TaskNodeCodec.kt

    import org.gradle.api.internal.tasks.TaskLocalStateInternal
    import org.gradle.api.specs.Spec
    import org.gradle.internal.cc.base.serialize.IsolateOwners
    import org.gradle.execution.plan.LocalTaskNode
    import org.gradle.execution.plan.TaskNodeFactory
    import org.gradle.internal.configuration.problems.PropertyKind
    import org.gradle.internal.configuration.problems.PropertyTrace
    import org.gradle.internal.cc.base.serialize.getProject
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  5. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/serialize/Codecs.kt

    import org.gradle.api.model.ObjectFactory
    import org.gradle.api.tasks.util.PatternSet
    import org.gradle.composite.internal.BuildTreeWorkGraphController
    import org.gradle.execution.plan.OrdinalGroupFactory
    import org.gradle.execution.plan.TaskNodeFactory
    import org.gradle.internal.Factory
    import org.gradle.internal.build.BuildStateRegistry
    import org.gradle.internal.execution.InputFingerprinter
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/ConfigurationCacheState.kt

    import org.gradle.internal.cc.base.serialize.IsolateOwners
    import org.gradle.internal.cc.base.serialize.service
    import org.gradle.internal.cc.base.serialize.withGradleIsolate
    import org.gradle.execution.plan.Node
    import org.gradle.execution.plan.ScheduledWork
    import org.gradle.initialization.BuildIdentifiedProgressDetails
    import org.gradle.initialization.BuildStructureOperationProject
    import org.gradle.initialization.GradlePropertiesController
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  7. src/os/exec/exec.go

    		if err != nil {
    			env = os.Environ()
    			// Note that the non-nil err is preserved despite env being overridden.
    		}
    
    		if c.Dir != "" {
    			switch runtime.GOOS {
    			case "windows", "plan9":
    				// Windows and Plan 9 do not use the PWD variable, so we don't need to
    				// keep it accurate.
    			default:
    				// On POSIX platforms, PWD represents “an absolute pathname of the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 20:13:53 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  8. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/AbstractIntegrationSpec.groovy

    import static org.gradle.util.Matchers.matchesRegexp
    import static org.gradle.util.Matchers.normalizedLineSeparators
    
    /**
     * Spockified version of AbstractIntegrationTest.
     *
     * Plan is to bring features over as needed.
     */
    @CleanupTestDirectory
    @SuppressWarnings("IntegrationTestFixtures")
    @IntegrationTestTimeout(DEFAULT_TIMEOUT_SECONDS)
    abstract class AbstractIntegrationSpec extends Specification {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:07:53 UTC 2024
    - 32.9K bytes
    - Viewed (0)
  9. maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultMavenPluginManager.java

                if (plugin.isExtensions() && !artifacts.isEmpty()) {
                    // ignore plugin descriptor parsing errors at this point
                    // these errors will reported during calculation of project build execution plan
                    try {
                        pluginDescriptor = extractPluginDescriptor(artifacts.get(0), plugin);
                    } catch (PluginDescriptorParsingException | InvalidPluginDescriptorException e) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/build.gradle

                    "structuring-software-projects_kotlin_umbrella-build.sample",
                ]
    
                // These tests cover features that the configuration cache doesn't support yet, but we plan to do that before hitting stable.
                // The tests should be removed from this list when the feature becomes supported.
                def testsForNotYetSupportedFeatures = [
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 15:37:11 UTC 2024
    - 42K bytes
    - Viewed (0)
Back to top