Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for 156 (0.05 sec)

  1. cmd/xl-storage-format_test.go

    		}
    	}
    }
    
    func TestIsXLMetaErasureInfoValid(t *testing.T) {
    	tests := []struct {
    		name   int
    		data   int
    		parity int
    		want   bool
    	}{
    		{1, 5, 6, false},
    		{2, 5, 5, true},
    		{3, 0, 5, false},
    		{3, -1, 5, false},
    		{4, 5, -1, false},
    		{5, 5, 0, true},
    		{6, 5, 0, true},
    		{7, 5, 4, true},
    	}
    	for _, tt := range tests {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  2. docs/en/docs/advanced/security/oauth2-scopes.md

    But in your application, for security, you should make sure you only add the scopes that the user is actually able to have, or the ones you have predefined.
    
    ///
    
    {* ../../docs_src/security/tutorial005_an_py310.py hl[156] *}
    
    ## Declare scopes in *path operations* and dependencies
    
    Now we declare that the *path operation* for `/users/me/items/` requires the scope `items`.
    
    For this, we import and use `Security` from `fastapi`.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Oct 29 11:02:16 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  3. api/go1.6.txt

    pkg archive/zip, method (*Writer) RegisterCompressor(uint16, Compressor)
    pkg bufio, method (*Scanner) Buffer([]uint8, int)
    pkg bufio, var ErrFinalToken error
    pkg crypto/tls, const TLS_RSA_WITH_AES_128_GCM_SHA256 = 156
    pkg crypto/tls, const TLS_RSA_WITH_AES_128_GCM_SHA256 uint16
    pkg crypto/tls, const TLS_RSA_WITH_AES_256_GCM_SHA384 = 157
    pkg crypto/tls, const TLS_RSA_WITH_AES_256_GCM_SHA384 uint16
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Jan 13 23:40:13 UTC 2016
    - 12.9K bytes
    - Viewed (0)
  4. docs/de/docs/advanced/security/oauth2-scopes.md

    ```
    
    ////
    
    //// tab | Python 3.9+
    
    ```Python hl_lines="155"
    {!> ../../docs_src/security/tutorial005_an_py39.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="156"
    {!> ../../docs_src/security/tutorial005_an.py!}
    ```
    
    ////
    
    //// tab | Python 3.10+ nicht annotiert
    
    /// tip | "Tipp"
    
    Bevorzugen Sie die `Annotated`-Version, falls möglich.
    
    ///
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 22.5K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg syscall (freebsd-386), const DLT_USER6 = 153
    pkg syscall (freebsd-386), const DLT_USER7 = 154
    pkg syscall (freebsd-386), const DLT_USER8 = 155
    pkg syscall (freebsd-386), const DLT_USER9 = 156
    pkg syscall (freebsd-386), const DLT_WIHART = 223
    pkg syscall (freebsd-386), const DLT_WIHART ideal-int
    pkg syscall (freebsd-386), const DLT_X2E_SERIAL = 213
    pkg syscall (freebsd-386), const DLT_X2E_XORAYA = 214
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), const DLT_USER7 ideal-int
    pkg syscall (freebsd-arm64), const DLT_USER8 = 155
    pkg syscall (freebsd-arm64), const DLT_USER8 ideal-int
    pkg syscall (freebsd-arm64), const DLT_USER9 = 156
    pkg syscall (freebsd-arm64), const DLT_USER9 ideal-int
    pkg syscall (freebsd-arm64), const DLT_WIHART = 223
    pkg syscall (freebsd-arm64), const DLT_WIHART ideal-int
    pkg syscall (freebsd-arm64), const DLT_X2E_SERIAL = 213
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  7. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const IFT_SONETVT ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_SRP = 151
    pkg syscall (netbsd-arm64-cgo), const IFT_SRP ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_SS7SIGLINK = 156
    pkg syscall (netbsd-arm64-cgo), const IFT_SS7SIGLINK ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFT_STACKTOSTACK = 111
    pkg syscall (netbsd-arm64-cgo), const IFT_STACKTOSTACK ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  8. docs/en/docs/release-notes.md

    * Add docs for: [Additional Status Codes](https://fastapi.tiangolo.com/advanced/additional-status-codes/). PR [#156](https://github.com/tiangolo/fastapi/pull/156).
    
    ## 0.14.0
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
Back to top