- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 567 for properties (0.08 sec)
-
maven-tests/mvnw
} # parse distributionUrl and optional distributionSha256Sum, requires .mvn/wrapper/maven-wrapper.properties while IFS="=" read -r key value; do case "${key-}" in distributionUrl) distributionUrl=$(trim "${value-}") ;; distributionSha256Sum) distributionSha256Sum=$(trim "${value-}") ;; esac done <"${0%/*}/.mvn/wrapper/maven-wrapper.properties"
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jul 12 12:05:57 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/JAASAuthenticator.java
* * @param properties * JAAS properties to set * @param domain the domain for authentication * @param username the username for authentication * @param password the password for authentication */ public JAASAuthenticator(Map<String, ?> properties, String domain, String username, String password) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 8.3K bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/util/CopyOptions.java
* Delimiter for Map. */ protected char mapDelimiter = '.'; /** * Converter associated with specific properties. */ protected final Map<String, Converter> converterMap = newHashMap(); /** * Converter not associated with specific properties. */ protected final List<Converter> converters = newArrayList(); /**
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 17.5K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/ProjectDependenciesResolverTest.java
} @Test void testSystemScopeDependencyIsPresentInTheCompileClasspathElements() throws Exception { File pom = getProject("it0063"); Properties eps = new Properties(); eps.setProperty("jre.home", new File(pom.getParentFile(), "jdk/jre").getPath()); MavenSession session = createMavenSession(pom, eps); MavenProject project = session.getCurrentProject();
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 3.2K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/ResourceUtil.java
/** * Loads and returns a properties file from the context class loader. * * @param path * The path to the properties file. Must not be {@literal null} or empty string. * @return The properties file. */ public static Properties getProperties(final String path) { assertArgumentNotEmpty("path", path); final Properties props = new Properties();
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 14.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exec/ThumbnailGenerator.java
@Option(name = "-n", aliases = "--name", metaVar = "name", usage = "Name") protected String name; /** * Path to the properties file for configuration. */ @Option(name = "-p", aliases = "--properties", metaVar = "properties", usage = "Properties File") protected String propertiesPath; /** * Number of threads to use for thumbnail generation. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.3K bytes - Viewed (0) -
src/main/config/es/fess_config_related_query.json
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.1K bytes - Viewed (0) -
src/main/config/es/fess_config_web_config.json
{ "fess_config.web_config" : { "aliases" : { }, "mappings" : { "web_config" : { "properties" : { "available" : { "type" : "boolean" }, "boost" : { "type" : "float" }, "configParameter" : { "type" : "keyword" }, "createdBy" : { "type" : "keyword" }, "createdTime" : {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 2.3K bytes - Viewed (0) -
src/main/config/es/fess_config_access_token.json
{ "fess_config.access_token" : { "aliases" : { }, "mappings" : { "access_token" : { "properties" : { "createdBy" : { "type" : "keyword" }, "createdTime" : { "type" : "long" }, "expiredTime" : { "type" : "long" }, "name" : { "type" : "keyword" }, "parameter_name" : {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.3K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/project/artifact/MavenMetadataSource.java
&& !(e.getCause().getCause() instanceof ArtifactNotFoundException); } private Properties getSystemProperties() { Properties props = new Properties(); EnvironmentUtils.addEnvVars(props); SystemProperties.addSystemProperties(props); return props; }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Mar 26 10:49:22 UTC 2025 - 30.4K bytes - Viewed (0)