- Sort Score
- Result 10 results
- Languages All
Results 1191 - 1200 of 1,215 for avaliable (0.12 sec)
-
cmd/object-handlers.go
return } w.Header()[xhttp.MinIOTaggingProxied] = []string{"true"} writeSuccessResponseHeadersOnly(w) // when tagging is proxied, the object version is not available to return // as header in the response, or ObjectInfo in the notification event. sendEvent(eventArgs{ EventName: event.ObjectCreatedPutTagging, BucketName: bucket,
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Oct 05 05:16:15 UTC 2024 - 117.4K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt
} /** * Configure the protocols used by this client to communicate with remote servers. By default * this client will prefer the most efficient transport available, falling back to more * ubiquitous protocols. Applications should only call this method to avoid specific * compatibility problems, such as web servers that behave incorrectly when HTTP/2 is enabled. *
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Apr 06 04:21:33 UTC 2024 - 52K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java
Version.V20, prefix + prefix2 + "systemPath", key, "should use a variable instead of a hard-coded path " + sysPath, dependency); } else if (sysPath.contains("${basedir}") || sysPath.contains("${project.basedir}")) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 77.1K bytes - Viewed (0) -
docs/en/docs/release-notes.md
This means that now, if you set a value in a context variable before `yield`, the value would still be available after `yield` (as you would intuitively expect). And it also means that you can reset the context variable with a token afterwards. For example, this works correctly now: ```Python from contextvars import ContextVar
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Nov 01 11:25:57 UTC 2024 - 460.3K bytes - Viewed (0) -
src/main/resources/fess_label_ja.properties
labels.authRealm=レルム labels.available=状態 labels.createdBy=作成者 labels.createdTime=作成日時 labels.depth=深さ labels.excludedPaths=クロール対象から除外するパス labels.excludedUrls=クロール対象から除外するURL labels.excludedDocPaths=検索対象から除外するパス labels.excludedDocUrls=検索対象から除外するURL labels.hostname=ホスト名 labels.id=ID labels.includedPaths=クロール対象とするパス labels.includedUrls=クロール対象とするURL labels.includedDocPaths=検索対象とするパス labels.includedDocUrls=検索対象とするURL
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
/** The key of the message: Failed to install {0}. */ public static final String ERRORS_failed_to_install_plugin = "{errors.failed_to_install_plugin}"; /** The key of the message: Failed to access available plugins. */ public static final String ERRORS_failed_to_find_plugins = "{errors.failed_to_find_plugins}"; /** The key of the message: Failed to process the request: {0} */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 119.9K bytes - Viewed (0) -
cmd/data-usage-cache_gen.go
// check for omitted fields zb0001Len := uint32(9) var zb0001Mask uint16 /* 9 bits */ _ = zb0001Mask if z.AllTierStats == nil { zb0001Len-- zb0001Mask |= 0x80 } // variable map header, size zb0001Len err = en.Append(0x80 | uint8(zb0001Len)) if err != nil { return } if zb0001Len == 0 { return } // write "ch" err = en.Append(0xa2, 0x63, 0x68)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 22 15:30:50 UTC 2024 - 75K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Realm */ public static final String LABELS_AUTH_REALM = "{labels.authRealm}"; /** The key of the message: Status */ public static final String LABELS_AVAILABLE = "{labels.available}"; /** The key of the message: Created by */ public static final String LABELS_CREATED_BY = "{labels.createdBy}"; /** The key of the message: Created Time */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 146.4K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Maps.java
* java.util.function.Function) Collectors.toMap(Function, Function)}, which throws an {@code * IllegalStateException}.) * * @since 33.2.0 (available since 21.0 in guava-jre) */ @SuppressWarnings("Java7ApiChecker") @IgnoreJRERequirement // Users will use this only if they're already using streams. public static <T extends @Nullable Object, K extends Enum<K>, V>
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:05:46 UTC 2024 - 161.6K bytes - Viewed (0) -
guava/src/com/google/common/cache/CacheBuilder.java
* API</h2> * * <p>The successor to Guava's caching API is <a * href="https://github.com/ben-manes/caffeine/wiki">Caffeine</a>. Its API is designed to make it a * nearly drop-in replacement. It requires Java 8+, and is not available for Android or GWT/J2CL, * and may have <a href="https://github.com/ben-manes/caffeine/wiki/Guava">different (usually * better) behavior</a> when multiple threads attempt concurrent mutations. Its equivalent to {@code
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 19:07:49 UTC 2024 - 51.6K bytes - Viewed (0)