- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 118 for coche (0.03 seconds)
-
docs/es/docs/tutorial/security/oauth2-jwt.md
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 16 16:33:45 GMT 2025 - 11.3K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/cache/NullCacheTest.java
* the License. */ package com.google.common.cache; import static com.google.common.cache.CacheTesting.checkEmpty; import static com.google.common.cache.TestingCacheLoaders.constantLoader; import static com.google.common.cache.TestingCacheLoaders.exceptionLoader; import static com.google.common.cache.TestingRemovalListeners.queuingRemovalListener; import static com.google.common.truth.Truth.assertThat;
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 20:07:52 GMT 2025 - 4.6K bytes - Click Count (0) -
guava-tests/test/com/google/common/cache/NullCacheTest.java
* the License. */ package com.google.common.cache; import static com.google.common.cache.CacheTesting.checkEmpty; import static com.google.common.cache.TestingCacheLoaders.constantLoader; import static com.google.common.cache.TestingCacheLoaders.exceptionLoader; import static com.google.common.cache.TestingRemovalListeners.queuingRemovalListener; import static com.google.common.truth.Truth.assertThat;
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 20:07:52 GMT 2025 - 4.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/PopularWordHelper.java
private static final Logger logger = LogManager.getLogger(PopularWordHelper.class); /** Character used to separate cache key components */ protected static final char CACHE_KEY_SPLITTER = '\n'; /** Cache for storing popular word lists */ protected Cache<String, List<String>> cache; /** Fess configuration instance */ protected FessConfig fessConfig; /** * Default constructor. */
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 7.3K bytes - Click Count (0) -
.teamcity/performance-tests-ci.json
"testId" : "org.gradle.performance.regression.buildcache.TaskOutputCachingJavaPerformanceTest.clean assemble for abi change with local cache", "groups" : [ { "testProject" : "largeJavaMultiProject", "comment" : "We only test the multi-project here since for the monolithic project we would have no cache hits. This would mean we actually would test incremental compilation.", "coverage" : { "per_commit" : [ "linux" ]
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 25 10:54:09 GMT 2025 - 32.8K bytes - Click Count (0) -
.github/workflows/build-docs.yml
with: version: "0.4.15" enable-cache: true cache-dependency-glob: | requirements**.txt pyproject.toml - name: Install docs extras run: uv pip install -r requirements-docs.txt - name: Update Languages run: python ./scripts/docs.py update-languages - uses: actions/cache@v4 with:Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Dec 21 17:40:17 GMT 2025 - 3.3K bytes - Click Count (0) -
.teamcity/scripts/configure_build_env_on_ec2.sh
execute_build_script_from_env "${MASTER_EC2_PRE_BUILD_SCRIPT:-}" fi # READ-ONLY DEPENDENCY CACHE if [ -d "/opt/gradle-cache" ]; then echo "##teamcity[setParameter name='env.GRADLE_RO_DEP_CACHE' value='/opt/gradle-cache']" echo "Setting READ_ONLY Gradle cache via env.GRADLE_RO_DEP_CACHE to use /opt/gradle-cache" fi # Print details of volumes to help us understand https://github.com/gradle/gradle-private/issues/4642
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Dec 23 03:27:59 GMT 2025 - 2.1K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/interval/impl/HostIntervalController.java
import org.codelibs.fess.crawler.util.CrawlingParameterUtil; import com.google.common.cache.Cache; import com.google.common.cache.CacheBuilder; /** * HostIntervalController is an implementation of {@link org.codelibs.fess.crawler.interval.IntervalController} * that controls the interval between requests to the same host. * It uses a Guava Cache to store the last access time for each host.Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Mon Nov 24 03:59:47 GMT 2025 - 5.2K bytes - Click Count (0) -
.idea/gradle.xml
<option value="$PROJECT_DIR$/platforms/core-execution/build-cache-base" /> <option value="$PROJECT_DIR$/platforms/core-execution/build-cache-example-client" /> <option value="$PROJECT_DIR$/platforms/core-execution/build-cache-http" /> <option value="$PROJECT_DIR$/platforms/core-execution/build-cache-local" />Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 11 18:02:10 GMT 2025 - 23.2K bytes - Click Count (0) -
.teamcity/subprojects.json
"name": "build-cache-example-client", "path": "platforms/core-execution/build-cache-example-client", "unitTests": true, "functionalTests": false, "crossVersionTests": false }, { "name": "build-cache-http", "path": "platforms/core-execution/build-cache-http", "unitTests": false, "functionalTests": true, "crossVersionTests": false }, { "name": "build-cache-local",
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 18 18:40:11 GMT 2025 - 37.5K bytes - Click Count (0)