- Sort Score
- Num 10 results
- Language All
Results 81 - 90 of 142 for clientIp (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/opensearch/config/exentity/CrawlingConfigWrapper.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.exentity; import java.util.Map; import java.util.function.Supplier; import org.codelibs.fess.crawler.client.CrawlerClientFactory; public class CrawlingConfigWrapper implements CrawlingConfig { private final CrawlingConfig crawlingConfig; public CrawlingConfigWrapper(final CrawlingConfig crawlingConfig) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 2.2K bytes - Click Count (0) -
dbflute_fess/dfprop/outsideSqlMap.dfprop
# o applicationOutsideSqlMap: (NotRequired - Default map:{}) # You can set additional users. # Elements of this map are as below: # o key of map: a relative path to the application project from DBFlute client # o sqlDirectory: SQL directory as a relative path from the application directory # (NotRequired - Default Java:'src/main/java' & 'src/main/resources' CSharp:'source')Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jul 25 06:04:16 GMT 2015 - 8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/chat/ChatAction.java
private static final Logger logger = LogManager.getLogger(ChatAction.class); /** * Default constructor. */ public ChatAction() { // Default constructor } /** The chat client for handling chat operations. */ @Resource protected ChatClient chatClient; /** The session manager for managing chat sessions. */ @Resource protected ChatSessionManager chatSessionManager;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Mar 10 14:54:51 GMT 2026 - 4.4K bytes - Click Count (0) -
src/main/resources/fess_label.properties
labels.ldap_security_authentication=Security Authentication labels.ldap_initial_context_factory=Initial Context Factory labels.general_menu_oic=OpenID Connect labels.oic_client_id=Client ID labels.oic_client_secret=Client Secret labels.oic_auth_server_url=Authorization Server URL labels.oic_token_server_url=Token Server URL labels.oic_redirect_url=Redirect URL labels.oic_scope=Scope labels.oic_base_url=Base URL
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
.teamcity/test-buckets.json
"normalization-java" ], "parallelizationMethod": { "name": "TestDistribution" } }, { "subprojects": [ "build-cache-example-client", "client-services", "composite-builds", "docs", "files", "model-reflect", "request-handler-worker", "security", "service-registry-impl",Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 18:38:15 GMT 2026 - 118.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/chat/ChatPhaseCallback.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.chat; /** * Callback interface for receiving notifications about chat processing phases. * Used for SSE streaming to notify clients about the current processing state. */ public interface ChatPhaseCallback { /** Phase name for intent detection */ String PHASE_INTENT = "intent"; /** Phase name for document search */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jan 15 12:32:04 GMT 2026 - 3.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/ElevateWordService.java
import org.codelibs.fess.Constants; import org.codelibs.fess.app.pager.ElevateWordPager; import org.codelibs.fess.helper.PermissionHelper; import org.codelibs.fess.mylasta.direction.FessConfig; import org.codelibs.fess.opensearch.client.SearchEngineClient; import org.codelibs.fess.opensearch.config.cbean.ElevateWordCB; import org.codelibs.fess.opensearch.config.exbhv.ElevateWordBhv; import org.codelibs.fess.opensearch.config.exbhv.ElevateWordToLabelBhv;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 18.3K bytes - Click Count (0) -
src/main/resources/fess_label_ru.properties
labels.ldap_security_authentication=Security Authentication labels.ldap_initial_context_factory=Initial Context Factory labels.general_menu_oic=OpenID Connect labels.oic_client_id=Client ID labels.oic_client_secret=Client Secret labels.oic_auth_server_url=Authorization Server URL labels.oic_token_server_url=Token Server URL labels.oic_redirect_url=Redirect URL labels.oic_scope=Scope labels.oic_base_url=Base URL
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 66.6K bytes - Click Count (0) -
src/main/resources/fess_label_nl.properties
labels.ldap_security_authentication=Security Authentication labels.ldap_initial_context_factory=Initial Context Factory labels.general_menu_oic=OpenID Connect labels.oic_client_id=Client ID labels.oic_client_secret=Client Secret labels.oic_auth_server_url=Authorization Server URL labels.oic_token_server_url=Token Server URL labels.oic_redirect_url=Redirect URL labels.oic_scope=Scope labels.oic_base_url=Base URL
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 51.3K bytes - Click Count (1) -
src/test/java/org/codelibs/fess/opensearch/client/SearchEngineClientExceptionTest.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.client; import org.codelibs.fess.unit.UnitFessTestCase; import org.junit.jupiter.api.Test; public class SearchEngineClientExceptionTest extends UnitFessTestCase { @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 7.1K bytes - Click Count (0)