Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 54 for pinyin (0.15 sec)

  1. src/syscall/zerrors_openbsd_ppc64.go

    	O_TRUNC                           = 0x400
    	O_WRONLY                          = 0x1
    	PARENB                            = 0x1000
    	PARMRK                            = 0x8
    	PARODD                            = 0x2000
    	PENDIN                            = 0x20000000
    	PF_FLUSH                          = 0x1
    	PRIO_PGRP                         = 0x1
    	PRIO_PROCESS                      = 0x0
    	PRIO_USER                         = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  2. src/syscall/zerrors_openbsd_riscv64.go

    	O_TRUNC                           = 0x400
    	O_WRONLY                          = 0x1
    	PARENB                            = 0x1000
    	PARMRK                            = 0x8
    	PARODD                            = 0x2000
    	PENDIN                            = 0x20000000
    	PF_FLUSH                          = 0x1
    	PRIO_PGRP                         = 0x1
    	PRIO_PROCESS                      = 0x0
    	PRIO_USER                         = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  3. src/syscall/zerrors_openbsd_arm.go

    	O_TRUNC                           = 0x400
    	O_WRONLY                          = 0x1
    	PARENB                            = 0x1000
    	PARMRK                            = 0x8
    	PARODD                            = 0x2000
    	PENDIN                            = 0x20000000
    	PF_FLUSH                          = 0x1
    	PRIO_PGRP                         = 0x1
    	PRIO_PROCESS                      = 0x0
    	PRIO_USER                         = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 62.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	O_WRONLY                      = 0x1
    	PARENB                        = 0x100
    	PAREXT                        = 0x100000
    	PARMRK                        = 0x8
    	PARODD                        = 0x200
    	PENDIN                        = 0x20000000
    	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: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  5. src/syscall/zerrors_openbsd_386.go

    	O_TRUNC                           = 0x400
    	O_WRONLY                          = 0x1
    	PARENB                            = 0x1000
    	PARMRK                            = 0x8
    	PARODD                            = 0x2000
    	PENDIN                            = 0x20000000
    	PF_FLUSH                          = 0x1
    	PRIO_PGRP                         = 0x1
    	PRIO_PROCESS                      = 0x0
    	PRIO_USER                         = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 62.5K bytes
    - Viewed (0)
  6. src/syscall/zerrors_openbsd_amd64.go

    	O_TRUNC                           = 0x400
    	O_WRONLY                          = 0x1
    	PARENB                            = 0x1000
    	PARMRK                            = 0x8
    	PARODD                            = 0x2000
    	PENDIN                            = 0x20000000
    	PF_FLUSH                          = 0x1
    	PRIO_PGRP                         = 0x1
    	PRIO_PROCESS                      = 0x0
    	PRIO_USER                         = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 62.5K bytes
    - Viewed (0)
  7. src/syscall/zerrors_dragonfly_amd64.go

    	O_TRUNC                           = 0x400
    	O_WRONLY                          = 0x1
    	PARENB                            = 0x1000
    	PARMRK                            = 0x8
    	PARODD                            = 0x2000
    	PENDIN                            = 0x20000000
    	PRIO_PGRP                         = 0x1
    	PRIO_PROCESS                      = 0x0
    	PRIO_USER                         = 0x2
    	PROT_EXEC                         = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 59.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/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: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  9. docs/changelogs/changelog_3x.md

     *  Fix: `CertificatePinner` now matches canonicalized hostnames. Previously
        this was case sensitive. This change should also make it easier to configure
        certificate pinning for internationalized domain names.
     *  Fix: Don’t crash on non-ASCII `ETag` headers. Previously OkHttp would reject
        these headers when validating a cached response.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  10. src/syscall/zerrors_openbsd_mips64.go

    	O_TRUNC                           = 0x400
    	O_WRONLY                          = 0x1
    	PARENB                            = 0x1000
    	PARMRK                            = 0x8
    	PARODD                            = 0x2000
    	PENDIN                            = 0x20000000
    	PF_FLUSH                          = 0x1
    	PRIO_PGRP                         = 0x1
    	PRIO_PROCESS                      = 0x0
    	PRIO_USER                         = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:08:26 UTC 2020
    - 66.7K bytes
    - Viewed (0)
Back to top