- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 266 for referrer (0.05 sec)
-
src/main/java/org/codelibs/fess/opensearch/user/bsentity/BsGroup.java
// ========= /** gidNumber */ protected Long gidNumber; /** name */ protected String name; // [Referrers] *comment only // =================================================================================== // DB Meta
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 4.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsLabelType.java
protected String updatedBy; /** updatedTime */ protected Long updatedTime; /** value */ protected String value; /** virtualHost */ protected String virtualHost; // [Referrers] *comment only // =================================================================================== // DB Meta
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 8.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsentity/BsRole.java
// ========= /** name */ protected String name; // [Referrers] *comment only // =================================================================================== // DB Meta
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 3.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/bsentity/BsUserInfo.java
/** createdAt */ protected LocalDateTime createdAt; /** updatedAt */ protected LocalDateTime updatedAt; // [Referrers] *comment only // =================================================================================== // DB Meta
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 4.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsElevateWordToLabel.java
/** elevateWordId */ protected String elevateWordId; /** labelTypeId */ protected String labelTypeId; // [Referrers] *comment only // =================================================================================== // DB Meta
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 4.5K bytes - Viewed (0) -
src/main/java/jcifs/config/BaseConfiguration.java
* Maximum number of SMB3 channels to establish per session */ protected int maxChannels; /** * Channel binding policy: -1=not set, 0=disabled, 1=preferred, 2=required */ protected int channelBindingPolicy = -1; // -1=not set, 0=disabled, 1=preferred, 2=required /** * Load balancing strategy for distributing operations across channels */ protected String loadBalancingStrategy; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 36.5K bytes - Viewed (0) -
guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/Platform.java
} /** * Returns the platform preferred map implementation that preserves insertion order when used only * for insertions. */ static <K extends @Nullable Object, V extends @Nullable Object> Map<K, V> preservesInsertionOrderOnPutsMap() { return new LinkedHashMap<>(); } /** * Returns the platform preferred map implementation that preserves insertion order when used only
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jun 10 15:17:16 UTC 2025 - 5.5K bytes - Viewed (0) -
src/main/java/jcifs/smb/SSPContext.java
*/ boolean isSupported(ASN1ObjectIdentifier mechanism); /** * Checks whether the specified mechanism is the preferred mechanism. * @param selectedMech the selected mechanism OID * @return whether the specified mechanism is preferred */ boolean isPreferredMech(ASN1ObjectIdentifier selectedMech); /** * Gets the negotiated context flags. * @return context flags
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.9K bytes - Viewed (0) -
src/test/java/jcifs/smb/Kerb5AuthenticatorTest.java
{ new ASN1ObjectIdentifier("1.2.3.4.5"), false } }; } @ParameterizedTest(name = "non-anon preferred mech {0} -> {1}") @MethodSource("preferredMechData_nonAnonymous") void isPreferredMech_nonAnonymous(ASN1ObjectIdentifier oid, boolean expected) { Kerb5Authenticator auth = new Kerb5Authenticator(new Subject());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
final FessConfig fessConfig = ComponentUtil.getFessConfig(); if (!fessConfig.isAcceptedSearchReferer(request.getHeader("referer"))) { writeJsonResponse(HttpServletResponse.SC_BAD_REQUEST, escapeJsonKeyValue(MESSAGE_FIELD, "Referer is invalid.")); return; } if (!fessConfig.isApiSearchScroll()) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.6K bytes - Viewed (0)