- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 201 for basque (0.05 seconds)
-
src/main/resources/fess_indices/fess.json
"type": "keyword_marker", "keywords_path": "${fess.dictionary.path}eu/protwords.txt" }, "basque_stemmer": { "type": "stemmer", "language": "basque" }, "basque_override": { "type": "stemmer_override", "rules_path": "${fess.dictionary.path}eu/stemmer_override.txt" }, "brazilian_stop": {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 40K bytes - Click Count (0) -
src/main/resources/fess_indices/_aws/fess.json
}, "basque_keywords": { "type": "keyword_marker", "keywords": ["Adibidez"] }, "basque_stemmer": { "type": "stemmer", "language": "basque" }, "basque_override": { "type": "stemmer_override", "rules": [] }, "brazilian_stop": { "type": "stop",Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0) -
src/main/resources/fess_indices/_cloud/fess.json
}, "basque_keywords": { "type": "keyword_marker", "keywords": ["Adibidez"] }, "basque_stemmer": { "type": "stemmer", "language": "basque" }, "basque_override": { "type": "stemmer_override", "rules": [] }, "brazilian_stop": { "type": "stop",Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0) -
.teamcity/test-buckets.json
{ "subprojects": [ "base-ide-plugins", "build-process-services", "configuration-cache-base", "configuration-problems-base", "docs-asciidoctor-extensions-base", "gradle-cli", "logging-api", "plugin-development", "problems-rendering", "test-suites-base", "tooling-api-builders" ],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) -
.teamcity/subprojects.json
"name": "base-diagnostics", "path": "platforms/core-configuration/base-diagnostics", "unitTests": true, "functionalTests": true, "crossVersionTests": false }, { "name": "base-ide-plugins", "path": "platforms/ide/base-ide-plugins", "unitTests": true, "functionalTests": false, "crossVersionTests": false }, { "name": "base-services", "path": "platforms/core-runtime/base-services",
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 15:03:00 GMT 2026 - 42K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/sso/saml/SamlAuthenticatorTest.java
// Test that buildDefaultUrl uses custom base URL from property SamlAuthenticator authenticator = new SamlAuthenticator(); DynamicProperties systemProperties = ComponentUtil.getSystemProperties(); try { // Set custom base URL systemProperties.setProperty("saml.sp.base.url", "https://fess.example.com");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 18.4K bytes - Click Count (0) -
build-logic-commons/code-quality-rules/src/main/resources/checkstyle/suppressions.xml
<suppress checks="JavadocPackage" files=".*[/\\]base-services[/\\]src[/\\]main[/\\]java[/\\]org[/\\]gradle[/\\]api[/\\][^/\\]+"/> <suppress checks="JavadocPackage" files=".*[/\\]base-services-groovy[/\\]src[/\\]main[/\\]java[/\\]org[/\\]gradle[/\\]api[/\\][^/\\]+"/> <suppress checks="JavadocPackage"
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 19 16:48:15 GMT 2026 - 13.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/util/ResourceUtil.java
* * @param root the root directory (e.g., "WEB-INF/") * @param base the base directory under root (e.g., "conf", "classes") * @param names the path components to append to the base directory * @return the Path object pointing to the requested resource */ protected static Path getPath(final String root, final String base, final String... names) { try {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 14.1K bytes - Click Count (0) -
.idea/gradle.xml
<option value="$PROJECT_DIR$/platforms/software/software-diagnostics" /> <option value="$PROJECT_DIR$/platforms/software/test-suites-base" /> <option value="$PROJECT_DIR$/platforms/software/testing-base" /> <option value="$PROJECT_DIR$/platforms/software/testing-base-infrastructure" /> <option value="$PROJECT_DIR$/platforms/software/version-control" />Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 10:18:20 GMT 2026 - 25.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/web/admin/design/AdminDesignActionTest.java
// Test file outside base directory File baseDir = new File(tempDir.toFile(), "images"); baseDir.mkdirs(); File outsideFile = new File(tempDir.toFile(), "css/style.css"); Boolean result = invokeIsValidUploadPath(outsideFile, baseDir); assertFalse("File outside base directory should be blocked", result); } @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 13.6K bytes - Click Count (0)