- Sort Score
- Result 10 results
- Languages All
Results 211 - 220 of 244 for cite (0.03 sec)
-
cmd/peer-rest-client.go
peerRESTBucket: bucket, })) if err != nil || resp == nil { return BucketStats{}, err } return *resp, nil } // GetSRMetrics loads site replication metrics, optionally for a specific bucket func (client *peerRESTClient) GetSRMetrics(ctx context.Context) (SRMetricsSummary, error) { resp, err := getSRMetricsRPC.Call(ctx, client.gridConn(), grid.NewMSS())
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Sep 09 16:58:30 UTC 2024 - 26.1K bytes - Viewed (0) -
cmd/metrics-v2.go
}) return mg } // replication metrics for site replication func getReplicationSiteMetrics(opts MetricsGroupOpts) *MetricsGroupV2 { mg := &MetricsGroupV2{ cacheInterval: 1 * time.Minute, metricsGroupOpts: opts, } mg.RegisterRead(func(_ context.Context) []MetricV2 { ml := []MetricV2{} // metrics pertinent to site replication - overall roll up.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 133.4K bytes - Viewed (0) -
src/main/resources/fess_label_pl.properties
labels.carLicense=Prawo jazdy labels.user_mobile=Telefon komórkowy labels.mobile=Telefon komórkowy labels.user_postalAddress=Adres pocztowy labels.postalAddress=Adres pocztowy labels.user_city=Miasto labels.city=Miasto labels.user_teletexTerminalIdentifier=Identyfikator terminala teletex labels.teletexTerminalIdentifier=Identyfikator terminala teletex labels.user_x121Address=x121Address labels.x121Address=x121Address
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/AbstractFutureTest.java
try { barrier.await(); } catch (Exception e) { throw new RuntimeException(e); } } private void checkStackTrace(ExecutionException e) { // Our call site for get() should be in the trace. int index = findStackFrame(e, getClass().getName(), "getExpectingExecutionException"); assertThat(index).isNotEqualTo(0);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jul 11 18:52:30 UTC 2025 - 46.8K bytes - Viewed (0) -
cmd/auth-handler.go
nsecret, err := getTokenSigningKey() if err != nil { return nil, toAPIErrorCode(r.Context(), err) } // sign root's temporary accounts also with site replicator creds if cred.ParentUser != globalActiveCred.AccessKey || cred.IsTemp() { secret = nsecret } } if cred.IsServiceAccount() { token = cred.SessionToken secret = cred.SecretKey }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 25.4K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt
fun connectViaHttpProxyToHttpsUsingHttpsProxySystemProperty() { testConnectViaHttpProxyToHttps(ProxyConfig.HTTPS_PROXY_SYSTEM_PROPERTY) } /** * We were verifying the wrong hostname when connecting to an HTTPS site through a proxy. * http://b/3097277 */ private fun testConnectViaHttpProxyToHttps(proxyConfig: ProxyConfig) { val hostnameVerifier = RecordingHostnameVerifier()
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jun 21 20:36:35 UTC 2025 - 133.2K bytes - Viewed (0) -
pom.xml
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Sep 04 05:22:58 UTC 2025 - 49.6K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.carLicense=Licencia de conducir labels.user_mobile=Teléfono móvil labels.mobile=Teléfono móvil labels.user_postalAddress=Dirección postal labels.postalAddress=Dirección postal labels.user_city=Ciudad labels.city=Ciudad labels.user_teletexTerminalIdentifier=Identificador de terminal de teletex labels.teletexTerminalIdentifier=Identificador de terminal de teletex labels.user_x121Address=x121Address labels.x121Address=x121Address
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.initials=이니셜 labels.user_carLicense=운전면허증 labels.carLicense=운전면허증 labels.user_mobile=휴대전화 labels.mobile=휴대전화 labels.user_postalAddress=주소 labels.postalAddress=주소 labels.user_city=시구정촌 labels.city=시구정촌 labels.user_teletexTerminalIdentifier=텔레텍스 단말 식별자 labels.teletexTerminalIdentifier=텔레텍스 단말 식별자 labels.user_x121Address=x121Address labels.x121Address=x121Address labels.user_businessCategory=업종
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.1K bytes - Viewed (0) -
cmd/admin-heal-ops.go
func (h *healSequence) healItems(objAPI ObjectLayer) error { if h.clientToken == bgHealingUUID { // For background heal do nothing. return nil } if h.bucket == "" { // heal internal meta only during a site-wide heal if err := h.healDiskMeta(objAPI); err != nil { return err } } // Heal buckets and objects return h.healBuckets(objAPI) }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 25.4K bytes - Viewed (0)