- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 24 for meines (0.06 sec)
-
docs/de/README.md
Fess basiert auf [OpenSearch](https://github.com/opensearch-project/OpenSearch), aber es ist kein Wissen oder Erfahrung mit OpenSearch erforderlich. Fess bietet eine einfach zu bedienende Administrations-GUI zur Konfiguration des Systems ΓΌber Ihren Browser.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Tue Nov 11 22:42:32 UTC 2025 - 7.8K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.facet_label_title=Label labels.facet_timestamp_title=Zeit labels.facet_timestamp_1day=Innerhalb von 24 Stunden labels.facet_timestamp_1week=Innerhalb einer Woche labels.facet_timestamp_1month=Innerhalb eines Monats labels.facet_timestamp_1year=Innerhalb eines Jahres labels.facet_timestamp_3month=Innerhalb von 3 Monaten labels.facet_timestamp_6month=Innerhalb von 6 Monaten labels.facet_timestamp_2year=Innerhalb von 2 Jahren
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.9K bytes - Viewed (1) -
fess-crawler/src/test/resources/org/codelibs/fess/crawler/helper/robots_malformed.txt
SiTeMaP: http://example.com/sitemap.xml # Case 6: Comments in various positions User-agent: CommentBot # inline comment Disallow: /path1/ # another comment # Full line comment Allow: /path2/ # Case 7: Empty lines and whitespace-only lines User-agent: EmptyLineBot Disallow: /test/ Allow: /public/ # Case 8: Very long user-agent
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Fri Nov 14 12:52:01 UTC 2025 - 2.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
/** * LDAP base DN (Distinguished Name) for user searches. * Defines the root of the LDAP directory tree for user lookups. */ @Size(max = 1000) public String ldapBaseDn; /** * LDAP filter for finding user accounts. * Defines the search filter used to locate user accounts in LDAP. */ @Size(max = 1000)Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 10.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/CommandExtractor.java
this.commandOutputEncoding = commandOutputEncoding; } /** * Sets the maximum number of output lines to process. * @param maxOutputLine The maximum output lines to set. */ public void setMaxOutputLine(final int maxOutputLine) { this.maxOutputLine = maxOutputLine; } /**Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 12:19:14 UTC 2025 - 16.1K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/interval/impl/AbstractIntervalController.java
* It encapsulates the delay logic and exception handling, allowing subclasses to focus on * defining the specific delay behavior for each stage. * * <p> * This class defines the contract for delaying the crawling process at various points, such as: * </p> * <ul> * <li>Before processing a URL ({@link #delayBeforeProcessing()})</li>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 20 08:58:39 UTC 2025 - 4.8K bytes - Viewed (0) -
.github/workflows/codeql-analysis.yml
uses: github/codeql-action/autobuild@v3 # βΉοΈ Command-line programs to run using the OS shell. # π https://git.io/JvXDl # βοΈ If the Autobuild fails above, remove it and uncomment the following three lines # and modify them (or add more) to build your code if your project # uses a compiled language #- run: | # make bootstrap # make release - name: Perform CodeQL AnalysisRegistered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Thu Nov 20 13:34:13 UTC 2025 - 2.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiFile.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 07:09:00 UTC 2025 - 11.7K bytes - Viewed (0) -
ADDING_NEW_LANGUAGE.md
src/main/resources/ βββ fess_label.properties # Base English labels (fallback) βββ fess_label_[locale].properties # Language-specific labels (~1,056 lines) βββ fess_message.properties # Base English messages (fallback) βββ fess_message_[locale].properties # Language-specific messages (~200 lines) ``` ### Naming Convention - **Language only**: `fess_label_en.properties`, `fess_label_ja.properties`
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 11:36:30 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/java/org/codelibs/curl/Curl.java
* <li>GET</li> * <li>POST</li> * <li>PUT</li> * <li>DELETE</li> * <li>HEAD</li> * <li>OPTIONS</li> * <li>CONNECT</li> * <li>TRACE</li> * </ul> * * <p>The Curl class also defines an enum {@link Method} which lists all supported HTTP methods.</p> * * <p>The temporary directory used by Curl is defined by the {@code tmpDir} field, which is initialized * to the system's temporary directory.</p> */
Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Thu Nov 20 13:34:13 UTC 2025 - 5.9K bytes - Viewed (0)