Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for L1214 (0.02 sec)

  1. src/test/java/org/codelibs/fess/helper/UserAgentHelperTest.java

        }
    
        public void test_getUserAgentType_operaClassic() {
            getMockRequest().addHeader("user-agent", "Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14");
            assertEquals(UserAgentType.OPERA, userAgentHelper.getUserAgentType());
        }
    
        public void test_getUserAgentType_edgeWithChrome() {
            getMockRequest().addHeader("user-agent",
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 13:41:04 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/sql-databases.md

    * `id`
    * `name`
    * `age`
    * `secret_name`
    
    {* ../../docs_src/sql_databases/tutorial002_an_py310.py ln[7:14] hl[12:14] *}
    
    #### `HeroPublic` - the public *data model* { #heropublic-the-public-data-model }
    
    Next, we create a `HeroPublic` model, this is the one that will be **returned** to the clients of the API.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    * Update docs for Pydantic's `Settings` using a dependency with `@lru_cache()`. PR [#1214](https://github.com/tiangolo/fastapi/pull/1214).
    * Add first translation to Spanish [FastAPI](https://fastapi.tiangolo.com/es/). PR [#1201](https://github.com/tiangolo/fastapi/pull/1201) by [@mariacamilagl](https://github.com/mariacamilagl).
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
Back to top