- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for twemoji (0.06 seconds)
-
docs/en/docs/css/custom.css
/* Noto Color Emoji for emoji support with the same font everywhere */ @import url(https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap); /* Override default code font in Material for MkDocs to Fira Code */ :root { --md-code-font: "Fira Code", monospace, "Noto Color Emoji"; } /* Override default regular font in Material for MkDocs to include Noto Color Emoji */ :root {
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Mar 23 13:56:46 GMT 2026 - 6.6K bytes - Click Count (0) -
docs/en/docs/management-tasks.md
## Edit PR Titles * Edit the PR title to start with an emoji from [gitmoji](https://gitmoji.dev/). * Use the emoji character, not the GitHub code. So, use `๐` instead of `:bug:`. This is so that it shows up correctly outside of GitHub, for example in the release notes. * For translations use the `๐` emoji ("globe with meridians").
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Mar 23 13:59:26 GMT 2026 - 10.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/script/groovy/GroovyEngineTest.java
final Map<String, Object> params = new HashMap<>(); params.put("japanese", "ใใใซใกใฏ"); params.put("emoji", "๐"); assertEquals("ใใใซใกใฏ", groovyEngine.evaluate("return japanese", params)); assertEquals("๐", groovyEngine.evaluate("return emoji", params)); } /** * Test that empty return statement returns null */ @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:03:38 GMT 2026 - 29.1K bytes - Click Count (0) -
docs/en/docs/release-notes.md
* ๐ฅ Remove inactive/scarce translations to Persian. PR [#14542](https://github.com/fastapi/fastapi/pull/14542) by [@tiangolo](https://github.com/tiangolo). * ๐ฅ Remove translation to emoji to simplify the new setup with LLM autotranslations. PR [#14541](https://github.com/fastapi/fastapi/pull/14541) by [@tiangolo](https://github.com/tiangolo).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Apr 03 12:07:04 GMT 2026 - 631K bytes - Click Count (0)