Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for shifting (0.05 seconds)

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

       *
       * @param code Status code as defined by
       *     [Section 7.4 of RFC 6455](http://tools.ietf.org/html/rfc6455#section-7.4).
       * @param reason Reason for shutting down, no longer than 123 bytes of UTF-8 encoded data (**not** characters) or null.
       * @throws IllegalArgumentException if [code] is invalid or [reason] is too long.
       */
      fun close(
        code: Int,
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Mar 10 21:45:14 GMT 2026
    - 6.1K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/llm/AbstractLlmClient.java

            startAvailabilityCheck();
        }
    
        /**
         * Cleans up resources.
         */
        public void destroy() {
            logger.info("[LLM] {} shutting down.", getName());
            if (availabilityCheckTask != null && !availabilityCheckTask.isCanceled()) {
                availabilityCheckTask.cancel();
                if (logger.isDebugEnabled()) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 72K bytes
    - Click Count (0)
  3. CHANGELOG/CHANGELOG-1.35.md

    - Typed workqueue now cleans up goroutines before shutting down ([#135072](https://github.com/kubernetes/kubernetes/pull/135072), [@Jefftree](https://github.com/Jefftree)) [SIG API Machinery]
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Mar 19 03:20:49 GMT 2026
    - 265.9K bytes
    - Click Count (0)
Back to Top