- Sort Score
- Result 10 results
- Languages All
Results 2281 - 2290 of 3,069 for xcode (0.06 sec)
-
src/main/java/org/codelibs/core/exception/ClIllegalArgumentException.java
- *
- * @author koichik
- */
- public class ClIllegalArgumentException extends IllegalArgumentException {
- private static final long serialVersionUID = -3701473506893554853L;
- /** {@code null} である引数の名前 */
- protected final String argName;
- /** メッセージコード */
- protected final String messageCode;
- /** メッセージの引数 */
- protected final Object[] args;
- /**
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 2.7K bytes - Viewed (0) -
docs/en/docs/advanced/response-headers.md
- And if you declared a `response_model`, it will still be used to filter and convert the object you returned.
- **FastAPI** will use that *temporal* response to extract the headers (also cookies and status code), and will put them in the final response that contains the value you returned, filtered by any `response_model`.
- You can also declare the `Response` parameter in dependencies, and set headers (and cookies) in them.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.2K bytes - Viewed (0) -
android-test/src/androidTest/java/okhttp/android/test/letsencrypt/LetsEncryptClientTest.kt
- val request =
- Request.Builder()
- .url("https://valid-isrgrootx1.letsencrypt.org/robots.txt")
- .build()
- client.newCall(request).execute().use { response ->
- assertThat(response.code).isEqualTo(404)
- assertThat(response.protocol).isEqualTo(Protocol.HTTP_2)
- }
- }
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 4.4K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionClearTester.java
- import com.google.common.collect.testing.features.CollectionSize;
- import java.util.ConcurrentModificationException;
- import java.util.Iterator;
- import org.junit.Ignore;
- /**
- * A generic JUnit test which tests {@code clear()} operations on a collection. Can't be invoked
- * directly; please see {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
- *
- * @author George van den Driessche
- */
- @GwtCompatible
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 17 20:00:30 UTC 2024 - 3.1K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionToStringTester.java
- import com.google.common.collect.testing.features.CollectionFeature;
- import com.google.common.collect.testing.features.CollectionSize;
- import org.junit.Ignore;
- /**
- * A generic JUnit test which tests {@code toString()} operations on a collection. Can't be invoked
- * directly; please see {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
- *
- * @author Kevin Bourrillion
- */
- @GwtCompatible
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 3.1K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/google/BiMapEntrySetTester.java
- import com.google.common.collect.testing.features.CollectionSize;
- import com.google.common.collect.testing.features.MapFeature;
- import java.util.Map.Entry;
- import org.junit.Ignore;
- /** Tester for {@code BiMap.entrySet} and methods on the entries in the set. */
- @GwtCompatible
- @Ignore // Affects only Android test runner, which respects JUnit 4 annotations on JUnit 3 tests.
- @SuppressWarnings("JUnit4ClassUsedInJUnit3")
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 17 19:10:20 UTC 2024 - 2.9K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/cache/TestingRemovalListeners.java
- /**
- * Utility {@link RemovalListener} implementations intended for use in testing.
- *
- * @author mike nonemacher
- */
- @GwtCompatible(emulated = true)
- class TestingRemovalListeners {
- /** Returns a new no-op {@code RemovalListener}. */
- static <K, V> NullRemovalListener<K, V> nullRemovalListener() {
- return new NullRemovalListener<>();
- }
- /** Type-inferring factory method for creating a {@link QueuingRemovalListener}. */
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Dec 04 17:37:03 UTC 2017 - 3K bytes - Viewed (0) -
guava-testlib/src/com/google/common/collect/testing/testers/CollectionToStringTester.java
- import com.google.common.collect.testing.features.CollectionFeature;
- import com.google.common.collect.testing.features.CollectionSize;
- import org.junit.Ignore;
- /**
- * A generic JUnit test which tests {@code toString()} operations on a collection. Can't be invoked
- * directly; please see {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
- *
- * @author Kevin Bourrillion
- */
- @GwtCompatible
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 3.1K bytes - Viewed (0) -
android/guava/src/com/google/common/reflect/TypeParameter.java
- import java.lang.reflect.Type;
- import java.lang.reflect.TypeVariable;
- import javax.annotation.CheckForNull;
- /**
- * Captures a free type variable that can be used in {@link TypeToken#where}. For example:
- *
- * <pre>{@code
- * static <T> TypeToken<List<T>> listOf(Class<T> elementType) {
- * return new TypeToken<List<T>>() {}
- * .where(new TypeParameter<T>() {}, elementType);
- * }
- * }</pre>
- *
- * @author Ben Yu
- * @since 12.0
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Jan 05 17:43:40 UTC 2022 - 2.5K bytes - Viewed (0) -
guava-tests/benchmark/com/google/common/math/DoubleMathRoundingBenchmark.java
- import com.google.caliper.BeforeExperiment;
- import com.google.caliper.Benchmark;
- import com.google.caliper.Param;
- import java.math.RoundingMode;
- /**
- * Benchmarks for the rounding methods of {@code DoubleMath}.
- *
- * @author Louis Wasserman
- */
- public class DoubleMathRoundingBenchmark {
- private static final double[] doubleInIntRange = new double[ARRAY_SIZE];
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Dec 04 17:37:03 UTC 2017 - 2.6K bytes - Viewed (0)