- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 119 for reverting (0.04 sec)
-
src/main/java/org/codelibs/fess/exec/Crawler.java
public Integer hotThread; /** * Default constructor for Options. * Protected to allow subclassing while preventing direct instantiation. */ protected Options() { // nothing } /** * Parses the web configuration IDs string into a list. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 31K bytes - Viewed (0) -
docs/en/docs/deployment/concepts.md
### What is a Process { #what-is-a-process } The word **process** is normally used in a more specific way, only referring to the thing that is running in the operating system (like in the last point above): * A particular program while it is **running** on the operating system.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 18.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.3.md
* This fixed environments where CPU and Memory Accounting were not enabled on the unit that launched the kubelet or docker from reporting the root cgroup when monitoring usage stats for those components. * New default horizontalpodautoscaler/v1 generator for kubectl autoscale. ([#26775](https://github.com/kubernetes/kubernetes/pull/26775), [@piosz](https://github.com/piosz))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 84K bytes - Viewed (0) -
guava/src/com/google/common/reflect/TypeResolver.java
* {@code ArrayList<?>::set}. * * <p>Instead, {@code <?>} will be resolved to a capture in the form of a type variable {@code * <capture-of-? extends Object>}, effectively preventing {@code set} from accepting any type. */ static TypeResolver invariantly(Type contextType) { Type invariantContext = WildcardCapturer.INSTANCE.capture(contextType);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 14:03:14 UTC 2025 - 24.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.33.md
-...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 19:46:23 UTC 2025 - 294.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.17.md
## Changelog since v1.17.13 ## Changes by Kind ### Bug or Regression
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Jan 28 10:44:33 UTC 2021 - 346.2K bytes - Viewed (1) -
src/main/java/jcifs/util/SmbCircuitBreaker.java
return System.currentTimeMillis() - lastStateChangeTime.get(); } /** * Manually reset the circuit breaker to closed state */ public void reset() { log.info("[{}] Manually resetting circuit breaker to CLOSED", name); transitionTo(State.CLOSED); } /** * Manually trip the circuit breaker to open state */ public void trip() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 33.4K bytes - Viewed (0) -
cmd/batch-expire.go
if len(toDel) > 10 { // batch up to 10 objects/versions to be expired simultaneously. xfer := make([]expireObjInfo, len(toDel)) copy(xfer, toDel) select { case expireCh <- xfer: toDel = toDel[:0] // resetting toDel case <-ctx.Done(): done = true } } } for { select { case result, ok := <-results: if !ok { done = true break } if result.Err != nil {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Apr 22 11:16:32 UTC 2025 - 23K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/SearchLogService.java
* various types of search logs including search logs, click logs, favorite logs, * and user information logs. It supports different aggregation types for * analytics and reporting purposes. */ public class SearchLogService { /** Date format pattern for parsing time ranges. */ private static final String YYYY_MM_DD_HH_MM = "yyyy-MM-dd HH:mm";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 32.7K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/AbstractScheduledService.java
* Each task is retained for only as long as it is running -- so it's retained only as long as * it would already be retained by the underlying executor. * * If the cycle test starts reporting this cycle in the future, we should add an entry to * cycle_suppress_list.txt. */ private final AbstractService service; /**
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 27.8K bytes - Viewed (0)