- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 27 for kerning (0.03 seconds)
-
src/main/webapp/WEB-INF/view/admin/maintenance/admin_maintenance.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 17.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/script/groovy/GroovyEngine.java
/** Maximum number of compiled scripts to cache. Configurable via DI. */ protected int scriptCacheSize = 1000; /** Maximum length of script text included in warning log messages. Configurable via DI. */ protected int maxScriptLogLength = 200; /** Whether to log script execution details for auditing purposes. Configurable via DI. */ protected boolean scriptAuditLogEnabled;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 11.9K bytes - Click Count (0) -
src/main/resources/fess_message_pl.properties
success.crud_update_crud_table = Dane zaktualizowano. success.crud_delete_crud_table = Dane usunięto. errors.front_footer= errors.front_header= errors.front_prefix=<div class="alert alert-warning"> errors.front_suffix=</div>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.4K bytes - Click Count (0) -
src/main/resources/fess_message_tr.properties
success.crud_create_crud_table = Veri oluşturuldu. success.crud_update_crud_table = Veri güncellendi. success.crud_delete_crud_table = Veri silindi. errors.front_footer= errors.front_header= errors.front_prefix=<div class="alert alert-warning"> errors.front_suffix=</div>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13K bytes - Click Count (0) -
AI_POLICY.md
## What we expect from contributors 1. **Understand the content you submit, PRs as well as issues, and be able to explain it.** Our goal is for humans to use AI tools intentionally and with full control, rather than merely serving as proxies for AI agents. If you cannot explain the reason for something, we will assume you do not understand it, and the PR or issue will likely be closed.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 18:43:39 GMT 2026 - 3.1K bytes - Click Count (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/BuildEnvironment.kt
actualBranch.startsWith("gh-readonly-queue/") -> actualBranch.substringAfter("/").substringBefore("/") else -> actualBranch } /** * The build environment. * * WARNING: Every val in here must not change for they same daemon. If it does, changes will go undetected, * since this whole object is kept in the classloader between builds.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 25 08:51:12 GMT 2026 - 4.9K bytes - Click Count (1) -
src/main/resources/fess_message_pt_BR.properties
success.crud_update_crud_table = Dados atualizados. success.crud_delete_crud_table = Dados excluídos. errors.front_footer= errors.front_header= errors.front_prefix=<div class="alert alert-warning"> errors.front_suffix=</div>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.7K bytes - Click Count (0) -
src/main/resources/fess_message_de.properties
success.crud_update_crud_table = Daten aktualisiert. success.crud_delete_crud_table = Daten gelöscht. errors.front_footer= errors.front_header= errors.front_prefix=<div class="alert alert-warning"> errors.front_suffix=</div>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.6K bytes - Click Count (0) -
src/main/resources/fess_message_zh_TW.properties
success.crud_create_crud_table = 資料已建立。 success.crud_update_crud_table = 資料已更新。 success.crud_delete_crud_table = 資料已刪除。 errors.front_footer= errors.front_header= errors.front_prefix=<div class="alert alert-warning"> errors.front_suffix=</div>
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/main/java/org/codelibs/fess/helper/ProtocolHelper.java
|| url.startsWith("s3:") || url.startsWith("gcs:"); } /** * Checks if the given URL represents a file system path for content serving. * Used to determine if special handling is needed for file system URLs. * * @param url the URL to check * @return true if the URL is a file system path (file, smb, smb1, ftp, storage, s3, gcs)
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 13:59:25 GMT 2026 - 12.4K bytes - Click Count (1)