Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for Studer (0.17 sec)

  1. okhttp-tls/src/main/kotlin/okhttp3/tls/HeldCertificate.kt

          // Signature.
          val signature =
            Signature.getInstance(tbsCertificate.signatureAlgorithmName).run {
              initSign(issuerKeyPair.private)
              update(CertificateAdapters.tbsCertificate.toDer(tbsCertificate).toByteArray())
              sign().toByteString()
            }
    
          // Complete signed certificate.
          val certificate =
            Certificate(
              tbsCertificate = tbsCertificate,
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 21.6K bytes
    - Viewed (1)
  2. docs/fr/docs/alternatives.md

    ### Frameworks REST pour Flask
    
    Il y a plusieurs frameworks REST pour Flask, mais après avoir investi du temps et du travail pour les étudier, j'ai
    découvert que le développement de beaucoup d'entre eux sont suspendus ou abandonnés, avec plusieurs problèmes
    permanents qui les rendent inadaptés.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 27.5K bytes
    - Viewed (0)
  3. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // cleaning : 2013-12-05 Binky Moon, LLC
    cleaning
    
    // click : 2014-06-05 Internet Naming Company LLC
    click
    
    // clinic : 2014-03-20 Binky Moon, LLC
    clinic
    
    // clinique : 2015-10-01 The Estée Lauder Companies Inc.
    clinique
    
    // clothing : 2013-08-27 Binky Moon, LLC
    clothing
    
    // cloud : 2015-04-16 Aruba PEC S.p.A.
    cloud
    
    // club : 2013-11-08 Registry Services, LLC
    club
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  4. common-protos/k8s.io/api/core/v1/generated.proto

    // ---
    // TODO: merge w/ PodExecOptions below for stdin, stdout, etc
    // and also when we cut V2, we should export a "StreamOptions" or somesuch that contains Stdin, Stdout, Stder and TTY
    message PodAttachOptions {
      // Stdin if true, redirects the standard input stream of the pod for this call.
      // Defaults to false.
      // +optional
      optional bool stdin = 1;
    
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    behind him.
    
      `--or next day, maybe,' the Footman continued in the same tone,
    exactly as if nothing had happened.
    
      `How am I to get in?' asked Alice again, in a louder tone.
    
      `ARE you to get in at all?' said the Footman.  `That's the
    first question, you know.'
    
      It was, no doubt:  only Alice did not like to be told so.
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    behind him.
    
      `--or next day, maybe,' the Footman continued in the same tone,
    exactly as if nothing had happened.
    
      `How am I to get in?' asked Alice again, in a louder tone.
    
      `ARE you to get in at all?' said the Footman.  `That's the
    first question, you know.'
    
      It was, no doubt:  only Alice did not like to be told so.
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
Back to top