Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 85 for upgrades (0.05 sec)

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

       * all instances of [ResponseBody].
       */
      @get:JvmName("body") val body: ResponseBody,
      /**
       * Non-null if this response is a successful upgrade ...
       */
      @get:JvmName("socket") val socket: Socket?,
      /**
       * Returns the raw response received from the network. Will be null if this response didn't use
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Jul 28 14:39:28 UTC 2025
    - 18.1K bytes
    - Viewed (0)
  2. okhttp/src/commonJvmAndroid/kotlin/okhttp3/WebSocket.kt

     *    ones.
     *
     *  * **Closed:** the web socket has transmitted all of its messages and has received all messages
     *    from the peer.
     *
     * Web sockets may fail due to HTTP upgrade problems, connectivity problems, or if either peer
     * chooses to short-circuit the graceful shutdown process:
     *
     *  * **Canceled:** the web socket connection failed. Messages that were successfully enqueued by
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  3. okhttp/src/commonJvmAndroid/kotlin/okhttp3/EventListener.kt

      }
    
      /**
       * Invoked immediately after receiving a response body and completing reading it.
       *
       * Will only be invoked for requests having a response body e.g. won't be invoked for a web socket
       * upgrade.
       *
       * If the response body is closed before the response body is exhausted, this is invoked at the
       * time it is closed. In such calls [byteCount] is the number of bytes returned to the
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 14:58:02 UTC 2025
    - 17.4K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.3.md

            * Then upgrade nodes to Kubernetes v1.3.
                * As nodes are upgraded, they will automatically, by default, opt-in to attach/detach controller management, which will cause the controller to start managing attaches/detaches for volumes that get scheduled to those nodes.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.16.md

        - [Server binaries](#server-binaries-2)
        - [Node binaries](#node-binaries-2)
      - [Changelog since v1.16.12](#changelog-since-v11612)
      - [Urgent Upgrade Notes](#urgent-upgrade-notes)
        - [(No, really, you MUST read this before you upgrade)](#no-really-you-must-read-this-before-you-upgrade)
      - [Changes by Kind](#changes-by-kind-2)
        - [Bug or Regression](#bug-or-regression-2)
      - [Dependencies](#dependencies-2)
        - [Added](#added-2)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 345.2K bytes
    - Viewed (0)
  6. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/cache/CacheInterceptor.kt

            !"TE".equals(fieldName, ignoreCase = true) &&
            !"Trailers".equals(fieldName, ignoreCase = true) &&
            !"Transfer-Encoding".equals(fieldName, ignoreCase = true) &&
            !"Upgrade".equals(fieldName, ignoreCase = true)
    
        /**
         * Returns true if [fieldName] is content specific and therefore should always be used
         * from cached headers.
         */
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 10.3K bytes
    - Viewed (0)
  7. src/main/resources/fess_message_nl.properties

    errors.no_user_for_changing_password=Huidig wachtwoord is onjuist.
    errors.failed_to_change_password=Wachtwoord wijzigen mislukt.
    errors.unknown_version_for_upgrade=Onbekende versie-informatie.
    errors.failed_to_upgrade_from=Kan niet upgraden vanaf {0}.
    errors.failed_to_reindex=Kan herindexering van {0} naar {1} niet starten.
    errors.failed_to_read_request_file=Kan verzoekbestand niet lezen: {0}
    errors.invalid_header_for_request_file=Ongeldige headerregel: {0}
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12K bytes
    - Viewed (0)
  8. okhttp/src/commonJvmAndroid/kotlin/okhttp3/ConnectionSpec.kt

            .build()
    
        /**
         * A backwards-compatible fallback configuration that works on obsolete client platforms and can
         * connect to obsolete servers. When possible, prefer to upgrade your client platform or server
         * rather than using this configuration.
         */
        @JvmField
        val COMPATIBLE_TLS =
          Builder(true)
            .cipherSuites(*APPROVED_CIPHER_SUITES.toTypedArray())
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  9. mockwebserver/src/main/kotlin/mockwebserver3/MockWebServer.kt

              return false
            }
    
            var reuseSocket = true
            val requestWantsSocket = "Upgrade".equals(request.headers["Connection"], ignoreCase = true)
            val requestWantsWebSocket =
              requestWantsSocket &&
                "websocket".equals(request.headers["Upgrade"], ignoreCase = true)
            val responseWantsSocket = response.socketHandler != null
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 02 20:36:00 UTC 2025
    - 40.3K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_de.properties

    labels.user_gidNumber=gidNumber
    labels.group_gidNumber=gidNumber
    labels.gidNumber=gidNumber
    labels.user_homeDirectory=Home-Verzeichnis
    labels.homeDirectory=Home-Verzeichnis
    labels.upgrade_title_configuration=Upgrade
    labels.upgrade_data_migration=Datenmigration
    labels.upgrade_reindex=Neuindizierung
    labels.upgrade_start_button=Start
    labels.replace_aliases=Aliase ersetzen
    labels.reset_dictionaries=Wörterbücher zurücksetzen
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
Back to top