- Sort Score
- Num 10 results
- Language All
Results 1511 - 1520 of 3,527 for getI (0.03 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultModelCache.java
private DefaultModelCache(RepositorySystemSession session) { this.session = session; this.cache = session.getCache(); } @Override public Object get(String groupId, String artifactId, String version, String tag) { return cache.get(session, new Key(groupId, artifactId, version, tag)); } @Override public void put(String groupId, String artifactId, String version, String tag, Object data) {
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jan 10 07:09:12 GMT 2025 - 3.3K bytes - Click Count (0) -
docs/de/docs/editor-support.md
- CodeLens-Navigation – Anklickbare Links oberhalb von Testclient-Aufrufen (z. B. `client.get('/items')`), die zur passenden Pfadoperation springen und so eine schnelle Navigation zwischen Tests und Implementierung ermöglichen.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:48:21 GMT 2026 - 2.7K bytes - Click Count (0) -
docs/ru/docs/editor-support.md
- **Навигация CodeLens** — кликабельные ссылки над вызовами тестового клиента (например, `client.get('/items')`), которые переходят к соответствующей *операции пути* для быстрой навигации между тестами и реализацией. - **Развернуть в FastAPI Cloud** — развертывание вашего приложения в один клик в [FastAPI Cloud](https://fastapicloud.com/).Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 3.9K bytes - Click Count (0) -
tests/test_tutorial/test_body_multiple_params/test_tutorial001.py
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 12 13:19:43 GMT 2026 - 6.9K bytes - Click Count (0) -
docs/zh-hant/docs/index.md
* 資料庫模型。 * ...還有更多。 * 自動生成的互動式 API 文件,包含 2 種替代的使用者介面: * Swagger UI。 * ReDoc。 --- 回到前面的程式碼範例,**FastAPI** 會: * 驗證 `GET` 與 `PUT` 請求的路徑中是否包含 `item_id`。 * 驗證 `GET` 與 `PUT` 請求中的 `item_id` 是否為 `int` 型別。 * 如果不是,客戶端會看到清楚有用的錯誤。 * 在 `GET` 請求中檢查是否有名為 `q` 的可選查詢參數(如 `http://127.0.0.1:8000/items/foo?q=somequery`)。 * 因為 `q` 參數被宣告為 `= None`,所以它是可選的。 * 若沒有 `None`,則它會是必填(就像 `PUT` 時的 body)。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 20.8K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/transfer/SimplexTransferListener.java
if (ongoing.get(new TransferResourceIdentifier(event.getResource())) == Boolean.FALSE) { throw new TransferCancelledException(); } put(event, false); } @Override public void transferProgressed(TransferEvent event) throws TransferCancelledException { if (ongoing.get(new TransferResourceIdentifier(event.getResource())) == Boolean.FALSE) {
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Feb 06 11:28:05 GMT 2025 - 8.7K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/multithreaded/MultiThreadedBuilder.java
// schedule independent projects (ordered by critical path priority) for (MavenProject mavenProject : analyzer.getRootSchedulableBuilds()) { ProjectSegment projectSegment = projectBuildList.get(mavenProject); logger.debug("Scheduling: {}", projectSegment.getProject()); Callable<ProjectSegment> cb =Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jul 16 03:42:09 GMT 2025 - 8.9K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/security/simple-oauth2.md
User: `johndoe` Password: `secret` <img src="/img/tutorial/security/image04.png"> 在系統中完成驗證後,你會看到如下畫面: <img src="/img/tutorial/security/image05.png"> ### 取得自己的使用者資料 { #get-your-own-user-data } 現在使用 `GET` 方法呼叫路徑 `/users/me`。 你會取得自己的使用者資料,如: ```JSON { "username": "johndoe", "email": "******@****.***", "full_name": "John Doe", "disabled": false,
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 9.1K bytes - Click Count (0) -
src/main/java/jcifs/spnego/NegTokenInit.java
* @throws IOException if parsing fails */ public NegTokenInit(final byte[] token) throws IOException { parse(token); } /** * Gets the context flags indicating security capabilities * @return the context flags */ public int getContextFlags() { return this.contextFlags; } /**Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 10.3K bytes - Click Count (0) -
src/main/java/jcifs/internal/fscc/FileInformation.java
* File internal information class constant. */ byte FILE_INTERNAL_INFO = 0x6; /** * File rename information class constant. */ byte FILE_RENAME_INFO = 10; /** * Gets the file information level/class for this file information object. * * @return the file information class */ byte getFileInformationLevel();Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 1.9K bytes - Click Count (0)