Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 55 for c404 (0.1 sec)

  1. helm-releases/minio-4.0.4.tgz

    minio-4.0.4.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2022-05-08T23-50-31Z description: Multi-Cloud Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3 - cluster maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 4.0.4 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jul 14 04:44:23 UTC 2022
    - 18.2K bytes
    - Viewed (0)
  2. src/time/zoneinfo_abbrs_windows.go

    	"Eastern Standard Time (Mexico)":  {"EST", "EST"},     // America/Cancun
    	"Venezuela Standard Time":         {"-04", "-04"},     // America/Caracas
    	"SA Eastern Standard Time":        {"-03", "-03"},     // America/Cayenne
    	"Central Standard Time":           {"CST", "CDT"},     // America/Chicago
    	"Central Brazilian Standard Time": {"-04", "-04"},     // America/Cuiaba
    	"Mountain Standard Time":          {"MST", "MDT"},     // America/Denver
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 20:01:59 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go

    	SYS_MSGSND                       = 4400
    	SYS_MSGRCV                       = 4401
    	SYS_MSGCTL                       = 4402
    	SYS_CLOCK_GETTIME64              = 4403
    	SYS_CLOCK_SETTIME64              = 4404
    	SYS_CLOCK_ADJTIME64              = 4405
    	SYS_CLOCK_GETRES_TIME64          = 4406
    	SYS_CLOCK_NANOSLEEP_TIME64       = 4407
    	SYS_TIMER_GETTIME64              = 4408
    	SYS_TIMER_SETTIME64              = 4409
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  4. src/regexp/testdata/re2-search.txt

    "^(?:^[ay]*[bx]+c)"
    -;-;-;-
    -;0-3;-;0-3
    "(?:^[ay]*[bx]+c)$"
    -;-;-;-
    -;-;-;-
    strings
    ""
    "aabcdef"
    regexps
    "^[ay]*[bx]+c"
    -;-;-;-
    -;0-4;-;0-4
    "^(?:^[ay]*[bx]+c)$"
    -;-;-;-
    -;-;-;-
    "^(?:^[ay]*[bx]+c)"
    -;-;-;-
    -;0-4;-;0-4
    "(?:^[ay]*[bx]+c)$"
    -;-;-;-
    -;-;-;-
    strings
    ""
    "abcdef"
    regexps
    "def$"
    -;-;-;-
    -;3-6;-;3-6
    "^(?:def$)$"
    -;-;-;-
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 42.4K bytes
    - Viewed (0)
  5. tests/test_tutorial/test_bigger_applications/test_main_an.py

    
    def test_items_bar_token_jessica(client: TestClient):
        response = client.get(
            "/items/bar?token=jessica", headers={"X-Token": "fake-super-secret-token"}
        )
        assert response.status_code == 404
        assert response.json() == {"detail": "Item not found"}
    
    
    def test_items_plumbus_with_no_token(client: TestClient):
        response = client.get(
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 24.6K bytes
    - Viewed (0)
  6. tests/test_tutorial/test_bigger_applications/test_main_an_py39.py

    @needs_py39
    def test_items_bar_token_jessica(client: TestClient):
        response = client.get(
            "/items/bar?token=jessica", headers={"X-Token": "fake-super-secret-token"}
        )
        assert response.status_code == 404
        assert response.json() == {"detail": "Item not found"}
    
    
    @needs_py39
    def test_items_plumbus_with_no_token(client: TestClient):
        response = client.get(
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  7. docs/ru/docs/tutorial/handling-errors.md

    Они похожи на двухсотые HTTP статус-коды (от 200 до 299), которые означают, что запрос обработан успешно.
    
    Четырёхсотые статус-коды означают, что ошибка произошла по вине клиента.
    
    Помните ли ошибки **"404 Not Found "** (и шутки) ?
    
    ## Использование `HTTPException`
    
    Для возврата клиенту HTTP-ответов с ошибками используется `HTTPException`.
    
    ### Импортируйте `HTTPException`
    
    ```Python hl_lines="1"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  8. docs/de/docs/tutorial/handling-errors.md

    Die Statuscodes im 400er-Bereich bedeuten hingegen, dass es einen Fehler gab.
    
    Erinnern Sie sich an all diese **404 Not Found** Fehler (und Witze)?
    
    ## `HTTPException` verwenden
    
    Um HTTP-Responses mit Fehlern zum Client zurückzugeben, verwenden Sie `HTTPException`.
    
    ### `HTTPException` importieren
    
    ```Python hl_lines="1"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:28:29 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  9. maven-resolver-provider/src/test/java/org/apache/maven/repository/internal/VersionTest.java

                    "c4d82839-3c46-4eff-b10c-ec0b5bcc600b",
                    "48f6e90f-924b-4859-9763-3ffe661f5af6",
                    "48852d79-ba23-475e-b675-a413b989a2a7",
                    "f7ee0915-ff00-4404-9e9a-6e753d5ff767",
                    "d6462359-a4e2-45ab-aedc-3b1849b0e6ca",
                    "e66228de-d1ed-4973-a108-c181d5059fdb",
                    "d49672a7-177d-475d-aad0-aab0ff4a11b7",
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue May 21 09:54:32 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  10. src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-ECDSA

    00000280  66 b2 9d 53 6e 15 9c f2  9b c7 14 ca 19 7f 00 38  |f..Sn..........8|
    00000290  81 a3 7b 44 e8 3d 6d 54  0f b3 81 fd 82 07 4d a1  |..{D.=mT......M.|
    000002a0  3e 8c 30 34 cd 6e 55 96  58 bf 86 8b 9c f6 be 94  |>.04.nU.X.......|
    000002b0  f4 a8 7e 4d 7f 03 07 7e  98 14 03 03 00 01 01 16  |..~M...~........|
    000002c0  03 03 00 40 00 00 00 00  00 00 00 00 00 00 00 00  |...@............|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.4K bytes
    - Viewed (0)
Back to top