- Sort Score
- Num 10 results
- Language All
Results 421 - 430 of 660 for handling (0.1 seconds)
-
src/test/java/org/codelibs/fess/script/groovy/GroovyEngineTest.java
*/ @Test public void test_evaluate_containerAvailableWithNullParams() { assertNotNull(groovyEngine.evaluate("return container", null)); } // ===== Exception Handling Tests ===== /** * Test that JobProcessingException is propagated */ @Test public void test_evaluate_jobProcessingExceptionPropagates() {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) -
CHANGELOG/CHANGELOG-1.15.md
- Bump debian-base to v1.0.1 and debian-iptables to v11.0.3 ([#88882](https://github.com/kubernetes/kubernetes/pull/88882), [@tallclair](https://github.com/tallclair)) [SIG API Machinery, Cluster Lifecycle, Release and Testing]
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu May 05 13:44:43 GMT 2022 - 278.9K bytes - Click Count (0) -
android/guava/src/com/google/common/base/Converter.java
/** Constructor for use by subclasses. */ protected Converter() { this(true); } /** Constructor used only by {@code LegacyConverter} to suspend automatic null-handling. */ Converter(boolean handleNullAutomatically) { this.handleNullAutomatically = handleNullAutomatically; } // SPI methods (what subclasses must implement) /**
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jun 18 21:43:06 GMT 2025 - 22.8K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/ModelUpgradeStrategyTest.java
assertNotNull(packageExecution); assertEquals("package", packageExecution.child("phase").orElse(null).textContent()); } } @Nested @DisplayName("Downgrade Handling") class DowngradeHandlingTests { @Test @DisplayName("should fail with error when attempting downgrade from 4.1.0 to 4.0.0") void shouldFailWhenAttemptingDowngrade() throws Exception {
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 38.8K bytes - Click Count (0) -
docs/en/docs/alternatives.md
It is a plug-in for many frameworks (and there's a plug-in for Starlette too). The way it works is that you write the definition of the schema using YAML format inside the docstring of each function handling a route. And it generates OpenAPI schemas. That's how it works in Flask, Starlette, Responder, etc. But then, we have again the problem of having a micro-syntax, inside of a Python string (a big YAML).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 22.2K bytes - Click Count (0) -
docs/zh/docs/how-to/custom-request-and-route.md
如果你刚开始使用 **FastAPI**,可以先跳过本节。 /// ## 使用场景 { #use-cases } 一些使用场景包括: * 将非 JSON 的请求体转换为 JSON(例如 [`msgpack`](https://msgpack.org/index.html))。 * 解压缩使用 gzip 压缩的请求体。 * 自动记录所有请求体日志。 ## 处理自定义请求体编码 { #handling-custom-request-body-encodings } 来看如何用自定义的 `Request` 子类来解压 gzip 请求。 以及一个 `APIRoute` 子类来使用该自定义请求类。 ### 创建自定义 `GzipRequest` 类 { #create-a-custom-gziprequest-class } /// tip | 提示Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 4.1K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbFile.java
setCreateDisposition(req, flags); req.setShareAccess(sharing); req.setFileAttributes(attrs); // Add SMB3 features support with error handling for compatibility SmbSessionImpl session = h.getSession(); // Enable lease support if available, with fallback for compatibility boolean leasesAdded = false;
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 103.2K bytes - Click Count (0) -
docs/uk/docs/how-to/custom-request-and-route.md
- Розпакування тіл запитів, стиснених gzip. - Автоматичне логування всіх тіл запитів. ## Обробка користувацьких кодувань тіла запиту { #handling-custom-request-body-encodings } Розгляньмо, як використати користувацький підклас `Request` для розпакування gzip-запитів. А також підклас `APIRoute`, щоб застосувати цей користувацький клас запиту.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 6.8K bytes - Click Count (0) -
docs/tr/docs/how-to/custom-request-and-route.md
* gzip ile sıkıştırılmış request body'leri açmak (decompress). * Tüm request body'lerini otomatik olarak loglamak. ## Özel request body encoding'lerini ele alma { #handling-custom-request-body-encodings } Gzip request'lerini açmak için özel bir `Request` alt sınıfını nasıl kullanabileceğimize bakalım. Ayrıca, o özel request sınıfını kullanmak için bir `APIRoute` alt sınıfı da oluşturacağız.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 4.9K bytes - Click Count (0) -
src/test/java/org/codelibs/curl/io/IOIntegrationTest.java
} // After close, temp files should be cleaned up long tmpFilesAfter = countTmpFiles(); assertEquals(tmpFilesBefore, tmpFilesAfter); } // --- Connect exception handling test --- @Test public void test_ConnectException_WrappedInCurlException() throws Exception { // ## Arrange ##Created: Thu Apr 02 15:34:12 GMT 2026 - Last Modified: Sat Mar 21 12:00:34 GMT 2026 - 44.1K bytes - Click Count (0)