- Sort Score
- Result 10 results
- Languages All
Results 161 - 168 of 168 for lease (1.69 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/pool/CrawlerPooledObjectFactoryTest.java
// Should be same instance for singleton assertSame(component1, component2); // The first creation should increment the counter assertTrue("Instance count should be at least 1", SingletonTestComponent.getInstanceCount() >= 1); } /** * Test wrap method */ public void test_wrap_basic() { TestComponent component = new TestComponent();Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 20 13:07:01 UTC 2025 - 36.7K bytes - Viewed (0) -
src/test/java/jcifs/ntlmssp/Type2MessageTest.java
assertNotNull(targetInfo); // Should only contain server info - but might have different structure than expected assertTrue(targetInfo.length >= 4, "Target info should have at least terminator"); // Check if it contains server info (implementation dependent) if (targetInfo.length > 4) { assertEquals(1, Type2Message.readUShort(targetInfo, 0)); // Type 0x0001Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 38.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/ServerMessageBlock.java
*/ @Override public boolean verifySignature(final byte[] buffer, final int i, final int size) { /* * Verification fails (w/ W2K3 server at least) if status is not 0. This * suggests MS doesn't compute the signature (correctly) for error responses * (perhaps for DOS reasons). */ /*Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 38.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbTransport.java
if (resp instanceof SmbComTransactionResponse) { ((SmbComTransactionResponse) resp).nextElement(); } } /* Verification fails (w/ W2K3 server at least) if status is not 0. This * suggests MS doesn't compute the signature (correctly) for error responses * (perhaps for DOS reasons). */
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
} if (configId.length() < 2) { throw new FessSystemException("Invalid configId length: " + configId + ". ConfigId must be at least 2 characters long."); } final CrawlingConfig config = crawlingConfigHelper.getCrawlingConfig(configId); if (config == null) { throw new FessSystemException("No crawlingConfig: " + configId);Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 52.6K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/SitemapsHelperTest.java
final InputStream in = new ByteArrayInputStream(xml.getBytes()); final SitemapSet sitemapSet = sitemapsHelper.parse(in); final Sitemap[] sitemaps = sitemapSet.getSitemaps(); // Should parse at least the 3 valid entries assertTrue(sitemaps.length >= 3); boolean foundPage1 = false; boolean foundPage2 = false; boolean foundPage3 = false; for (Sitemap sitemap : sitemaps) {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 36.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
*/ /* Technically we should also try to authenticate here but that means doing the session setup and tree connect separately. For now a simple connect will at least tell us if the host is alive. That should be sufficient for 99% of the cases. We can revisit this again for 2.0. */ trans.connect();Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<match value="X-Notes-Item:" type="string" offset="0"> <match value="Message-ID:" type="string" offset="0:8192"/> </match> <!-- match X- DKIM- ARC- at start of file and then require at least one of the usual: from, received, date...but look farther into the file because of the X|DKIM|ARC headers--> <match value="(X|DKIM|ARC)-" type="regex" offset="0">
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (2)