Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for alternate (0.18 sec)

  1. src/crypto/x509/x509_test.go

                X509v3 Extended Key Usage:
                    TLS Web Server Authentication
                X509v3 Basic Constraints: critical
                    CA:FALSE
                X509v3 Subject Alternative Name:
                    DNS:longOID.example
                X509v3 Certificate Policies:
                    Policy: 1.3.6.1.4.1.311.21.8.1492336001
    
        Signature Algorithm: sha256WithRSAEncryption
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  2. fastapi/routing.py

            `on_event` is deprecated, use `lifespan` event handlers instead.
    
            Read more about it in the
            [FastAPI docs for Lifespan Events](https://fastapi.tiangolo.com/advanced/events/#alternative-events-deprecated).
            """
    
            def decorator(func: DecoratedCallable) -> DecoratedCallable:
                self.add_event_handler(event_type, func)
                return func
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Apr 02 02:48:51 UTC 2024
    - 170.1K bytes
    - Viewed (0)
Back to top