- Sort Score
- Result 10 results
- Languages All
Results 181 - 190 of 285 for notifications (0.08 sec)
-
CHANGELOG/CHANGELOG-1.10.md
* Fix memory cgroup notifications, and reduce associated log spam. ([#63220](https://github.com/kubernetes/kubernetes/pull/63220), [@dashpole](https://github.com/dashpole))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 341.8K bytes - Viewed (0) -
cmd/server-main.go
} func initAllSubsystems(ctx context.Context) { // Initialize notification peer targets globalNotificationSys = NewNotificationSys(globalEndpoints) // Create new notification system if globalEventNotifier == nil { globalEventNotifier = NewEventNotifier(GlobalContext) } // Create new bucket metadata system.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue May 27 15:18:36 UTC 2025 - 35.9K bytes - Viewed (4) -
cmd/server-startup-msg.go
for _, arn := range globalLambdaTargetList.List(globalSite.Region()) { arnMsg += color.Bold(fmt.Sprintf("%s ", arn)) } logger.Startup(arnMsg + "\n") } // Prints bucket notification configurations. func printEventNotifiers() { if globalNotificationSys == nil { return } arns := globalEventNotifier.GetARNList() if len(arns) == 0 { return }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 6.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exec/CrawlerTest.java
// Should not throw exception when notification is disabled try { crawler.sendMail(infoMap); } catch (Exception e) { fail("Should not throw exception: " + e.getMessage()); } } public void test_sendMail_withNotificationEnabled() { // Override fessConfig to enable notification
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 30.5K bytes - Viewed (0) -
tensorflow/c/c_api_experimental.cc
limitations under the License. ==============================================================================*/ #include "tensorflow/c/c_api_experimental.h" #include "absl/strings/substitute.h" #include "absl/synchronization/notification.h" #include "tensorflow/c/c_api.h" #include "tensorflow/c/c_api_internal.h" #include "tensorflow/c/checkpoint_reader.h" #include "tensorflow/c/eager/c_api.h" #include "tensorflow/c/eager/c_api_internal.h"
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 03:53:25 UTC 2025 - 29.5K bytes - Viewed (0) -
cmd/handler-utils.go
cred, _, _ = getReqAccessKeyV4(r, region, serviceS3) if cred.AccessKey == "" { cred, _, _ = getReqAccessKeyV2(r) } return cred } // Extract request params to be sent with event notification. func extractReqParams(r *http.Request) map[string]string { if r == nil { return nil } region := globalSite.Region() cred := getReqAccessCred(r, region) principalID := cred.AccessKey
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 16.3K bytes - Viewed (1) -
apache-maven/src/main/appended-resources/licenses/EPL-2.0.txt
"Derivative Works" shall mean any work, whether in Source Code or other form, that is based on (or derived from) the Program and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. "Modified Works" shall mean any work in Source Code or other form that results from an addition to, deletion from, or modification of the
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Jun 04 06:45:16 UTC 2024 - 13.9K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.handlerParameter=Parámetro labels.handlerScript=Script labels.popularWord=Palabra popular labels.ignoreFailureType=Tipos de fallo ignorados labels.lastAccessTime=Fecha del último acceso labels.notificationTo=Notificar a labels.num=Número labels.pn=Número de página labels.protocolScheme=Esquema labels.purgeByBots=Eliminar por Bots labels.logLevel=Nivel de registro labels.purgeSearchLogDay=Eliminar registros de búsqueda
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
docs/smb3-features/01-smb3-lease-design.md
## 2. Protocol Specification Reference - **MS-SMB2 Section 2.2.13**: SMB2 CREATE Request with Lease Context - **MS-SMB2 Section 2.2.14**: SMB2 CREATE Response with Lease State - **MS-SMB2 Section 2.2.23**: SMB2 LEASE_BREAK Notification - **MS-SMB2 Section 2.2.24**: SMB2 LEASE_BREAK Acknowledgment ## 3. Lease Types and States ### 3.1 Lease State Flags ```java public class Smb2LeaseState { // Lease state flags (can be combined)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 22K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/ImmutableListCopyOfConcurrentlyModifiedInputTest.java
*/ Set<List<E>> getAllStates(); } /** * Returns a {@link ConcurrentlyMutatedList} that performs the given operations as its concurrent * modifications. The mutations occur in the same thread as the triggering method call. */ private static ConcurrentlyMutatedList<Integer> newConcurrentlyMutatedList(
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 6.6K bytes - Viewed (0)