Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 517 for inactive (0.38 sec)

  1. tests/test_tutorial/test_security/test_tutorial005.py

        )
        response = client.get(
            "/users/me", headers={"Authorization": f"Bearer {access_token}"}
        )
        assert response.status_code == 400, response.text
        assert response.json() == {"detail": "Inactive user"}
    
    
    def test_read_items():
        access_token = get_access_token(scope="me items")
        response = client.get(
            "/users/me/items/", headers={"Authorization": f"Bearer {access_token}"}
        )
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Mar 13 19:07:10 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go

    const SizeofUvmexp = 0x158
    
    type Uvmexp struct {
    	Pagesize           int32
    	Pagemask           int32
    	Pageshift          int32
    	Npages             int32
    	Free               int32
    	Active             int32
    	Inactive           int32
    	Paging             int32
    	Wired              int32
    	Zeropages          int32
    	Reserve_pagedaemon int32
    	Reserve_kernel     int32
    	Unused01           int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  3. tests/test_tutorial/test_security/test_tutorial005_an_py310.py

        )
        response = client.get(
            "/users/me", headers={"Authorization": f"Bearer {access_token}"}
        )
        assert response.status_code == 400, response.text
        assert response.json() == {"detail": "Inactive user"}
    
    
    @needs_py310
    def test_read_items(client: TestClient):
        access_token = get_access_token(scope="me items", client=client)
        response = client.get(
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Mar 13 19:07:10 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go

    const SizeofUvmexp = 0x158
    
    type Uvmexp struct {
    	Pagesize           int32
    	Pagemask           int32
    	Pageshift          int32
    	Npages             int32
    	Free               int32
    	Active             int32
    	Inactive           int32
    	Paging             int32
    	Wired              int32
    	Zeropages          int32
    	Reserve_pagedaemon int32
    	Reserve_kernel     int32
    	Unused01           int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  5. tests/test_tutorial/test_security/test_tutorial005_an_py39.py

        )
        response = client.get(
            "/users/me", headers={"Authorization": f"Bearer {access_token}"}
        )
        assert response.status_code == 400, response.text
        assert response.json() == {"detail": "Inactive user"}
    
    
    @needs_py39
    def test_read_items(client: TestClient):
        access_token = get_access_token(scope="me items", client=client)
        response = client.get(
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Mar 13 19:07:10 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go

    const SizeofUvmexp = 0x278
    
    type Uvmexp struct {
    	Pagesize           int64
    	Pagemask           int64
    	Pageshift          int64
    	Npages             int64
    	Free               int64
    	Active             int64
    	Inactive           int64
    	Paging             int64
    	Wired              int64
    	Zeropages          int64
    	Reserve_pagedaemon int64
    	Reserve_kernel     int64
    	Freemin            int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go

    const SizeofUvmexp = 0x278
    
    type Uvmexp struct {
    	Pagesize           int64
    	Pagemask           int64
    	Pageshift          int64
    	Npages             int64
    	Free               int64
    	Active             int64
    	Inactive           int64
    	Paging             int64
    	Wired              int64
    	Zeropages          int64
    	Reserve_pagedaemon int64
    	Reserve_kernel     int64
    	Freemin            int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go

    const SizeofUvmexp = 0x278
    
    type Uvmexp struct {
    	Pagesize           int64
    	Pagemask           int64
    	Pageshift          int64
    	Npages             int64
    	Free               int64
    	Active             int64
    	Inactive           int64
    	Paging             int64
    	Wired              int64
    	Zeropages          int64
    	Reserve_pagedaemon int64
    	Reserve_kernel     int64
    	Freemin            int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  9. pilot/pkg/features/experimental.go

    		"If enabled, Istio will create clusters only when there are requests. This will save memory and CPU cycles"+
    			" in cases where there are lots of inactive clusters and > 1 worker thread").Get()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  10. docs/em/docs/tutorial/security/simple-oauth2.md

    ```
    
    ### 🔕 👩‍💻
    
    🔜 🔄 ⏮️ 🔕 👩‍💻, 🔓 ⏮️:
    
    👩‍💻: `alice`
    
    🔐: `secret2`
    
    & 🔄 ⚙️ 🛠️ `GET` ⏮️ ➡ `/users/me`.
    
    👆 🔜 🤚 "🔕 👩‍💻" ❌, 💖:
    
    ```JSON
    {
      "detail": "Inactive user"
    }
    ```
    
    ## 🌃
    
    👆 🔜 ✔️ 🧰 🛠️ 🏁 💂‍♂ ⚙️ ⚓️ 🔛 `username` & `password` 👆 🛠️.
    
    ⚙️ 👫 🧰, 👆 💪 ⚒ 💂‍♂ ⚙️ 🔗 ⏮️ 🙆 💽 & ⏮️ 🙆 👩‍💻 ⚖️ 💽 🏷.
    
    🕴 ℹ ❌ 👈 ⚫️ 🚫 🤙 "🔐".
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top