- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for balanced (0.06 sec)
-
src/test/java/org/codelibs/fess/suggest/SuggesterResourceLoadingTest.java
final int openBraces = content.length() - content.replace("{", "").length(); final int closeBraces = content.length() - content.replace("}", "").length(); assertEquals("Braces should be balanced", openBraces, closeBraces); } } /** * Test that InputStream is properly closed even when exception occurs. * Verifies try-with-resources cleanup behavior. */ @Test
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 9.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ds/DataStoreFactory.java
} /** * Returns an array of available data store names discovered from plugin JAR files. * This method implements a time-based caching mechanism that refreshes the list * every 60 seconds to balance performance with up-to-date plugin discovery. * * @return array of data store names sorted alphabetically, never null */ public synchronized String[] getDataStoreNames() {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 9K bytes - Viewed (0) -
fess-crawler-lasta/src/main/resources/crawler/extractor.xml
"application/vnd.kinar", "application/vnd.koan", "application/vnd.kodak-descriptor", "application/vnd.liberty-request+xml", "application/vnd.llamagraphics.life-balance.desktop", "application/vnd.llamagraphics.life-balance.exchange+xml", "application/vnd.lotus-1-2-3", "application/vnd.lotus-approach", "application/vnd.lotus-freelance", "application/vnd.lotus-notes",
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 03:46:53 UTC 2025 - 50.1K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<glob pattern="*.sse"/> </mime-type> <mime-type type="application/vnd.liberty-request+xml"/> <mime-type type="application/vnd.llamagraphics.life-balance.desktop"> <glob pattern="*.lbd"/> </mime-type> <mime-type type="application/vnd.llamagraphics.life-balance.exchange+xml"> <glob pattern="*.lbe"/> </mime-type> <mime-type type="application/vnd.lotus-1-2-3"> <alias type="application/x-123"/>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (2)