Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for Ferdman (0.04 sec)

  1. src/test/java/org/codelibs/core/text/DecimalFormatSymbolsUtilTest.java

        /**
         * @throws Exception
         */
        public void testGetDecimalFormatSymbols() throws Exception {
            final DecimalFormatSymbols symbols = DecimalFormatSymbolsUtil.getDecimalFormatSymbols(Locale.GERMAN);
            System.out.println("DecimalSeparator:" + symbols.getDecimalSeparator());
            System.out.println("GroupingSeparator:" + symbols.getGroupingSeparator());
        }
    Registered: 2025-05-24 08:58
    - Last Modified: 2025-05-10 01:32
    - 1.2K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/core/text/DecimalFormatUtilTest.java

            assertEquals("2", "1000", DecimalFormatUtil.normalize("1,000", Locale.JAPAN));
            assertEquals("3", "1000.00", DecimalFormatUtil.normalize("1.000,00", Locale.GERMAN));
        }
    Registered: 2025-05-24 08:58
    - Last Modified: 2025-05-10 01:32
    - 1.1K bytes
    - Viewed (0)
  3. docs/en/data/external_links.yml

    com/@mandygu link: https://towardsdatascience.com/deploying-iris-classifications-with-fastapi-and-docker-7c9b83fdec3a title: 'Towards Data Science: Deploying Iris Classifications with FastAPI and Docker' - author: Michael Herman author_link: https://testdriven.io/authors/herman link: https://testdriven.io/blog/fastapi-crud/ title: 'TestDriven.io: Developing and Testing an Asynchronous API with FastAPI and Pytest' - author: Bernard Brenyah author_link: https://medium.com/@bbrenyah link: https://m...
    Registered: 2025-05-25 07:19
    - Last Modified: 2025-03-30 19:23
    - 23.1K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    * 🌐 Add German translation for `docs/de/docs/tutorial/security/first-steps.md`. PR [#10432](https://github.com/tiangolo/fastapi/pull/10432) by [@nilslindemann](https://github.com/nilslindemann).
    * 🌐 Add German translation for `docs/de/docs/advanced/events.md`. PR [#10693](https://github.com/tiangolo/fastapi/pull/10693) by [@nilslindemann](https://github.com/nilslindemann).
    Registered: 2025-05-25 07:19
    - Last Modified: 2025-05-22 09:45
    - 522.5K bytes
    - Viewed (0)
  5. .mailmap

    Luke Daley <******@****.***> <luke@trajan.(none)>
    Lóránt Pintér <******@****.***>
    Lóránt Pintér <******@****.***> <******@****.***>
    Lóránt Pintér <******@****.***> <******@****.***>
    Marcin Erdmann <******@****.***> <******@****.***>
    Marco Vermeulen <******@****.***> <******@****.***>
    Mark Vieira <******@****.***> <******@****.***>
    Michael Barnathan <******@****.***> <******@****.***>
    Registered: 2025-05-28 11:36
    - Last Modified: 2017-10-03 06:34
    - 3.3K bytes
    - Viewed (0)
  6. README.md

    - [简体中文 (Simplified Chinese)](docs/zh-CN/README.md)
    - [Español (Spanish)](docs/es/README.md)
    - [Português (Brazilian Portuguese)](docs/pt-BR/README.md)
    - [Français (French)](docs/fr/README.md)
    - [Deutsch (German)](docs/de/README.md)
    - [한국어 (Korean)](docs/ko/README.md)
    
    ## Powered By
    
    * [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): DI Container
    Registered: 2025-05-26 08:04
    - Last Modified: 2025-03-09 12:24
    - 7.3K bytes
    - Viewed (1)
  7. RELEASE.md

    Ankur Singh, Ashiq Imran, Assoap, c8ef, charleshofer, Chase Riley Roberts, Chenhao Jiang, Chongyun Lee, Claudio Desouza, Corentin Godeau, Crefeda Rodrigues, Danny Burrow, dependabot[bot], Dimitris Vardoulakis, Dragan Mladjenovic, Elfie Guo, Emmanuel Ferdman, fiberflow, flyingcat, Gary Yi-Hung Chen, Georg Stefan Schmid, Gerwout Van Der Veen, Harsha H S, Harshit Monish, Hugo Mano, i.Pear, Ilia Sergachev, Jane Liu, Jaroslav Sevcik, Jc (Jonathan Chen), Jerry Ge, Jian Li, johndoknjas, Johnny, Jonathan Albrecht,...
    Registered: 2025-05-27 12:39
    - Last Modified: 2025-04-21 16:40
    - 738.1K bytes
    - Viewed (1)
  8. CHANGELOG/CHANGELOG-1.8.md

    * Support German cloud for azure disk mount feature ([#50673](https://github.com/kubernetes/kubernetes/pull/50673), [@clement-buchart](https://github.com/clement-buchart))
    Registered: 2025-05-30 09:05
    - Last Modified: 2024-02-20 15:45
    - 312.2K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.9.md

    * Support German cloud for azure disk mount feature ([#50673](https://github.com/kubernetes/kubernetes/pull/50673), [@clement-buchart](https://github.com/clement-buchart))
    Registered: 2025-05-30 09:05
    - Last Modified: 2021-11-16 10:46
    - 313.7K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.7.md

    ## Changelog since v1.7.8
    
    ### Other notable changes
    
    * Support German cloud for azure disk mount feature ([#50673](https://github.com/kubernetes/kubernetes/pull/50673), [@clement-buchart](https://github.com/clement-buchart))
    Registered: 2025-05-30 09:05
    - Last Modified: 2022-05-05 13:44
    - 308.7K bytes
    - Viewed (1)
Back to top