- Sort Score
- Num 10 results
- Language All
Results 791 - 800 of 1,161 for webp (0.03 seconds)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/CrawlerClient.java
package org.codelibs.fess.crawler.client; import java.util.Map; import org.codelibs.fess.crawler.entity.RequestData; import org.codelibs.fess.crawler.entity.ResponseData; /** * Interface representing a client for a web crawler. * This client is responsible for executing requests and handling responses. * It extends {@link AutoCloseable} to allow for resource management. */ public interface CrawlerClient extends AutoCloseable { /**Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Sat Mar 15 06:52:00 GMT 2025 - 1.8K bytes - Click Count (0) -
docs/tr/docs/how-to/graphql.md
Aynı uygulama içinde normal FastAPI *path operation*'larını GraphQL ile birlikte kullanabilirsiniz. /// tip | İpucu **GraphQL** bazı çok özel kullanım senaryolarını çözer. Yaygın **web API**'lerle karşılaştırıldığında **avantajları** ve **dezavantajları** vardır. Kendi senaryonuz için **faydaların**, **olumsuz yönleri** telafi edip etmediğini mutlaka değerlendirin. 🤓 ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 3.1K bytes - Click Count (0) -
docs/es/docs/async.md
### Concurrencia + Paralelismo: Web + Machine Learning { #concurrency-parallelism-web-machine-learning } Con **FastAPI** puedes aprovechar la concurrencia que es muy común para el desarrollo web (la misma atracción principal de NodeJS).Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 24.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticatorTest.java
@Test public void test_nullSafeGetResponse() { SpnegoAuthenticator authenticator = new SpnegoAuthenticator(); // SPNEGO typically doesn't provide special response handling org.lastaflute.web.response.ActionResponse response = authenticator.getResponse(org.codelibs.fess.sso.SsoResponseType.METADATA); assertNull(response); response = authenticator.getResponse(org.codelibs.fess.sso.SsoResponseType.LOGOUT);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 4.8K bytes - Click Count (0) -
docs/tr/docs/advanced/dataclasses.md
Dataclass'ların, Pydantic model'lerinin yapabildiği her şeyi yapamadığını unutmayın. Bu yüzden yine de Pydantic model'lerini kullanmanız gerekebilir. Ancak elinizde zaten bir sürü dataclass varsa, bunları FastAPI ile bir web API'yi beslemek için kullanmak güzel bir numaradır. 🤓 /// ## `response_model` İçinde Dataclass'lar { #dataclasses-in-response-model } `response_model` parametresinde `dataclasses` da kullanabilirsiniz:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 4.5K bytes - Click Count (0) -
docs/uk/docs/tutorial/security/oauth2-jwt.md
Цей код ви можете реально використовувати у своєму застосунку, зберігати хеші паролів у своїй базі даних тощо. Ми почнемо з того місця, де зупинилися в попередньому розділі, і розширимо його. ## Про JWT { #about-jwt } JWT означає «JSON Web Tokens».Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 17.9K bytes - Click Count (0) -
docs/fr/docs/tutorial/request-files.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 8.2K bytes - Click Count (0) -
docs/es/docs/tutorial/request-files.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 7.6K bytes - Click Count (0) -
docs/es/docs/advanced/response-headers.md
/// ## Headers Personalizados { #custom-headers } Ten en cuenta que los headers propietarios personalizados se pueden agregar [usando el prefijo `X-`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers).Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 2.3K bytes - Click Count (0) -
guava-gwt/test/com/google/common/collect/testing/Testing.gwt.xml
util.concurrent tests under Guava. The problem is that GWT responds poorly to two .gwt.xml files in the same Java package; see https://groups.google.com/g/google-web-toolkit-contributors/c/CqYH59Dt_rQ/m/uVGW1QdUsXUJ for details. The summary is that it ignores one file in favor of the other. util.concurrent, like nearly all our packages, has two .gwt.xml files: oneCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Jul 19 16:02:36 GMT 2024 - 1.7K bytes - Click Count (0)