- Sort Score
- Result 10 results
- Languages All
Results 471 - 480 of 567 for properties (0.07 sec)
-
src/main/java/org/codelibs/fess/sso/saml/SamlAuthenticator.java
* Constructor. */ public SamlAuthenticator() { super(); } private static final Logger logger = LogManager.getLogger(SamlAuthenticator.class); /** * The prefix for SAML properties. */ protected static final String SAML_PREFIX = "saml."; /** * The key for the SAML state in the session. */ protected static final String SAML_STATE = "SAML_STATE";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 16.4K bytes - Viewed (3) -
src/test/java/jcifs/internal/CommonServerMessageBlockResponseTest.java
when(response1.isAsync()).thenReturn(false); when(response2.isAsync()).thenReturn(true); when(response3.isAsync()).thenReturn(false); // When - test chain navigation and properties CommonServerMessageBlockResponse current = response1; int count = 0; boolean hasAsync = false; while (current != null) { count++;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/settings/ArraySettings.java
.preparePutMapping(actualIndex) .setSource(XContentFactory.jsonBuilder() .startObject() .startObject("properties") .startObject(FieldNames.ARRAY_KEY) .field("type", "keyword") .endObject() .endObject()
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 15.6K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/MapMaker.java
* Map.Entry#setValue}, which simply calls {@link Map#put} on the entry's key. * * <p>The maps produced by {@code MapMaker} are serializable, and the deserialized maps retain all * the configuration properties of the original map. During deserialization, if the original map had * used weak references, the entries are reconstructed as they were, but it's not unlikely they'll * be quickly garbage-collected before they are ever accessed.
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 12.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
/** Property key for popular word web API configuration. */ public static final String WEB_API_POPULAR_WORD_PROPERTY = "web.api.popularword"; /** Property key for system properties configuration. */ public static final String APP_VALUE_PROPERTY = "system.properties"; /** Property key for default label value configuration. */ public static final String DEFAULT_LABEL_VALUE_PROPERTY = "label.value";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbClient.java
* It also integrates with other Fess Crawler components, such as {@link ContentLengthHelper} and * {@link MimeTypeHelper}, to handle content length checks and MIME type detection. * </p> * * <p> * The class uses JCIFS properties to configure the SMB connection. * </p> * * <p> * Usage example: * </p> * * <pre> * {@code * SmbClient smbClient = new SmbClient(); * smbClient.init();
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Sep 18 09:30:45 UTC 2025 - 23K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Environment Variable Properties */ public static final String LABELS_system_info_env_title = "{labels.system_info_env_title}"; /** The key of the message: System Properties */ public static final String LABELS_system_info_prop_title = "{labels.system_info_prop_title}"; /** The key of the message: App Properties */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableRangeMap.java
import java.util.function.Function; import java.util.stream.Collector; import org.jspecify.annotations.Nullable; /** * A {@link RangeMap} whose contents will never change, with many other important properties * detailed at {@link ImmutableCollection}. * * @author Louis Wasserman * @since 14.0 */ @GwtIncompatible // NavigableMap
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jul 17 15:26:41 UTC 2025 - 14.3K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/DependencyResolverRequest.java
private final Predicate<PathType> pathTypeFilter; private final List<RemoteRepository> repositories; /** * Creates a request with the specified properties. * * @param session {@link Session} * @param rootArtifact The root dependency whose transitive dependencies should be collected, may be {@code
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 20.8K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/testing/ArbitraryInstances.java
@Override public OutputStream openStream() { return ByteStreams.nullOutputStream(); } } // Compare by toString() to satisfy 2 properties: // 1. compareTo(null) should throw NullPointerException // 2. the order is deterministic and easy to understand, for debugging purpose. @SuppressWarnings("ComparableType")
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 16 17:42:14 UTC 2025 - 20.9K bytes - Viewed (0)