- Sort Score
- Result 10 results
- Languages All
Results 611 - 620 of 2,847 for Link (0.02 sec)
-
src/main/java/org/codelibs/fess/suggest/settings/SuggestSettings.java
* <li>{@link #elevateWord()} - Returns an instance of ElevateWordSettings.</li> * </ul> * * <p>Timeout settings can be accessed via:</p> * <ul> * <li>{@link #getScrollTimeout()}</li> * <li>{@link #getSearchTimeout()}</li> * <li>{@link #getIndexTimeout()}</li> * <li>{@link #getIndicesTimeout()}</li> * <li>{@link #getBulkTimeout()}</li> * <li>{@link #getClusterTimeout()}</li> * </ul> *
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 18.7K bytes - Viewed (0) -
guava-testlib/src/com/google/common/collect/testing/features/CollectionFeature.java
* depend on the element values, such as a {@link SortedSet}, or on the insertion ordering, such * as a {@link LinkedHashSet}. All list tests and sorted-collection tests automatically specify * this feature. */ KNOWN_ORDER, /** * Indicates that a collection has a different {@link Object#toString} representation than most
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 4.1K bytes - Viewed (0) -
android/guava/src/com/google/common/math/LinearTransformation.java
return new RegularLinearTransformation(slope, y); } /** * Builds an instance for datasets which contains {@link Double#NaN}. The {@link #isHorizontal} * and {@link #isVertical} methods return {@code false} and the {@link #slope}, and {@link * #transform} methods all return {@link Double#NaN}. The {@link #inverse} method returns the same * instance. */ public static LinearTransformation forNaN() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 9.7K bytes - Viewed (0) -
guava/src/com/google/common/collect/Serialization.java
* a map serialized by {@link #writeMap(Map, ObjectOutputStream)}, the number of distinct elements * in a multiset serialized by {@link #writeMultiset(Multiset, ObjectOutputStream)}, or the number * of distinct keys in a multimap serialized by {@link #writeMultimap(Multimap, * ObjectOutputStream)}. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 8.5K bytes - Viewed (0) -
api/maven-api-di/src/main/java/org/apache/maven/api/di/Scope.java
* system. Custom scope annotations should be annotated with {@code @Scope}. * <p> * Built-in scopes include: * <ul> * <li>{@link Singleton} - One instance per container</li> * <li>{@link SessionScoped} - One instance per Maven session</li> * <li>{@link MojoExecutionScoped} - One instance per plugin execution</li> * </ul> * * @see Singleton * @see SessionScoped * @see MojoExecutionScoped
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jan 30 23:28:59 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/profile/index.jsp
<title><la:message key="labels.profile.title" /></title> <link href="${fe:url('/css/admin/bootstrap.min.css')}" rel="stylesheet" type="text/css" /> <link href="${fe:url('/css/admin/font-awesome.min.css')}" rel="stylesheet" type="text/css" /> <link href="${fe:url('/css/admin/adminlte.min.css')}" rel="stylesheet" type="text/css" /> <link href="${fe:url('/css/admin/style.css')}" rel="stylesheet" type="text/css" /> <!--[if lt IE 9]>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 3.6K bytes - Viewed (0) -
docs/em/docs/advanced/async-tests.md
`TestClient` βοΈ π <a href="https://www.python-httpx.org" class="external-link" target="_blank">πΈπ²</a>, & β©οΈ, π₯ πͺ βοΈ β«οΈ π π― π οΈ. ## πΌ π πΌ, β‘οΈ π€ π π π 1οΈβ£ π¬ [π¦ πΈ](../tutorial/bigger-applications.md){.internal-link target=_blank} & [π¬](../tutorial/testing.md){.internal-link target=_blank}: ``` . βββ app βΒ Β βββ __init__.py βΒ Β βββ main.py βΒ Β βββ test_main.py ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.9K bytes - Viewed (0) -
docs/ko/docs/advanced/response-headers.md
href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers" class="external-link" target="_blank">βX-β μ λμ΄λ₯Ό μ¬μ©νμ¬</a> 컀μ€ν μ¬μ€ ν€λλ₯Ό μΆκ°ν μ μμ΅λλ€. νμ§λ§, μ¬λ¬λΆμ΄ λΈλΌμ°μ μμ ν΄λΌμ΄μΈνΈκ° λ³Ό μ μκΈ°λ₯Ό μνλ 컀μ€ν ν€λκ° μλ κ²½μ°, CORS μ€μ μ μ΄λ₯Ό μΆκ°ν΄μΌ ν©λλ€([CORS (Cross-Origin Resource Sharing)](../tutorial/cors.md){.internal-link target=_blank}μμ μμΈν μμ보μΈμ). `expose_headers` λ§€κ°λ³μλ₯Ό μ¬μ©νμ¬ <a href="https://www.starlette.io/middleware/#corsmiddleware" class="external-link" target="_blank">Starletteμ CORS μ€λͺ μ</a>μ λ¬Έμνλ λλ‘ μ€μ ν μ μμ΅λλ€....
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.5K bytes - Viewed (0) -
guava/src/com/google/common/collect/Interner.java
import com.google.errorprone.annotations.DoNotMock; /** * Provides similar behavior to {@link String#intern} for any immutable type. Common implementations * are available from the {@link Interners} class. * * <p>Note that {@code String.intern()} has some well-known performance limitations, and should * generally be avoided. Prefer {@link Interners#newWeakInterner} or another {@code Interner} * implementation even for {@code String} interning.
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 03:10:51 UTC 2024 - 2K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableClassToInstanceMap.java
import java.io.Serializable; import java.util.Map; import org.jspecify.annotations.NonNull; import org.jspecify.annotations.Nullable; /** * A {@link ClassToInstanceMap} whose contents will never change, with many other important * properties detailed at {@link ImmutableCollection}. * * @author Kevin Bourrillion * @since 2.0 */ @Immutable(containerOf = "B") @GwtIncompatible
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 7.1K bytes - Viewed (0)