- Sort Score
- Result 10 results
- Languages All
Results 111 - 120 of 301 for email (0.01 sec)
-
src/main/java/org/codelibs/fess/exec/Crawler.java
crawler.sendMail(infoMap); } catch (final Exception e) { logger.warn("Failed to send a mail.", e); } } } /** * Sends email notification with crawling results and statistics. * The email contains detailed information about the crawling session including * execution times, index sizes, and status information. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 31K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/FuzzyQueryCommandTest.java
// Test with special characters in term text public void test_convertFuzzyQuery_withSpecialCharacters() { QueryContext context = new QueryContext("test", false); String[] specialTexts = { "test@email.com", "test-hyphen", "test_underscore", "test.period", "test+plus" }; for (String text : specialTexts) { Term term = new Term("title", text); FuzzyQuery fuzzyQuery = new FuzzyQuery(term);Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.7K bytes - Viewed (0) -
docs/es/docs/tutorial/metadata.md
| `license_info` | `dict` | La informaciรณn...
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 6.1K bytes - Viewed (0) -
docs/em/docs/tutorial/security/oauth2-jwt.md
/// check ๐ ๐ ๐ณ ๐ ๐ข ๐ "`secret`", ๐ฅ ๐ด โ๏ธ #๏ธโฃ โฌ. /// <img src="/img/tutorial/security/image08.png"> ๐ค ๐ `/users/me/`, ๐ ๐ ๐ค ๐จ: ```JSON { "username": "johndoe", "email": "******@****.***", "full_name": "John Doe", "disabled": false } ``` <img src="/img/tutorial/security/image09.png">
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.6K bytes - Viewed (0) -
docs/ko/docs/tutorial/security/get-current-user.md
์ด์ *๊ฒฝ๋ก ์๋ ํจ์*์์ ํ์ฌ ์ฌ์ฉ์๋ฅผ ์ง์ ๊ฐ์ ธ์ฌ ์ ์์ผ๋ฉฐ `Depends`๋ฅผ ์ฌ์ฉํ์ฌ **์์กด์ฑ ์ฃผ์ ** ์์ค์์ ๋ณด์ ๋ฉ์ปค๋์ฆ์ ์ฒ๋ฆฌํ ์ ์์ต๋๋ค. ๊ทธ๋ฆฌ๊ณ ๋ณด์ ์๊ตฌ ์ฌํญ์ ๋ํ ๋ชจ๋ ๋ชจ๋ธ ๋๋ ๋ฐ์ดํฐ๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค(์ด ๊ฒฝ์ฐ Pydantic ๋ชจ๋ธ `User`). ๊ทธ๋ฌ๋ ์ผ๋ถ ํน์ ๋ฐ์ดํฐ ๋ชจ๋ธ, ํด๋์ค ๋๋ ํ์ ์ ์ฌ์ฉํ๋๋ก ์ ํ๋์ง ์์ต๋๋ค. ๋ชจ๋ธ์ `id`์ `email`์ด ์๊ณ `username`์ด ์๊ธธ ์ํ์ญ๋๊น? ๋ง์ต๋๋ค. ์ด๋ค์ ๋์ผํ ๋๊ตฌ๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค. `str`๋ง ๊ฐ๊ณ ์ถ์ต๋๊น? ์๋๋ฉด ๊ทธ๋ฅ `dict`๋ฅผ ๊ฐ๊ณ ์ถ์ต๋๊น? ์๋๋ฉด ๋ฐ์ดํฐ๋ฒ ์ด์ค ํด๋์ค ๋ชจ๋ธ ์ธ์คํด์ค๋ฅผ ์ง์ ๊ฐ๊ณ ์ถ์ต๋๊น? ๊ทธ๋ค์ ๋ชจ๋ ๊ฐ์ ๋ฐฉ์์ผ๋ก ์๋ํฉ๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.7K bytes - Viewed (0) -
docs/en/docs/index.md
When you install FastAPI with `pip install "fastapi[standard]"` it comes with the `standard` group of optional dependencies: Used by Pydantic: * <a href="https://github.com/JoshData/python-email-validator" target="_blank"><code>email-validator</code></a> - for email validation. Used by Starlette: * <a href="https://www.python-httpx.org" target="_blank"><code>httpx</code></a> - Required if you want to use the `TestClient`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.3K bytes - Viewed (0) -
docs/hu/docs/index.md
## Opcionรกlis kรถvetelmรฉnyek Pydantic รกltal hasznรกlt: * <a href="https://github.com/JoshData/python-email-validator" target="_blank"><code>email-validator</code></a> - e-mail validรกciรณkra. * <a href="https://docs.pydantic.dev/latest/usage/pydantic_settings/" target="_blank"><code>pydantic-settings</code></a> - Beรกllรญtรกsok kรถvetรฉsรฉre.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 20.2K bytes - Viewed (0) -
src/main/resources/fess_message_nl.properties
# Hibernate Validator # ------------------- constraints.CreditCardNumber.message = {item} is geen geldig creditcardnummer. constraints.EAN.message = {item} is geen geldige {type} barcode. constraints.Email.message = {item} is geen geldig e-mailadres. constraints.Length.message = De lengte van {item} moet tussen {min} en {max} liggen. constraints.LuhnCheck.message = De Luhn Modulo 11 checksum van {value} is onjuist.Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12K bytes - Viewed (0) -
docs/ko/docs/tutorial/background-tasks.md
{* ../../docs_src/background_tasks/tutorial001.py hl[14] *} `.add_task()` ํจ์๋ ๋ค์๊ณผ ๊ฐ์ ์ธ์๋ฅผ ๋ฐ์ต๋๋ค : - ๋ฐฑ๊ทธ๋ผ์ด๋์์ ์คํ๋๋ ์์ ํจ์ (`write_notification`). - ์์ ํจ์์ ์์๋๋ก ์ ๋ฌ๋์ด์ผ ํ๋ ์ผ๋ จ์ ์ธ์ (`email`). - ์์ ํจ์์ ์ ๋ฌ๋์ด์ผํ๋ ๋ชจ๋ ํค์๋ ์ธ์ (`message="some notification"`). ## ์์กด์ฑ ์ฃผ์ `BackgroundTasks`๋ฅผ ์์กด์ฑ ์ฃผ์ ์์คํ ๊ณผ ํจ๊ป ์ฌ์ฉํ๋ฉด _๊ฒฝ๋ก ์๋ ํจ์_, ์ข ์์ฑ, ํ์ ์ข ์์ฑ ๋ฑ ์ฌ๋ฌ ์์ค์์ BackgroundTasks ์ ํ์ ๋งค๊ฐ๋ณ์๋ฅผ ์ ์ธํ ์ ์์ต๋๋ค.Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.2K bytes - Viewed (0) -
docs/em/docs/index.md
๐ค ๐ ๐ โซ๏ธ, ๐ ๐ <a href="https://fastapi.tiangolo.com/benchmarks/" class="internal-link" target="_blank">๐</a>. ## ๐ฆ ๐ โ๏ธ Pydantic: * <a href="https://github.com/JoshData/python-email-validator" target="_blank"><code>email-validator</code></a> - ๐ง ๐ฌ. โ๏ธ ๐: * <a href="https://www.python-httpx.org" target="_blank"><code>httpx</code></a> - โ ๐ฅ ๐ ๐ โ๏ธ `TestClient`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 17.1K bytes - Viewed (0)