- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 140 for greeting (0.06 seconds)
-
.github/ISSUE_TEMPLATE/10_contributor_bug_report.yml
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Sep 09 14:48:49 GMT 2024 - 3K bytes - Click Count (1) -
src/test/java/org/codelibs/fess/exception/LdapConfigurationExceptionTest.java
assertTrue(toStringResult.contains(message)); } @Test public void test_multipleInstances() { // Test creating multiple instances with different messages LdapConfigurationException exception1 = new LdapConfigurationException("Error 1"); LdapConfigurationException exception2 = new LdapConfigurationException("Error 2");
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 7.8K bytes - Click Count (0) -
.teamcity/.mvn/wrapper/MavenWrapperDownloader.java
if(!outputFile.getParentFile().exists()) { if(!outputFile.getParentFile().mkdirs()) { System.out.println( "- ERROR creating output directory '" + outputFile.getParentFile().getAbsolutePath() + "'"); } } System.out.println("- Downloading to: " + outputFile.getAbsolutePath()); try {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Feb 26 01:48:39 GMT 2020 - 4.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/failureurl/EditForm.java
*/ public String getCurrentPageNumber() { return pageNumber; } /** * Initializes the form with default null values. * This method resets all fields to their default state for creating a new entry. */ public void initialize() { id = null; url = null; threadName = null; errorName = null; errorLog = null; errorCount = null;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 4.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/DictionaryItemTest.java
public void test_getId_defaultValue() { // Test that default ID value is 0 assertEquals(0L, dictionaryItem.getId()); } @Test public void test_getId_afterSetting() { // Test getting ID after setting it dictionaryItem.id = 123L; assertEquals(123L, dictionaryItem.getId()); } @Test public void test_getId_negativeValue() { // Test with negative ID value
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 4.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/sso/SsoManager.java
/** List of registered SSO authenticators. */ protected final List<SsoAuthenticator> authenticatorList = new ArrayList<>(); /** * Default constructor for creating a new SsoManager instance. */ public SsoManager() { // Default constructor } /** * Checks whether SSO authentication is available and configured. *Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 5.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/ldap/LdapUserTest.java
assertEquals("role2", permissions[1]); assertEquals("Uuser", permissions[2]); } @Test public void test_getRoleNames() { // Test getting role names from permissions ComponentUtil.setFessConfig(new FessConfig.SimpleImpl() { @Override public String getRoleSearchRolePrefix() { return "R"; }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 16.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/rank/fusion/SearchResult.java
/** * Builder class for constructing SearchResult instances using the builder pattern. * * This builder provides a fluent interface for setting the various properties * of a SearchResult before creating the final immutable instance. */ static class SearchResultBuilder { /** The total number of records that match the search criteria. */ private long allRecordCount;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 8.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/webconfig/CreateForm.java
/** * The timestamp when this web configuration was created. */ @ValidateTypeFailure public Long createdTime; /** * Initializes the form with default values for creating a new web configuration. */ public void initialize() { crudMode = CrudMode.CREATE; final FessConfig fessConfig = ComponentUtil.getFessConfig();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.9K bytes - Click Count (0) -
architecture/standards/0004-use-a-platform-architecture.md
This is a general-purpose automation platform which takes care of the efficient definition and execution of work, such as tasks. This platform is agnostic to what exactly the purpose of the work is. It might be creating an application, setting up development environments, orchestrating deployments, running simulations, etc.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 4.5K bytes - Click Count (0)