Search Options

Results per page
Sort
Preferred Languages
Advance

Results 211 - 220 of 232 for Digest (0.08 sec)

  1. CHANGELOG.md

     *  The `AndroidLogging` class is no longer necessary. `LoggingEventListener` and
        `HttpLoggingInterceptor` write to logcat by default.
    
    The rest of this release is our highest-quality release yet. Though we continue to use the word
    _alpha_ in the version name, the only unstable thing in it is some non-final APIs tagged
    `@ExperimentalOkHttpApi`. You can safely use this release in production.
    
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Fri Dec 05 16:02:59 UTC 2025
    - 36.2K bytes
    - Viewed (2)
  2. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

         *
         * @return true if running in embedded mode, false otherwise
         */
        public boolean isEmbedded() {
            return runner != null;
        }
    
        /**
         * Enables the use of ingest pipelines for document processing.
         */
        public void usePipeline() {
            usePipeline = true;
        }
    
        /**
         * Resolves a hostname to an InetAddress.
         *
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 122.4K bytes
    - Viewed (1)
  3. src/bytes/bytes.go

    // given ASCII character in the set. The 128-bits of the lower 16 bytes,
    // starting with the least-significant bit of the lowest word to the
    // most-significant bit of the highest word, map to the full range of all
    // 128 ASCII characters. The 128-bits of the upper 16 bytes will be zeroed,
    // ensuring that any non-ASCII character will be reported as not in the set.
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Tue Sep 16 16:42:15 UTC 2025
    - 35.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.3.md

    * Add subPath to mount a child dir or file of a volumeMount ([#22575](https://github.com/kubernetes/kubernetes/pull/22575), [@MikaelCluseau](https://github.com/MikaelCluseau))
    * Handle image digests in node status and image GC ([#25088](https://github.com/kubernetes/kubernetes/pull/25088), [@ncdc](https://github.com/ncdc))
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  5. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const SCM_TIMESTAMP ideal-int
    pkg syscall (freebsd-386-cgo), const SIGCHLD Signal
    pkg syscall (freebsd-386-cgo), const SIGCONT Signal
    pkg syscall (freebsd-386-cgo), const SIGEMT Signal
    pkg syscall (freebsd-386-cgo), const SIGINFO Signal
    pkg syscall (freebsd-386-cgo), const SIGIO Signal
    pkg syscall (freebsd-386-cgo), const SIGIOT Signal
    pkg syscall (freebsd-386-cgo), const SIGLWP Signal
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (1)
  6. CHANGELOG/CHANGELOG-1.14.md

    - `PidPressure` now evicts pods from lowest priority to highest priority ([#72844](https://github.com/kubernetes/kubernetes/pull/72844), [@dashpole](https://github.com/dashpole))
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.9.md

    *   A new scheduling queue helps schedule the highest priority pending pod first. ([#55109](https://github.com/kubernetes/kubernetes/pull/55109),[ @bsalamat](https://github.com/bsalamat))
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SIGCHLD Signal
    pkg syscall (freebsd-arm64), const SIGCONT = 19
    pkg syscall (freebsd-arm64), const SIGCONT Signal
    pkg syscall (freebsd-arm64), const SIGEMT = 7
    pkg syscall (freebsd-arm64), const SIGEMT Signal
    pkg syscall (freebsd-arm64), const SIGINFO = 29
    pkg syscall (freebsd-arm64), const SIGINFO Signal
    pkg syscall (freebsd-arm64), const SIGIO = 23
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  9. api/go1.16.txt

    pkg syscall (darwin-arm64), const SIGCHLD Signal
    pkg syscall (darwin-arm64), const SIGCONT = 19
    pkg syscall (darwin-arm64), const SIGCONT Signal
    pkg syscall (darwin-arm64), const SIGEMT = 7
    pkg syscall (darwin-arm64), const SIGEMT Signal
    pkg syscall (darwin-arm64), const SIGINFO = 29
    pkg syscall (darwin-arm64), const SIGINFO Signal
    pkg syscall (darwin-arm64), const SIGIO = 23
    pkg syscall (darwin-arm64), const SIGIO Signal
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  10. api/go1.1.txt

    pkg syscall (darwin-386), const SCM_TIMESTAMP_MONOTONIC = 4
    pkg syscall (darwin-386), const SIGBUS = 10
    pkg syscall (darwin-386), const SIGCHLD = 20
    pkg syscall (darwin-386), const SIGCONT = 19
    pkg syscall (darwin-386), const SIGEMT = 7
    pkg syscall (darwin-386), const SIGINFO = 29
    pkg syscall (darwin-386), const SIGIO = 23
    pkg syscall (darwin-386), const SIGIOT = 6
    pkg syscall (darwin-386), const SIGPROF = 27
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top