- Sort Score
- Num 10 results
- Language All
Results 151 - 160 of 365 for uploading (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
.teamcity/performance-tests-ci.json
"groups" : [ { "testProject" : "largeJavaMultiProjectNoBuildSrc", "coverage" : { "per_commit" : [ "linux" ] } } ] }, { "testId" : "org.gradle.performance.regression.java.JavaConfigurationCachePerformanceTest.assemble loading configuration cache state with hot daemon", "groups" : [ {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Feb 03 21:56:33 GMT 2026 - 32.5K bytes - Click Count (0) -
android/guava/src/com/google/common/hash/Striped64.java
/** * ThreadLocal holding a single-slot int array holding hash code. Unlike the JDK8 version of this * class, we use a suboptimal int[] representation to avoid introducing a new type that can impede * class-unloading when ThreadLocals are not removed. */ static final ThreadLocal<int @Nullable []> threadHashCode = new ThreadLocal<>(); /** Generator of new random hash codes */ static final Random rng = new Random();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jan 15 22:17:15 GMT 2025 - 11.4K bytes - Click Count (0) -
.teamcity/mvnw.cmd
@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven @REM e.g. to debug Maven itself, use @REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 @REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files @REM ---------------------------------------------------------------------------- @REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on' @echo off @REM set title of command window title %0
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Feb 26 01:48:39 GMT 2020 - 6.5K bytes - Click Count (0) -
guava/src/com/google/common/cache/CacheBuilder.java
* segments, each governed by its own write lock. The segment lock is taken once for each explicit * write, and twice for each cache loading computation (once prior to loading the new value, and * once after loading completes). Much internal cache management is performed at the segment * granularity. For example, access queues and write queues are kept per segment when they are
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 13:13:59 GMT 2026 - 51.7K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/path-params-numeric-validations.md
/// info FastAPI 在 0.95.0 版加入並開始推薦使用 `Annotated`。 如果你使用更舊的版本,嘗試使用 `Annotated` 會出錯。 請確保在使用 `Annotated` 前,先[升級 FastAPI 版本](../deployment/versions.md#upgrading-the-fastapi-versions)到至少 0.95.1。 /// ## 宣告中繼資料 { #declare-metadata } 你可以宣告與 `Query` 相同的所有參數。 例如,若要為路徑參數 `item_id` 宣告 `title` 中繼資料,可以這樣寫:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 5.8K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/BaseParser.java
try { MavenPropertiesLoader.loadProperties(systemProperties, propertiesFile, callback, false); } catch (IOException e) { throw new IllegalStateException("Error loading properties from " + propertiesFile, e); } Map<String, String> result = toMap(systemProperties); result.putAll(context.systemPropertiesOverrides); return result; }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 10 07:39:11 GMT 2025 - 25.5K bytes - Click Count (0) -
src/main/webapp/js/search.js
} }); imgData.src = url; }; $("img.thumbnail").each(function() { var $img = $(this); $img.css("background-image", 'url("' + contextPath + '/images/loading.gif")'); loadImage(this, $img.attr("data-src"), IMG_LOADING_MAX); }); var clipboard = new ClipboardJS(".url-copy"); clipboard.on("success", function(e) { var trigger = e.trigger;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 6.5K bytes - Click Count (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/entity/OpenSearchAccessResult.java
if (resultData != null) { BeanUtil.copyBeanToBean(resultData, accessResultData); } setAccessResultData(accessResultData); } /** * Gets the access result data, loading it from the data service if not already initialized. * * @return The access result data. */ @Override public AccessResultData<String> getAccessResultData() { if (!initializedData) {
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Sun Jul 06 02:13:03 GMT 2025 - 6.5K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/AbstractFutureFallbackAtomicHelperTest.java
*/ @NullUnmarked @GwtIncompatible @J2ktIncompatible public class AbstractFutureFallbackAtomicHelperTest extends TestCase { // stash these in static fields to avoid loading them over and over again (speeds up test // execution significantly) /** * This classloader disallows {@link java.lang.invoke.VarHandle}, which will prevent us fromCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Mar 07 02:20:33 GMT 2026 - 8.3K bytes - Click Count (0) -
benchmarks/src/main/java/org/elasticsearch/benchmark/search/aggregations/bucket/terms/LongKeyedBucketOrdsBenchmark.java
private final PageCacheRecycler recycler = new PageCacheRecycler(Settings.EMPTY); private final BigArrays bigArrays = new BigArrays(recycler, null, "REQUEST"); /** * Force loading all of the implementations just for extra paranoia's sake. * We really don't want the JVM to be able to eliminate one of them just * because we don't use it in the particular benchmark. That is totally aCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Feb 19 20:59:23 GMT 2021 - 8.4K bytes - Click Count (0)