- Sort Score
- Num 10 results
- Language All
Results 1 - 8 of 8 for Emoji (0.04 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/util/KuromojiCSVUtilTest.java
assertEquals(3, result.length); assertEquals("ζ₯ζ¬θͺ", result[0]); assertEquals("νκ΅μ΄", result[1]); assertEquals("\"δΈζ\"", result[2]); // Emoji and special symbols - quotes preserved value = "\"πrocket\",\"@symbol\",\"#hashtag\""; result = KuromojiCSVUtil.parse(value); assertEquals(3, result.length);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 18.9K 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) -
src/test/java/org/codelibs/fess/suggest/entity/SuggestItemBoundaryTest.java
assertTrue("Should contain special characters", item.getText().contains("!@#$")); } @Test public void test_textWithUnicode() { // Test with various Unicode characters: emoji, Chinese, Arabic, etc. String[] text = { "ζ₯ζ¬θͺ", "δΈζ", "νκ΅μ΄", "Ψ§ΩΨΉΨ±Ψ¨ΩΨ©" }; String[][] readings = { { "nihongo" }, { "zhongwen" }, { "hangugeo" }, { "arabic" } };Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sat Jan 17 05:10:37 GMT 2026 - 22.2K bytes - Click Count (0) -
guava/src/com/google/common/base/CharMatcher.java
* points</a> in the range {@code 0x10000} to {@code 0x10FFFF} which includes the majority of * assigned characters, including important CJK characters and emoji. * * <p>Supplementary characters are <a * href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Character.html#supplementary">encoded
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 29 22:14:05 GMT 2026 - 54.4K bytes - Click Count (0) -
android/guava/src/com/google/common/base/CharMatcher.java
* points</a> in the range {@code 0x10000} to {@code 0x10FFFF} which includes the majority of * assigned characters, including important CJK characters and emoji. * * <p>Supplementary characters are <a * href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Character.html#supplementary">encoded
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 29 22:14:05 GMT 2026 - 53.9K 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)