- Sort Score
- Num 10 results
- Language All
Results 91 - 100 of 128 for dere (0.01 seconds)
-
src/main/java/org/codelibs/fess/app/web/sso/SsoAction.java
* restored. This provides a seamless user experience after authentication. * * @return Optional HtmlResponse containing the redirect to search page with parameters, * or empty if no search parameters were found */ protected OptionalThing<HtmlResponse> redirectToSearchPage() { final RequestParameter[] searchParameters = searchHelper.getSearchParameters(); if (searchParameters.length > 0) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 9.5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
*/ fun Requirements.requiresNotSharedHost() { doesNotContain("agent.host.type", "shared") } /** * This is an undocumented location that forbids anonymous access. * We put artifacts here to avoid accidentally exposing sensitive information publicly. */ const val HIDDEN_ARTIFACT_DESTINATION = ".teamcity/gradle-logs" fun BuildTypeSettings.setArtifactRules(rules: String) { artifactRules = rules
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 05:03:56 GMT 2026 - 14.8K bytes - Click Count (0) -
architecture/standards/0010-gradle-properties-naming.md
Previously, there was no formalization of property naming; only loose conventions were followed. While these conventions served relatively well in practice, they created gaps, resulting in a loss of uniformity in some cases and leaving friction in the process of naming new properties. ### Terminology
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 06 09:25:54 GMT 2026 - 8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/util/GsaConfigParser.java
*/ public OptionalEntity<WebConfig> getWebConfig() { return OptionalUtil.ofNullable(webConfig); } /** * Gets the file crawling configuration generated from the parsed GSA config. * * @return an optional containing the file configuration, or empty if no file URLs were found */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 21.6K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/AbstractGradleViolationRule.groovy
} def acceptanceJson = new AcceptedApiChange( change.type, change.member, '[ADD YOUR CUSTOM REASON HERE]', change.changes ) Violation violation = Violation.error( member, rejection.getHumanExplanation() + """. <details>Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 22 12:18:18 GMT 2026 - 10K bytes - Click Count (0) -
src/main/resources/fess_label_tr.properties
labels.log_level=Günlük Seviyesi labels.csv_file_encoding=CSV Dosya Kodlaması labels.notification_to=Bildirim E-postası labels.pathmap_configuration=Yol Eşleştirme labels.pathmap_title_details=Yol Eşleştirme labels.disabled=Devre Dışı labels.pathmap_pt_crawling=Tarama labels.pathmap_pt_displaying=Görüntüleme labels.pathmap_pt_both=Tarama/Görüntüleme labels.pathmap_pt_stored=Çıkarılan URL Dönüşümü labels.regular_name=Normal Ad
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackTest.java
try { thread.join(); } catch (InterruptedException e) { fail("Thread interrupted"); } } // Verify all stores were counted assertEquals(1000L, callback.getDocumentSize()); // Test commit after concurrent operations callback.commit(); } @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 12.5K bytes - Click Count (0) -
src/main/resources/fess_message_id.properties
errors.app.double.submit.request = Mungkin telah diproses sebelum permintaan ini. Silakan coba lagi. # _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ # you can define your messages here: # e.g. # errors.xxx = ... # info.xxx = ... # _/_/_/_/_/_/_/_/_/_/ # ======================================================================================== # Fess # ======
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.7K bytes - Click Count (0) -
src/main/resources/fess_message_zh_TW.properties
errors.app.db.already.exists = 資料已存在。請重試。 errors.app.double.submit.request = 此請求可能已在之前處理。請重試。 # _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ # you can define your messages here: # e.g. # errors.xxx = ... # info.xxx = ... # _/_/_/_/_/_/_/_/_/_/ # ======================================================================================== # Fess # ====== errors.login_error = 使用者名稱或密碼不正確。
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/direction/FessEnvTest.java
} // Test constant field values public void xtest_constantFields() { assertEquals("lasta_di.smart.deploy.mode", FessEnv.lasta_di_SMART_DEPLOY_MODE); assertEquals("development.here", FessEnv.DEVELOPMENT_HERE); assertEquals("environment.title", FessEnv.ENVIRONMENT_TITLE); assertEquals("framework.debug", FessEnv.FRAMEWORK_DEBUG);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 15.6K bytes - Click Count (0)