- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for seorang (0.09 sec)
-
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
/** Legacy configuration key for Azure AD default roles. */ protected static final String AAD_DEFAULT_ROLES = "aad.default.roles"; /** Session attribute key for storing Entra ID states. */ protected static final String STATES = "entraidStates"; /** OAuth2 state parameter name. */ protected static final String STATE = "state"; /** OAuth2 error parameter name. */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 56.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
/** Flag indicating whether to process Google on/off comments */ protected boolean useGoogleOffOn = true; /** Map storing field pruning rules */ protected Map<String, Boolean> fieldPrunedRuleMap = new HashMap<>(); /** Cache for storing parsed pruned tags by configuration ID */ protected Map<String, PrunedTag[]> prunedTagsCache = new HashMap<>(); /** * Default constructor.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Dec 12 13:58:40 UTC 2025 - 54.6K bytes - Viewed (0)