Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 28 for 8105 (0.32 sec)

  1. docs/de/docs/advanced/security/oauth2-scopes.md

    === "Python 3.10+"
    
        ```Python hl_lines="8  105"
        {!> ../../../docs_src/security/tutorial005_an_py310.py!}
        ```
    
    === "Python 3.9+"
    
        ```Python hl_lines="8  105"
        {!> ../../../docs_src/security/tutorial005_an_py39.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="8  106"
        {!> ../../../docs_src/security/tutorial005_an.py!}
        ```
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:26:08 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  2. docs/em/docs/advanced/security/oauth2-scopes.md

    👥 📣 🎁 🔢 🆎 `SecurityScopes`, 🗄 ⚪️➡️ `fastapi.security`.
    
    👉 `SecurityScopes` 🎓 🎏 `Request` (`Request` ⚙️ 🤚 📨 🎚 🔗).
    
    ```Python hl_lines="8  105"
    {!../../../docs_src/security/tutorial005.py!}
    ```
    
    ## ⚙️ `scopes`
    
    🔢 `security_scopes` 🔜 🆎 `SecurityScopes`.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jan 11 21:21:35 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  3. docs/zh/docs/advanced/security/oauth2-scopes.md

    该依赖项函数本身不需要作用域,因此,可以使用 `Depends` 和 `oauth2_scheme`。不需要指定安全作用域时,不必使用 `Security`。
    
    此处还声明了从 `fastapin.security` 导入的 `SecurityScopes` 类型的特殊参数。
    
    `SecuriScopes` 类与 `Request` 类似(`Request` 用于直接提取请求对象)。
    
    ```Python hl_lines="8  105"
    {!../../../docs_src/security/tutorial005.py!}
    ```
    
    ## 使用 `scopes`
    
    参数 `security_scopes` 的类型是 `SecurityScopes`。
    
    它的属性 `scopes`  是作用域列表,所有依赖项都把它作为子依赖项。也就是说所有**依赖**……这听起来有些绕,后文会有解释。
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 22:43:35 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  4. docs/en/docs/advanced/security/oauth2-scopes.md

        {!> ../../../docs_src/security/tutorial005_an.py!}
        ```
    
    === "Python 3.10+ non-Annotated"
    
        !!! tip
            Prefer to use the `Annotated` version if possible.
    
        ```Python hl_lines="8  105"
        {!> ../../../docs_src/security/tutorial005_py310.py!}
        ```
    
    === "Python 3.9+ non-Annotated"
    
        !!! tip
            Prefer to use the `Annotated` version if possible.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon May 20 17:37:28 UTC 2024
    - 20.5K bytes
    - Viewed (0)
  5. helm-releases/minio-1.0.5.tgz

    minio-1.0.5.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2021-08-25T00-41-18Z description: Multi-Cloud Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - storage - object-storage - S3 maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 1.0.5 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name to substitute for...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Aug 25 19:53:57 UTC 2021
    - 13.6K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/plugins/nodeports/node_ports_test.go

    					Protocol:      v1.ProtocolTCP,
    				},
    				{
    					ContainerPort: 8004,
    					HostPort:      8004,
    					Protocol:      v1.ProtocolTCP,
    				}}).ContainerPort([]v1.ContainerPort{
    				{
    					ContainerPort: 8005,
    					Protocol:      v1.ProtocolTCP,
    				},
    			}).Obj(),
    			pod2: st.MakePod().ContainerPort([]v1.ContainerPort{
    				{
    					ContainerPort: 8011,
    					HostPort:      8011,
    					Protocol:      v1.ProtocolTCP,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 19 11:02:11 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_linux_mipsle.go

    	SYS_FSTATFS                = 4100
    	SYS_IOPERM                 = 4101
    	SYS_SOCKETCALL             = 4102
    	SYS_SYSLOG                 = 4103
    	SYS_SETITIMER              = 4104
    	SYS_GETITIMER              = 4105
    	SYS_STAT                   = 4106
    	SYS_LSTAT                  = 4107
    	SYS_FSTAT                  = 4108
    	SYS_UNUSED109              = 4109
    	SYS_IOPL                   = 4110
    	SYS_VHANGUP                = 4111
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 12.1K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_linux_mips64.go

    	SYS_GETUID                 = 5100
    	SYS_SYSLOG                 = 5101
    	SYS_GETGID                 = 5102
    	SYS_SETUID                 = 5103
    	SYS_SETGID                 = 5104
    	SYS_GETEUID                = 5105
    	SYS_GETEGID                = 5106
    	SYS_SETPGID                = 5107
    	SYS_GETPPID                = 5108
    	SYS_GETPGRP                = 5109
    	SYS_SETSID                 = 5110
    	SYS_SETREUID               = 5111
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_linux_mips64le.go

    	SYS_GETUID                 = 5100
    	SYS_SYSLOG                 = 5101
    	SYS_GETGID                 = 5102
    	SYS_SETUID                 = 5103
    	SYS_SETGID                 = 5104
    	SYS_GETEUID                = 5105
    	SYS_GETEGID                = 5106
    	SYS_SETPGID                = 5107
    	SYS_GETPPID                = 5108
    	SYS_GETPGRP                = 5109
    	SYS_SETSID                 = 5110
    	SYS_SETREUID               = 5111
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go

    	SYS_GETUID                  = 5100
    	SYS_SYSLOG                  = 5101
    	SYS_GETGID                  = 5102
    	SYS_SETUID                  = 5103
    	SYS_SETGID                  = 5104
    	SYS_GETEUID                 = 5105
    	SYS_GETEGID                 = 5106
    	SYS_SETPGID                 = 5107
    	SYS_GETPPID                 = 5108
    	SYS_GETPGRP                 = 5109
    	SYS_SETSID                  = 5110
    	SYS_SETREUID                = 5111
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top