Search Options

Results per page
Sort
Preferred Languages
Advance

Results 2411 - 2420 of 3,452 for object6 (0.07 sec)

  1. docs/em/docs/features.md

    **FastAPI** ๐Ÿ• ๐Ÿ”— โฎ๏ธ (&amp; โš“๏ธ ๐Ÿ”›) <a href="https://docs.pydantic.dev/" class="external-link" target="_blank"><strong>Pydantic</strong></a>. , ๐Ÿ™† ๐ŸŒ– Pydantic ๐Ÿ“Ÿ ๐Ÿ‘† โœ”๏ธ, ๐Ÿ”œ ๐Ÿ‘ท.
    
    โœ… ๐Ÿ”ข ๐Ÿ—ƒ โš“๏ธ ๐Ÿ”› Pydantic, <abbr title="Object-Relational Mapper">๐Ÿœ</abbr>โ“‚, <abbr title="Object-Document Mapper">๐Ÿญ</abbr>โ“‚ ๐Ÿ’ฝ.
    
    ๐Ÿ‘‰ โ›“ ๐Ÿ‘ˆ ๐Ÿ“š ๐Ÿ’ผ ๐Ÿ‘† ๐Ÿ’ช ๐Ÿšถโ€โ™€๏ธ ๐ŸŽ ๐ŸŽš ๐Ÿ‘† ๐Ÿคš โšช๏ธโžก๏ธ ๐Ÿ“จ **๐Ÿ”— ๐Ÿ’ฝ**, ๐ŸŒ โœ” ๐Ÿ”.
    
    ๐ŸŽ โœ” ๐ŸŽ ๐ŸŒŒ ๐Ÿคญ, ๐Ÿ“š ๐Ÿ’ผ ๐Ÿ‘† ๐Ÿ’ช ๐Ÿšถโ€โ™€๏ธ ๐ŸŽš ๐Ÿ‘† ๐Ÿคš โšช๏ธโžก๏ธ ๐Ÿ’ฝ **๐Ÿ”— ๐Ÿ‘ฉโ€๐Ÿ’ป**.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 8K bytes
    - Viewed (0)
  2. docs/de/docs/how-to/custom-docs-ui-assets.md

     * -------------------------------------------------------------
     *   Version: "2.0.0-rc.18"
     *   Repo: https://github.com/Redocly/redoc
     */
    !function(e,t){"object"==typeof exports&&"object"==typeof m
    
    ...
    ```
    
    Das zeigt, dass Sie statische Dateien aus Ihrer Anwendung bereitstellen kรถnnen und dass Sie die statischen Dateien fรผr die Dokumentation an der richtigen Stelle platziert haben.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  3. docs/zh/docs/tutorial/request-files.md

    `UploadFile` ไธŽ `bytes` ็›ธๆฏ”ๆœ‰ๆ›ดๅคšไผ˜ๅŠฟ๏ผš
    
    * ไฝฟ็”จ `spooled` ๆ–‡ไปถ๏ผš
        * ๅญ˜ๅ‚จๅœจๅ†…ๅญ˜็š„ๆ–‡ไปถ่ถ…ๅ‡บๆœ€ๅคงไธŠ้™ๆ—ถ๏ผŒFastAPI ไผšๆŠŠๆ–‡ไปถๅญ˜ๅ…ฅ็ฃ็›˜๏ผ›
    * ่ฟ™็งๆ–นๅผๆ›ด้€‚ไบŽๅค„็†ๅ›พๅƒใ€่ง†้ข‘ใ€ไบŒ่ฟ›ๅˆถๆ–‡ไปถ็ญ‰ๅคงๅž‹ๆ–‡ไปถ๏ผŒๅฅฝๅค„ๆ˜ฏไธไผšๅ ็”จๆ‰€ๆœ‰ๅ†…ๅญ˜๏ผ›
    * ๅฏ่Žทๅ–ไธŠไผ ๆ–‡ไปถ็š„ๅ…ƒๆ•ฐๆฎ๏ผ›
    * ่‡ชๅธฆ <a href="https://docs.python.org/zh-cn/3/glossary.html#term-file-like-object" class="external-link" target="_blank">file-like</a> `async` ๆŽฅๅฃ๏ผ›
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  4. internal/event/target/amqp.go

    // Copyright (c) 2015-2023 MinIO, Inc.
    //
    // This file is part of MinIO Object Storage stack
    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Sep 06 23:06:30 UTC 2024
    - 10K bytes
    - Viewed (0)
  5. okhttp/src/main/kotlin/okhttp3/internal/cache/CacheInterceptor.kt

        val cacheBodyUnbuffered = cacheRequest.body()
    
        val source = response.body.source()
        val cacheBody = cacheBodyUnbuffered.buffer()
    
        val cacheWritingSource =
          object : Source {
            private var cacheRequestClosed = false
    
            @Throws(IOException::class)
            override fun read(
              sink: Buffer,
              byteCount: Long,
            ): Long {
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Fri Mar 22 07:09:21 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  6. build-logic/buildquality/src/test/kotlin/gradlebuild/testcleanup/TestFilesCleanupServiceTest.kt

                    }
                    protected override fun createTestExecuter() = object: TestExecuter<TestExecutionSpec> {
                        override fun execute(s:TestExecutionSpec, t: TestResultProcessor) {}
                        override fun stopNow() {}
                    }
                    protected override fun createTestExecutionSpec() = object: TestExecutionSpec {}
                }
    
                fun Project.registerTestWithLeftover() {
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Jun 14 12:35:52 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  7. fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/EmlExtractor.java

                return data;
            } catch (final MessagingException e) {
                throw new ExtractException(e);
            }
        }
    
        protected void putValue(final ExtractData data, final String key, final Object value) {
            try {
                if (value instanceof String) {
                    if ("Subject".equals(key)) {
                        data.putValue(key, getDecodeText(value.toString()));
                    } else {
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Feb 22 01:47:32 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  8. tests/test_schema_extra_examples.py

                        "type": "object",
                        "properties": {"data": {"title": "Data", "type": "string"}},
                        "example": {"data": "Data in schema_extra"},
                    },
                    "ValidationError": {
                        "title": "ValidationError",
                        "required": ["loc", "msg", "type"],
                        "type": "object",
                        "properties": {
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Oct 24 20:26:06 UTC 2023
    - 37.7K bytes
    - Viewed (0)
  9. helm-releases/minio-3.6.4.tgz

    minio-3.6.4.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2022-04-09T15-09-52Z description: Multi-Cloud Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3 - cluster maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 3.6.4 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Apr 12 01:30:28 UTC 2022
    - 17.9K bytes
    - Viewed (0)
  10. android/guava-testlib/src/com/google/common/collect/testing/google/MultimapPutTester.java

    @Ignore // Affects only Android test runner, which respects JUnit 4 annotations on JUnit 3 tests.
    @SuppressWarnings("JUnit4ClassUsedInJUnit3")
    @ElementTypesAreNonnullByDefault
    public class MultimapPutTester<K extends @Nullable Object, V extends @Nullable Object>
        extends AbstractMultimapTester<K, V, Multimap<K, V>> {
      @MapFeature.Require(absent = SUPPORTS_PUT)
      public void testPutUnsupported() {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 7.2K bytes
    - Viewed (0)
Back to top