Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 54 of 54 for pinyin (0.14 sec)

  1. src/syscall/zerrors_linux_loong64.go

    	PARITY_CRC32_PR1_CCITT            = 0x7
    	PARITY_DEFAULT                    = 0x0
    	PARITY_NONE                       = 0x1
    	PARMRK                            = 0x8
    	PARODD                            = 0x200
    	PENDIN                            = 0x4000
    	PRIO_PGRP                         = 0x1
    	PRIO_PROCESS                      = 0x0
    	PRIO_USER                         = 0x2
    	PROT_EXEC                         = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 82.5K 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)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go

    	O_VERIFY                       = 0x200000
    	O_WRONLY                       = 0x1
    	PARENB                         = 0x1000
    	PARMRK                         = 0x8
    	PARODD                         = 0x2000
    	PENDIN                         = 0x20000000
    	PIOD_READ_D                    = 0x1
    	PIOD_READ_I                    = 0x3
    	PIOD_WRITE_D                   = 0x2
    	PIOD_WRITE_I                   = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 83.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go

    	O_VERIFY                       = 0x200000
    	O_WRONLY                       = 0x1
    	PARENB                         = 0x1000
    	PARMRK                         = 0x8
    	PARODD                         = 0x2000
    	PENDIN                         = 0x20000000
    	PIOD_READ_D                    = 0x1
    	PIOD_READ_I                    = 0x3
    	PIOD_WRITE_D                   = 0x2
    	PIOD_WRITE_I                   = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.6K bytes
    - Viewed (0)
Back to top