- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for email (0.02 sec)
-
api/maven-api-model/src/main/mdo/maven.mdo
Registered: 2025-12-28 03:35 - Last Modified: 2025-11-26 03:07 - 133.3K bytes - Viewed (0) -
fastapi/applications.py
* `url`: (`str`) A URL pointing to the contact information. MUST be in the format of a URL. * `email`: (`str`) The email address of the contact person/organization. MUST be in the format of an email address. It will be added to the generated OpenAPI (e.g. visible at `/docs`). Read more at theRegistered: 2025-12-28 07:19 - Last Modified: 2025-12-17 21:25 - 176.3K bytes - Viewed (0) -
fastapi/routing.py
import email.message import functools import inspect import json from collections.abc import ( AsyncIterator, Awaitable, Collection, Coroutine, Mapping, Sequence, ) from contextlib import AsyncExitStack, asynccontextmanager from enum import Enum, IntEnum from typing import ( Annotated, Any, Callable, Optional, Union, ) from annotated_doc import Doc
Registered: 2025-12-28 07:19 - Last Modified: 2025-12-27 12:54 - 174.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_SURAME = "{labels.surame}"; /** The key of the message: Mail */ public static final String LABELS_user_mail = "{labels.user_mail}"; /** The key of the message: Mail */ public static final String LABELS_MAIL = "{labels.mail}"; /** The key of the message: Employee Number */Registered: 2025-12-20 09:19 - Last Modified: 2025-12-13 02:21 - 156.4K bytes - Viewed (0)