Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1021 - 1030 of 1,717 for Target (0.04 sec)

  1. docs/em/docs/how-to/conditional-openapi.md

    ๐Ÿšฅ ๐Ÿ“ค ๐Ÿ’‚โ€โ™‚ โš  ๐Ÿ‘† ๐Ÿ“Ÿ, โšซ๏ธ ๐Ÿ”œ ๐Ÿ”€.
    
    ๐Ÿ•ตโ€โ™‚ ๐Ÿงพ โš’ โšซ๏ธ ๐ŸŒ… โš  ๐Ÿค” โ” ๐Ÿ”— โฎ๏ธ ๐Ÿ‘† ๐Ÿ› ๏ธ, &amp; ๐Ÿ’ช โš’ โšซ๏ธ ๐ŸŒ… โš  ๐Ÿ‘† โ„น โšซ๏ธ ๐Ÿญ. โšซ๏ธ ๐Ÿ’ช ๐Ÿค” ๐ŸŽฏ ๐Ÿ“จ <a href="https://en.wikipedia.org/wiki/Security_through_obscurity" class="external-link" target="_blank">๐Ÿ’‚โ€โ™‚ ๐Ÿ”˜ ๐ŸŒŒ</a>.
    
    ๐Ÿšฅ ๐Ÿ‘† ๐Ÿ’š ๐Ÿ” ๐Ÿ‘† ๐Ÿ› ๏ธ, ๐Ÿ“ค ๐Ÿ“š ๐Ÿ‘ ๐Ÿ‘œ ๐Ÿ‘† ๐Ÿ’ช, ๐Ÿ–ผ:
    
    * โš’ ๐Ÿ’ญ ๐Ÿ‘† โœ”๏ธ ๐Ÿ‘ ๐Ÿ”ฌ Pydantic ๐Ÿท ๐Ÿ‘† ๐Ÿ“จ ๐Ÿ’ช &amp; ๐Ÿ“จ.
    * ๐Ÿ”— ๐Ÿ™† โœ” โœ” &amp; ๐Ÿ”‘ โš™๏ธ ๐Ÿ”—.
    * ๐Ÿ™… ๐Ÿช ๐Ÿ”ข ๐Ÿ”, ๐Ÿ•ด ๐Ÿ”#๏ธโƒฃ.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  2. docs/de/docs/advanced/additional-status-codes.md

    aufgenommen, da FastAPI keine Mรถglichkeit hat, im Voraus zu wissen, was Sie zurรผckgeben werden.
    
    Sie kรถnnen das jedoch in Ihrem Code dokumentieren, indem Sie Folgendes verwenden: [Zusรคtzliche Responses](additional-responses.md){.internal-link target=_blank}....
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  3. docs/pt/docs/advanced/additional-status-codes.md

    incluรญdos no esquema do OpenAPI (a documentaรงรฃo da API), porque o FastAPI nรฃo tem como saber de antemรฃo o que serรก retornado.
    
    Mas vocรช pode documentar isso no seu cรณdigo, utilizando: [Retornos Adicionais](additional-responses.md){.internal-link target=_blank}....
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  4. docs/fr/docs/tutorial/path-params-numeric-validations.md

    Si vous avez une version plus ancienne, vous obtiendrez des erreurs en essayant d'utiliser `Annotated`.
    
    Assurez-vous de [Mettre ร  jour la version de FastAPI](../deployment/versions.md#upgrading-the-fastapi-versions){.internal-link target=_blank} ร  la version 0.95.1 ร  minima avant d'utiliser `Annotated`.
    
    ///
    
    ## Dรฉclarer des mรฉtadonnรฉes
    
    Vous pouvez dรฉclarer les mรชmes paramรจtres que pour `Query`.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  5. src/main/java/jcifs/internal/smb2/ioctl/SrvCopychunk.java

        private final long targetOffset;
        private final int length;
    
        /**
         * Constructs a server copy chunk descriptor
         * @param soff the source file offset
         * @param toff the target file offset
         * @param len the length of data to copy
         */
        public SrvCopychunk(final long soff, final long toff, final int len) {
            this.sourceOffset = soff;
            this.targetOffset = toff;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  6. src/test/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackImplTest.java

            int processCalled = 0;
    
            @Override
            public Map<String, Object> process(Map<String, Object> target, DataStoreParams paramMap) {
                processCalled++;
                Map<String, Object> result = new HashMap<>(target);
                result.put("status", "processed");
                return result;
            }
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 24.5K bytes
    - Viewed (0)
  7. docs/ru/docs/tutorial/static-files.md

    ## ะ‘ะพะปัŒัˆะต ะธะฝั„ะพั€ะผะฐั†ะธะธ
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 3K bytes
    - Viewed (0)
  8. .github/DISCUSSION_TEMPLATE/translations.yml

              required: true
            - label: I am a native speaker of the language I want to help translate.
              required: true
      - type: input
        id: language
        attributes:
          label: Target Language
          description: What language do you want to translate the FastAPI docs into?
          placeholder: e.g. Latin
        validations:
          required: true
      - type: textarea
        id: additional_info
        attributes:
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Jul 26 11:35:42 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  9. docs/ko/docs/deployment/cloud.md

    ์‚ฌ์‹ค์ƒ ๊ฑฐ์˜ **๋ชจ๋“  ํด๋ผ์šฐ๋“œ ์ œ๊ณต์—…์ฒด**๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ์—ฌ๋Ÿฌ๋ถ„์˜ FastAPI ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜์„ ๋ฐฐํฌํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
    
    ๋Œ€๋ถ€๋ถ„์˜ ๊ฒฝ์šฐ, ์ฃผ์š” ํด๋ผ์šฐ๋“œ ์ œ๊ณต์—…์ฒด์—์„œ๋Š” FastAPI๋ฅผ ๋ฐฐํฌํ•  ์ˆ˜ ์žˆ๋„๋ก ๊ฐ€์ด๋“œ๋ฅผ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.
    
    ## ํด๋ผ์šฐ๋“œ ์ œ๊ณต์—…์ฒด - ํ›„์›์ž๋“ค
    
    ๋ช‡๋ช‡ ํด๋ผ์šฐ๋“œ ์ œ๊ณต์—…์ฒด๋“ค์€ [**FastAPI๋ฅผ ํ›„์›ํ•˜๋ฉฐ**](../help-fastapi.md#sponsor-the-author){.internal-link target=_blank} โœจ, ์ด๋ฅผ ํ†ตํ•ด FastAPI์™€ FastAPI **์ƒํƒœ๊ณ„**๊ฐ€ ์ง€์†์ ์ด๊ณ  ๊ฑด์ „ํ•œ **๋ฐœ์ „**์„ ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
    
    ์ด๋Š” FastAPI์™€ **์ปค๋ฎค๋‹ˆํ‹ฐ** (์—ฌ๋Ÿฌ๋ถ„)์— ๋Œ€ํ•œ ์ง„์ •ํ•œ ํ—Œ์‹ ์„ ๋ณด์—ฌ์ค๋‹ˆ๋‹ค. ๊ทธ๋“ค์€ ์—ฌ๋Ÿฌ๋ถ„์—๊ฒŒ **์ข‹์€ ์„œ๋น„์Šค**๋ฅผ ์ œ๊ณตํ•  ๋ฟ ๋งŒ์ด ์•„๋‹ˆ๋ผ ์—ฌ๋Ÿฌ๋ถ„์ด **ํ›Œ๋ฅญํ•˜๊ณ  ๊ฑด๊ฐ•ํ•œ ํ”„๋ ˆ์ž„์›Œํฌ์ธ** FastAPI ๋ฅผ ์‚ฌ์šฉํ•˜๊ธธ ์›ํ•˜๊ธฐ ๋•Œ๋ฌธ์ž…๋‹ˆ๋‹ค. ๐Ÿ™‡
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 15:19:49 UTC 2025
    - 1K bytes
    - Viewed (0)
  10. guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ImmutableSortedSet.java

      @Override
      public boolean containsAll(Collection<?> targets) {
        for (Object target : targets) {
          if (target == null) {
            // This set never contains null.  We need to explicitly check here
            // because some comparator might throw NPE (e.g. the natural ordering).
            return false;
          }
        }
        try {
          return sortedDelegate.containsAll(targets);
        } catch (ClassCastException e) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Aug 06 18:32:41 UTC 2025
    - 15.5K bytes
    - Viewed (0)
Back to top