- Sort Score
- Result 10 results
- Languages All
Results 211 - 220 of 449 for myproperty (0.04 sec)
-
impl/maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExceptionTest.java
+ LS + " ..." + LS + " <toAddresses>" + LS + " <property>" + LS + " <name>KEY</name>" + LS + " <value>VALUE</value>" + LS + " </property>" + LS + " </toAddresses>" + LS + "</configuration>." + LS,Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Mar 21 04:56:21 UTC 2025 - 6.8K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/toolchain/DefaultToolchain.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Feb 12 13:13:28 UTC 2025 - 4.8K bytes - Viewed (0) -
android/guava/src/com/google/common/io/TempFileCreator.java
* So this is probably just the "Windows Java 8" case. In that case, if we wanted *another* * layer of fallback before consulting the system property, we could try * com.sun.security.auth.module.NTSystem. * * But for now, we use the value from the system property as our best guess. */ return fromSystemProperty; } catch (InvocationTargetException e) {
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 29 18:50:14 UTC 2025 - 11.8K bytes - Viewed (0) -
okhttp-testing-support/src/main/kotlin/okhttp3/testing/PlatformRule.kt
} @JvmStatic fun getPlatformSystemProperty(): String? { var property: String? = System.getProperty(PROPERTY_NAME) if (PlatformRegistry.isAndroid) { // Platforms below are unavailable on Android return null } if (property == null) { property = when (Platform.get()) { is ConscryptPlatform -> CONSCRYPT_PROPERTYRegistered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 15.4K bytes - Viewed (1) -
src/main/webapp/WEB-INF/view/admin/crawlinginfo/admin_crawlinginfo_details.jsp
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 10.2K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig.jsp
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 8.8K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/PluginParameterException.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jul 23 17:27:08 UTC 2025 - 6.8K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbClient.java
/** Property key for SMB1 authentications configuration. */ public static final String SMB_AUTHENTICATIONS_PROPERTY = "smb1Authentications"; /** Property key for SMB1 access control entries. */ public static final String SMB_ACCESS_CONTROL_ENTRIES = "smb1AccessControlEntries"; /** Property key for SMB1 allowed SID entries. */Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 23.3K bytes - Viewed (0) -
src/main/webapp/WEB-INF/web.xml
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Tue May 06 09:19:22 UTC 2025 - 7.9K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactoryTest.java
Xpp3Dom property = new Xpp3Dom("property"); Xpp3Dom headerName = new Xpp3Dom("name"); headerName.setValue("header"); Xpp3Dom headerValue = new Xpp3Dom("value"); headerValue.setValue("value"); property.addChild(headerName); property.addChild(headerValue); httpHeaders.addChild(property); httpConfiguration.addChild(httpHeaders);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jan 10 08:42:00 UTC 2025 - 19.1K bytes - Viewed (0)