Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 112 for Exited (0.11 sec)

  1. doc/go_mem.html

    can only have outcomes explained by some sequentially consistent interleaving
    of the goroutine executions.
    (The proof is the same as Section 7 of Boehm and Adve's paper cited above.)
    This property is called DRF-SC.
    </p>
    
    <p>
    The intent of the formal definition is to match
    the DRF-SC guarantee provided to race-free programs
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Aug 05 15:41:37 UTC 2025
    - 26.6K bytes
    - Viewed (0)
  2. docs/changelogs/changelog_3x.md

     *  **OkHttp now supports prior knowledge cleartext HTTP/2.** Enable this by setting
        `Protocol.H2_PRIOR_KNOWLEDGE` as the lone protocol on an `OkHttpClient.Builder`. This mode
        only supports `http:` URLs and is best suited in closed environments where HTTPS is
        inappropriate.
    
     *  New: `HttpUrl.get(String)` is an alternative to `HttpUrl.parse(String)` that throws an exception
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    it.com
    
    // Unison Computing, PBC : https://unison.cloud
    // Submitted by Simon HĂžjberg <******@****.***>
    unison-services.cloud
    
    // United Gameserver GmbH : https://united-gameserver.de
    // Submitted by Stefan Schwarz <sysadm@united-gameserver.de>
    virtual-user.de
    virtualuser.de
    
    // UNIVERSAL DOMAIN REGISTRY : https://www.udr.org.yt/
    // see also: whois -h whois.udr.org.yt help
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  4. src/main/webapp/js/admin/popper.min.js.map

    .map(name => ({\n        name,\n        ...this.options.modifiers[name],\n      }))\n      // sort the modifiers by order\n      .sort((a, b) => a.order - b.order);\n\n    // modifiers have the ability to execute arbitrary code when Popper.js get inited\n    // such code is executed in the same order of its modifier\n    // they could add new properties to their options configuration\n    // BE AWARE: don't add options to `options.modifiers.name` but to `modifierOptions`!\n    this.modifiers.for...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 120.9K bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const WCONTINUED ideal-int
    pkg syscall (freebsd-arm64), const WCOREFLAG = 128
    pkg syscall (freebsd-arm64), const WCOREFLAG ideal-int
    pkg syscall (freebsd-arm64), const WEXITED = 16
    pkg syscall (freebsd-arm64), const WEXITED ideal-int
    pkg syscall (freebsd-arm64), const WLINUXCLONE = 2147483648
    pkg syscall (freebsd-arm64), const WLINUXCLONE ideal-int
    pkg syscall (freebsd-arm64), const WNOHANG = 1
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const WCONTINUED ideal-int
    pkg syscall (darwin-arm64), const WCOREFLAG = 128
    pkg syscall (darwin-arm64), const WCOREFLAG ideal-int
    pkg syscall (darwin-arm64), const WEXITED = 4
    pkg syscall (darwin-arm64), const WEXITED ideal-int
    pkg syscall (darwin-arm64), const WNOHANG = 1
    pkg syscall (darwin-arm64), const WNOHANG ideal-int
    pkg syscall (darwin-arm64), const WNOWAIT = 32
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.10.md

    ## Changelog since v1.10.3
    
    ### Other notable changes
    
    * Fixes issue for readOnly subpath mounts for SELinux systems and when the volume mountPath already existed in the container image. ([#64351](https://github.com/kubernetes/kubernetes/pull/64351), [@msau42](https://github.com/msau42))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.27.md

      - https://github.com/kubernetes-sigs/kustomize/pull/4985: If you previously included .git in an AWS or Azure URL, we will no longer automatically remove that suffix. You may need...
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jul 17 07:48:22 UTC 2024
    - 466.3K bytes
    - Viewed (2)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const WCOREFLAG = 128 #53466
    pkg syscall (freebsd-riscv64), const WCOREFLAG ideal-int #53466
    pkg syscall (freebsd-riscv64), const WEXITED = 16 #53466
    pkg syscall (freebsd-riscv64), const WEXITED ideal-int #53466
    pkg syscall (freebsd-riscv64), const WLINUXCLONE = 2147483648 #53466
    pkg syscall (freebsd-riscv64), const WLINUXCLONE ideal-int #53466
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  10. api/go1.1.txt

    pkg syscall (darwin-386), const VWERASE = 4
    pkg syscall (darwin-386), const VWERASE ideal-int
    pkg syscall (darwin-386), const WCONTINUED = 16
    pkg syscall (darwin-386), const WCOREFLAG = 128
    pkg syscall (darwin-386), const WEXITED = 4
    pkg syscall (darwin-386), const WNOHANG = 1
    pkg syscall (darwin-386), const WNOWAIT = 32
    pkg syscall (darwin-386), const WORDSIZE = 32
    pkg syscall (darwin-386), const WSTOPPED = 8
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top