- Sort Score
- Num 10 results
- Language All
Results 1141 - 1150 of 1,313 for currentVm (0.08 seconds)
-
docs/zh/docs/advanced/behind-a-proxy.md
</div> 如果你使用 Hypercorn,它也有 `--root-path` 选项。 /// note | 技术细节 ASGI 规范为这种用例定义了 `root_path`。 命令行选项 `--root-path` 会提供该 `root_path`。 /// ### 查看当前的 `root_path` { #checking-the-current-root-path } 你可以获取应用在每个请求中使用的当前 `root_path`,它是 `scope` 字典的一部分(ASGI 规范的一部分)。 这里我们把它包含在响应消息中仅用于演示。 {* ../../docs_src/behind_a_proxy/tutorial001_py310.py hl[8] *} 然后,如果你这样启动 Uvicorn:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 15.1K bytes - Click Count (0) -
guava/src/com/google/common/collect/Sets.java
*/ public abstract static class SetView<E extends @Nullable Object> extends AbstractSet<E> { private SetView() {} // no subclasses but our own /** * Returns an immutable copy of the current contents of this set view. Does not support null * elements. * * <p><b>Warning:</b> this may have unexpected results if a backing set of this view uses a
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 83K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/collect/ImmutableSortedSetTest.java
* an interface type. 2) An instance of a class implementing that interface * so that we can pass non-null instances of the interface. * * (Currently it's safe to pass instances for which compareTo() always * returns 0, but if we had a SingletonImmutableSortedSet, this might no * longer be the case.) *Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 46.3K bytes - Click Count (0) -
cmd/bucket-handlers_test.go
secretKey: credentials.SecretKey, expectedContent: encodedErrorResponse, expectedRespStatus: http.StatusOK, }, // Test case - 5. // Anonymous user access denied response // Currently anonymous users cannot delete multiple objects in MinIO server 5: { bucket: bucketName, objects: anonRequest, accessKey: "", secretKey: "",Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 39.8K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.18.md
- Introduces optional --detect-local flag to kube-proxy. Currently the only supported value is "cluster-cidr", which is the default if not specified. ([#87748](https://github.com/kubernetes/kubernetes/pull/87748), [@satyasm](https://github.com/satyasm)) [SIG Cluster Lifecycle, Network and Scheduling]
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Jun 16 17:18:28 GMT 2021 - 373.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Service Temporarily Unavailable */ public static final String LABELS_busy_title = "{labels.busy_title}"; /** The key of the message: The server is currently experiencing high load. Please try again later. */ public static final String LABELS_busy_message = "{labels.busy_message}"; /** The key of the message: Username */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) -
android/guava/src/com/google/common/hash/Hashing.java
* * <p><b>Warning:</b> a new random seed for these functions is chosen each time the {@code * Hashing} class is loaded. <b>Do not use this method</b> if hash codes may escape the current * process in any way, for example being sent over RPC, or saved to disk. For a general-purpose, * non-cryptographic hash function that will never change behavior, we suggest {@link * #murmur3_128}. *Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jul 17 15:26:41 GMT 2025 - 29.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java
* @param facetResponse the facet information for the search results * @param start the starting position for pagination * @param pageSize the size of the current page * @param offset the offset applied to the results * @return QueryResponseList containing the search results and metadata */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 25 02:13:14 GMT 2025 - 28K bytes - Click Count (0) -
docs/zh-hant/docs/advanced/behind-a-proxy.md
</div> 如果你使用 Hypercorn,它也有 `--root-path` 這個選項。 /// note | 技術細節 ASGI 規格針對這種用例定義了 `root_path`。 而命令列選項 `--root-path` 就是提供該 `root_path`。 /// ### 檢視目前的 `root_path` { #checking-the-current-root-path } 你可以在每個請求中取得應用使用的 `root_path`,它是 `scope` 字典的一部分(ASGI 規格的一部分)。 這裡我們把它放到回傳訊息中只是為了示範。 {* ../../docs_src/behind_a_proxy/tutorial001_py310.py hl[8] *} 接著,如果你用下列方式啟動 Uvicorn:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 15.3K bytes - Click Count (0) -
cmd/bucket-replication-utils.go
// Last bucket/object replicated. Bucket string `json:"-" msg:"bkt"` Object string `json:"-" msg:"obj"` Error error `json:"-" msg:"-"` } // BucketReplicationResyncStatus captures current replication resync status type BucketReplicationResyncStatus struct { Version int `json:"version" msg:"v"` // map of remote arn to their resync status for a bucket
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 26.1K bytes - Click Count (0)