Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1201 - 1210 of 1,562 for example (0.06 sec)

  1. android/guava-tests/test/com/google/common/collect/OrderingTest.java

      }
    
      // From https://github.com/google/guava/issues/1342
      public void testComplicatedOrderingExample() {
        Integer nullInt = (Integer) null;
        Ordering<@Nullable Iterable<@Nullable Integer>> example =
            Ordering.<Integer>natural()
                .<Integer>nullsFirst()
                .reverse()
                .lexicographical()
                .reverse()
                .<Iterable<@Nullable Integer>>nullsLast();
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/collect/OrderingTest.java

      }
    
      // From https://github.com/google/guava/issues/1342
      public void testComplicatedOrderingExample() {
        Integer nullInt = (Integer) null;
        Ordering<@Nullable Iterable<@Nullable Integer>> example =
            Ordering.<Integer>natural()
                .<Integer>nullsFirst()
                .reverse()
                .lexicographical()
                .reverse()
                .<Iterable<@Nullable Integer>>nullsLast();
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  3. guava/src/com/google/common/io/BaseEncoding.java

     * strings. This class includes several constants for encoding schemes specified by <a
     * href="http://tools.ietf.org/html/rfc4648">RFC 4648</a>. For example, the expression:
     *
     * <pre>{@code
     * BaseEncoding.base32().encode("foo".getBytes(US_ASCII))
     * }</pre>
     *
     * <p>returns the string {@code "MZXW6==="}, and
     *
     * <pre>{@code
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  4. docs/em/docs/help-fastapi.md

    ### 🔎 ⚠
    
    🌅 💞 &amp; 🏆 ❔ ðŸ“Ī ðŸ•ģ 🔗 ðŸ‘Ļ‍💞 **âŪïļ 📟**.
    
    📚 💞 ðŸ‘Ŧ 🔜 ðŸ•ī 📁 🧎 📟, ✋ïļ 👈 ðŸšŦ ðŸĨƒ **🔎 ⚠**.
    
    * 👆 💊 💭 ðŸ‘Ŧ 🚚 <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)
  5. 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)
  6. 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)
    	if descendant == arg {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Jul 30 22:28:46 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. docs/ko/docs/tutorial/security/simple-oauth2.md

    <img src="/img/tutorial/security/image05.png">
    
    ### ėžė‹ ė˜ ėœ ė € 데ėī터 가ė ļė˜Īęļ°
    
    ėīė œ `/users/me` ęē―로ė— `GET` ėž‘ė—…ė„ ė§„í–‰í•Đė‹œë‹Ī.
    
    ë‹ĪėŒęģž 같ė€ ė‚ŽėšĐėž 데ėī터ëĨž ė–ŧė„ ėˆ˜ ėžˆėŠĩ니ë‹Ī:
    
    ```JSON
    {
      "username": "johndoe",
      "email": "johndoe@example.com",
      "full_name": "John Doe",
      "disabled": false,
      "hashed_password": "fakehashedsecret"
    }
    ```
    
    <img src="/img/tutorial/security/image06.png">
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  10. 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)
Back to top