- Sort Score
- Result 10 results
- Languages All
Results 381 - 390 of 1,318 for none (0.07 sec)
-
android/guava/src/com/google/common/util/concurrent/TimeoutFuture.java
* * Since these fields are non-final that means that TimeoutFuture is not being 'safely published', * thus a motivated caller may be able to expose the reference to another thread that would then * call cancel() and be unable to cancel the delegate. * There are a number of ways to solve this, none of which are very pretty, and it is currently
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 8K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/index.jsp
<la:link href="/search?q=${f:u(item)}${fe:facetQuery()}${fe:geoQuery()}">${f:h(item)}</la:link> </c:if> <c:if test="${3 <= s.index}"> <la:link styleClass="d-none d-sm-inline-block" href="/search?q=${f:u(item)}${fe:facetQuery()}${fe:geoQuery()}">${f:h(item)}</la:link> </c:if> </c:forEach> </p> </div> </c:if>Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 7K bytes - Viewed (1) -
docs/em/docs/advanced/additional-responses.md
{* ../../docs_src/additional_responses/tutorial002.py hl[19:24,28] *} /// note ๐ ๐ ๐ โ๏ธ ๐จ ๐ผ โ๏ธ `FileResponse` ๐. /// /// info ๐ฅ ๐ โ ๐ ๐ป ๐ ๐ฏ ๐ `responses` ๐ข, FastAPI ๐ ๐ค ๐จ โ๏ธ ๐ ๐ป ๐ ๐ ๐จ ๐ (๐ข `application/json`). โ๏ธ ๐ฅ ๐ โ๏ธ โ ๐ ๐จ ๐ โฎ๏ธ `None` ๐ฎ ๐ป ๐, FastAPI ๐ โ๏ธ `application/json` ๐ ๐ ๐จ ๐ โ๏ธ ๐จโ๐ผ ๐ท. /// ## ๐ โนRegistered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.8K bytes - Viewed (0) -
src/test/java/jcifs/smb/HandlerTest.java
// Assert assertTrue(conn instanceof SmbFile); SmbFile file = (SmbFile) conn; assertNotNull(file.getContext(), "Context must be non-null"); assertSame(SingletonContext.getInstance(), file.getContext(), "Should use SingletonContext when none provided"); } @Test @DisplayName("parseURL: exact 'smb://' sets default port")Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7.8K bytes - Viewed (0) -
docs/ja/docs/python-types.md
* ใใฎ`dict`ใฎๅคใฏ`float`ๅใงใใ๏ผใคใพใใๅ้ ็ฎใฎไพกๆ ผ๏ผ #### `Optional` ใพใใ`Optional`ใไฝฟ็จใใฆใๅคๆฐใ`str`ใฎใใใชๅใๆใคใใจใๅฎฃ่จใใใใจใใงใใพใใใใใใฏใใชใใทใงใณใใงใใใ`None`ใซใใใใจใใงใใพใใ ```Python hl_lines="1 4" {!../../docs_src/python_types/tutorial009.py!} ``` ใใ ใฎ`str`ใฎไปฃใใใซ`Optional[str]`ใไฝฟ็จใใใใจใงใใจใใฃใฟใฏๅคใๅธธใซ`str`ใงใใใจไปฎๅฎใใฆใใๅ ดๅใซๅฎ้ใซใฏ`None`ใงใใๅฏ่ฝๆงใใใใจใฉใผใๆคๅบใใใฎใซๅฝน็ซใกใพใใ #### ใธใงใใชใใฏๅ ไปฅไธใฎใใใซ่งๆฌๅผงใงๅใใฉใกใผใฟใๅใๅใ: * `List` * `Tuple` * `Set` * `Dict`Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 11.6K bytes - Viewed (0) -
docs/em/docs/tutorial/request-files.md
contents = await myfile.read() ``` ๐ฅ ๐ ๐ ๐ `def` *โก ๐ ๏ธ ๐ข*, ๐ ๐ช ๐ `UploadFile.file` ๐, ๐ผ: ```Python contents = myfile.file.read() ``` /// note | `async` ๐ก โน ๐โ ๐ โ๏ธ `async` ๐ฉโ๐ฌ, **FastAPI** ๐ ๐ ๐ฉโ๐ฌ ๐งต & โ ๐ซ. /// /// note | ๐ ๐ก โน **FastAPI**'โ `UploadFile` ๐ ๐ โช๏ธโก๏ธ **๐**'โ `UploadFile`, โ๏ธ ๐ฎ ๐ช ๐ โ โซ๏ธ ๐ โฎ๏ธ **Pydantic** & ๐ ๐ FastAPI. /// ## โซ๏ธโ "๐จ ๐ฝ"
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.9K bytes - Viewed (0) -
cmd/metacache-bucket.go
logger.Info("bucketMetacache.findCache: bucket %s does not match this bucket %s", o.Bucket, b.bucket) debug.PrintStack() return metacache{} } // Grab a write lock, since we create one if we cannot find one. b.mu.Lock() defer b.mu.Unlock() // Check if exists already. if c, ok := b.caches[o.ID]; ok { c.lastHandout = time.Now() b.caches[o.ID] = c b.debugf("returning existing %v", o.ID)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 6.6K bytes - Viewed (0) -
compat/maven-artifact/src/main/java/org/apache/maven/artifact/resolver/AbstractArtifactResolutionException.java
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Apr 01 21:22:14 UTC 2025 - 10.1K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/cache/CacheInterceptor.kt
val networkRequest = strategy.networkRequest val cacheResponse = strategy.cacheResponse cache?.trackResponse(strategy) val listener = (call as? RealCall)?.eventListener ?: EventListener.NONE if (cacheCandidate != null && cacheResponse == null) { // The cache candidate wasn't applicable. Close it. cacheCandidate.body.closeQuietly() }Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 10.3K bytes - Viewed (0) -
docs/pt/docs/tutorial/request_files.md
```Python contents = myfile.file.read() ``` /// note | Detalhes tรฉcnicos do `async` Quando vocรช utiliza mรฉtodos assรญncronos, o **FastAPI** executa os mรฉtodos do arquivo em uma threadpool e espera por eles. /// /// note | Detalhes tรฉcnicos do Starlette
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.7K bytes - Viewed (0)