Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Rec (0.24 sec)

  1. okhttp-tls/src/main/kotlin/okhttp3/tls/internal/der/DerReader.kt

     *  * BER: Basic Encoding Rules.
     *
     * This class was implemented according to the [X.690 spec][[x690]], and under the advice of
     * [Lets Encrypt's ASN.1 and DER][asn1_and_der] guide.
     *
     * [x690]: https://www.itu.int/rec/T-REC-X.690
     * [asn1_and_der]: https://letsencrypt.org/docs/a-warm-welcome-to-asn1-and-der/
     */
    internal class DerReader(source: Source) {
      private val countingSource: CountingSource = CountingSource(source)
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 10.5K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    natal.br
    net.br
    niteroi.br
    *.nom.br
    not.br
    ntr.br
    odo.br
    ong.br
    org.br
    osasco.br
    palmas.br
    poa.br
    ppg.br
    pro.br
    psc.br
    psi.br
    pvh.br
    qsl.br
    radio.br
    rec.br
    recife.br
    rep.br
    ribeirao.br
    rio.br
    riobranco.br
    riopreto.br
    salvador.br
    sampa.br
    santamaria.br
    santoandre.br
    saobernardo.br
    saogonca.br
    seg.br
    sjc.br
    slg.br
    slz.br
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  3. api/go1.1.txt

    pkg syscall (linux-386), const MS_POSIXACL = 65536
    pkg syscall (linux-386), const MS_PRIVATE = 262144
    pkg syscall (linux-386), const MS_RDONLY = 1
    pkg syscall (linux-386), const MS_REC = 16384
    pkg syscall (linux-386), const MS_RELATIME = 2097152
    pkg syscall (linux-386), const MS_REMOUNT = 32
    pkg syscall (linux-386), const MS_RMT_MASK = 8388689
    pkg syscall (linux-386), const MS_SHARED = 1048576
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  4. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const MS_POSIXACL ideal-int
    pkg syscall (linux-arm-cgo), const MS_PRIVATE ideal-int
    pkg syscall (linux-arm-cgo), const MS_RDONLY ideal-int
    pkg syscall (linux-arm-cgo), const MS_REC ideal-int
    pkg syscall (linux-arm-cgo), const MS_RELATIME ideal-int
    pkg syscall (linux-arm-cgo), const MS_REMOUNT ideal-int
    pkg syscall (linux-arm-cgo), const MS_RMT_MASK ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  5. api/go1.txt

    pkg syscall (linux-386), const MS_POSIXACL ideal-int
    pkg syscall (linux-386), const MS_PRIVATE ideal-int
    pkg syscall (linux-386), const MS_RDONLY ideal-int
    pkg syscall (linux-386), const MS_REC ideal-int
    pkg syscall (linux-386), const MS_RELATIME ideal-int
    pkg syscall (linux-386), const MS_REMOUNT ideal-int
    pkg syscall (linux-386), const MS_RMT_MASK ideal-int
    pkg syscall (linux-386), const MS_SHARED ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  6. CHANGELOG/CHANGELOG-1.27.md

    - Added a new alpha API: ClusterTrustBundle (`certificates.k8s.io/v1alpha1`).
      A ClusterTrustBundle may be used to distribute [X.509](https://www.itu.int/rec/T-REC-X.509) trust anchors to workloads within the cluster. ([#113218](https://github.com/kubernetes/kubernetes/pull/113218), [@ahmedtd](https://github.com/ahmedtd)) [SIG API Machinery, Auth and Testing]
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Apr 16 15:20:21 GMT 2024
    - 434.3K bytes
    - Viewed (3)
Back to top