- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 12 for messages (0.12 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/exception/CrawlerSystemExceptionTest.java
*/ public class CrawlerSystemExceptionTest extends PlainTestCase { /** * Test constructor with message only */ public void test_constructor_withMessage() { String message = "Test error message"; CrawlerSystemException exception = new CrawlerSystemException(message); assertNotNull(exception);
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Wed Sep 03 14:42:53 UTC 2025 - 20K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/ntlm/JcifsEngine.java
} /** * Generates a Type 3 NTLM message. * * @param username the username * @param password the password * @param domain the domain * @param workstation the workstation * @param challenge the Type 2 challenge message * @return the Base64-encoded Type 3 message * @throws NTLMEngineException if an NTLM engine error occurs
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Sep 18 09:30:45 UTC 2025 - 4.3K bytes - Viewed (0) -
.github/workflows/team-triage-stale.yml
days-before-issue-stale: 14 stale-issue-label: to-triage stale-issue-message: "" days-before-issue-close: -1 only-pr-labels: 'from:contributor' exempt-all-pr-milestones: true days-before-pr-stale: 14 stale-pr-label: to-triage stale-pr-message: ""
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Sep 04 22:13:29 UTC 2025 - 836 bytes - Viewed (0) -
.github/workflows/stale-pr.yml
days-before-issue-stale: -1 stale-issue-label: stale stale-issue-message: > **BUG!** This issue should not be marked stale by the "stale" workflow. Please report it to @gradle/bt-support team days-before-issue-close: -1 close-issue-message: > **BUG!** This issue should not be closed by the "stale" workflow.
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Sep 04 22:13:29 UTC 2025 - 1.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/ExtractData.java
import org.apache.tika.metadata.Message; import org.apache.tika.metadata.TIFF; import org.apache.tika.metadata.TikaCoreProperties; import org.apache.tika.metadata.TikaMimeKeys; /** * Represents extracted data from a crawled resource, including content and metadata. */ public class ExtractData implements TikaCoreProperties, CreativeCommons, Geographic, HttpHeaders, Message, ClimateForcast, TIFF, TikaMimeKeys, Serializable {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 3.8K bytes - Viewed (0) -
.github/workflows/update-perf-test-buckets.yml
- name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: commit-message: Update performance test durations branch: bot-update-performance-test-durations branch-suffix: timestamp delete-branch: true title: 'Update performance test durations'
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Sep 04 04:26:32 UTC 2025 - 1.9K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/CrawlerStatusTest.java
} else if (status == CrawlerStatus.DONE) { fail("Should not be DONE"); } // Test with ternary operator String message = (status == CrawlerStatus.RUNNING) ? "Running" : "Not Running"; assertEquals("Running", message); // Test with logical operators assertTrue(status == CrawlerStatus.RUNNING || status == CrawlerStatus.DONE);
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Wed Sep 03 14:42:53 UTC 2025 - 15.8K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbClient.java
import org.codelibs.jcifs.smb.impl.SmbFile; import org.codelibs.jcifs.smb.impl.SmbFileInputStream; /** * The {@link SmbClient} class is a crawler client implementation for accessing files and directories * on SMB (Server Message Block) shares. It extends {@link AbstractCrawlerClient} and utilizes the JCIFS library * to interact with SMB resources. * * <p>
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Sep 18 09:30:45 UTC 2025 - 22.5K bytes - Viewed (0) -
docs/en/docs/release-notes.md
* 🌐 Add French translation for `deployment/manually.md`. PR [#3693](https://github.com/tiangolo/fastapi/pull/3693) by [@rjNemo](https://github.com/rjNemo). ### Internal * 👷 Update translation bot messages. PR [#9206](https://github.com/tiangolo/fastapi/pull/9206) by [@tiangolo](https://github.com/tiangolo).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Sep 05 12:48:45 UTC 2025 - 544.1K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbClient.java
import org.codelibs.jcifs.smb1.SmbFileInputStream; import org.codelibs.jcifs.smb1.util.LogStream; /** * The {@link SmbClient} class is a crawler client implementation for accessing files and directories * on SMB (Server Message Block) shares using the SMB1 protocol. It extends {@link AbstractCrawlerClient} and utilizes the JCIFS library * to interact with SMB resources. * * <p>
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Sep 18 09:30:45 UTC 2025 - 23K bytes - Viewed (0)