Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1721 - 1730 of 1,867 for sample (0.16 sec)

  1. docs/em/docs/help-fastapi.md

    ### ๐Ÿ”ฌ โš 
    
    ๐ŸŒ… ๐Ÿ’ผ & ๐Ÿ† โ” ๐Ÿ“ค ๐Ÿ•ณ ๐Ÿ”— ๐Ÿ‘จโ€๐Ÿ’ผ **โฎ๏ธ ๐Ÿ“Ÿ**.
    
    ๐Ÿ“š ๐Ÿ’ผ ๐Ÿ‘ซ ๐Ÿ”œ ๐Ÿ•ด ๐Ÿ“ ๐Ÿงฌ ๐Ÿ“Ÿ, โœ‹๏ธ ๐Ÿ‘ˆ ๐Ÿšซ ๐Ÿฅƒ **๐Ÿ”ฌ โš **.
    
    * ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ’ญ ๐Ÿ‘ซ ๐Ÿšš <a href="https://stackoverflow.com/help/minimal-reproducible-example" class="external-link" target="_blank">โญ, ๐Ÿ”ฌ, ๐Ÿ–ผ</a>, ๐Ÿ‘ˆ ๐Ÿ‘† ๐Ÿ’ช **๐Ÿ“-๐Ÿ“‹** &amp; ๐Ÿƒ ๐ŸŒ ๐Ÿ‘€ ๐ŸŽ โŒ โš–๏ธ ๐ŸŽญ ๐Ÿ‘ซ ๐Ÿ‘€, โš–๏ธ ๐Ÿค” ๐Ÿ‘ซ โš™๏ธ ๐Ÿ’ผ ๐Ÿ‘.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  2. docs/em/docs/python-types.md

    # ๐Ÿ ๐Ÿ†Ž ๐ŸŽถ
    
    ๐Ÿ โœ”๏ธ ๐Ÿ•โ€๐Ÿฆบ ๐Ÿ“ฆ "๐Ÿ†Ž ๐Ÿ”‘".
    
    ๐Ÿ‘ซ **"๐Ÿ†Ž ๐Ÿ”‘"** ๐ŸŽ โ• ๐Ÿ‘ˆ โœ” ๐Ÿ“ฃ <abbr title="for example: str, int, float, bool">๐Ÿ†Ž</abbr> ๐Ÿ”ข.
    
    ๐Ÿ“ฃ ๐Ÿ†Ž ๐Ÿ‘† ๐Ÿ”ข, ๐Ÿ‘จโ€๐ŸŽจ &amp; ๐Ÿงฐ ๐Ÿ’ช ๐Ÿค ๐Ÿ‘† ๐Ÿ‘ ๐Ÿ•โ€๐Ÿฆบ.
    
    ๐Ÿ‘‰ **โฉ ๐Ÿ”ฐ / โ†—๏ธ** ๐Ÿ”ƒ ๐Ÿ ๐Ÿ†Ž ๐Ÿ”‘. โšซ๏ธ ๐Ÿ“” ๐Ÿ•ด ๐Ÿ’ฏ ๐Ÿ’ช โš™๏ธ ๐Ÿ‘ซ โฎ๏ธ **FastAPI**... โ” ๐Ÿค™ ๐Ÿ“ถ ๐Ÿฅ.
    
    **FastAPI** ๐ŸŒ โš“๏ธ ๐Ÿ”› ๐Ÿ‘ซ ๐Ÿ†Ž ๐Ÿ”‘, ๐Ÿ‘ซ ๐Ÿค โšซ๏ธ ๐Ÿ“š ๐Ÿ“ˆ &amp; ๐Ÿ’ฐ.
    
    โœ‹๏ธ ๐Ÿšฅ ๐Ÿ‘† ๐Ÿ™… โš™๏ธ **FastAPI**, ๐Ÿ‘† ๐Ÿ”œ ๐Ÿ’ฐ โšช๏ธโžก๏ธ ๐Ÿซ ๐Ÿ– ๐Ÿ”ƒ ๐Ÿ‘ซ.
    
    /// note
    
    ๐Ÿšฅ ๐Ÿ‘† ๐Ÿ ๐Ÿ•ด, &amp; ๐Ÿ‘† โช ๐Ÿ’ญ ๐ŸŒ ๐Ÿ”ƒ ๐Ÿ†Ž ๐Ÿ”‘, ๐Ÿšถ โญ ๐Ÿ“ƒ.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  3. cmd/metrics-v3-types.go

    	s = strings.ReplaceAll(s, SlashSeparator, "_")
    	s = strings.ReplaceAll(s, "-", "_")
    	return "minio_" + s
    }
    
    // isDescendantOf returns true if it is a descendant of (or the same as)
    // `ancestor`.
    //
    // For example:
    //
    //	 	/a, /a/b, /a/b/c are all descendants of /a.
    //		/abc or /abd/a are not descendants of /ab.
    func (cp collectorPath) isDescendantOf(arg string) bool {
    	descendant := string(cp)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Jul 30 22:28:46 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  4. cmd/object-api-interface.go

    type BucketOptions struct {
    	Deleted    bool // true only when site replication is enabled
    	Cached     bool // true only when we are requesting a cached response instead of hitting the disk for example ListBuckets() call.
    	NoMetadata bool
    }
    
    // SetReplicaStatus sets replica status and timestamp for delete operations in ObjectOptions
    func (o *ObjectOptions) SetReplicaStatus(st replication.StatusType) {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 22 21:57:20 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  5. docs/bucket/replication/DESIGN.md

    ### Internal metadata for replication
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 14.7K bytes
    - Viewed (0)
  6. internal/config/notify/help.go

    			Optional:    true,
    			Type:        "sentence",
    		},
    	}
    
    	HelpRedis = config.HelpKVS{
    		config.HelpKV{
    			Key:         target.RedisAddress,
    			Description: "Redis server's address. For example: `localhost:6379`",
    			Type:        "address",
    			Sensitive:   true,
    		},
    		config.HelpKV{
    			Key:         target.RedisKey,
    			Description: "Redis key to store/update events, key is auto-created",
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Sep 06 23:06:30 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  7. docs/zh/docs/tutorial/security/oauth2-jwt.md

    ๆณจๆ„๏ผŒไปฃ็ ไธญๆฒกๆœ‰ๆ˜Žๆ–‡ๅฏ†็ **`secret`**๏ผŒๅชไฟๅญ˜ไบ†ๅฎƒ็š„ๅ“ˆๅธŒๅ€ผใ€‚
    
    ///
    
    <img src="https://fastapi.tiangolo.com/img/tutorial/security/image08.png">
    
    ่ฐƒ็”จ `/users/me/` ็ซฏ็‚น๏ผŒๆ”ถๅˆฐไธ‹้ข็š„ๅ“ๅบ”๏ผš
    
    ```JSON
    {
      "username": "johndoe",
      "email": "johndoe@example.com",
      "full_name": "John Doe",
      "disabled": false
    }
    ```
    
    <img src="https://fastapi.tiangolo.com/img/tutorial/security/image09.png">
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 11K bytes
    - Viewed (0)
  8. guava/src/com/google/common/collect/ImmutableList.java

       * ("constant lists"). Example:
       *
       * <pre>{@code
       * public static final ImmutableList<Color> GOOGLE_COLORS
       *     = new ImmutableList.Builder<Color>()
       *         .addAll(WEBSAFE_COLORS)
       *         .add(new Color(0, 191, 255))
       *         .build();
       * }</pre>
       *
       * <p>Elements appear in the resulting list in the same order they were added to the builder.
       *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Aug 16 19:14:45 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  9. docs/zh/docs/deployment/docker.md

    ไฝ ๅฐ†็œ‹ๅˆฐ่‡ชๅŠจไบคไบ’ๅผ API ๆ–‡ๆกฃ๏ผˆ็”ฑ <a href="https://github.com/swagger-api/swagger-ui" class="external-link" target="_blank">Swagger UI</a ๆไพ›๏ผ‰ >):
    
    ![Swagger UI](https://fastapi.tiangolo.com/img/index/index-01-swagger-ui-simple.png)
    
    ## ๅค‡้€‰็š„ API ๆ–‡ๆกฃ
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Aug 12 21:47:53 UTC 2024
    - 31.2K bytes
    - Viewed (0)
  10. guava-tests/test/com/google/common/graph/AbstractGraphTest.java

     * created for testing should have Integer node and String edge objects.
     *
     * <p>Test cases that should be handled similarly in any graph implementation are included in this
     * class. For example, testing that {@code nodes()} method returns the set of the nodes in the
     * graph. The following test cases are left for the subclasses to handle:
     *
     * <ul>
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Jan 22 17:29:38 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top