- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 567 for properties (0.27 sec)
-
.mvn/wrapper/maven-wrapper.properties
cpovirk <******@****.***> 1728944507 -0700
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Oct 14 22:24:15 UTC 2024 - 1.1K bytes - Viewed (0) -
.github/ci-mimir-daemon.properties
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # Mimir Daemon properties # Disable JGroups; we don't want/use LAN cache sharing
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Mon Mar 31 18:04:05 UTC 2025 - 908 bytes - Viewed (0) -
okhttp/src/jvmMain/resources/META-INF/native-image/okhttp/okhttp/native-image.properties
Yuri Schimke <******@****.***> 1735306796 +0200
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 144 bytes - Viewed (0) -
gradle/wrapper/gradle-wrapper.properties
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 1754035591 +0100
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Aug 01 08:06:31 UTC 2025 - 252 bytes - Viewed (0) -
.teamcity/.mvn/wrapper/maven-wrapper.properties
Bo Zhang <******@****.***> 1582681719 +0800
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Feb 26 01:48:39 UTC 2020 - 218 bytes - Viewed (0) -
src/test/java/org/codelibs/core/io/PropertiesUtilTest.java
final Properties properties = new Properties(); PropertiesUtil.load(properties, inputStreamReader); } /** * Test method for * {@link org.codelibs.core.io.PropertiesUtil#load(Properties, File)} . */ @Test public void testLoadPropertiesFile() { final Properties properties = new Properties(); PropertiesUtil.load(properties, inputFile);
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 9.6K bytes - Viewed (0) -
src/test/java/jcifs/config/PropertyConfigurationTest.java
@DisplayName("PropertyConfiguration Tests") class PropertyConfigurationTest extends BaseTest { @Mock private Properties mockProperties; private PropertyConfiguration config; @BeforeEach void setUp() throws CIFSException { Properties props = new Properties(); // Set some default test properties props.setProperty("jcifs.smb.client.username", "testuser");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/FessEnvTest.java
} // Test custom properties public void xtest_customProperties() { // Create custom FessEnv with custom properties FessEnv.SimpleImpl customEnv = new FessEnv.SimpleImpl() { protected Properties prepareProperties() { Properties props = new Properties(); props.setProperty(FessEnv.lasta_di_SMART_DEPLOY_MODE, "cool");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 15.5K bytes - Viewed (0) -
api/maven-api-core/src/test/java/org/apache/maven/api/feature/FeaturesTest.java
assertFalse(Features.deployBuildPom(properties)); // Verify the map wasn't modified assertEquals(1, properties.size()); assertEquals("false", properties.get(Constants.MAVEN_DEPLOY_BUILD_POM)); } @Test void testDeployBuildPomWithOtherProperties() { // Test that other properties don't interfere Map<String, Object> properties = Map.of(
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jul 04 19:42:23 UTC 2025 - 7.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/rdma/RdmaConfigurationTest.java
import java.util.Properties; import org.junit.jupiter.api.Test; import jcifs.CIFSException; import jcifs.config.PropertyConfiguration; /** * Test RDMA configuration properties */ public class RdmaConfigurationTest { @Test public void testDefaultRdmaConfiguration() throws CIFSException { Properties props = new Properties();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 5.1K bytes - Viewed (0)