- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 15 for requestedAt (0.06 seconds)
-
src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 16.2K bytes - Click Count (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild.minify.gradle.kts
val requested = this.requested as? ModuleComponentSelector ?: return@all keepPatterns.forEach { coordinates, _ -> if ("${requested.group}:${requested.module}" == coordinates) { val updated = DefaultModuleComponentSelector.withAttributes( requested,Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 12 18:27:10 GMT 2026 - 5.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/chat/ChatAction.java
*/ @Execute public HtmlResponse index() { if (logger.isDebugEnabled()) { logger.debug("Chat page requested. Checking availability..."); } if (!chatClient.isAvailable()) { if (logger.isInfoEnabled()) { logger.info("Redirecting to search page. RAG chat is not available.");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Mar 10 14:54:51 GMT 2026 - 4.4K bytes - Click Count (0) -
.teamcity/scripts/CheckRemoteProjectRef.java
* * Usage (Java 11+ single-file source execution): * java .teamcity/scripts/CheckRemoteProjectRef.java <propertyKey1> <propertyKey2> ... * * The check currently enforces: * - Each requested key exists in {@code gradle.properties} * - Its value is non-empty */ public class CheckRemoteProjectRef { public static void main(String[] args) throws Exception { if (args.length == 0) {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jan 20 03:53:25 GMT 2026 - 3.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMultipartRequestHandler.java
// ----------------------------------------------------- // Temporary Directory // ------------------- // used as repository for requested parameters protected static final String CONTEXT_TEMPDIR_KEY = "javax.servlet.context.tempdir"; // prior protected static final String JAVA_IO_TMPDIR_KEY = "java.io.tmpdir"; // secondaryCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:48:41 GMT 2026 - 18.9K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/helper/SearchLogHelper.java
} } /** * Adds a search log to the queue. * * @param params The search request parameters. * @param requestedTime The time the search was requested. * @param queryId The ID of the search query. * @param query The search query. * @param pageStart The starting page number. * @param pageSize The size of the page.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 29.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/chat/ChatClient.java
* * @return the query ID */ public String getQueryId() { return queryId; } /** * Gets the requested time. * * @return the requested time */ public long getRequestedTime() { return requestedTime; } } /** * Result of a chat request. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 56.6K bytes - Click Count (0) -
build-logic/dependency-modules/src/main/kotlin/gradlebuild.dependency-modules.gradle.kts
} } } private fun forceUpgradeIfProvided(substitution: DependencySubstitution, to: String, version: String) { val r = substitution.requested as? ModuleComponentSelector ?: return val group = r.group val module = r.module val expectedLength = group.length + 1 + module.length val isProvided = providedBy.any {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 26 09:04:32 GMT 2026 - 9.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
*/ @Size(max = 1000) public String defaultLabelValue; /** * Default sort order for search results. * Defines how search results are ordered when no specific sort is requested. */ @Size(max = 1000) public String defaultSortValue; /** * Virtual host configuration for multi-tenant setups. * Allows different search configurations based on the request host.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) -
architecture/standards/0006-use-of-provider-apis-in-gradle.md
} } // in plugin existingThing = objects.newInstance(DefaultExistingThing.class) existingThing.convention("some-value") ``` It's not acceptable to treat an unset Provider as if the convention is requested when the convention could be set elsewhere: ```groovy public interface NewThing { Property<String> getSomeProperty() } // Unacceptable String value if (!getSomeProperty().isPresent()) {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 10K bytes - Click Count (0)