Search Options

Results per page
Sort
Preferred Languages
Advance

Results 2141 - 2150 of 2,240 for worm (0.02 sec)

  1. docs/nl/docs/python-types.md

    ## Pydantic modellen
    
    <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic</a> is een Python-pakket voor het uitvoeren van datavalidatie.
    
    Je declareert de "vorm" van de data als klassen met attributen.
    
    Elk attribuut heeft een type.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/FluentIterable.java

       *
       * <p><b>{@code Stream} equivalent:</b> {@code stream.filter(type::isInstance).map(type::cast)}.
       * This does perform a little more work than necessary, so another option is to insert an
       * unchecked cast at some later point:
       *
       * {@snippet :
       * @SuppressWarnings("unchecked") // safe because of ::isInstance check
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 35.3K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/FluentIterable.java

       *
       * <p><b>{@code Stream} equivalent:</b> {@code stream.filter(type::isInstance).map(type::cast)}.
       * This does perform a little more work than necessary, so another option is to insert an
       * unchecked cast at some later point:
       *
       * {@snippet :
       * @SuppressWarnings("unchecked") // safe because of ::isInstance check
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 34.8K bytes
    - Viewed (0)
  4. docs/em/docs/deployment/docker.md

    ๐Ÿต โš™๏ธ ๐Ÿ“ฆ, โš’ ๐Ÿˆธ ๐Ÿƒ ๐Ÿ”› ๐Ÿ•ด &amp; โฎ๏ธ โ ๐Ÿ’ช โš  &amp; โš . โœ‹๏ธ ๐Ÿ•โ” **๐Ÿ‘ท โฎ๏ธ ๐Ÿ“ฆ** ๐ŸŒ… ๐Ÿ’ผ ๐Ÿ‘ˆ ๐Ÿ› ๏ธ ๐Ÿ”Œ ๐Ÿ”ข. ๐Ÿ‘ถ
    
    ## ๐Ÿงฌ - ๐Ÿ”ข ๐Ÿ› ๏ธ
    
    ๐Ÿšฅ ๐Ÿ‘† โœ”๏ธ <abbr title="A group of machines that are configured to be connected and work together in some way.">๐ŸŒ‘</abbr> ๐ŸŽฐ โฎ๏ธ **โ˜**, โ˜ ๐Ÿ ๐Ÿ“ณ, ๐Ÿ––, โš–๏ธ โž•1๏ธโƒฃ ๐ŸŽ ๐Ÿ— โš™๏ธ ๐Ÿ› ๏ธ ๐Ÿ“Ž ๐Ÿ“ฆ ๐Ÿ”› ๐Ÿ’— ๐ŸŽฐ, โคด๏ธ ๐Ÿ‘† ๐Ÿ”œ ๐ŸŽฒ ๐Ÿ’š **๐Ÿต ๐Ÿงฌ** **๐ŸŒ‘ ๐ŸŽš** โ†ฉ๏ธ โš™๏ธ **๐Ÿ› ๏ธ ๐Ÿ‘จโ€๐Ÿ’ผ** (๐Ÿ’– ๐Ÿ โฎ๏ธ ๐Ÿ‘จโ€๐Ÿญ) ๐Ÿ”  ๐Ÿ“ฆ.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Aug 12 21:47:53 UTC 2024
    - 27.9K bytes
    - Viewed (0)
  5. docs/ja/docs/index.md

    - <a href="https://github.com/Kludex/python-multipart" target="_blank"><code>python-multipart</code></a> - <abbr title="converting the string that comes from an HTTP request into Python data">"parsing"</abbr>`request.form()`ใ‹ใ‚‰ใฎๅค‰ๆ›ใ‚’ใ‚ตใƒใƒผใƒˆใ—ใŸใ„ๅ ดๅˆใฏๅฟ…่ฆใงใ™ใ€‚
    - <a href="https://pythonhosted.org/itsdangerous/" target="_blank"><code>itsdangerous</code></a> - `SessionMiddleware` ใ‚ตใƒใƒผใƒˆใฎใŸใ‚ใซใฏๅฟ…่ฆใงใ™ใ€‚
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 21.3K bytes
    - Viewed (0)
  6. cmd/object_api_suite_test.go

    		}
    		if result.IsTruncated {
    			t.Errorf("%s: Expected IsTruncated to be `false`, but instead found it to be `%v`", instanceType, result.IsTruncated)
    		}
    	}
    
    	// check after paging occurs pages work.
    	for i := 6; i <= 10; i++ {
    		key := "obj" + strconv.Itoa(i)
    		_, err = obj.PutObject(context.Background(), "bucket", key, mustGetPutObjReader(t, bytes.NewBufferString(uploadContent), int64(len(uploadContent)), "", ""), opts)
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 34.5K bytes
    - Viewed (0)
  7. android/guava-testlib/src/com/google/common/testing/ClassSanityTester.java

          factory.setAccessible(true);
        }
        // Sorts methods/constructors with the least number of parameters first since it's likely easier
        // to fill dummy parameter values for them. Ties are broken by name then by the string form of
        // the parameter list.
        return BY_NUMBER_OF_PARAMETERS
            .compound(BY_METHOD_NAME)
            .compound(BY_PARAMETERS)
            .immutableSortedCopy(factories);
      }
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 32.5K bytes
    - Viewed (0)
  8. docs/ko/docs/index.md

    * <a href="http://jinja.pocoo.org" target="_blank"><code>jinja2</code></a> - ๊ธฐ๋ณธ ํ…œํ”Œ๋ฆฟ ์„ค์ •์„ ์‚ฌ์šฉํ•˜๋ ค๋ฉด ํ•„์š”.
    * <a href="https://github.com/Kludex/python-multipart" target="_blank"><code>python-multipart</code></a> - `request.form()`๊ณผ ํ•จ๊ป˜ <abbr title="HTTP ์š”์ฒญ์—์„œ ํŒŒ์ด์ฌ ๋ฐ์ดํ„ฐ๋กœ ๊ฐ€๋Š” ๋ฌธ์ž์—ด ๋ณ€ํ™˜">"parsing"</abbr>์˜ ์ง€์›์„ ์›ํ•˜๋ฉด ํ•„์š”.
    * <a href="https://pythonhosted.org/itsdangerous/" target="_blank"><code>itsdangerous</code></a> - `SessionMiddleware` ์ง€์›์„ ์œ„ํ•ด ํ•„์š”.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 19.7K bytes
    - Viewed (0)
  9. android/guava-testlib/src/com/google/common/testing/FreshValueGenerator.java

            if (argValue == null) {
              // When a parameter of a @Generates method cannot be created,
              // The type most likely is a collection.
              // Our distinct proxy doesn't work for collections.
              // So just refuse to generate.
              return null;
            }
            args.add(argValue);
          }
          return invokeGeneratorMethod(generate, args.toArray());
        }
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 28.1K bytes
    - Viewed (0)
  10. docs/ja/docs/features.md

    **FastAPI**ใฏ<a href="https://docs.pydantic.dev/" class="external-link" target="_blank"><strong>Pydantic </strong></a>ใจๅฎŒๅ…จใซไบ’ๆ›ๆ€งใŒใ‚ใ‚Šใพใ™๏ผˆใใ—ใฆใƒ™ใƒผใ‚นใซใชใฃใฆใ„ใพใ™๏ผ‰ใ€‚ใ—ใŸใŒใฃใฆใ€่ฟฝๅŠ ใฎPydanticใ‚ณใƒผใƒ‰ใŒใ‚ใ‚Œใฐใ€ใใ‚Œใ‚‚ๆฉŸ่ƒฝใ—ใพใ™ใ€‚
    
    ใƒ‡ใƒผใ‚ฟใƒ™ใƒผใ‚นใฎใŸใ‚ใซ<abbr title = "Object-Relational Mapper">ORM</abbr>sใ‚„ใ€<abbr title = "Object-Document Mapper">ODM</abbr>sใชใฉใฎใ€PydanticใซๅŸบใฅใๅค–้ƒจใƒฉใ‚คใƒ–ใƒฉใƒชใ‚’ๅ‚™ใˆใฆใ„ใพใ™ใ€‚
    
    ใ“ใ‚Œใฏใ€ใ™ในใฆใŒ่‡ชๅ‹•็š„ใซๆคœ่จผใ•ใ‚Œใ‚‹ใŸใ‚ใ€ๅคšใใฎๅ ดๅˆใ€ใƒชใ‚ฏใ‚จใ‚นใƒˆใ‹ใ‚‰ๅ–ๅพ—ใ—ใŸใ‚ชใƒ–ใ‚ธใ‚งใ‚ฏใƒˆใ‚’**ใƒ‡ใƒผใ‚ฟใƒ™ใƒผใ‚นใซ็›ดๆŽฅ**ๆธกใ™ใ“ใจใŒใงใใ‚‹ใจใ„ใ†ใ“ใจใ‚’ๆ„ๅ‘ณใ—ใฆใ„ใพใ™ใ€‚
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 12.2K bytes
    - Viewed (0)
Back to top