- Sort Score
- Num 10 results
- Language All
Results 211 - 220 of 1,478 for x$ (0.14 seconds)
-
android/guava/src/com/google/common/collect/Range.java
* <tr><td>{@code [a..b)} <td>{@code {x | a <= x < b}} <td>{@link Range#closedOpen closedOpen} * <tr><td>{@code (a..+∞)} <td>{@code {x | x > a}} <td>{@link Range#greaterThan greaterThan} * <tr><td>{@code [a..+∞)} <td>{@code {x | x >= a}} <td>{@link Range#atLeast atLeast} * <tr><td>{@code (-∞..b)} <td>{@code {x | x < b}} <td>{@link Range#lessThan lessThan}
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 22 18:35:44 GMT 2025 - 28K bytes - Click Count (0) -
docs/en/docs/tutorial/header-params.md
For example, to declare a header of `X-Token` that can appear more than once, you can write: {* ../../docs_src/header_params/tutorial003_an_py310.py hl[9] *} If you communicate with that *path operation* sending two HTTP headers like: ``` X-Token: foo X-Token: bar ``` The response would be like: ```JSON { "X-Token values": [ "bar", "foo" ] } ```Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Aug 31 09:15:41 GMT 2025 - 3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/synonym/SynonymItemTest.java
String[] outputs2 = item.getOutputs(); assertEquals("x", outputs2[0]); assertEquals("y", outputs2[1]); assertEquals("z", outputs2[2]); } @Test public void test_defensiveCopy_newInputs() { // Test that getNewInputs() returns defensive copy SynonymItem item = new SynonymItem(1, new String[] { "a" }, new String[] { "x" }); item.setNewInputs(new String[] { "p", "q", "r" });
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 8K bytes - Click Count (1) -
docs/zh-hant/docs/tutorial/header-params.md
有時可能會收到重複的標頭,也就是同一個標頭會有多個值。 可以在型別宣告中使用 list 來定義這種情況。 你會以 Python 的 `list` 形式收到該重複標頭的所有值。 例如,要宣告可以出現多次的 `X-Token` 標頭,可以這樣寫: {* ../../docs_src/header_params/tutorial003_an_py310.py hl[9] *} 如果你在與該*路徑操作 (path operation)* 溝通時送出兩個 HTTP 標頭如下: ``` X-Token: foo X-Token: bar ``` 回應會像這樣: ```JSON { "X-Token values": [ "bar", "foo" ] } ``` ## 小結 { #recap }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:15:26 GMT 2026 - 2.7K bytes - Click Count (0) -
docs/security/security.md
| ------- | ------------------- | -------------------------------------------- | | 5.x | ✅ | APIs subject to change in alpha releases. | | 4.x | ✅ | Android 5.0+ (API level 21+) and on Java 8+. | | 3.x | ❌ Ended 2021-12-31 | Android 2.3+ (API level 9+) and Java 7+. | ## Reporting a Vulnerability
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Feb 27 10:19:17 GMT 2022 - 1.4K bytes - Click Count (0) -
guava/pom.xml
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Nov 17 21:36:50 GMT 2025 - 9.6K bytes - Click Count (0) -
cmd/event-notification.go
eventTime := UTCNow() uniqueID := fmt.Sprintf("%X", eventTime.UnixNano()) if !args.Object.ModTime.IsZero() { uniqueID = fmt.Sprintf("%X", args.Object.ModTime.UnixNano()) } respElements := map[string]string{ "x-amz-request-id": args.RespElements["requestId"], "x-amz-id-2": args.RespElements["nodeId"], "x-minio-origin-endpoint": func() string { if globalMinioEndpoint != "" {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Jun 21 22:22:24 GMT 2024 - 7.7K bytes - Click Count (0) -
guava/src/com/google/common/base/Throwables.java
* throw new AssertionError(failure); * } * </pre> * * @since 20.0 */ @GwtIncompatible // Class.cast, Class.isInstance public static <X extends Throwable> void throwIfInstanceOf( Throwable throwable, Class<X> declaredType) throws X { checkNotNull(throwable); if (declaredType.isInstance(throwable)) { throw declaredType.cast(throwable); } } /**
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 20.6K bytes - Click Count (0) -
buildscripts/upgrade-tests/nginx.conf
# To disable buffering proxy_buffering off; location / { proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_connect_timeout 300; # Default is HTTP/1, keepalive is only enabled in HTTP/1.1Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Nov 21 18:41:30 GMT 2021 - 1.7K bytes - Click Count (0) -
android/guava/src/com/google/common/base/Throwables.java
* throw new AssertionError(failure); * } * </pre> * * @since 20.0 */ @GwtIncompatible // Class.cast, Class.isInstance public static <X extends Throwable> void throwIfInstanceOf( Throwable throwable, Class<X> declaredType) throws X { checkNotNull(throwable); if (declaredType.isInstance(throwable)) { throw declaredType.cast(throwable); } } /**
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 20.6K bytes - Click Count (0)