Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,613 for cleaned (0.15 sec)

  1. maven-embedder/src/main/java/org/apache/maven/cli/CleanArgument.java

                    } else {
                        cleaned.add(arg);
                    }
                }
            }
    
            if (currentArg != null) {
                cleaned.add(currentArg.toString());
            }
    
            int cleanedSz = cleaned.size();
    
            String[] cleanArgs;
    
            if (cleanedSz == 0) {
                cleanArgs = args;
            } else {
                cleanArgs = cleaned.toArray(new String[0]);
            }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 12:51:05 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/fixtures/AbstractConfigurationCacheOptInFeatureIntegrationTest.groovy

        def setup() {
            // Verify that the previous test cleaned up state correctly
            assert System.getProperty(StartParameterBuildOptions.ConfigurationCacheOption.PROPERTY_NAME) == null
            assert System.getProperty(StartParameterBuildOptions.IsolatedProjectsOption.PROPERTY_NAME) == null
            problems = new ConfigurationCacheProblemsFixture(testDirectory)
        }
    
        def cleanup() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/internal/cache/MonitoredCleanupAction.java

    /**
     * An action that cleans up some resource and reports to a {@link CleanupProgressMonitor}.
     */
    public interface MonitoredCleanupAction extends Describable {
        /**
         * Perform the cleanup action, returning true if any resources were actually cleaned up.
         *
         * @param progressMonitor
         * @return true if resources were cleaned
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 16 15:11:36 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  4. platforms/core-execution/persistent-cache/src/main/java/org/gradle/cache/CleanableStore.java

    /**
     * Represents file-based store that can be cleaned by a {@link CleanupAction}.
     */
    public interface CleanableStore {
    
        /**
         * Returns the base directory that should be cleaned for this store.
         */
        File getBaseDir();
    
        /**
         * Returns the files used by this store for internal tracking
         * which should be exempt from the cleanup.
         */
        Collection<File> getReservedCacheFiles();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:49:50 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  5. platforms/core-execution/persistent-cache/src/main/java/org/gradle/cache/internal/CacheCleanupBuildOperationType.java

        /**
         * Sent when the cache is cleaned up.
         */
        public interface Details {
    
            /**
             * Returns the location of the cache.
             */
            File getCacheLocation();
        }
    
        /**
         * Sent after the cache has been cleaned up.
         */
        public interface Result {
    
            /**
             * The number of cache entries deleted during this clean up.
             */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 16:53:17 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/storage/continue.go

    		// be at a higher level of the hierarchy, and so when we append the key prefix we will end up with
    		// continue start key that is fully qualified and cannot range over anything less specific than
    		// keyPrefix.
    		key := c.StartKey
    		if !strings.HasPrefix(key, "/") {
    			key = "/" + key
    		}
    		cleaned := path.Clean(key)
    		if cleaned != key {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 17:30:02 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  7. src/cmd/go/internal/clean/clean.go

    distinct from those stored in testdata directory; clean does not remove
    those files.
    
    For more about build flags, see 'go help build'.
    
    For more about specifying packages, see 'go help packages'.
    	`,
    }
    
    var (
    	cleanI         bool // clean -i flag
    	cleanR         bool // clean -r flag
    	cleanCache     bool // clean -cache flag
    	cleanFuzzcache bool // clean -fuzzcache flag
    	cleanModcache  bool // clean -modcache flag
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  8. src/go/doc/synopsis.go

    			return s[:i]
    		}
    		if p == '。' || p == '.' {
    			return s[:i]
    		}
    		ppp, pp, p = pp, p, q
    	}
    	return s
    }
    
    // Synopsis returns a cleaned version of the first sentence in text.
    //
    // Deprecated: New programs should use [Package.Synopsis] instead,
    // which handles links in text properly.
    func Synopsis(text string) string {
    	var p Package
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  9. pkg/controller/ttlafterfinished/ttlafterfinished_controller_test.go

    			ttl:          pointer.Int32(100),
    			since:        &now.Time,
    			expectErr:    true,
    			expectErrStr: "should not be cleaned up",
    		},
    		{
    			name:           "Error case: Job completed now, no TTL",
    			completionTime: now,
    			since:          &now.Time,
    			expectErr:      true,
    			expectErrStr:   "should not be cleaned up",
    		},
    		{
    			name:             "Job completed now, 0s TTL",
    			completionTime:   now,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jun 18 18:46:26 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  10. .teamcity/src/main/kotlin/util/WarmupEc2Agent.kt

        vcs.useAbsoluteVcs(VersionedSettingsBranch.fromDslContext().vcsRootId())
    
        features {
            freeDiskSpace {
                // Lower the limit such that the agent work directories aren't cleaned during the AMI baking process
                requiredSpace = "100mb"
            }
        }
    
        params {
            param("defaultBranchName", "master")
            param("env.JAVA_HOME", javaHome(BuildToolBuildJvm, Os.LINUX))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 05 00:08:14 UTC 2023
    - 1.2K bytes
    - Viewed (0)
Back to top