Search Options

Results per page
Sort
Preferred Languages
Advance

Results 731 - 740 of 1,757 for docs (0.02 sec)

  1. cmd/globals.go

    	// requirements -
    	//
    	// ```
    	//    The canonical user ID is the Amazon S3โ€“only concept.
    	//    It is 64-character obfuscated version of the account ID.
    	// ```
    	// http://docs.aws.amazon.com/AmazonS3/latest/dev/example-walkthroughs-managing-access-example4.html
    	globalMinioDefaultOwnerID      = "02d6176db174dc93cb1b899f7c6078f08654445fe8cf1b6ce98d8855f66bdbf4"
    	globalMinioDefaultStorageClass = "STANDARD"
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Sep 03 18:23:41 UTC 2024
    - 16.2K bytes
    - Viewed (1)
  2. src/test/java/org/codelibs/fess/util/GsaConfigParserTest.java

            LabelType[] labelTypes = parser.getLabelTypes();
            assertEquals(3, labelTypes.length);
        }
    
        public void test_escape() {
            // https://www.google.com/support/enterprise/static/gsa/docs/admin/70/gsa_doc_set/admin_crawl/url_patterns.html#1076127
            assertEscapePattern("", "# Test");
            assertEscapePattern(".*\\Q!/\\E.*", "!/");
            assertEscapePattern("\\Qindex.html\\E", "index.html");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  3. okhttp-tls/src/main/kotlin/okhttp3/tls/internal/der/DerReader.kt

     * [Lets Encrypt's ASN.1 and DER][asn1_and_der] guide.
     *
     * [x690]: https://www.itu.int/rec/T-REC-X.690
     * [asn1_and_der]: https://letsencrypt.org/docs/a-warm-welcome-to-asn1-and-der/
     */
    internal class DerReader(
      source: Source,
    ) {
      private val countingSource: CountingSource = CountingSource(source)
      private val source: BufferedSource = countingSource.buffer()
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  4. docs/features/https.md

     * `CLEARTEXT` is an insecure configuration that is used for `http://` URLs.
    
    These loosely follow the model set in [Google Cloud Policies](https://cloud.google.com/load-balancing/docs/ssl-policies-concepts). We [track changes](../security/tls_configuration_history.md) to this policy.
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Dec 24 00:16:30 UTC 2022
    - 10.5K bytes
    - Viewed (0)
  5. docs/em/docs/features.md

    * ๐Ÿ’ฏ ๐Ÿ‘ฉโ€๐Ÿ’ป ๐Ÿ— ๐Ÿ”› ๐Ÿ‡ธ๐Ÿ‡ฒ.
    * **โšœ**, ๐Ÿ—œ, ๐ŸŽป ๐Ÿ“, ๐ŸŽ ๐Ÿ“จ.
    * **๐ŸŽ‰ & ๐Ÿช** ๐Ÿ•โ€๐Ÿฆบ.
    * 1๏ธโƒฃ0๏ธโƒฃ0๏ธโƒฃ ๐Ÿ’ฏ ๐Ÿ’ฏ ๐Ÿ’ฐ.
    * 1๏ธโƒฃ0๏ธโƒฃ0๏ธโƒฃ ๐Ÿ’ฏ ๐Ÿ†Ž โœ โœ.
    
    ## Pydantic โš’
    
    **FastAPI** ๐Ÿ• ๐Ÿ”— โฎ๏ธ (&amp; โš“๏ธ ๐Ÿ”›) <a href="https://docs.pydantic.dev/" class="external-link" target="_blank"><strong>Pydantic</strong></a>. , ๐Ÿ™† ๐ŸŒ– Pydantic ๐Ÿ“Ÿ ๐Ÿ‘† โœ”๏ธ, ๐Ÿ”œ ๐Ÿ‘ท.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 8K bytes
    - Viewed (0)
  6. docs/ko/docs/tutorial/body-nested-models.md

    * ์ค‘์ฒฉ ๋ชจ๋ธ๋„ ํŽธ์ง‘๊ธฐ ์ง€์›(์ž๋™์™„์„ฑ ๋“ฑ)
    * ๋ฐ์ดํ„ฐ ๋ณ€ํ™˜
    * ๋ฐ์ดํ„ฐ ๊ฒ€์ฆ
    * ์ž๋™ ๋ฌธ์„œํ™”
    
    ## ํŠน๋ณ„ํ•œ ํƒ€์ž…๊ณผ ๊ฒ€์ฆ
    
    `str`, `int`, `float` ๋“ฑ๊ณผ ๊ฐ™์€ ๋‹จ์ผ ํƒ€์ž…๊ณผ๋Š” ๋ณ„๊ฐœ๋กœ, `str`์„ ์ƒ์†ํ•˜๋Š” ๋” ๋ณต์žกํ•œ ๋‹จ์ผ ํƒ€์ž…์„ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
    
    ๋ชจ๋“  ์˜ต์…˜์„ ๋ณด๋ ค๋ฉด, <a href="https://docs.pydantic.dev/latest/concepts/types/" class="external-link" target="_blank">Pydantic's exotic types</a> ๋ฌธ์„œ๋ฅผ ํ™•์ธํ•˜์„ธ์š”. ๋‹ค์Œ ์žฅ์—์„œ ๋ช‡๊ฐ€์ง€ ์˜ˆ์ œ๋ฅผ ๋ณผ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
    
    ์˜ˆ๋ฅผ ๋“ค์–ด `Image` ๋ชจ๋ธ ์•ˆ์— `url` ํ•„๋“œ๋ฅผ `str` ๋Œ€์‹  Pydantic์˜ `HttpUrl`๋กœ ์„ ์–ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  7. docs/pt/docs/tutorial/query-params-str-validations.md

    {* ../../docs_src/query_params_str_validations/tutorial006.py hl[7] *}
    
    /// info | Informaรงรฃo
    
    Se vocรช nunca viu os `...` antes: รฉ um valor รบnico especial, faz <a href="https://docs.python.org/3/library/constants.html#Ellipsis" class="external-link" target="_blank">parte do Python e รฉ chamado "Ellipsis"</a>.
    
    ///
    
    Dessa forma o **FastAPI** saberรก que o parรขmetro รฉ obrigatรณrio.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 9K bytes
    - Viewed (0)
  8. cmd/signature-v4-utils.go

    			return nil, ErrUnsignedHeaders
    		}
    	}
    	return extractedSignedHeaders, ErrNone
    }
    
    // Trim leading and trailing spaces and replace sequential spaces with one space, following Trimall()
    // in http://docs.aws.amazon.com/general/latest/gr/sigv4-create-canonical-request.html
    func signV4TrimAll(input string) string {
    	// Compress adjacent spaces (a space is determined by
    	// unicode.IsSpace() internally here) to one space and return
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Mon Nov 25 17:10:22 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  9. docs/pt/docs/tutorial/handling-errors.md

    /// warning | Aviso
    
    Vocรช pode pular estes detalhes tรฉcnicos caso eles nรฃo sejam importantes para vocรช neste momento.
    
    ///
    
    `RequestValidationError` รฉ uma subclasse do <a href="https://docs.pydantic.dev/latest/#error-handling" class="external-link" target="_blank">`ValidationError`</a> existente no Pydantic.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  10. docs/ja/docs/tutorial/testing.md

    <a href="https://www.python-httpx.org" class="external-link" target="_blank">HTTPX</a> ใŒใƒ™ใƒผใ‚นใชใฎใงใ€้žๅธธใซไฝฟใ„ใ‚„ใ™ใ็›ดๆ„Ÿ็š„ใงใ™ใ€‚
    
    ใ“ใ‚Œใ‚’ไฝฟ็”จใ™ใ‚‹ใจใ€**FastAPI** ใจๅ…ฑใซ <a href="https://docs.pytest.org/" class="external-link" target="_blank">pytest</a> ใ‚’็›ดๆŽฅๅˆฉ็”จใงใใพใ™ใ€‚
    
    ## `TestClient` ใ‚’ไฝฟ็”จ
    
    `TestClient` ใ‚’ใ‚คใƒณใƒใƒผใƒˆใ—ใพใ™ใ€‚
    
    `TestClient` ใ‚’ไฝœๆˆใ—ใ€**FastAPI** ใซๆธกใ—ใพใ™ใ€‚
    
    `test_` ใ‹ใ‚‰ๅง‹ใพใ‚‹ๅๅ‰ใฎ้–ขๆ•ฐใ‚’ไฝœๆˆใ—ใพใ™ (ใ“ใ‚Œใฏ `pytest` ใฎๆจ™ๆบ–็š„ใชใ‚ณใƒณใƒ™ใƒณใ‚ทใƒงใƒณใงใ™)ใ€‚
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 5.6K bytes
    - Viewed (0)
Back to top