Search Options

Results per page
Sort
Preferred Languages
Advance

Results 381 - 390 of 610 for Learning (2.07 sec)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/CertificatePinner.kt

     * applies to `*.publicobject.com` and pin B applies to `api.publicobject.com`. Handshakes for
     * `api.publicobject.com` are valid if either A's or B's certificate is in the chain.
     *
     * ## Warning: Certificate Pinning is Dangerous!
     *
     * Pinning certificates limits your server team's abilities to update their TLS certificates. By
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 14.1K bytes
    - Viewed (0)
  2. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/platform/Platform.kt

      ) {
        socket.connect(address, connectTimeout)
      }
    
      open fun log(
        message: String,
        level: Int = INFO,
        t: Throwable? = null,
      ) {
        val logLevel = if (level == WARN) Level.WARNING else Level.INFO
        logger.log(logLevel, message, t)
      }
    
      open fun isCleartextTrafficPermitted(hostname: String): Boolean = true
    
      /**
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Jul 28 07:33:49 UTC 2025
    - 8.1K bytes
    - Viewed (0)
  3. guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ForwardingSortedMultiset.java

     * should override one or more methods to modify the behavior of the backing multiset as desired per
     * the <a href="http://en.wikipedia.org/wiki/Decorator_pattern">decorator pattern</a>.
     *
     * <p><b>Warning:</b> The methods of {@code ForwardingSortedMultiset} forward
     * <b>indiscriminately</b> to the methods of the delegate. For example, overriding {@link
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Dec 22 03:38:46 UTC 2024
    - 8K bytes
    - Viewed (0)
  4. tensorflow/api_template_v1.__init__.py

    from tensorflow.python.util.lazy_loader import KerasLazyLoader as _KerasLazyLoader
    
    # API IMPORTS PLACEHOLDER
    
    # WRAPPER_PLACEHOLDER
    
    if "dev" in __version__:   # pylint: disable=undefined-variable
      _logging.warning("""
    
      TensorFlow's `tf-nightly` package will soon be updated to TensorFlow 2.0.
    
      Please upgrade your code to TensorFlow 2.0:
        * https://www.tensorflow.org/guide/migrate
    
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Wed Oct 02 22:16:02 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  5. src/test/java/jcifs/smb/PreauthIntegrityServiceTest.java

            });
        }
    
        @Test
        @DisplayName("Test update on non-existent session")
        public void testUpdateNonExistentSession() throws CIFSException {
            // With enforcement disabled, this should log a warning but not throw
            PreauthIntegrityService lenientService = new PreauthIntegrityService(secureRandom, PreauthIntegrityService.HASH_ALGO_SHA512, false);
    
            // Should not throw exception
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 11.1K bytes
    - Viewed (0)
  6. docs/em/docs/tutorial/request-files.md

    ///
    
    /// warning
    
    👆 đŸ’Ē đŸ“Ŗ 💗 `File` &amp; `Form` đŸ”ĸ *➡ đŸ› ī¸*, âœ‹ī¸ 👆 đŸ’Ē đŸšĢ đŸ“Ŗ `Body` 🏑 👈 👆 ⌛ 📨 đŸŽģ, 📨 🔜 âœ”ī¸ đŸ’Ē 🗜 âš™ī¸ `multipart/form-data` â†Šī¸ `application/json`.
    
    👉 đŸšĢ đŸšĢ **FastAPI**, âšĢī¸ 🍕 đŸ‡ē🇸🔍 đŸ› ī¸.
    
    ///
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  7. docs/em/docs/advanced/behind-a-proxy.md

    <img src="/img/tutorial/behind-a-proxy/image02.png">
    
    â–ļī¸ī¸ đŸ‘Ĩ 💚 âšĢī¸. đŸ‘ļ đŸ‘ļ
    
    👉 â†Šī¸ FastAPI âš™ī¸ 👉 `root_path` ✍ đŸ”ĸ `server` 🗄 âŽī¸ 📛 🚚 `root_path`.
    
    ## 🌖 đŸ’Ŋ
    
    /// warning
    
    👉 🌅 🏧 âš™ī¸ đŸ’ŧ. 💭 🆓 đŸšļ âšĢī¸.
    
    ///
    
    đŸ”ĸ, **FastAPI** 🔜 ✍ `server` 🗄 🔗 âŽī¸ 📛 `root_path`.
    
    âœ‹ī¸ 👆 đŸ’Ē 🚚 🎏 🎛 `servers`, đŸ–ŧ đŸšĨ 👆 💚 *🎏* đŸŠē 🎚 🔗 âŽī¸ 🏗 &amp; 🏭 🌐.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 10K bytes
    - Viewed (0)
  8. docs/en/docs/tutorial/schema-extra-example.md

    They are more relevant for older versions, before OpenAPI 3.1.0 was available.
    
    You can consider this a brief OpenAPI and JSON Schema **history lesson**. 🤓
    
    ///
    
    /// warning
    
    These are very technical details about the standards **JSON Schema** and **OpenAPI**.
    
    If the ideas above already work for you, that might be enough, and you probably don't need these details, feel free to skip them.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/hash/BloomFilter.java

        checkNotNull(strategy);
    
        if (expectedInsertions == 0) {
          expectedInsertions = 1;
        }
        /*
         * TODO(user): Put a warning in the javadoc about tiny fpp values, since the resulting size
         * is proportional to -log(p), but there is not much of a point after all, e.g.
         * optimalM(1000, 0.0000000000000001) = 76680 which is less than 10kb. Who cares!
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Aug 31 13:15:26 UTC 2025
    - 26.9K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/util/concurrent/ServiceManager.java

          // fired. To avoid this we substitute a placeholder service.
          logger
              .get()
              .log(
                  Level.WARNING,
                  "ServiceManager configured with no services.  Is your application configured"
                      + " properly?",
                  new EmptyServiceManagerWarning());
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 33.2K bytes
    - Viewed (0)
Back to top