- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 4,630 for text (0.03 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/webapp/WEB-INF/view/admin/pathmap/admin_pathmap_edit.jsp
<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%><!DOCTYPE html> ${fe:html(true)} <head> <meta charset="UTF-8"> <title><la:message key="labels.admin_brand_title"/> | <la:message key="labels.pathmap_configuration"/></title> <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include> </head> <body class="hold-transition sidebar-mini"> <div class="wrapper">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 7K bytes - Click Count (0) -
.gitattributes
* text eol=lf # # The above will handle all files NOT found below # https://help.github.com/articles/dealing-with-line-endings/ # https://github.com/Danimoth/gitattributes # These are explicitly windows files and should use crlf *.bat text eol=crlf # These files are text and should be normalized (Convert crlf => lf) *.bash text eol=lf *.css text diff=css *.htm text diff=html
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Sep 02 12:15:16 GMT 2020 - 1.1K bytes - Click Count (0) -
README.md
- **Smart Query Suggestions**: Real-time auto-completion and search suggestions - **Multi-language Support**: Built-in support for Japanese text processing with Kuromoji analyzer - **Popular Words Analytics**: Track and analyze frequently searched terms - **Flexible Text Processing**: Configurable converters and normalizers for text transformation - **OpenSearch Integration**: Seamless integration with OpenSearch/Elasticsearch clusters
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sun Aug 31 03:31:14 GMT 2025 - 12.1K bytes - Click Count (1) -
src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp
</div> </div> <c:if test="${logType == 'search'}"> <div class="form-group row"> <label for="accessTypeSearch" class="col-sm-2 text-sm-right col-form-label"><la:message key="labels.searchlog_accesstype"/></label>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 16.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/suggest/normalizer/NormalizerChain.java
} private final List<Normalizer> normalizers = new ArrayList<>(); @Override public String normalize(final String text, final String field, final String... langs) { if (text == null) { return null; } String tmp = text; for (final Normalizer normalizer : normalizers) { tmp = normalizer.normalize(tmp, field, langs); if (tmp == null) {Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Mon Nov 17 14:23:01 GMT 2025 - 2.5K bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_code_blocks/data/translated_doc_wrong_lang_code.md
# Code blocks { #code-blocks } Some text ```python # This is a sample Python code block def hello_world(): # Comment with indentation print("Hello, world!") # Print greeting ``` Some more text The following block has wrong language code (should be TOML): ```yaml # This is a sample TOML code block title = "TOML Example" # Title of the document ``` And more text ```consoleCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Jan 10 21:48:08 GMT 2026 - 946 bytes - Click Count (0) -
src/test/java/org/codelibs/fess/suggest/normalizer/NormalizerChainTest.java
Normalizer normalizer1 = (text, field, langs) -> text + "-1"; Normalizer normalizer2 = (text, field, langs) -> text + "-2"; Normalizer normalizer3 = (text, field, langs) -> text + "-3"; chain.add(normalizer1); chain.add(normalizer2); chain.add(normalizer3); String result = chain.normalize("test", "field"); assertEquals("test-1-2-3", result); } @TestCreated: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Mon Nov 17 14:23:01 GMT 2025 - 4.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/LanguageHelperTest.java
languageHelper.detectLanguage("This is English text"); fail("Should throw NullPointerException without detector"); } catch (NullPointerException e) { // Expected } } @Test public void test_getDetectText_shortText() { String text = "Short text"; String result = languageHelper.getDetectText(text); assertEquals("Short text", result); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 13K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/crawler/rule/CrawlerRuleMimeTypePatternTest.java
+ "|application/x-lha-compressed" // + "|text/xml" // + "|text/xml-external-parsed-entity" // + "|text/html)"; // HTML rule pattern from webHtmlRule in rule.xml private static final String WEB_HTML_RULE_PATTERN = "text/html"; @Test public void test_webFileRulePattern_xhtmlXml() { // Test that application/xhtml+xml is correctly matchedCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Feb 04 14:24:39 GMT 2026 - 8.7K bytes - Click Count (0) -
api/go1.19.txt
pkg go/doc/comment, type DocLink struct, Text []Text #51082 pkg go/doc/comment, type Heading struct #51082 pkg go/doc/comment, type Heading struct, Text []Text #51082 pkg go/doc/comment, type Italic string #51082 pkg go/doc/comment, type Link struct #51082 pkg go/doc/comment, type Link struct, Auto bool #51082 pkg go/doc/comment, type Link struct, Text []Text #51082 pkg go/doc/comment, type Link struct, URL string #51082
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Dec 02 16:29:41 GMT 2022 - 17.9K bytes - Click Count (0)