Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for Studer (0.04 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,
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  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.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 20 19:20:23 UTC 2024
    - 27.6K 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
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  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;
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  5. 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.
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
Back to top