- Sort Score
- Num 10 results
- Language All
Results 181 - 190 of 196 for rbrace (0.07 seconds)
-
CHANGELOG/CHANGELOG-1.20.md
- Fixed a race condition on API server startup ensuring previously created webhook configurations are effective before the first write request is admitted. ([#95783](https://github.com/kubernetes/kubernetes/pull/95783), [@roycaihw](https://github.com/roycaihw)) [SIG API Machinery]
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Jan 19 21:05:45 GMT 2022 - 409K bytes - Click Count (0) -
fastapi/applications.py
""" Add a *path operation* using an HTTP TRACE operation. ## Example ```python from fastapi import FastAPI app = FastAPI() @app.trace("/items/{item_id}") def trace_item(item_id: str): return None ``` """ return self.router.trace( path,Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Apr 01 16:16:24 GMT 2026 - 178.6K bytes - Click Count (0) -
okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
// Submitted by Miroslav Bozic <******@****.***> square7.ch bplaced.com bplaced.de square7.de bplaced.net square7.net // Brave : https://brave.com // Submitted by Andrea Brancaleoni <abrancaleoni@brave.com> *.s.brave.io // Brendly : https://brendly.rs // Submitted by Dusan Radovanovic <******@****.***> shop.brendly.hr shop.brendly.rs
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 309.7K bytes - Click Count (1) -
CHANGELOG/CHANGELOG-1.25.md
### Bug or Regression - Fix Topology Aware Hints not working when the `topology.kubernetes.io/zone` label is added after Node creation - Fix a data race in TopologyCache when `AddHints` and `SetNodes` are called concurrently ([#117267](https://github.com/kubernetes/kubernetes/pull/117267), [@tnqn](https://github.com/tnqn)) [SIG Apps and Network]
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Mon May 06 09:23:20 GMT 2024 - 419.1K bytes - Click Count (0) -
src/bytes/bytes_test.go
bmbuf = make([]byte, n) } b.SetBytes(int64(n)) f(b, n) }) } } var indexSizes = []int{10, 32, 4 << 10, 4 << 20, 64 << 20} var isRaceBuilder = strings.HasSuffix(testenv.Builder(), "-race") func BenchmarkIndexByte(b *testing.B) { benchBytes(b, indexSizes, bmIndexByte(IndexByte)) } // indexBytePortable use as the baseline for performance comparisons.
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Mar 11 03:07:05 GMT 2026 - 62.9K bytes - Click Count (0) -
src/main/webapp/js/bootstrap.min.js.map
KV,qBA0KiC,GAKrBzF,KAAKyF,UAAU,EAC/C,CAEA6J,SAASvY,EAAUiJ,KAAKyF,UACtB,OAAO1O,EAAQ8C,UAAUC,SAAS2U,GACpC,CAGA/J,kBAAkBF,GAGhB,OAFAA,EAAOoE,OAAS9H,QAAQ0D,EAAOoE,QAC/BpE,EAAOoK,OAAS/V,EAAW2L,EAAOoK,QAC3BpK,CACT,CAEAqL,gBACE,OAAO7P,KAAKyF,SAAS5L,UAAUC,SAtLL,uBAEhB,QACC,QAoLb,CAEAsV,sBACE,IAAKpP,KAAK0F,QAAQkJ,OAChB,OAGF,MAAMhI,EAAW5G,KAAK0P,uBAAuBhH,IAE7C,IAAK,MAAM3R,KAAW6P,EAAU,CAC9B,MAAMsJ,EAAW1J,EAAeoB,uBAAuB7Q,GAEnDmZ,GACFlQ,KAAKqP,0BAA0B,CAACtY,GAAUiJ,KAAKsP,SAASY,GAE5D,CACF,CAEAR,uBAAuB3X,GACrB...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 12 06:14:02 GMT 2025 - 211.9K bytes - Click Count (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), type SysProcAttr struct, Noctty bool pkg syscall (freebsd-arm64), type SysProcAttr struct, Pgid int pkg syscall (freebsd-arm64), type SysProcAttr struct, Ptrace bool pkg syscall (freebsd-arm64), type SysProcAttr struct, Setctty bool pkg syscall (freebsd-arm64), type SysProcAttr struct, Setpgid bool pkg syscall (freebsd-arm64), type SysProcAttr struct, Setsid bool
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Feb 17 20:31:46 GMT 2023 - 508.9K bytes - Click Count (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), type SysProcAttr struct, Noctty bool pkg syscall (darwin-arm64), type SysProcAttr struct, Pgid int pkg syscall (darwin-arm64), type SysProcAttr struct, Ptrace bool pkg syscall (darwin-arm64), type SysProcAttr struct, Setctty bool pkg syscall (darwin-arm64), type SysProcAttr struct, Setpgid bool pkg syscall (darwin-arm64), type SysProcAttr struct, Setsid bool
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Dec 02 16:30:41 GMT 2022 - 479.2K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt
} @Test fun canceledBeforeResponseReadSignalsOnFailure_HTTP_2() { enableProtocol(Protocol.HTTP_2) canceledBeforeResponseReadSignalsOnFailure() } /** * There's a race condition where the cancel may apply after the stream has already been * processed. */ @Test fun canceledAfterResponseIsDeliveredBreaksStreamButSignalsOnce() { server.enqueue(MockResponse(body = "A"))
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Mar 15 09:02:18 GMT 2026 - 146.5K bytes - Click Count (0) -
guava/src/com/google/common/cache/LocalCache.java
} ListenableFuture<V> newValue = loader.reload(key, previousValue); if (newValue == null) { return immediateFuture(null); } // To avoid a race, make sure the refreshed value is set into loadingValueReference // *before* returning newValue from the cache query. return transform( newValue, newResult -> {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 148.9K bytes - Click Count (0)