- Sort Score
- Num 10 results
- Language All
Results 171 - 180 of 454 for uploading (0.08 seconds)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
.forEach(k -> System.setProperty(k.getKey(), k.getValue())); } } /** * Sets up Guice class loading mode to CHILD, if not already set. * Default Guice class loading mode uses a terminally deprecated JDK memory-access classes. */ protected void setupGuiceClassLoading(C context) {
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Oct 28 13:01:07 GMT 2025 - 43.2K bytes - Click Count (0) -
CHANGELOG.md
who read the trailers on the `raw()` OkHttp response, after its body was decoded. ## Version 5.0.0 _2025-07-02_ This is our first stable release of OkHttp since 2023. Here's the highlights if you're upgrading from OkHttp 4.x: **OkHttp is now packaged as separate JVM and Android artifacts.** This allows us to offer platform-specific features and optimizations. If your build system handles [Gradle module metadata],
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Feb 15 11:57:47 GMT 2026 - 36.2K bytes - Click Count (2) -
internal/config/identity/openid/openid.go
) var enabled bool if isExplicitlyEnabled { enabled, err = config.ParseBool(cfgEnableVal) if err != nil { return c, err } // No need to continue loading if the config is not enabled. if !enabled { continue } } p := newProviderCfgFromConfig(getCfgVal) configURL := getCfgVal(ConfigURL) if !isExplicitlyEnabled { enabled = trueCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 17.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/CurlHelper.java
final String authorities = fessConfig.getFesenHttpSslCertificateAuthorities(); if (StringUtil.isNotBlank(authorities)) { if (logger.isDebugEnabled()) { logger.debug("Loading certificate_authorities: path={}", authorities); } try (final InputStream in = new FileInputStream(authorities)) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 6.1K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/ValidateJsonNoKeywordsTask.java
return report; } @TaskAction public void validate(InputChanges inputChanges) { final Map<File, Set<String>> errors = new LinkedHashMap<>(); getLogger().debug("Loading keywords from {}", jsonKeywords.getName()); final Map<String, Set<String>> languagesByKeyword = loadKeywords(); // incrementally evaluate input filesCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 7.6K bytes - Click Count (0) -
docs/zh-hant/docs/deployment/versions.md
/// 因此,你可以將版本鎖定為如下形式: ```txt fastapi>=0.45.0,<0.46.0 ``` 破壞性變更與新功能會在「MINOR」版本加入。 /// tip 「MINOR」是中間的數字,例如在 `0.2.3` 中,MINOR 版本是 `2`。 /// ## 升級 FastAPI 版本 { #upgrading-the-fastapi-versions } 你應該為你的應用撰寫測試。 在 **FastAPI** 中這很容易(感謝 Starlette),請參考文件:[測試](../tutorial/testing.md) 有了測試之後,你就可以將 **FastAPI** 升級到較新的版本,並透過執行測試來確保所有程式碼都能正確運作。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 3.1K bytes - Click Count (0) -
docs/uk/docs/tutorial/path-params-numeric-validations.md
Якщо у вас стара версія, при спробі використати `Annotated` можуть виникати помилки. Переконайтеся, що ви [оновили версію FastAPI](../deployment/versions.md#upgrading-the-fastapi-versions) принаймні до версії 0.95.1 перед використанням `Annotated`. /// ## Оголошення метаданих { #declare-metadata } Ви можете оголошувати всі ті ж параметри, що і для `Query`.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 10K bytes - Click Count (0) -
internal/config/scanner/scanner.go
case "", config.EnableOn: cfg.IdleMode = 0 case config.EnableOff: cfg.IdleMode = 1 default: return cfg, fmt.Errorf("unknown value: '%s'", idleSpeed) } // Stick to loading deprecated config/env if they are already set, and the Speed value // has not been changed from its "default" value, if it has been changed honor new settings. if kvs.GetWithDefault(Speed, DefaultKVS) == "default" {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri May 24 23:05:23 GMT 2024 - 5.5K bytes - Click Count (0) -
docs/en/docs/fastapi-cli.md
## `fastapi dev` { #fastapi-dev } Running `fastapi dev` initiates development mode.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Mar 07 09:29:03 GMT 2026 - 5.8K bytes - Click Count (0) -
impl/maven-core/plugin-manager.txt
- how to incorporate the metadata processor to start with - create a hook to programmatically configure the test - create a plugin processor - directory - jar - hooks for loading - I could make an annotation that marked another class as its plugin discoverer, I could just add it to the component descriptor and when it's loaded we can add the discoverer, that would be simpler. I could
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jan 22 11:03:29 GMT 2025 - 12.3K bytes - Click Count (0)