- Sort Score
- Num 10 results
- Language All
Results 1291 - 1300 of 2,289 for setA (0.05 seconds)
-
.github/workflows/maven.yml
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 24 01:52:43 GMT 2025 - 602 bytes - Click Count (0) -
ci/official/requirements_updater/nvidia-requirements.txt
nvidia-cublas-cu12>=12.5.3.2,<13.0 nvidia-cuda-cupti-cu12>=12.5.82,<13.0 nvidia-cuda-nvcc-cu12>=12.5.82,<13.0 nvidia-cuda-nvrtc-cu12>=12.5.82,<13.0 nvidia-cuda-runtime-cu12>=12.5.82,<13.0 # The upper bound is set for the CUDNN API compatibility. # See # https://docs.nvidia.com/deeplearning/cudnn/backend/latest/developer/forward-compatibility.html#cudnn-api-compatibility nvidia-cudnn-cu12>=9.3.0.75,<10.0 nvidia-cufft-cu12>=11.2.3.61,<12.0
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Sep 03 23:57:17 GMT 2025 - 646 bytes - Click Count (0) -
docs/distributed/decom.sh
#!/bin/bash if [ -n "$TEST_DEBUG" ]; then set -x fi pkill minio rm -rf /tmp/xl rm -rf /tmp/xltier if [ ! -f ./mc ]; then wget --quiet -O mc https://dl.minio.io/client/mc/release/linux-amd64/mc && chmod +x mc fi export CI=true export MINIO_SCANNER_SPEED=fastest (minio server http://localhost:9000/tmp/xl/{1...10}/disk{0...1} 2>&1 >/tmp/decom.log) & pid=$!Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Mon May 27 19:17:46 GMT 2024 - 6.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/ExecJobTest.java
} // Test addFessConfigProperties method @Test public void test_addFessConfigProperties() { List<String> cmdList = new ArrayList<>(); // Set some test properties System.setProperty(Constants.FESS_CONFIG_PREFIX + "test1", "value1"); System.setProperty(Constants.FESS_CONFIG_PREFIX + "test2", "value2");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 24.8K bytes - Click Count (0) -
guava/src/com/google/common/collect/Multimap.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 17 20:26:29 GMT 2025 - 15.7K bytes - Click Count (0) -
android/guava/src/com/google/common/reflect/TypeToken.java
return getOwnerType() + "(" + Joiner.on(", ").join(getGenericParameterTypes()) + ")"; } }; } /** * The set of interfaces and classes that {@code T} is or is a subtype of. {@link Object} is not * included in the set if this type is an interface. * * @since 13.0 */ public class TypeSet extends ForwardingSet<TypeToken<? super T>> implements Serializable {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 29 22:14:05 GMT 2026 - 53.8K bytes - Click Count (0) -
src/main/java/jcifs/audit/SecurityAuditLogger.java
/** * Reset audit statistics */ public void resetStatistics() { for (AtomicLong counter : eventCounters.values()) { counter.set(0); } for (AtomicLong timing : eventTimings.values()) { timing.set(0); } } /** * Enable or disable JSON logging * * @param enable true to enable JSON logging */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 26.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/help/HelpAction.java
// ============== /** * Handles the help page request and renders the help interface. * This method performs authentication checks and sets up the necessary * form parameters and rendering data for the help page display. * * @return HtmlResponse containing the rendered help page or redirect to login if authentication is required */ @ExecuteCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 3.2K bytes - Click Count (0) -
docs/en/docs/reference/response.md
# `Response` class You can declare a parameter in a *path operation function* or dependency to be of type `Response` and then you can set data for the response like headers or cookies. You can also use it directly to create an instance of it and return it from your *path operations*. Read more about it in the [FastAPI docs about returning a custom Response](https://fastapi.tiangolo.com/advanced/response-directly/#returning-a-custom-response)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Feb 04 12:41:54 GMT 2026 - 559 bytes - Click Count (0) -
src/test/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticatorTest.java
scheduleParentGroupLookupCalled.set(true); // Don't call super to avoid actual scheduling in tests } @Override protected void processDirectMemberOf(EntraIdUser user, List<String> groupList, List<String> roleList, List<String> groupIdsForParentLookup, String url) { processDirectMemberOfCalled.set(true);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 19.3K bytes - Click Count (0)