- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 11 for whose (0.03 seconds)
-
build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/model/License.kt
* License.kt", add the raw POM name string to the [aliases] list of the matching entry, or * create a new entry if the license is genuinely new. * * ## Adding a dependency whose POM has no license data * * If the task fails with "no license data in their POM or any parent POM", add a hardcoded * entry to the `hardcodedLicenses` map in `GenerateLicenseFile.kt`. */ enum class License(
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 13:24:46 GMT 2026 - 3.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
* Set to -1 to disable automatic purging of user information. */ @Min(-1) @Max(100000) @ValidateTypeFailure public Integer purgeUserInfoDay; /** * Bot user agents whose search logs should be purged. * Search logs from these bots will be automatically removed. */ @Size(max = 10000) public String purgeByBots; /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 15.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/user/AdminUserAction.java
messages.addErrorsBlankPassword("password"); break; } } /** * Resets the password and confirmation fields in the user form. * * @param form the form whose password fields should be reset */ public static void resetPassword(final CreateForm form) { form.password = null; form.confirmPassword = null; } /**
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 02 06:18:24 GMT 2026 - 21K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/CoordinatorHelper.java
/** * Releases the operation lock by deleting the operation document. * Safe to call multiple times; does nothing if the document is already deleted. * * @param operationName the operation name whose lock should be released. */ public void completeOperation(final String operationName) { try (CurlResponse getResponse = ComponentUtil.getCurlHelper() //Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 33.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
} } /** * Attempts to refresh tokens silently using the MSAL4J silent authentication flow. * @param user The Entra ID user whose tokens need to be refreshed. * @return The new authentication result, or null if silent refresh failed. */ public IAuthenticationResult refreshTokenSilently(final EntraIdCredential.EntraIdUser user) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:03:27 GMT 2026 - 56.8K bytes - Click Count (0) -
LICENSE
excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do notCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 12 16:29:02 GMT 2026 - 9.9K bytes - Click Count (0) -
CONTRIBUTING.md
However, if there are no changes for more than a week, it's safe to assume that the issue is up for grabs. There is no need to ask for an assignment or for permission to work on those issues, just comment and start working on it. ## Setting up your development environment In order to make changes to Gradle, you'll need:
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 18:43:39 GMT 2026 - 19.1K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/JapicmpTaskWithKotlin.java
public JapicmpTaskWithKotlin() { super(); addKotlinCompilerToJapicmpClasspath(); getMaxWorkerHeap().convention("1g"); } // it's easier to do this via reflection than to copy the whole task private void addKotlinCompilerToJapicmpClasspath() { try { Field additionalJapicmpClasspathField = JapicmpTask.class.getDeclaredField("additionalJapicmpClasspath");Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Jan 19 11:30:48 GMT 2026 - 2.4K bytes - Click Count (0) -
architecture/standards/0007-java-pre-requisite.md
* The [Gradle Tooling API client](https://docs.gradle.org/8.8/userguide/third_party_integration.html#embedding) * This requires a Java application, and thus runtime, to run the tooling API client As indicated, each of those components require a Java runtime to run. The recommended way of invoking Gradle is to use the Gradle Wrapper.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 3.2K bytes - Click Count (0) -
architecture/standards/0009-use-american-english.md
### Migration and Enforcement * **New code**: All new contributions must use American English * **Existing code**: British English spellings in existing code should be updated opportunistically when those areas are modified, unless constrained by backward compatibility * **Documentation**: Documentation should be updated to use American English, prioritizing user-facing documentation
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 3.9K bytes - Click Count (0)