- Sort Score
- Result 10 results
- Languages All
Results 201 - 210 of 864 for Property (0.25 sec)
-
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/AbstractCheckOrUpdateContributorsInReleaseNotes.kt
@get: Internal abstract val milestone: Property<String> @get: Internal abstract val githubToken: Property<String> @Internal protected fun getContributorsInReleaseNotes(): Set<GitHubUser> { val (_, contributorLines, _) = parseReleaseNotes()Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Jun 24 07:54:08 UTC 2025 - 5.7K bytes - Viewed (0) -
src/test/java/jcifs/config/PropertyConfigurationTest.java
// Then assertEquals("UTF-8", testConfig.getOemEncoding()); // Note: getNativeCharset() is not available in the Configuration interface // Test a different configuration property instead assertTrue(testConfig.getNetbiosSoTimeout() > 0); } @Test @DisplayName("Should handle network properties") void testNetworkProperties() throws CIFSException { // GivenRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.3K bytes - Viewed (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateReleasedVersions.kt
import gradlebuild.buildutils.model.ReleasedVersion import gradlebuild.buildutils.model.ReleasedVersions import org.gradle.api.DefaultTask import org.gradle.api.file.RegularFileProperty import org.gradle.api.provider.Property import org.gradle.api.tasks.Internal import org.gradle.api.tasks.TaskAction import org.gradle.util.GradleVersion import org.gradle.work.DisableCachingByDefault import java.io.File
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Jul 07 13:12:26 UTC 2021 - 3.5K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/source/model/PropertyMetaData.java
* limitations under the License. */ package gradlebuild.docs.dsl.source.model; import org.gradle.api.Action; import java.io.Serializable; /** * Static meta-data about a property extracted from the source for the class. */ public class PropertyMetaData extends AbstractLanguageElement implements Serializable, TypeContainer { private TypeMetaData type; private final String name;Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java
return null; } } /** * Retrieves an integer value from system properties with a default fallback. * * @param key the property key to look up * @param defaultValue the default value if the property is not found or invalid * @return the integer value or default value */ protected Integer getDefaultInteger(final String key, final Integer defaultValue) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 16.3K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/logging/impl/MavenSimpleConfiguration.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Oct 08 21:10:33 UTC 2025 - 2.2K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnenc/goals/Init.java
for (DispatcherMeta.Field field : meta.fields()) { ConfigProperty property = new ConfigProperty(); property.setName(field.getKey()); property.setValue(dispatcherConfigResult.get(field.getKey()).getResult()); dispatcherConfig.addProperty(property); } if (!dispatcherConfig.getProperties().isEmpty()) {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jun 11 13:14:09 UTC 2025 - 12K bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/impl/BeanDescImpl.java
} /** * Returns the {@link PropertyDesc} for the specified property name. * * @param propertyName * the property name * @return the {@link PropertyDesc}, or {@literal null} if the property does not exist */ protected PropertyDesc getPropertyDescNoException(final String propertyName) {Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jun 19 09:12:22 UTC 2025 - 25.8K bytes - Viewed (1) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleKotlinDslReferencePlugin.java
}); } private static void overrideDokkaVersion(Project project, GradleDocumentationExtension extension) { Property<String> dokkaVersionOverride = extension.getKotlinDslReference().getDokkaVersionOverride(); Property<String> defaultDokkaVersion = getDokkaExtension(project).getDokkaEngineVersion(); defaultDokkaVersion.set(dokkaVersionOverride.convention(defaultDokkaVersion.get())); }Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed May 28 11:34:42 UTC 2025 - 7.4K bytes - Viewed (0) -
compat/maven-model-builder/src/test/java/org/apache/maven/model/validation/DefaultModelValidatorTest.java
validateRaw("raw-model/profile-activation-property-with-project-expressions.xml"); assertViolations(result, 0, 0, 2); assertEquals( "'profiles.profile[property-name-project-version].activation.property.name' " + "Failed to interpolate profile activation property ${project.version}: "
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 33.9K bytes - Viewed (0)