Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 271 - 280 of 1,144 for Little (0.42 seconds)

  1. docs/de/docs/tutorial/bigger-applications.md

    ### *Pfadoperationen* mit `APIRouter` { #path-operations-with-apirouter }
    
    Und dann verwenden Sie ihn, um Ihre *Pfadoperationen* zu deklarieren.
    
    Verwenden Sie ihn auf die gleiche Weise wie die Klasse `FastAPI`:
    
    {* ../../docs_src/bigger_applications/app_an_py310/routers/users.py hl[6,11,16] title["app/routers/users.py"] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 21.9K bytes
    - Click Count (0)
  2. tests/test_request_params/test_body/test_optional_list.py

                "p": {
                    "anyOf": [
                        {"items": {"type": "string"}, "type": "array"},
                        {"type": "null"},
                    ],
                    "title": "P",
                },
            },
            "title": body_model_name,
            "type": "object",
        }
    
    
    def test_optional_list_str_missing():
        client = TestClient(app)
        response = client.post("/optional-list-str")
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 09:59:14 GMT 2026
    - 12.6K bytes
    - Click Count (0)
  3. docs/ru/docs/tutorial/cookie-param-models.md

    баннеры cookies, они всеми силами пытаются получить ваше согласие — и всё ради того, чтобы <dfn title="Это ещё одна шутка. Не обращайте на меня внимания. Выпейте кофе со своей печенькой. ☕">API его отклонил</dfn>. 🍪
    
    Например, если клиент попытается отправить cookie `santa_tracker` со значением `good-list-please`, то в ответ он получит **ошибку**, сообщающую ему, что `santa_tracker` <dfn title="Санта не одобряет пропажу печенья. 🎅 Ладно, больше никаких шуток про печенье.">cookie не разрешён</dfn>:...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Feb 12 19:57:34 GMT 2026
    - 5.1K bytes
    - Click Count (0)
  4. docs/en/docs/_llm-test.md

    * <abbr title="Getting Things Done">GTD</abbr>
    * <abbr title="less than"><code>lt</code></abbr>
    * <abbr title="XML Web Token">XWT</abbr>
    * <abbr title="Parallel Server Gateway Interface">PSGI</abbr>
    
    ### The abbr gives a full phrase and an explanation { #the-abbr-gives-a-full-phrase-and-an-explanation }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 11K bytes
    - Click Count (0)
  5. docs/es/docs/features.md

    ### Basado en estándares abiertos { #based-on-open-standards }
    
    * [**OpenAPI**](https://github.com/OAI/OpenAPI-Specification) para la creación de APIs, incluyendo declaraciones de <dfn title="también conocido como: endpoints, rutas">path</dfn> <dfn title="también conocido como métodos HTTP, como POST, GET, PUT, DELETE">operations</dfn>, parámetros, request bodies, seguridad, etc.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 10.1K bytes
    - Click Count (0)
  6. tests/test_request_params/test_file/test_required.py

        assert app.openapi()["components"]["schemas"][body_model_name] == {
            "properties": {
                "p": {
                    "title": "P",
                    "type": "string",
                    "contentMediaType": "application/octet-stream",
                },
            },
            "required": ["p"],
            "title": body_model_name,
            "type": "object",
        }
    
    
    @pytest.mark.parametrize(
        "path",
        [
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 21 13:01:31 GMT 2026
    - 11.1K bytes
    - Click Count (0)
  7. src/test/java/org/codelibs/fess/entity/FacetQueryViewTest.java

        }
    
        // Test title getter and setter
        @Test
        public void test_getTitle() {
            assertNull(facetQueryView.getTitle());
    
            String testTitle = "Test Title";
            facetQueryView.setTitle(testTitle);
            assertEquals(testTitle, facetQueryView.getTitle());
        }
    
        @Test
        public void test_setTitle() {
            String title1 = "Title 1";
            facetQueryView.setTitle(title1);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 17.9K bytes
    - Click Count (0)
  8. docs/ru/docs/tutorial/bigger-applications.md

    ### *Операции пути* с `APIRouter` { #path-operations-with-apirouter }
    
    И затем вы используете его, чтобы объявить ваши *операции пути*.
    
    Используйте его так же, как вы использовали бы класс `FastAPI`:
    
    {* ../../docs_src/bigger_applications/app_an_py310/routers/users.py hl[6,11,16] title["app/routers/users.py"] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 29.7K bytes
    - Click Count (0)
  9. docs/de/docs/advanced/events.md

    ## Lifespan { #lifespan }
    
    Sie können diese Logik beim <abbr title="Hochfahren">*Startup*</abbr> und <abbr title="Herunterfahren">*Shutdown*</abbr> mithilfe des `lifespan`-Parameters der `FastAPI`-App und eines „Kontextmanagers“ definieren (ich zeige Ihnen gleich, was das ist).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 9.4K bytes
    - Click Count (0)
  10. docs/en/docs/tutorial/cookie-param-models.md

    Poor cookie banners with all their effort to get your consent for the <dfn title="This is another joke. Don't pay attention to me. Have some coffee for your cookie. ☕">API to reject it</dfn>. 🍪
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 10 11:48:27 GMT 2026
    - 3.1K bytes
    - Click Count (0)
Back to Top