Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for 8105 (0.05 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. 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)
  6. 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)
  7. src/cmd/vendor/golang.org/x/sys/unix/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: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go

    	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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go

    	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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/phases/upgrade/compute_test.go

    			externalEtcd:      false,
    			kubernetesVersion: "1.x.5",
    			expectedVersion:   "N/A",
    		},
    		{
    			name:              "local etcd: no supported version for 1.10.5, return the nearest version",
    			externalEtcd:      false,
    			kubernetesVersion: "1.10.5",
    			expectedVersion:   "3.3.17-0",
    		},
    		{
    			name:              "local etcd: has supported version for 1.17.0",
    			externalEtcd:      false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 08:39:51 UTC 2024
    - 34.1K bytes
    - Viewed (0)
Back to top