- Sort Score
- Num 10 results
- Language All
Results 2491 - 2500 of 2,675 for breathe (0.05 seconds)
-
guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/LocalCache.java
return ticker.read(); } private void alertListenerIfPresent(K key, V value, RemovalCause cause) { if (removalListener != null) { removalListener.onRemoval(RemovalNotification.create(key, value, cause)); } } @SuppressWarnings("GoodTime") // timestamps as numeric primitives private V load(K key) throws ExecutionException { long startTime = ticker.read(); V calculatedValue;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 12:40:22 GMT 2026 - 21.6K bytes - Click Count (0) -
guava-testlib/src/com/google/common/collect/testing/AbstractIteratorTester.java
// TODO: track seen elements when order isn't guaranteed // TODO: verify contents afterward // TODO: something shiny and new instead of Stack // TODO: test whether null is supported (create a Feature) /** * The elements to be returned by future calls to {@code next()}, with the first at the top of * the stack. */ final Stack<E> nextElements = new Stack<>(); /**
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 23 21:06:42 GMT 2026 - 21.4K bytes - Click Count (0) -
guava/src/com/google/common/collect/Queues.java
* * <p>It is imperative that the user manually synchronize on the returned queue when accessing the * queue's iterator: * * {@snippet : * Queue<E> queue = Queues.synchronizedQueue(MinMaxPriorityQueue.<E>create()); * ... * queue.add(element); // Needn't be in synchronized block * ... * synchronized (queue) { // Must synchronize on queue! * Iterator<E> i = queue.iterator(); // Must be in synchronized block
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 18K bytes - Click Count (0) -
docs/sts/web-identity.md
Sample URLs for Keycloak are `config_url` - `http://localhost:8080/auth/realms/demo/.well-known/openid-configuration`
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 18.9K bytes - Click Count (0) -
internal/logger/target/http/http.go
buf.Reset() } if !mainWorker && len(h.logCh) < cap(h.logCh)/2 { if time.Since(h.lastStarted).Seconds() > 30 { return } } } } // CreateOrAdjustGlobalBuffer will create or adjust the global log entry buffers // which are used to migrate log entries between old and new targets. func CreateOrAdjustGlobalBuffer(currentTgt *Target, newTgt *Target) { logChLock.Lock() defer logChLock.Unlock()
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 15.6K bytes - Click Count (0) -
src/test/java/jcifs/netbios/NameTest.java
assertEquals("test.example.com", name.scope); assertEquals(18, length); } @Test void constructor_withNetbiosNameNotNameInstance_shouldNotCopySrcHashCode() { // Create a mock NetbiosName that is not a Name instance NetbiosName mockNetbiosName = mock(NetbiosName.class); when(mockNetbiosName.getName()).thenReturn("MOCKNAME");Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 19.4K bytes - Click Count (0) -
docs/es/docs/help-fastapi.md
* Luego tambiรฉn comenta lo que intentaste, de esa manera sabrรฉ que lo revisaste. ๐ค ## Crea un Pull Request { #create-a-pull-request } Puedes [contribuir](contributing.md) al cรณdigo fuente con Pull Requests, por ejemplo: * Para corregir un error tipogrรกfico que encontraste en la documentaciรณn.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 13.4K bytes - Click Count (0) -
docs/ko/docs/advanced/generate-clients.md
* [liblab](https://developers.liblab.com/tutorials/sdk-for-fastapi?utm_source=fastapi) ์ด ์ค ์ผ๋ถ๋ ์คํ ์์ค์ด๊ฑฐ๋ ๋ฌด๋ฃ ํฐ์ด๋ฅผ ์ ๊ณตํ๋ฏ๋ก, ๋น์ฉ ๋ถ๋ด ์์ด ์ฌ์ฉํด ๋ณผ ์ ์์ต๋๋ค. ๋ค๋ฅธ ์์ฉ SDK ์์ฑ๊ธฐ๋ ์์ผ๋ฉฐ ์จ๋ผ์ธ์์ ์ฐพ์ ์ ์์ต๋๋ค. ๐ค ## TypeScript SDK ๋ง๋ค๊ธฐ { #create-a-typescript-sdk } ๊ฐ๋จํ FastAPI ์ ํ๋ฆฌ์ผ์ด์ ์ผ๋ก ์์ํด ๋ณด๊ฒ ์ต๋๋ค: {* ../../docs_src/generate_clients/tutorial001_py310.py hl[7:9,12:13,16:17,21] *} *๊ฒฝ๋ก ์ฒ๋ฆฌ*์์ ์์ฒญ ํ์ด๋ก๋์ ์๋ต ํ์ด๋ก๋์ ์ฌ์ฉํ๋ ๋ชจ๋ธ์ `Item`, `ResponseMessage` ๋ชจ๋ธ๋ก ์ ์ํ๊ณ ์๋ค๋ ์ ์ ์ฃผ๋ชฉํ์ธ์.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 11K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.19.md
- Fix kubectl create --dryrun client ignores namespace ([#90502](https://github.com/kubernetes/kubernetes/pull/90502), [@zhouya0](https://github.com/zhouya0))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Jan 05 05:42:32 GMT 2022 - 489.7K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/reflect/ClassPathTest.java
manifest.getMainAttributes().put(Attributes.Name.MANIFEST_VERSION, "1.0"); manifest.getMainAttributes().put(Attributes.Name.CLASS_PATH, jarFile.getName()); Closer closer = Closer.create(); try { FileOutputStream fileOut = closer.register(new FileOutputStream(jarFile)); JarOutputStream jarOut = closer.register(new JarOutputStream(fileOut, manifest)); for (String entry : entries) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 23.1K bytes - Click Count (0)