Search Options

Results per page
Sort
Preferred Languages
Advance

Results 481 - 490 of 741 for Unknown (0.05 sec)

  1. docs/em/docs/index.md

        * ๐Ÿ› ๏ธ.
        * ๐Ÿ†Ž โœ….
    * ๐Ÿ”ฌ ๐Ÿ’ฝ:
        * ๐Ÿง & ๐Ÿ†‘ โŒ ๐Ÿ•โ” ๐Ÿ“Š โŒ.
        * ๐Ÿ”ฌ ๐Ÿ™‡ ๐Ÿฆ ๐ŸŽป ๐ŸŽš.
    * <abbr title="also known as: serialization, parsing, marshalling">๐Ÿ› ๏ธ</abbr> ๐Ÿ”ข ๐Ÿ’ฝ: ๐Ÿ‘Ÿ โšช๏ธโžก๏ธ ๐Ÿ•ธ ๐Ÿ ๐Ÿ’ฝ &amp; ๐Ÿ†Ž. ๐Ÿ‘‚ โšช๏ธโžก๏ธ:
        * ๐ŸŽป.
        * โžก ๐Ÿ”ข.
        * ๐Ÿ”ข ๐Ÿ”ข.
        * ๐Ÿช.
        * ๐ŸŽš.
        * ๐Ÿ“จ.
        * ๐Ÿ“.
    * <abbr title="also known as: serialization, parsing, marshalling">๐Ÿ› ๏ธ</abbr> ๐Ÿ”ข ๐Ÿ“Š: ๐Ÿ—œ โšช๏ธโžก๏ธ ๐Ÿ ๐Ÿ’ฝ &amp; ๐Ÿ†Ž ๐Ÿ•ธ ๐Ÿ’ฝ (๐ŸŽป):
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 20 19:20:23 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  2. docs/ja/docs/index.md

    - ใƒ‡ใƒผใ‚ฟใฎๆคœ่จผ:
      - ใƒ‡ใƒผใ‚ฟใŒ็„กๅŠนใชๅ ดๅˆใซ่‡ชๅ‹•ใงใ‚จใƒฉใƒผใ‚’ใ‚ฏใƒชใ‚ขใ—ใพใ™ใ€‚
      - ๆทฑใ„ๅ…ฅใ‚ŒๅญใซใชใฃใŸ JSON ใ‚ชใƒ–ใ‚ธใ‚งใ‚ฏใƒˆใงใ‚‚ๆคœ่จผใŒๅฏ่ƒฝใงใ™ใ€‚
    - ๅ…ฅๅŠ›ใƒ‡ใƒผใ‚ฟใฎ<abbr title="also known as: serialization, parsing, marshalling">ๅค‰ๆ›</abbr>: ใƒใƒƒใƒˆใƒฏใƒผใ‚ฏใ‹ใ‚‰ Python ใฎใƒ‡ใƒผใ‚ฟใ‚„ๅž‹ใซๅค‰ๆ›ใ—ใฆใ‹ใ‚‰่ชญใฟๅ–ใ‚Šใพใ™:
      - JSON.
      - ใƒ‘ใ‚นใƒ‘ใƒฉใƒกใƒผใ‚ฟ
      - ใ‚ฏใ‚จใƒชใƒ‘ใƒฉใƒกใƒผใ‚ฟ
      - ใ‚ฏใƒƒใ‚ญใƒผ
      - ใƒ˜ใƒƒใƒ€ใƒผ
      - ใƒ•ใ‚ฉใƒผใƒ 
      - ใƒ•ใ‚กใ‚คใƒซ
    - ๅ‡บๅŠ›ใƒ‡ใƒผใ‚ฟใฎ<abbr title="also known as: serialization, parsing, marshalling">ๅค‰ๆ›</abbr>: Python ใฎใƒ‡ใƒผใ‚ฟใ‚„ๅž‹ใ‹ใ‚‰ใƒใƒƒใƒˆใƒฏใƒผใ‚ฏใƒ‡ใƒผใ‚ฟใธๅค‰ๆ›ใ—ใพใ™ (JSON ใจใ—ใฆ):
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 20 19:20:23 UTC 2024
    - 21K bytes
    - Viewed (0)
  3. api/maven-api-core/src/main/java/org/apache/maven/api/ArtifactCoordinates.java

    /**
     * Partial identification of an {@link Artifact} in a Maven repository.
     * Each {@code ArtifactCoordinates} instance is basically a pointer to a file in the Maven repository,
     * except that the exact version may not be known yet.
     *
     * @since 4.0.0
     */
    @Experimental
    @Immutable
    public interface ArtifactCoordinates {
        /**
         * {@return the group identifier of the artifact}
         */
        @Nonnull
        String getGroupId();
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Sat Sep 28 09:03:24 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  4. okhttp-dnsoverhttps/src/test/java/okhttp3/dnsoverhttps/TestDohMain.kt

            directory = File("./target/TestDohMain.cache.${System.currentTimeMillis()}"),
            maxSize = 10L * 1024 * 1024,
          )
        println("Bad targets\n***********\n")
        val url = "https://dns.cloudflare.com/.not-so-well-known/run-dmc-query".toHttpUrl()
        val badProviders =
          listOf(
            DnsOverHttps.Builder()
              .client(bootstrapClient)
              .url(url)
              .post(true)
              .build(),
          )
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/base/Predicate.java

       * <i>typically</i> means that {@code this.apply(t) == that.apply(t)} for all {@code t} of type
       * {@code T}). Note that a {@code false} result from this method does not imply that the
       * predicates are known <i>not</i> to be interchangeable.
       */
      @Override
      boolean equals(@CheckForNull Object object);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  6. guava/src/com/google/common/io/CharSource.java

        }
      }
    
      /**
       * Returns whether the source has zero chars. The default implementation first checks {@link
       * #lengthIfKnown}, returning true if it's known to be zero and false if it's known to be
       * non-zero. If the length is not known, it falls back to opening a stream and checking for EOF.
       *
       * <p>Note that, in cases where {@code lengthIfKnown} returns zero, it is <i>possible</i> that
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 14:20:11 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  7. docs/en/docs/how-to/conditional-openapi.md

    * Configure any required permissions and roles using dependencies.
    * Never store plaintext passwords, only password hashes.
    * Implement and use well-known cryptographic tools, like Passlib and JWT tokens, etc.
    * Add more granular permission controls with OAuth2 scopes where needed.
    * ...etc.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Oct 28 11:21:54 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  8. okhttp/src/main/kotlin/okhttp3/internal/platform/android/AndroidSocketAdapter.kt

    import okhttp3.internal.platform.Platform
    
    /**
     * Modern reflection based SocketAdapter for Conscrypt class SSLSockets.
     *
     * This is used directly for providers where class name is known e.g. the Google Play Provider
     * but we can't compile directly against it, or in fact reliably know if it is registered and
     * on classpath.
     */
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  9. internal/config/identity/openid/help.go

    			Optional:    true,
    			Type:        "string",
    		},
    		config.HelpKV{
    			Key:         ConfigURL,
    			Description: `openid discovery document e.g. "https://accounts.google.com/.well-known/openid-configuration"` + defaultHelpPostfix(ConfigURL),
    			Type:        "url",
    		},
    		config.HelpKV{
    			Key:         ClientID,
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Jun 23 14:45:27 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/cache/LongAdder.java

       * creating a new adder, but is only effective if there are no concurrent updates. Because this
       * method is intrinsically racy, it should only be used when it is known that no threads are
       * concurrently updating.
       */
      public void reset() {
        internalReset(0L);
      }
    
      /**
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jun 15 18:00:07 UTC 2021
    - 5.5K bytes
    - Viewed (0)
Back to top