Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 166 for preset (1.44 sec)

  1. platforms/core-configuration/file-collections/src/test/groovy/org/gradle/api/internal/file/EmptyFileCollectionExecutionTimeValueTest.groovy

            given:
            def collection = new EmptyFileCollection("foo")
    
            when:
            def executionTimeValue = collection.calculateExecutionTimeValue()
    
            then:
            executionTimeValue.present
    
            when:
            def newCollection = executionTimeValue.get().toFileCollection(fileCollectionFactory())
    
            then:
            newCollection.isEmpty()
            newCollection.displayName == "foo"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 14:55:28 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  2. platforms/core-runtime/logging-api/src/main/java/org/gradle/api/logging/configuration/WarningMode.java

         */
        Summary(false),
    
        /**
         * No deprecation warnings at all.
         */
        None(false),
    
        /**
         * Show all warnings and fail the build if any warning present
         *
         * @since 5.6
         */
        Fail(true);
    
        private final boolean displayMessages;
    
        WarningMode(boolean displayMessages) {
            this.displayMessages = displayMessages;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  3. testing/soak/src/integTest/groovy/org/gradle/jvm/toolchain/JavaToolchainDownloadComplexProjectSoakTest.groovy

            jdkRepository = new JdkRepository(JAVA_VERSION)
            uri = jdkRepository.start()
        }
    
        def cleanupSpec() {
            jdkRepository.stop()
        }
    
        def setup() {
            jdkRepository.reset()
    
            executer.requireOwnGradleUserHomeDir()
                .withToolchainDownloadEnabled()
        }
    
        def cleanup() {
            executer.gradleUserHomeDir.file("jdks").deleteDir()
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 16:09:18 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/util/template_test.go

    				ImageRepository: "registry.k8s.io",
    				Arch:            "amd64",
    			},
    			output:      validTmplOut,
    			errExpected: false,
    		},
    		{
    			name:     "should noop if there aren't any {{ .foo }} present",
    			template: doNothing,
    			data: struct{ ImageRepository, Arch string }{
    				ImageRepository: "registry.k8s.io",
    				Arch:            "amd64",
    			},
    			output:      doNothing,
    			errExpected: false,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  5. src/internal/trace/reader.go

    		var err error
    		r.gen, r.spill, err = readGeneration(r.r, r.spill)
    		if r.gen == nil {
    			return Event{}, err
    		}
    		r.spillErr = err
    
    		// Reset CPU samples cursor.
    		r.cpuSamples = r.gen.cpuSamples
    
    		// Reset frontier.
    		for m, batches := range r.gen.batches {
    			bc := &batchCursor{m: m}
    			ok, err := bc.nextEvent(batches, r.gen.freq)
    			if err != nil {
    				return Event{}, err
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  6. platforms/core-runtime/logging/src/main/java/org/gradle/internal/featurelifecycle/LoggingIncubatingFeatureHandler.java

            if (features.add(usage.getSummary())) {
                LOGGER.warn(String.format("%s is an incubating feature.", usage.getSummary()));
            }
        }
    
        public void reset() {
            features.clear();
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  7. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtSubstitutorFactory.kt

            backingMapping[typeParameter] = type
        }
    
        /**
         * Adds a new substitutions to the substitutor which is being built.
         * If there already was a substitution with a [KaTypeParameterSymbol] which is present in a [substitutions],
         * replaces corresponding substitution with a new one.
         */
        public fun substitutions(substitutions: Map<KaTypeParameterSymbol, KaType>): Unit = withValidityAssertion {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  8. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/events/PromptOutputEvent.java

    import org.gradle.internal.logging.text.StyledTextOutput;
    import org.gradle.internal.operations.OperationIdentifier;
    
    import javax.annotation.Nullable;
    
    /**
     * Requests that the client present the given prompt to the user and return the user's response as a single line of text.
     *
     * The response is delivered to the {@link UserInputReader} service.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 12:11:05 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  9. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/annotations/KtAnnotated.kt

        public val annotationsList: KaAnnotationList
            get() = annotations
    }
    
    public typealias KtAnnotated = KaAnnotated
    
    /**
     * A list of annotations applied.
     *
     * To check if annotation is present, please use [hasAnnotation].
     *
     * @see [KaAnnotationList.annotations]
     */
    @Deprecated("Use the 'annotations' the member property instead.")
    public val KaAnnotated.annotations: List<KaAnnotation>
        get() = annotations
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 2K bytes
    - Viewed (0)
  10. cmd/callhome.go

    		case <-callhomeTimer.C:
    			if !globalCallhomeConfig.Enabled() {
    				// Stop the processing as callhome got disabled
    				return false
    			}
    
    			performCallhome(ctx)
    
    			// Reset the timer for next cycle.
    			callhomeTimer.Reset(globalCallhomeConfig.FrequencyDur())
    		}
    	}
    }
    
    func performCallhome(ctx context.Context) {
    	deadline := 10 * time.Second // Default deadline is 10secs for callhome
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 17 16:53:34 UTC 2024
    - 5.3K bytes
    - Viewed (0)
Back to top