- Sort Score
- Num 10 results
- Language All
Results 1 - 9 of 9 for unavoidable (0.16 seconds)
-
doc/godebug.md
then fixing the bug will break that code. New features can also have similar impacts: enabling the HTTP/2 use by the HTTP client broke programs connecting to servers with buggy HTTP/2 implementations. These kinds of changes are unavoidable and [permitted by the Go 1 compatibility rules](/doc/go1compat). Even so, Go provides a mechanism called GODEBUG to reduce the impact such changes have on Go developers using newer toolchains to compile old code.
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Dec 03 00:18:09 GMT 2025 - 24.7K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/net/protocol/gcs/Handler.java
} return blob; } /** * Gets the content length of the GCS object. * * @return The content length in bytes, or -1 if unavailable */ @Override public long getContentLengthLong() { try { if (!connected) { connect(); }Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Dec 11 08:38:29 GMT 2025 - 9.6K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/net/protocol/s3/Handler.java
} return headObject; } /** * Gets the content length of the S3 object. * * @return The content length in bytes, or -1 if unavailable */ @Override public long getContentLengthLong() { try { if (!connected) { connect(); }Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Dec 11 07:57:44 GMT 2025 - 9.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/job/ScriptExecutorJob.java
return; } final JobHelper jobHelper = ComponentUtil.getJobHelper(); if (!jobHelper.isAvailable(id)) { logger.info("Job is unavailable, unregistering: id={}", id); jobHelper.unregister(scheduledJob); return; } final JobLog jobLog = new JobLog(scheduledJob);Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 5.5K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/CrawlerClientFactory.java
if (creator != null) { creator.register(this); } } catch (final Exception e) { if (logger.isDebugEnabled()) { logger.debug("CrawlerClientCreator is unavailable.", e); } } } /** * Adds a client with a regular expression pattern. * @param regex The regular expression to match URLs. * @param client The CrawlerClient instance.
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Mon Nov 24 03:59:47 GMT 2025 - 7.3K bytes - Click Count (0) -
src/main/resources/fess_label_en.properties
labels.ignore_failure_type=Ignore Failure Types labels.failure_count_threshold=Failure Count Threshold labels.popular_word_word_enabled=Popular Word Response labels.supported_search_web=Web labels.supported_search_none=Unavailable labels.purge_search_log_day=Delete old search logs labels.purge_job_log_day=Delete old job logs labels.purge_user_info_day=Delete old user logs labels.purge_by_bots=Bot names to delete logs labels.log_level=Log Level
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Dec 13 02:21:17 GMT 2025 - 44K bytes - Click Count (0) -
src/main/resources/fess_label.properties
labels.ignore_failure_type=Ignore Failure Types labels.failure_count_threshold=Failure Count Threshold labels.popular_word_word_enabled=Popular Word Response labels.supported_search_web=Web labels.supported_search_none=Unavailable labels.purge_search_log_day=Delete old search logs labels.purge_job_log_day=Delete old job logs labels.purge_user_info_day=Delete old user logs labels.purge_by_bots=Bot names to delete logs labels.log_level=Log Level
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Dec 13 02:21:17 GMT 2025 - 44K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Web */ public static final String LABELS_supported_search_web = "{labels.supported_search_web}"; /** The key of the message: Unavailable */ public static final String LABELS_supported_search_none = "{labels.supported_search_none}"; /** The key of the message: Delete old search logs */Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Dec 13 02:21:17 GMT 2025 - 156.4K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.33.md
- Upgraded the `kubectl autoscale` subcommand to use `autoscaling/v2` rather than `autoscaling/v1` APIs. The command now attempts to use the `autoscaling/v2` API first. If the `autoscaling/v2` API is unavailable or an error occurs, it falls back to the `autoscaling/v1` API. ([#128950](https://github.com/kubernetes/kubernetes/pull/128950), [@googs1025](https://github.com/googs1025)) [SIG Autoscaling and CLI]
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Wed Dec 10 01:15:24 GMT 2025 - 334.8K bytes - Click Count (0)