- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 484 for performed (0.1 sec)
-
src/main/java/jcifs/http/NtlmSsp.java
final byte[] challenge) throws IOException { return authenticate(tc, req, resp, challenge); } /** * Performs NTLM authentication for the servlet request. * * @param tc * context to use * * @param req * The request being serviced. * @param resp
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.9.md
For more information, see [#56357](https://github.com/kubernetes/kubernetes/issues/56357). * Audit logging is slow because writes to the log are performed synchronously with requests to the log. This issue will be fixed in a future release. For more information, see [#53006](https://github.com/kubernetes/kubernetes/issues/53006).
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Nov 16 10:46:27 UTC 2021 - 313.7K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/AbstractFutureState.java
/** Performs a GAS operation on {@link AbstractFutureState#waitersField}. */ abstract @Nullable Waiter gasWaiters(AbstractFutureState<?> future, Waiter update); /** Performs a GAS operation on {@link AbstractFutureState#listenersField}. */ abstract @Nullable Listener gasListeners(AbstractFutureState<?> future, Listener update);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 33.2K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/AbstractFutureState.java
/** Performs a GAS operation on {@link AbstractFutureState#waitersField}. */ abstract @Nullable Waiter gasWaiters(AbstractFutureState<?> future, Waiter update); /** Performs a GAS operation on {@link AbstractFutureState#listenersField}. */ abstract @Nullable Listener gasListeners(AbstractFutureState<?> future, Listener update);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 34.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.14.md
* Clean up old eclass code ([#71399](https://github.com/kubernetes/kubernetes/pull/71399), [@resouer](https://github.com/resouer)) * Fix a race condition in which kubeadm only waits for the kubelets kubeconfig file when it has performed the TLS bootstrap, but wasn't waiting for certificates to be present in the filesystem ([#72030](https://github.com/kubernetes/kubernetes/pull/72030), [@ereslibre](https://github.com/ereslibre))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Mon Jun 14 22:06:39 UTC 2021 - 271.5K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/LockHeldAssertingSet.java
* * Similarly, we avoid having those methods *implemented* in terms of *other* TestSet methods * that will perform holdsLock assertions: * * - For iterator(), we can accomplish that by not overriding iterator() at all. That way, we * inherit an implementation that forwards to the delegate collection, which performs no * holdsLock assertions. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Feb 13 17:34:21 UTC 2025 - 4.3K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/LockHeldAssertingSet.java
* * Similarly, we avoid having those methods *implemented* in terms of *other* TestSet methods * that will perform holdsLock assertions: * * - For iterator(), we can accomplish that by not overriding iterator() at all. That way, we * inherit an implementation that forwards to the delegate collection, which performs no * holdsLock assertions. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Feb 13 17:34:21 UTC 2025 - 4.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.30.md
- Kubeadm: when adding new control plane nodes with "kubeadm join", ensure that the etcd member addition is performed only if a given member URL does not already exist in the list of members. Similarly, on "kubeadm reset" only remove an etcd member if its ID exists. ([#127620](https://github.com/kubernetes/kubernetes/pull/127620), [@SataQiu](https://github.com/SataQiu))...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jun 18 18:59:10 UTC 2025 - 398.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java
} /** * Behavior handler for CrawlingInfoParam entities. * Used to perform database operations on crawling session parameters. */ @Resource protected CrawlingInfoParamBhv crawlingInfoParamBhv; /** * Behavior handler for CrawlingInfo entities. * Used to perform database operations on crawling session information. */ @Resource
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.9K bytes - Viewed (0) -
docs/security/README.md
5) Store the encrypted OEK encrypted data key and master key ID in object metadata. ``` Only the root/admin user can perform an SSE-S3 key rotation using the Admin-API via [mc](https://github.com/minio/mc). For more details about how to perform key management operations using the CLI refer to [mc admin guide](https://github.com/minio/mc/blob/master/docs/minio-admin-complete-guide.md) or run `mc admin kms key`.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Feb 26 09:25:50 UTC 2025 - 13.8K bytes - Viewed (0)