- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for tengan (0.03 sec)
-
src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java
/** Configuration key for Azure AD authority URL. */ protected static final String AZUREAD_AUTHORITY = "aad.authority"; /** Configuration key for Azure AD tenant ID. */ protected static final String AZUREAD_TENANT = "aad.tenant"; /** Configuration key for Azure AD client secret. */ protected static final String AZUREAD_CLIENT_SECRET = "aad.client.secret";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 28 09:13:08 UTC 2025 - 37.3K bytes - Viewed (0) -
guava/src/com/google/common/reflect/Types.java
* getAnnotatedBounds()} on it, but that should hopefully be rare. * * <p>TODO: b/147144588 - We are currently also missing the methods inherited from {@link * AnnotatedElement}, which {@code TypeVariable} began to extend only in Java 8. Those methods * refer only to types present under Android, so we could implement them in {@code * TypeVariableImpl} today. (We could probably then make {@code TypeVariableImpl} implement {@code
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 14:03:14 UTC 2025 - 23.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/CrawlerStatsHelper.java
* * @param keyObj the crawler object the statistics relate to * @param data the statistics data to output * @param begin the timestamp when tracking began * @param done whether tracking was completed normally */ protected void printStats(final Object keyObj, final StatsObject data, final long begin, final boolean done) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 17.4K bytes - Viewed (0)