Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 251 - 260 of 995 for about (0.02 seconds)

  1. apache-maven/src/main/appended-resources/META-INF/LICENSE.vm

    #**##foreach ( $license in $project.licenses )
    #*  *##set ( $groupId = $project.artifact.groupId )
    #*  *##set ( $directory = 'lib' )
    #*  *##if ( !$apacheMavenGroupIds.contains( $groupId ) )
    #*    *### advertise about each non-Maven dependency
    #*    *###
    #*    *### infer SPDX license id
    #*    *##if ( $MITLicenseNames.contains( $license.name ) )
    #*      *##set ( $spdx = 'MIT' )
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Nov 18 18:03:26 GMT 2025
    - 4.3K bytes
    - Click Count (0)
  2. api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelProblem.java

    /**
     * Describes a problem that was encountered during model building. A problem can either be an exception that was thrown
     * or a simple string message. In addition, a problem carries a hint about its source, e.g. the POM file that exhibits
     * the problem.
     *
     */
    public interface ModelProblem extends BuilderProblem {
    
        /**
         * Enumeration of model versions that can be validated.
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Thu Aug 07 14:31:13 GMT 2025
    - 2.9K bytes
    - Click Count (0)
  3. .github/ISSUE_TEMPLATE/10_contributor_bug_report.yml

        validations:
          required: false
      - type: textarea
        id: environment
        attributes:
          label: Your Environment (optional)
          description: |
            Include as many relevant details about the environment you experienced the bug in
        validations:
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Sep 09 14:48:49 GMT 2024
    - 3K bytes
    - Click Count (1)
  4. docs/en/docs/fastapi-people.md

    {% endfor %}
    
    </div>
    
    I'm the creator of **FastAPI**. You can read more about that in [Help FastAPI - Get Help - Connect with the author](help-fastapi.md#connect-with-the-author).
    
    ...But here I want to show you the community.
    
    ---
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 9K bytes
    - Click Count (0)
  5. src/main/java/jcifs/internal/smb1/trans/TransPeekNamedPipeResponse.java

     */
    
    package jcifs.internal.smb1.trans;
    
    import jcifs.Configuration;
    import jcifs.internal.util.SMBUtil;
    
    /**
     * Response for SMB1 TRANS_PEEK_NAMED_PIPE transaction.
     *
     * This response contains information about the data available in the
     * named pipe without actually removing the data from the pipe.
     */
    public class TransPeekNamedPipeResponse extends SmbComTransactionResponse {
    
        /**
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 3.3K bytes
    - Click Count (0)
  6. docs/zh-hant/docs/deployment/fastapicloud.md

    Deploying to FastAPI Cloud...
    
    โœ… Deployment successful!
    
    ๐Ÿ” Ready the chicken! Your app is ready at https://myapp.fastapicloud.dev
    ```
    
    </div>
    
    ๅฐฑ้€™ๆจฃ๏ผ็พๅœจไฝ ๅฏไปฅ้€้Ž่ฉฒ URL ้€ ่จชไฝ ็š„ๆ‡‰็”จใ€‚โœจ
    
    ## ้—œๆ–ผ FastAPI Cloud { #about-fastapi-cloud }
    
    **[FastAPI Cloud](https://fastapicloud.com)** ็”ฑ **FastAPI** ็š„ไฝœ่€…่ˆ‡ๅœ˜้šŠๆ‰“้€ ใ€‚
    
    ๅฎƒไปฅๆœ€ๅฐ‘็š„ๅฟƒๅŠ›๏ผŒ็ฒพ็ฐกๅŒ–ๅปบ็ซ‹ใ€้ƒจ็ฝฒ่ˆ‡ๅญ˜ๅ– API ็š„ๆต็จ‹ใ€‚
    
    ๅฎƒๆŠŠไฝฟ็”จ FastAPI ้–‹็™ผๆ‡‰็”จ็š„ๅ„ช็•ฐ้–‹็™ผ้ซ”้ฉ—๏ผŒๅปถไผธๅˆฐๅฐ‡ๅฎƒๅ€‘้ƒจ็ฝฒๅˆฐ้›ฒ็ซฏใ€‚๐ŸŽ‰
    
    ๅฎƒไนŸๆœƒ็‚บไฝ ่™•็†้ƒจ็ฝฒๆ‡‰็”จๆ™‚ๅคšๆ•ธ้œ€่ฆ้ขๅฐ็š„ไบ‹้ …๏ผŒไพ‹ๅฆ‚๏ผš
    
    * HTTPS
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 1.9K bytes
    - Click Count (0)
  7. .github/ISSUE_TEMPLATE/00-bug.yml

    title: "import/path: issue title"
    
    body:
      - type: markdown
        attributes:
          value: |
            Thanks for helping us improve! ๐Ÿ™ Please answer these questions and provide as much information as possible about your problem.
    
      - type: input
        id: go-version
        attributes:
          label: Go version
          description: |
            What version of Go are you using (`go version`)?
    
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 04 23:31:17 GMT 2024
    - 3.3K bytes
    - Click Count (0)
  8. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/docker/DockerSupportService.java

        @Inject
        public DockerSupportService(ExecOperations execOperations) {
            this.execOperations = execOperations;
        }
    
        /**
         * Searches for a functional Docker installation, and returns information about the search.
         *
         * @return the results of the search.
         */
        public DockerAvailability getDockerAvailability() {
            if (this.dockerAvailability == null) {
                String dockerPath = null;
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 14.8K bytes
    - Click Count (0)
  9. docs/ko/docs/tutorial/request-forms.md

    /// info | ์ •๋ณด
    
    `Form`์€ `Body`์—์„œ ์ง์ ‘ ์ƒ์†๋˜๋Š” ํด๋ž˜์Šค์ž…๋‹ˆ๋‹ค.
    
    ///
    
    /// tip | ํŒ
    
    ํผ ๋ณธ๋ฌธ์„ ์„ ์–ธํ•  ๋•Œ๋Š” `Form`์„ ๋ช…์‹œ์ ์œผ๋กœ ์‚ฌ์šฉํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค. ๊ทธ๋ ‡์ง€ ์•Š์œผ๋ฉด ๋งค๊ฐœ๋ณ€์ˆ˜๊ฐ€ ์ฟผ๋ฆฌ ๋งค๊ฐœ๋ณ€์ˆ˜๋‚˜ ๋ณธ๋ฌธ(JSON) ๋งค๊ฐœ๋ณ€์ˆ˜๋กœ ํ•ด์„๋ฉ๋‹ˆ๋‹ค.
    
    ///
    
    ## "ํผ ํ•„๋“œ"์— ๋Œ€ํ•ด { #about-form-fields }
    
    HTML ํผ(`<form></form>`)์ด ๋ฐ์ดํ„ฐ๋ฅผ ์„œ๋ฒ„๋กœ ๋ณด๋‚ด๋Š” ๋ฐฉ์‹์€ ์ผ๋ฐ˜์ ์œผ๋กœ ํ•ด๋‹น ๋ฐ์ดํ„ฐ์— ๋Œ€ํ•ด "ํŠน์ˆ˜" ์ธ์ฝ”๋”ฉ์„ ์‚ฌ์šฉํ•˜๋ฉฐ, ์ด๋Š” JSON๊ณผ ๋‹ค๋ฆ…๋‹ˆ๋‹ค.
    
    **FastAPI**๋Š” JSON ๋Œ€์‹  ์˜ฌ๋ฐ”๋ฅธ ์œ„์น˜์—์„œ ํ•ด๋‹น ๋ฐ์ดํ„ฐ๋ฅผ ์ฝ์Šต๋‹ˆ๋‹ค.
    
    /// note | ๊ธฐ์ˆ  ์„ธ๋ถ€์‚ฌํ•ญ
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 3K bytes
    - Click Count (0)
  10. fastapi/security/http.py

    from starlette.status import HTTP_401_UNAUTHORIZED
    
    
    class HTTPBasicCredentials(BaseModel):
        """
        The HTTP Basic credentials given as the result of using `HTTPBasic` in a
        dependency.
    
        Read more about it in the
        [FastAPI docs for HTTP Basic Auth](https://fastapi.tiangolo.com/advanced/security/http-basic-auth/).
        """
    
        username: Annotated[str, Doc("The HTTP Basic username.")]
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Mar 16 10:16:48 GMT 2026
    - 13.1K bytes
    - Click Count (0)
Back to Top