Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pinyin (0.16 sec)

  1. src/syscall/zerrors_solaris_amd64.go

    	O_XATTR                       = 0x4000
    	PARENB                        = 0x100
    	PAREXT                        = 0x100000
    	PARMRK                        = 0x8
    	PARODD                        = 0x200
    	PENDIN                        = 0x4000
    	PRIO_PGRP                     = 0x1
    	PRIO_PROCESS                  = 0x0
    	PRIO_USER                     = 0x2
    	PROT_EXEC                     = 0x4
    	PROT_NONE                     = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  2. okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt

        /**
         * Sets the certificate pinner that constrains which certificates are trusted. By default HTTPS
         * connections rely on only the [SSL socket factory][sslSocketFactory] to establish trust.
         * Pinning certificates avoids the need to trust certificate authorities.
         */
        fun certificatePinner(certificatePinner: CertificatePinner) =
          apply {
            if (certificatePinner != this.certificatePinner) {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:21:33 UTC 2024
    - 52K bytes
    - Viewed (0)
Back to top