- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 1,088 for LANGUAGE (0.05 sec)
-
tests/associations_many2many_test.go
} languages2_2 := []*Language{ {Code: "language-slice-replace-2-1", Name: "language-slice-replace-2-1"}, {Code: "language-slice-replace-2-2", Name: "language-slice-replace-2-2"}, } languages2_3 := &Language{Code: "language-slice-replace-3", Name: "language-slice-replace-3"} DB.Create(&languages2_1) DB.Create(&languages2_2) DB.Create(&languages2_3) // ReplaceRegistered: Sun Dec 28 09:35:17 UTC 2025 - Last Modified: Sat Jun 10 13:05:19 UTC 2023 - 13.2K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectManager.java
* @param language language of the files contained in the directory to add * @param directory the directory to add if not already present in the source * * @see #getEnabledSourceRoots(Project, ProjectScope, Language) */ void addSourceRoot( @Nonnull Project project, @Nonnull ProjectScope scope, @Nonnull Language language, @Nonnull Path directory); /**Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Jan 30 23:29:13 UTC 2025 - 12K bytes - Viewed (0) -
docs/en/docs/contributing.md
#### Request a New Language Let's say that you want to request translations for a language that is not yet translated, not even some pages. For example, Latin. If there is no discussion for that language, you can start by requesting the new language. For that, you can follow these steps: * Create a new discussion following the template.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Sep 21 11:29:04 UTC 2025 - 15.1K bytes - Viewed (0) -
src/main/assemblies/extension/kibana/fess_log.ndjson
{"attributes":{"description":"","kibanaSavedObjectMeta":{"searchSourceJSON":"{\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filter\":[],\"indexRefName\":\"kibanaSavedObjectMeta.searchSourceJSON.index\"}"},"title":"search-query-counts-per-sec","uiStateJSON":"{}","version":1,"visState":"{\"title\":\"search-query-counts-per-sec\",\"type\":\"histogram\",\"...Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Mon Aug 12 01:26:21 UTC 2019 - 18.2K bytes - Viewed (0) -
scripts/translate.py
print(f"Updating outdated translations for {language}") update_outdated(language=language) print(f"Adding missing translations for {language}") add_missing(language=language) print(f"Done updating and adding for {language}") @app.command() def make_pr( *, language: Annotated[str | None, typer.Option(envvar="LANGUAGE")] = None,
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 19:05:53 UTC 2025 - 34.1K bytes - Viewed (0) -
src/main/resources/fess_indices/fess.json
"greek_lowercase": { "type": "lowercase", "language": "greek" }, "greek_keywords": { "type": "keyword_marker", "keywords_path": "${fess.dictionary.path}el/protwords.txt" }, "greek_stemmer": { "type": "stemmer", "language": "greek" }, "greek_override": {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Jun 06 14:17:42 UTC 2025 - 39.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/settings/AnalyzerSettings.java
} catch (final IllegalArgumentException e) { return analyze(text, field, lang); } } } /** * Check if the language is supported. * @param lang Language * @return True if the language is supported */ public static boolean isSupportedLanguage(final String lang) {
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 26.5K bytes - Viewed (0) -
docs/recipes.md
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat Aug 30 17:01:12 UTC 2025 - 47.8K bytes - Viewed (0) -
ADDING_NEW_LANGUAGE.md
mvn clean package ``` ### 6. Test the New Language 1. **Start Fess:** ```bash # Run the main class in your IDE org.codelibs.fess.FessBoot ``` 2. **Access the Admin UI:** ``` http://localhost:8080/admin/ ``` 3. **Test language selection:** - Check if your language appears in the language dropdown - Force your language by adding URL parameter: `?browser_lang=[locale]`
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/fess/suggest/index/contents/DefaultContentsParser.java
* distributed under the License is distributed on an "AS IS" BASIS, * 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.suggest.index.contents; import java.io.IOException; import java.util.ArrayList; import java.util.Arrays;
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 14.9K bytes - Viewed (0)