- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 14 for persze (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/resources/fess_message_pl.properties
errors.password_no_digit = Hasło musi zawierać co najmniej jedną cyfrę. errors.password_no_special_char = Hasło musi zawierać co najmniej jeden znak specjalny. errors.password_is_blacklisted = To hasło jest niedozwolone. Proszę wybrać inne hasło. errors.invalid_confirm_password = Potwierdzenie hasła nie pasuje. errors.cannot_delete_doc_because_of_running = Crawler jest uruchomiony. Nie można usunąć dokumentu.
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) -
build-logic-settings/build-environment/src/main/kotlin/gradlebuild/basics/BuildEnvironmentService.kt
val rootProjectBuildDir: DirectoryProperty } @get:Inject abstract val providers: ProviderFactory val gitCommitId = git("rev-parse", "HEAD") val gitBranch = git("rev-parse", "--abbrev-ref", "HEAD") val scriptTemplateCommitId = git("log", "-1", "--format=%H", "--", "platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt")Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 25 08:51:12 GMT 2026 - 2.2K bytes - Click Count (0) -
build-logic-commons/module-identity/src/main/kotlin/gradlebuild/identity/tasks/BuildReceipt.kt
@get:OutputDirectory abstract val receiptFolder: DirectoryProperty fun buildTimestampFrom(provider: Provider<String>) { buildTimestamp = provider.map { buildTimestampString -> timestampFormat.parse(buildTimestampString) } } @TaskAction fun generate() { if (promotionBuild.get()) { logger.logBuildVersion() }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 25 08:51:12 GMT 2026 - 4.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
final SearchHelper searchHelper = ComponentUtil.getSearchHelper(); final StringBuilder buf = new StringBuilder(255); try { final RequestParameter parameter = RequestParameter.parse(request); final String[] langs = searchHelper.getLanguages(request, parameter); final SuggestHelper suggestHelper = ComponentUtil.getSuggestHelper();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 27 13:56:32 GMT 2026 - 55.4K bytes - Click Count (1) -
src/main/resources/fess_label_pl.properties
labels.chat_error=Wystąpił błąd. Spróbuj ponownie. labels.chat_error_rate_limit=Obecnie jest bardzo duże obciążenie. Proszę chwilę poczekać i spróbować ponownie. labels.chat_error_auth=Uwierzytelnianie usługi AI nie powiodło się. Proszę skontaktować się z administratorem. labels.chat_error_service_unavailable=Usługa AI jest tymczasowo niedostępna. Proszę spróbować ponownie później. labels.chat_error_timeout=Upłynął limit czasu żądania. Spróbuj ponownie.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 53.2K bytes - Click Count (0) -
src/main/resources/fess_message_nl.properties
errors.could_not_find_backup_index=Kan back-upindex niet vinden. errors.no_user_for_changing_password=Huidig wachtwoord is onjuist. errors.failed_to_change_password=Wachtwoord wijzigen mislukt. errors.unknown_version_for_upgrade=Onbekende versie-informatie. errors.failed_to_upgrade_from=Kan niet upgraden vanaf {0}. errors.failed_to_reindex=Kan herindexering van {0} naar {1} niet starten. errors.failed_to_rebuild_config_index=Kan configuratie-indexen niet opnieuw opbouwen.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/IndexExportJob.java
return Paths.get(exportPath, "_invalid", hashString(url) + formatter.getFileExtension()); } return resolved; } catch (final Exception e) { logger.debug("Failed to parse URL: {}", url, e); return Paths.get(exportPath, "_invalid", hashString(url) + formatter.getFileExtension()); } } private String hashString(final String input) { try {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 10.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/CoordinatorHelper.java
* * @param json the JSON string to parse. * @return the parsed map, or an empty map on failure. */ protected Map<String, Object> parseJson(final String json) { try { return objectMapper.readValue(json, new TypeReference<Map<String, Object>>() { }); } catch (final Exception e) { logger.warn("Failed to parse JSON.", e); return Map.of();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 33.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
} } /** * Command-line options container for the crawler application. * This class uses args4j annotations to define command-line arguments * and provides methods to parse and access configuration values. */ public static class Options { /** Session ID for the crawling session. If not provided, a timestamp-based ID will be generated. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 32.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
default PrunedTag[] getCrawlerDocumentHtmlPrunedTagsAsArray() { PrunedTag[] tags = (PrunedTag[]) propMap.get("crawlerDocumentHtmlPrunedTags"); if (tags == null) { tags = PrunedTag.parse(getCrawlerDocumentHtmlPrunedTags()); propMap.put("crawlerDocumentHtmlPrunedTags", tags); } return tags; } String getCrawlerDocumentCacheHtmlMimetypes();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 92.3K bytes - Click Count (0)