Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 120 for conceal (0.22 sec)

  1. api/go1.14.txt

    pkg syscall (freebsd-arm64), const EXTB ideal-int
    pkg syscall (freebsd-arm64), const EXTPROC = 2048
    pkg syscall (freebsd-arm64), const EXTPROC ideal-int
    pkg syscall (freebsd-arm64), const F_CANCEL = 5
    pkg syscall (freebsd-arm64), const F_CANCEL ideal-int
    pkg syscall (freebsd-arm64), const F_DUP2FD = 10
    pkg syscall (freebsd-arm64), const F_DUP2FD ideal-int
    pkg syscall (freebsd-arm64), const F_DUP2FD_CLOEXEC = 18
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg image/jpeg, type Reader //deprecated
    pkg net, type Dialer struct, Cancel //deprecated
    pkg net, type Dialer struct, DualStack //deprecated
    pkg net/http, method (*Transport) CancelRequest //deprecated
    pkg net/http, type CloseNotifier //deprecated
    pkg net/http, type ProtocolError //deprecated
    pkg net/http, type Request struct, Cancel //deprecated
    pkg net/http, type Transport struct, Dial //deprecated
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  3. README.md

    [![Jenkins tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/master.svg?)][test-results]
    
    
    Apache Maven is a software project management and comprehension tool. Based on
    the concept of a project object model (POM), Maven can manage a project's
    build, reporting and documentation from a central piece of information.
    
    If you think you have found a bug, please file an issue in the [Maven Issue Tracker][jira].
    
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sun Mar 03 21:28:30 GMT 2024
    - 4.3K bytes
    - Viewed (0)
  4. src/main/webapp/js/admin/jquery-3.6.3.min.map

    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 135.2K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg syscall (darwin-386), const SYS_ACCT ideal-int
    pkg syscall (darwin-386), const SYS_ADD_PROFIL ideal-int
    pkg syscall (darwin-386), const SYS_ADJTIME ideal-int
    pkg syscall (darwin-386), const SYS_AIO_CANCEL ideal-int
    pkg syscall (darwin-386), const SYS_AIO_ERROR ideal-int
    pkg syscall (darwin-386), const SYS_AIO_FSYNC ideal-int
    pkg syscall (darwin-386), const SYS_AIO_READ ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  6. CHANGELOG/CHANGELOG-1.11.md

    ([#62695](https://github.com/kubernetes/kubernetes/pull/62695), [@CaoShuFeng](https://github.com/CaoShuFeng))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 328.4K bytes
    - Viewed (0)
  7. okhttp/src/test/java/okhttp3/EventListenerTest.kt

        )
        val call =
          client.newCall(
            Request.Builder()
              .url(server.url("/"))
              .build(),
          )
        call.cancel()
        call.cancel()
        assertThat(listener.recordedEventTypes()).containsExactly("Canceled")
      }
    
      private fun assertSuccessfulEventOrder(responseMatcher: Matcher<Response?>?) {
        val call =
          client.newCall(
            Request.Builder()
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jan 20 10:30:28 GMT 2024
    - 56.9K bytes
    - Viewed (0)
  8. SECURITY.md

    `SavedModel`) and executes them in parallel on available executors. Running
    TensorFlow in a multitenant design mixes the risks described above with the
    inherent ones from multitenant configurations. The primary areas of concern are
    tenant isolation, resource allocation, model sharing and hardware attacks.
    
    ### Tenant isolation
    
    Since any tenants or users providing models, graphs or checkpoints can execute
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Sun Oct 01 06:06:35 GMT 2023
    - 9.6K bytes
    - Viewed (0)
  9. CHANGELOG.md

        backwards-incompatible changes in forthcoming releases.
     *  Fix: Don't crash loading the public suffix database resource in obfuscated builds.
     *  Fix: Don't silently ignore calls to `EventSource.cancel()` made from
        `EventSourceListener.onOpen()`.
     *  Fix: Enforce the max intermediates constraint when using pinned certificates with Conscrypt.
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Thu Apr 18 01:31:39 GMT 2024
    - 21.4K bytes
    - Viewed (0)
  10. docs/changelogs/changelog_2x.md

        idle and active connections for everything. OkHttp now detects and warns on
        connections that were allocated but never released, and will enforce HTTP/2
        stream limits. This update also fixes `Call.cancel()` to not do I/O on the
        calling thread.
     *  Fix: Don't log gzipped data in the logging interceptor.
     *  Fix: Don't resolve DNS addresses when connecting through a SOCKS proxy.
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sun Feb 06 02:19:09 GMT 2022
    - 26.6K bytes
    - Viewed (0)
Back to top