Search Options

Results per page
Sort
Preferred Languages
Advance

Results 891 - 900 of 958 for pocs (0.02 sec)

  1. cmd/common-main.go

    		if mousetrap.StartedByExplorer() {
    			fmt.Printf("Don't double-click %s\n", os.Args[0])
    			fmt.Println("You need to open cmd.exe/PowerShell and run it from the command line")
    			fmt.Println("Refer to the docs here on how to run it as a Windows Service https://github.com/minio/minio-service/tree/master/windows")
    			fmt.Println("Press the Enter Key to Exit")
    			fmt.Scanln()
    			os.Exit(1)
    		}
    	}
    
    	logger.Init(GOPATH, GOROOT)
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 32.5K bytes
    - Viewed (3)
  2. docs/em/docs/alternatives.md

    ๐Ÿ‘ค ๐Ÿค” **FastAPI** "๐Ÿ› ๐Ÿ‘จโ€๐Ÿ’ผ" APIStar, โช ๐Ÿ“‰ & ๐Ÿ“ˆ โš’, โŒจ โš™๏ธ, & ๐ŸŽ ๐Ÿ•, โš“๏ธ ๐Ÿ”› ๐Ÿซ โšช๏ธโžก๏ธ ๐ŸŒ ๐Ÿ‘‰ โฎ๏ธ ๐Ÿงฐ.
    
    ///
    
    ## โš™๏ธ **FastAPI**
    
    ### <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic</a>
    
    Pydantic ๐Ÿ—ƒ ๐Ÿ”ฌ ๐Ÿ’ฝ ๐Ÿ”ฌ, ๐Ÿ› ๏ธ &amp; ๐Ÿงพ (โš™๏ธ ๐ŸŽป ๐Ÿ”—) โš“๏ธ ๐Ÿ”› ๐Ÿ ๐Ÿ†Ž ๐Ÿ”‘.
    
    ๐Ÿ‘ˆ โš’ โšซ๏ธ ๐Ÿ“ถ ๐Ÿ‹๏ธ.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  3. docs/ko/docs/help-fastapi.md

    Pull Requests๋ฅผ ์ด์šฉํ•˜์—ฌ ์†Œ์Šค์ฝ”๋“œ์— [์ปจํŠธ๋ฆฌ๋ทฐํŠธ](contributing.md){.internal-link target=\_blank} ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ์˜ˆ๋ฅผ ๋“ค๋ฉด ๋‹ค์Œ๊ณผ ๊ฐ™์Šต๋‹ˆ๋‹ค:
    
    * ๋ฌธ์„œ์—์„œ ๋ฐœ๊ฒฌํ•œ ์˜คํƒ€๋ฅผ ์ˆ˜์ •ํ•  ๋•Œ.
    * FastAPI ๊ด€๋ จ ๋ฌธ์„œ, ๋น„๋””์˜ค ๋˜๋Š” ํŒŸ์บ์ŠคํŠธ๋ฅผ ์ž‘์„ฑํ–ˆ๊ฑฐ๋‚˜ ๋ฐœ๊ฒฌํ•˜์—ฌ <a href="https://github.com/fastapi/fastapi/edit/master/docs/en/data/external_links.yml" class="external-link" target="_blank">์ด ํŒŒ์ผ์„ ํŽธ์ง‘ํ•˜์—ฌ</a> ๊ณต์œ ํ•  ๋•Œ.
        * ํ•ด๋‹น ์„น์…˜์˜ ์‹œ์ž‘ ๋ถ€๋ถ„์— ๋งํฌ๋ฅผ ์ถ”๊ฐ€ํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.
    * ๋‹น์‹ ์˜ ์–ธ์–ด๋กœ [๋ฌธ์„œ ๋ฒˆ์—ญํ•˜๋Š”๋ฐ](contributing.md#translations){.internal-link target=\_blank} ๊ธฐ์—ฌํ•  ๋•Œ.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 16.3K bytes
    - Viewed (0)
  4. api/go1.4.txt

    pkg go/build, type MultiplePackageError struct, Packages []string
    
    # CL 135110044 go/token: implement PositionFor accessors, Robert Griesemer <******@****.***>
    pkg go/token, method (*File) PositionFor(Pos, bool) Position
    pkg go/token, method (*FileSet) PositionFor(Pos, bool) Position
    
    # CL 109000049 image: add RGBAAt, Gray16At, etc., ChaiShushan <******@****.***>
    pkg image, method (*Alpha) AlphaAt(int, int) color.Alpha
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Dec 12 03:01:01 UTC 2014
    - 34K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java

                            QueryBuilders.prefixQuery(fessConfig.getIndexFieldUrl(), url));
                    if (logger.isDebugEnabled()) {
                        logger.debug("Deleted {} docs for {}*", count, url);
                    }
                } else {
                    deleteUrlList.add(url);
    
                    if (deleteUrlList.size() >= maxDeleteDocumentCacheSize) {
                        deleteDocuments();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 28.9K bytes
    - Viewed (0)
  6. docs/ja/docs/tutorial/handling-errors.md

    ```
    
    #### `RequestValidationError`ใจ`ValidationError`
    
    /// warning | ๆณจๆ„
    
    ใ“ใ‚Œใ‚‰ใฏไปŠใฎใ‚ใชใŸใซใจใฃใฆ้‡่ฆใงใชใ„ๅ ดๅˆใฏ็œ็•ฅใ—ใฆใ‚‚่‰ฏใ„ๆŠ€่ก“็š„ใช่ฉณ็ดฐใงใ™ใ€‚
    
    ///
    
    `RequestValidationError`ใฏPydanticใฎ<a href="https://docs.pydantic.dev/latest/concepts/models/#error-handling" class="external-link" target="_blank">`ValidationError`</a>ใฎใ‚ตใƒ–ใ‚ฏใƒฉใ‚นใงใ™ใ€‚
    
    **FastAPI** ใฏ`response_model`ใงPydanticใƒขใƒ‡ใƒซใ‚’ไฝฟ็”จใ—ใฆใ„ใฆใ€ใƒ‡ใƒผใ‚ฟใซใ‚จใƒฉใƒผใŒใ‚ใฃใŸๅ ดๅˆใ€ใƒญใ‚ฐใซใ‚จใƒฉใƒผใŒ่กจ็คบใ•ใ‚Œใ‚‹ใ‚ˆใ†ใซใ“ใ‚Œใ‚’ไฝฟ็”จใ—ใฆใ„ใพใ™ใ€‚
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Jun 22 14:35:27 UTC 2025
    - 11.6K bytes
    - Viewed (0)
  7. docs/tr/docs/async.md

    Ancak FastAPI olmadan `async` / `await` kullanmak istiyorsanฤฑz, <a href="https://docs.python.org/3/library/asyncio-task.html#coroutine" class="external-link" target="_blank">resmi Python belgelerini kontrol edin</a>.
    
    ### Asenkron kodun diฤŸer biรงimleri
    
    Bu `async` ve `await` kullanimi oldukรงa yenidir.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:56:21 UTC 2025
    - 21.8K bytes
    - Viewed (0)
  8. compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/DefaultLegacyArtifactCollector.java

                node.getArtifact().setFile(artifact.getFile());
            }
        }
    
        /**
         * Check if the artifactScope needs to be updated. <a
         * href="http://docs.codehaus.org/x/IGU#DependencyMediationandConflictResolution-Scoperesolution">More info</a>.
         *
         * @param farthest farthest resolution node
         * @param nearest nearest resolution node
         * @param listeners
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Jun 06 14:28:57 UTC 2025
    - 36.5K bytes
    - Viewed (0)
  9. docs/es/docs/tutorial/query-params-str-validations.md

    ///
    
    /// tip | Consejo
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Feb 15 16:23:59 UTC 2025
    - 16.5K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

                    }
                    return true;
                }, OptionalThing.empty());
                response.flushBuffer();
                if (logger.isDebugEnabled()) {
                    logger.debug("Loaded {} docs", count);
                }
            } catch (final InvalidQueryException | ResultOffsetExceededException e) {
                if (logger.isDebugEnabled()) {
                    logger.debug("Failed to process a scroll request.", e);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 54.6K bytes
    - Viewed (1)
Back to top