- Sort Score
- Num 10 results
- Language All
Results 141 - 150 of 320 for notification (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_google_chat_webhook_urls = "{labels.google_chat_webhook_urls}"; /** The key of the message: Log Notification */ public static final String LABELS_log_notification_enabled = "{labels.log_notification_enabled}"; /** The key of the message: Log Notification Level */ public static final String LABELS_log_notification_level = "{labels.log_notification_level}";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 172.6K bytes - Click Count (0) -
tests/test_tutorial/test_background_tasks/test_tutorial002.py
return client @workdir_lock def test(client: TestClient): log = Path("log.txt") if log.is_file(): os.remove(log) # pragma: no cover response = client.post("/send-notification/******@****.***?q=some-query") assert response.status_code == 200, response.text assert response.json() == {"message": "Message sent"} with open("./log.txt") as f:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 27 10:53:47 GMT 2026 - 968 bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/publicsuffix/PublicSuffixTesting.jvm.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package okhttp3.internal.publicsuffix import org.junit.runner.Runner import org.junit.runner.notification.RunNotifier import org.junit.runners.JUnit4 actual class PublicSuffixTestRunner( klass: Class<*>, ) : Runner() { private val delegate = JUnit4(klass) override fun getDescription() = delegate.description
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri May 23 16:58:05 GMT 2025 - 1.1K bytes - Click Count (0) -
docs/es/docs/tutorial/background-tasks.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 5K bytes - Click Count (0) -
docs/uk/docs/tutorial/background-tasks.md
* Будь-яку послідовність аргументів, які потрібно передати у функцію задачі у відповідному порядку (`email`). * Будь-які іменовані аргументи, які потрібно передати у функцію задачі (`message="some notification"`). ## Впровадження залежностей { #dependency-injection }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 7.6K bytes - Click Count (0) -
src/main/resources/log4j2.xml
<IfLastModified age="P${backup.max.age}D" /> </Delete> </DefaultRolloverStrategy> </RollingFile> <LogNotificationAppender name="LogNotification" minLevel="${sys:fess.log.notification.level:-ERROR}" /> </Appenders> <Loggers> <Logger name="org.codelibs" additivity="false" level="${log.level}"> <AppenderRef ref="AppFile" /> <AppenderRef ref="LogNotification" /> </Logger>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 5.2K bytes - Click Count (0) -
docs/tr/docs/tutorial/background-tasks.md
`.add_task()` şu argümanları alır: * Arka planda çalıştırılacak bir görev fonksiyonu (`write_notification`). * Görev fonksiyonuna sırayla geçirilecek argümanlar (`email`). * Görev fonksiyonuna geçirilecek keyword argümanlar (`message="some notification"`). ## Dependency Injection { #dependency-injection }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 5K bytes - Click Count (0) -
docs/ru/docs/tutorial/background-tasks.md
* Последовательность позиционных аргументов, которые должны быть переданы функции задачи, в порядке (`email`). * Любые именованные аргументы, которые должны быть переданы функции задачи (`message="some notification"`). ## Встраивание зависимостей { #dependency-injection }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 7.5K bytes - Click Count (0) -
docs/pt/docs/tutorial/background-tasks.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 5.1K bytes - Click Count (0) -
docs/ko/docs/tutorial/background-tasks.md
{* ../../docs_src/background_tasks/tutorial001_py310.py hl[14] *} `.add_task()`는 다음 인자를 받습니다: * 백그라운드에서 실행될 작업 함수(`write_notification`). * 작업 함수에 순서대로 전달되어야 하는 인자 시퀀스(`email`). * 작업 함수에 전달되어야 하는 키워드 인자(`message="some notification"`). ## 의존성 주입 { #dependency-injection } `BackgroundTasks`는 의존성 주입 시스템에서도 동작하며, *경로 처리 함수*, 의존성(dependable), 하위 의존성 등 여러 수준에서 `BackgroundTasks` 타입의 매개변수를 선언할 수 있습니다.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 5.2K bytes - Click Count (0)