- Sort Score
- Num 10 results
- Language All
Results 211 - 220 of 344 for checkOn (0.04 seconds)
-
build-logic-settings/build-environment/src/main/kotlin/gradlebuild.build-environment.settings.gradle.kts
with(layout.rootDirectory) { gradle.lifecycle.beforeProject { val service = gradle.sharedServices.registerIfAbsent("buildEnvironmentService", BuildEnvironmentService::class) { check(project.path == ":") { // We rely on the fact that root is configured first "BuildEnvironmentService should be registered by the root" } parameters.rootProjectDir = this@withCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 25 08:51:12 GMT 2026 - 1.8K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/CheckContributorsInReleaseNotes.kt
import java.util.TreeSet @DisableCachingByDefault(because = "Depends on GitHub API") abstract class CheckContributorsInReleaseNotes : AbstractCheckOrUpdateContributorsInReleaseNotes() { @TaskAction fun check() { val contributorsInReleaseNotes = TreeSet(getContributorsInReleaseNotes().map { it.login }) val contributorsFromPullRequests = TreeSet(getContributorsFromPullRequests().map { it.login })
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jun 28 08:29:24 GMT 2024 - 1.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/GsaConfigExceptionTest.java
assertNotNull(exception); assertEquals("Top level GSA error", exception.getMessage()); // Check first level cause assertNotNull(exception.getCause()); assertEquals("Intermediate problem", exception.getCause().getMessage()); // Check second level cause assertNotNull(exception.getCause().getCause());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 7.5K bytes - Click Count (0) -
src/main/webapp/css/chat.css
padding: 0.25rem 0; } .filter-check-item { display: flex; align-items: center; gap: 0.5rem; padding: 0.375rem 0.75rem; margin: 0; cursor: pointer; font-size: 0.8125rem; color: #172b4d; transition: background-color 0.1s ease; } .filter-check-item:hover { background-color: #f4f5f7; } .filter-check-item .filter-check { margin: 0;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 19.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/ProcessHelper.java
return destroyProcess(sessionId, jobProcess); } /** * Checks if any processes are currently running. * * @return true if at least one process is running, false otherwise */ public boolean isProcessRunning() { return !runningProcessMap.isEmpty(); } /** * Checks if the process with the given session ID is currently running. *
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 06:54:47 GMT 2025 - 10.9K bytes - Click Count (0) -
CLAUDE.md
3. Don't hardcode strings that should be internationalized 4. Don't skip validation in form processing 5. Don't log sensitive data (passwords, tokens, credentials) ### Common Files to Check | Task | Files to Review | |------|-----------------| | Add admin feature | `app/web/admin/*/`, `app/service/`, `webapp/WEB-INF/view/admin/` | | Add API endpoint | `api/`, `app/web/api/` |
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 09:48:10 GMT 2026 - 7.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/FessActionDefTest.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 2.3K bytes - Click Count (0) -
.teamcity/src/test/kotlin/PromotionProjectTests.kt
assertEquals( listOf( "SanityCheck", "Nightly Snapshot", "Nightly Snapshot (from QuickFeedback)", "Nightly Snapshot (from QuickFeedback) - Check Ready", "Nightly Snapshot (from QuickFeedback) - Upload", "Nightly Snapshot (from QuickFeedback) - Promote", "Publish Branch Snapshot (from Quick Feedback)",
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jun 12 09:41:54 GMT 2025 - 15.3K bytes - Click Count (1) -
src/test/java/org/codelibs/fess/ldap/LdapManagerTest.java
assertEquals(expected, ldapManager.escapeLDAPSearchFilter(input)); } // ======================================================================== // Tests for Defensive Null/Blank Checks // ======================================================================== @Test public void test_getSAMAccountGroupName_withNullBindDn() { LdapManager ldapManager = new LdapManager();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 17.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/FessApiAction.java
*/ @Override protected OptionalThing<LoginManager> myLoginManager() { return OptionalThing.empty(); } /** * Pre-processes API requests by checking access authorization before executing the action. * If access is not allowed, returns an unauthorized error response. * * @param runtime the action runtime context containing request informationCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 4.8K bytes - Click Count (0)