- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for dirents (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
.teamcity/scripts/CheckBadMerge.java
List<String> parentCommits = parentCommitsOf(commit); if (parentCommits.size() != 2) { System.out.println(commit + " is not a merge commit we're looking for. Parents: " + parentCommits); return; } List<String> commitBranches = branchesOf(commit); if (commitBranches.stream().anyMatch(b -> b.startsWith("origin/release"))) {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 16:25:09 GMT 2026 - 9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/DocumentHelper.java
import jakarta.annotation.PostConstruct; /** * Helper class for document processing and manipulation in the Fess search system. * This class provides utilities for processing document content, titles, and digests, * handling text normalization, content extraction, and similar document hash encoding/decoding. * It also manages document processing requests and integrates with the crawler system. * */ public class DocumentHelper {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Mar 30 14:27:04 GMT 2026 - 17.4K bytes - Click Count (0) -
docs/en/docs/release-notes.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Apr 03 12:07:04 GMT 2026 - 631K bytes - Click Count (0)