- Sort Score
- Num 10 results
- Language All
Results 191 - 200 of 277 for checkOn (0.03 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/helper/PopularWordHelperTest.java
String[] excludes = { "exclude3", "exclude1", "exclude2" }; String result = popularWordHelper.getCacheKey(seed, tags, roles, fields, excludes); assertNotNull(result); // Check for sorted concatenated strings assertTrue("Result should contain sorted tags", result.contains("aaammmzzz")); assertTrue("Result should contain sorted roles", result.contains("role1role2role3"));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11.3K bytes - Click Count (0) -
src/main/assemblies/files/service.bat
goto:eof :doInstall echo Installing service : "%SERVICE_ID%" echo Using JAVA_HOME (%ARCH%): "%JAVA_HOME%" rem Check JVM server dll first if exist "%JAVA_HOME%"\jre\bin\server\jvm.dll ( set JVM_DLL=\jre\bin\server\jvm.dll goto foundJVM ) rem Check 'server' JRE (JRE installed on Windows Server) if exist "%JAVA_HOME%"\bin\server\jvm.dll ( set JVM_DLL=\bin\server\jvm.dll goto foundJVM )
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 15 06:32:15 GMT 2023 - 6K bytes - Click Count (0) -
dbflute_fess/_readme.txt
which creates your tables and loads data by resources located to the "playsql" directory. manage.bat(sh) => 25 (outside-sql-test): A execution command of OutsideSqlTest task which executes outside-SQL files and you can check whether the SQLs have correct formats. The directories are for DBFlute tasks: /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - dfprop : Directory for DBFlute properties
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jul 04 22:46:31 GMT 2015 - 2.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/storage/S3StorageClient.java
logger.warn("Failed to create storage bucket: {}", bucket, e1); } } catch (final Exception e) { if (logger.isDebugEnabled()) { logger.debug("Failed to check bucket: {}", bucket, e); } } } @Override public boolean isAvailable() { try {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 13 02:21:17 GMT 2025 - 10.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/LogNotificationHelperTest.java
} @Test public void test_destroy_beforeInit() { LogNotificationHelper helper = new LogNotificationHelper(); // destroy() without init() should not throw NPE because of null checks helper.destroy(); } @Test public void test_init_destroy_multipleRounds() { LogNotificationHelper helper = new LogNotificationHelper(); helper.init(); helper.destroy();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 6.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/filter/LoadControlFilter.java
} if (isApiPath) { sendApiResponse(httpResponse); } else { httpResponse.sendError(429); } } /** * Checks if the given path should be excluded from load control. * @param path the request path * @return true if the path should be excluded */ protected boolean isExcludedPath(final String path) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Feb 10 04:24:02 GMT 2026 - 4.8K bytes - Click Count (0) -
.teamcity/scripts/CheckRemoteProjectRef.java
* * Usage (Java 11+ single-file source execution): * java .teamcity/scripts/CheckRemoteProjectRef.java <propertyKey1> <propertyKey2> ... * * The check currently enforces: * - Each requested key exists in {@code gradle.properties} * - Its value is non-empty */ public class CheckRemoteProjectRef { public static void main(String[] args) throws Exception {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jan 20 03:53:25 GMT 2026 - 3.4K bytes - Click Count (0) -
src/main/webapp/css/font-awesome.min.css
ore{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 14 21:22:25 GMT 2019 - 55.8K bytes - Click Count (2) -
src/test/java/org/codelibs/fess/query/FuzzyQueryCommandTest.java
FuzzyQuery fuzzyQuery = new FuzzyQuery(term); QueryBuilder result = fuzzyQueryCommand.convertFuzzyQuery(context, fuzzyQuery, 1.0f); assertNotNull(result); // Just check it's a FuzzyQueryBuilder assertTrue(result instanceof FuzzyQueryBuilder); } // Test with transpositions disabled @Test public void test_convertFuzzyQuery_withTranspositionsDisabled() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 9.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/crawler/interval/FessIntervalController.java
this.delayMillisForWaitingNewUrl = delayMillisForWaitingNewUrl; } /** * Delays the crawler while waiting for new URLs to be available. * This method calibrates CPU load, checks crawler status, applies * interval control rules, and then calls the parent implementation. * All operations are wrapped in exception handling to ensure robustness * in test and production environments. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Nov 19 07:09:17 GMT 2025 - 5.1K bytes - Click Count (0)