- Sort Score
- Num 10 results
- Language All
Results 331 - 340 of 913 for PROPERTIES (0.06 seconds)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/Interpolator.java
* * @param properties The map containing key-value pairs to be interpolated. * @param callback The function to resolve variable values not found in the map. */ default void interpolate(@Nonnull Map<String, String> properties, @Nullable UnaryOperator<String> callback) { interpolate(properties, callback, null, true); } /**Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Jan 13 16:14:35 GMT 2025 - 6.9K bytes - Click Count (0) -
src/test/java/jcifs/http/HandlerTest.java
class HandlerTest { @Mock private CIFSContext mockCifsContext; private Handler handler; private Properties originalSystemProperties; @BeforeEach void setUp() throws Exception { // Backup system properties to restore them after each test originalSystemProperties = (Properties) System.getProperties().clone(); // Reset static state of the Handler class before each test for isolationCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 11.1K bytes - Click Count (0) -
src/main/resources/fess_indices/fess_log.favorite_log/favorite_log.json
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Feb 24 22:07:26 GMT 2019 - 335 bytes - Click Count (0) -
compat/maven-embedder/src/test/java/org/apache/maven/cli/MavenCliTest.java
Files.createDirectories(mvn); Files.writeString( mvn.resolve("maven-user.properties"), "${includes} = env-${envName}.properties\nfro = ${bar}z\n" + "bar = chti${java.version}\n"); Files.writeString(mvn.resolve("env-test.properties"), "\n"); // Arrange CliRequest request = new CliRequest( new String[] { "-DenvName=test",
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 30.9K bytes - Click Count (0) -
tests/test_regex_deprecated_params.py
}, } } }, "components": { "schemas": { "HTTPValidationError": { "properties": { "detail": { "items": { "$ref": "#/components/schemas/ValidationError" },Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Feb 08 10:18:38 GMT 2026 - 5.1K bytes - Click Count (0) -
src/main/resources/fess_indices/fess_user.role/role.json
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 80 bytes - Click Count (0) -
src/main/resources/fess_indices/fess_config.duplicate_host/duplicate_host.json
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 429 bytes - Click Count (0) -
src/main/resources/fess_indices/fess_config.failure_url/failure_url.json
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 417 bytes - Click Count (0) -
src/main/resources/fess_indices/fess_config.role_type/role_type.json
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 410 bytes - Click Count (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2FindFirst2ResponseTest.java
private Trans2FindFirst2Response response; private Configuration config; @BeforeEach void setUp() throws Exception { MockitoAnnotations.openMocks(this); Properties props = new Properties(); config = new PropertyConfiguration(props); response = new Trans2FindFirst2Response(config); } @Test void testConstructor() {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 5.4K bytes - Click Count (0)