- Sort Score
- Result 10 results
- Languages All
Results 761 - 770 of 960 for query (0.02 sec)
-
docs/en/docs/advanced/security/oauth2-scopes.md
But by using `Security` instead of `Depends`, **FastAPI** will know that it can declare security scopes, use them internally, and document the API with OpenAPI. But when you import `Query`, `Path`, `Depends`, `Security` and others from `fastapi`, those are actually functions that return special classes. /// ## Use `SecurityScopes` { #use-securityscopes }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 13.5K bytes - Viewed (0) -
docs/pt/docs/async.md
### Concorrência é melhor que paralelismo? Não! Essa não é a moral da história.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 23.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java
/** * Open does not cause an opportunistic lock break for the file */ public static final int FILE_NOP_RECALL = 0x400000; /** * The file is being opened solely to query its free space */ public static final int FILE_OPEN_FOR_FREE_SPACE_QUERY = 0x800000; private byte securityFlags; private byte requestedOplockLevel = SMB2_OPLOCK_LEVEL_NONE;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 22.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/settings/AnalyzerSettings.java
import org.opensearch.action.search.SearchResponse; import org.opensearch.common.settings.Settings; import org.opensearch.common.xcontent.XContentType; import org.opensearch.index.query.QueryBuilders; import org.opensearch.search.SearchHit; import org.opensearch.transport.client.Client; /** * The AnalyzerSettings class is responsible for managing and configuring analyzers for different fields and languages.
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 26.5K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.lastAccessTime=최종 접근 일시 labels.notificationTo=알림 대상 labels.num=수 labels.pn=페이지 번호 labels.protocolScheme=스키마 labels.purgeByBots=봇 삭제 labels.logLevel=로그 레벨 labels.purgeSearchLogDay=검색 로그 삭제 labels.query=쿼리 labels.queryId=쿼리 ID labels.rt=rt labels.searchLog=검색 로그 labels.sort=정렬 labels.start=시작 위치 labels.loginRequired=로그인 필요 labels.loginLink=로그인 링크 표시 labels.threadName=스레드 이름 labels.url=URL
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.1K bytes - Viewed (0) -
configure.py
resolve_symlinks: (Bool) Translate symbolic links into the real filepath. n_ask_attempts: (Integer) Number of times to query for valid input before raising an error and quitting. Returns: [String] The value of var_name after querying for input. Raises: UserInputError: if a query has been attempted n_ask_attempts times without success, assume that the user has made a scripting error, and will
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Apr 30 15:18:54 UTC 2025 - 48.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/api/WebApiManagerTest.java
WebApiManager manager = new TestWebApiManager("/api/"); TestHttpServletRequest request = new TestHttpServletRequest(); request.setRequestURI("/api/search?query=test"); assertTrue(manager.matches(request)); request.setRequestURI("/api/data#anchor"); assertTrue(manager.matches(request)); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 26.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.3.md
* Fix logrotate config on GCI ([#29139](https://github.com/kubernetes/kubernetes/pull/29139), [@adityakali](https://github.com/adityakali)) * Do not query the metadata server to find out if running on GCE. Retry metadata server query for gcr if running on gce. ([#28871](https://github.com/kubernetes/kubernetes/pull/28871), [@vishh](https://github.com/vishh))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 84K bytes - Viewed (0) -
docs/es/docs/advanced/security/oauth2-scopes.md
Pero al usar `Security` en lugar de `Depends`, **FastAPI** sabrá que puede declarar scopes de seguridad, usarlos internamente y documentar la API con OpenAPI. Pero cuando importas `Query`, `Path`, `Depends`, `Security` y otros de `fastapi`, en realidad son funciones que devuelven clases especiales. /// ## Usar `SecurityScopes` Ahora actualiza la dependencia `get_current_user`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 13.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/ViewHelperTest.java
} public void test_getCachedFacetResponse() { ViewHelper viewHelper = new ViewHelper(); viewHelper.init(); try { viewHelper.getCachedFacetResponse("test query"); assertTrue(true); } catch (Exception e) { assertTrue(true); } } public void test_asContentResponse() { ViewHelper viewHelper = new ViewHelper();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 27.3K bytes - Viewed (0)