- Sort Score
- Num 10 results
- Language All
Results 221 - 230 of 344 for checkOn (0.04 seconds)
-
src/packaging/rpm/init.d/fess
return $retval } restart() { stop start } reload() { restart } force_reload() { restart } rh_status() { # run checks to determine if the service is running or use generic status status -p $pidfile $prog } rh_status_q() { rh_status >/dev/null 2>&1 } case "$1" in start)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 15 06:32:15 GMT 2023 - 3.7K bytes - Click Count (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild.incubation-report.gradle.kts
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Jul 02 12:28:02 GMT 2025 - 2.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/util/FacetResponse.java
queryFacet.getDocCount()); } }); } } /** * Checks if this response contains any facet information. * * @return true if either query count map or field list is not null */ public boolean hasFacetResponse() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Nov 23 11:39:05 GMT 2025 - 5.3K bytes - Click Count (0) -
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)