Search Options

Results per page
Sort
Preferred Languages
Advance

Results 381 - 390 of 1,318 for none (0.17 sec)

  1. src/main/java/jcifs/internal/smb2/lease/DirectoryLeaseManager.java

            DirectoryCacheEntry entry = directoryCache.get(directoryPath);
            if (entry == null)
                return;
    
            // Handle lease break by updating cache behavior
            // Only process if newState is not NONE (0) - a valid lease state
            if (newState != 0) {
                if ((newState & Smb2LeaseState.SMB2_LEASE_READ_CACHING) == 0) {
                    // Lost read cache - invalidate directory cache
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 23 01:47:47 UTC 2025
    - 12.3K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. docs/em/docs/tutorial/request-files.md

    contents = await myfile.read()
    ```
    
    ๐Ÿšฅ ๐Ÿ‘† ๐Ÿ”˜ ๐Ÿ˜ `def` *โžก ๐Ÿ› ๏ธ ๐Ÿ”ข*, ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ” `UploadFile.file` ๐Ÿ”—, ๐Ÿ–ผ:
    
    ```Python
    contents = myfile.file.read()
    ```
    
    /// note | `async` ๐Ÿ“ก โ„น
    
    ๐Ÿ•โ” ๐Ÿ‘† โš™๏ธ `async` ๐Ÿ‘ฉโ€๐Ÿ”ฌ, **FastAPI** ๐Ÿƒ ๐Ÿ“ ๐Ÿ‘ฉโ€๐Ÿ”ฌ ๐Ÿงต &amp; โŒ› ๐Ÿ‘ซ.
    
    ///
    
    /// note | ๐Ÿ’ƒ ๐Ÿ“ก โ„น
    
    **FastAPI**'โ“‚ `UploadFile` ๐Ÿ˜– ๐Ÿ”— โšช๏ธโžก๏ธ **๐Ÿ’ƒ**'โ“‚ `UploadFile`, โœ‹๏ธ ๐Ÿšฎ ๐Ÿ’ช ๐Ÿ• โš’ โšซ๏ธ ๐Ÿ”— โฎ๏ธ **Pydantic** &amp; ๐ŸŽ ๐Ÿ• 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)
  7. 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)
  8. compat/maven-artifact/src/main/java/org/apache/maven/artifact/resolver/AbstractArtifactResolutionException.java

                    sb.append("from the specified remote repositories:");
                    sb.append(LS).append("  ");
    
                    if (remoteRepositories.isEmpty()) {
                        sb.append("(none)");
                    }
    
                    for (Iterator<ArtifactRepository> i = remoteRepositories.iterator(); i.hasNext(); ) {
                        ArtifactRepository remoteRepository = i.next();
    
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Tue Apr 01 21:22:14 UTC 2025
    - 10.1K bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top