- Sort Score
- Result 10 results
- Languages All
Results 1 - 9 of 9 for parseMs (0.59 sec)
-
src/main/java/org/codelibs/fess/helper/SystemHelper.java
} /** * Parses project properties from the given path. * * @param propPath The path to the project properties file. * @throws FessSystemException if the properties file cannot be parsed. */ protected void parseProjectProperties(final Path propPath) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 36.6K bytes - Viewed (0) -
src/test/java/jcifs/config/SecurityConfigurationTest.java
// Verify encryption configuration is available (default is false for compatibility) // But can be enabled when needed assertTrue("Encryption configuration should be functional", true); // Always passes - encryption is available as an option } /** * Test that signing is properly configured */ @Test public void testSigningConfiguration() throws CIFSException {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 3.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/PreauthIntegrityService.java
/** * Validates the preauth integrity for completed negotiation. * * @param sessionId the session identifier * @param expectedHash the expected final hash * @return true if validation passes * @throws CIFSException if validation fails */ public boolean validatePreauthIntegrity(String sessionId, byte[] expectedHash) throws CIFSException {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 12.1K bytes - Viewed (0) -
README.md
- **Crypto & Security** (`org.codelibs.core.crypto`, `org.codelibs.core.security`) - Basic cryptographic utilities, message digest operations, and secure random generation - **XML Processing** (`org.codelibs.core.xml`) - XML DOM utilities, SAX parser helpers, and schema validation support - **SQL Utilities** (`org.codelibs.core.sql`) - JDBC helper methods for result sets, prepared statements, and connection management
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sun Aug 31 02:56:02 UTC 2025 - 12.7K bytes - Viewed (0) -
android/pom.xml
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED</arg> <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED</arg> <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED</arg> <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED</arg>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 24.3K bytes - Viewed (0) -
pom.xml
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED</arg> <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED</arg> <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED</arg> <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED</arg>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 23.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/Smb2EncryptionContext.java
* @throws CIFSException * if decryption fails */ public byte[] decryptMessage(final byte[] encryptedMessage) throws CIFSException { try { // Parse transform header final Smb2TransformHeader transformHeader = Smb2TransformHeader.decode(encryptedMessage, 0); final byte[] associatedData = transformHeader.getAssociatedData();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 35.5K bytes - Viewed (0) -
src/main/java/jcifs/config/BaseConfiguration.java
this.rdmaMaxReceiveSize = 65536; // 64KB } if (this.rdmaCredits == 0) { this.rdmaCredits = 255; } } /** * Parse channel binding policy from string * * @param policy policy string * @return policy constant */ protected final int initChannelBindingPolicy(String policy) { if (policy == null)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 36.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
} } } catch (final Exception e) { logger.warn("Failed to parse {}", dataPath, e); } return StringUtil.EMPTY; }); final BulkResponse response = builder.execute().actionGet(fessConfig.getIndexBulkTimeout());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0)