- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 144 for stavate (0.05 seconds)
-
src/main/java/org/codelibs/fess/opensearch/user/cbean/cq/bs/BsUserCQ.java
public void setState_Equal(String state) { setState_Term(state, null); } public void setState_Equal(String state, ConditionOptionCall<TermQueryBuilder> opLambda) { setState_Term(state, opLambda); } public void setState_Term(String state) { setState_Term(state, null); } public void setState_Term(String state, ConditionOptionCall<TermQueryBuilder> opLambda) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 326.2K bytes - Click Count (0) -
architecture/README.md
### Build state model As Gradle executes, it acts on various pieces of the build definition, such as each project in the build. Gradle tracks the state of each piece and transitions each piece through its lifecycle as the build runs. A central part of the Gradle architecture is the "build state model", which holds the state for each piece and coordinates state transitions and other mutations.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jun 12 09:50:57 GMT 2025 - 3.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/PingSearchEngineJobTest.java
@Override protected void setUp(TestInfo testInfo) throws Exception { super.setUp(testInfo); pingSearchEngineJob = new PingSearchEngineJob(); } // Test normal operation with GREEN status and state change @Test public void test_execute_greenStatusNoChange() { // Setup mock components SearchEngineClient searchEngineClient = new SearchEngineClient() { @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 18.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsentity/BsUser.java
this.roomNumber = value; } public String getState() { checkSpecifiedProperty("state"); return convertEmptyToNull(state); } public void setState(String value) { registerModifiedProperty("state"); this.state = value; } public String getStreet() { checkSpecifiedProperty("street");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 22.9K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/chat/chat.jsp
<div id="emptyState" class="empty-state"> <div class="empty-state-icon"> <i class="fa fa-comments" aria-hidden="true"></i> </div> <h5 class="empty-state-title"><la:message key="labels.chat_welcome_title" /></h5> <p class="empty-state-description"><la:message key="labels.chat_welcome_description" /></p> </div> </div>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 01:36:02 GMT 2026 - 10.8K bytes - Click Count (0) -
.idea/codeStyles/codeStyleConfig.xml
<component name="ProjectCodeStyleConfiguration"> <state> <option name="USE_PER_PROJECT_SETTINGS" value="true" /> <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" /> </state>
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue May 14 13:10:36 GMT 2024 - 210 bytes - Click Count (0) -
src/main/webapp/js/popper.min.js
nt":t.placement})},data:{}};var ie={name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach((function(e){var n=t.styles[e]||{},o=t.attributes[e]||{},i=t.elements[e];r(i)&&l(i)&&(Object.assign(i.style,n),Object.keys(o).forEach((function(e){var t=o[e];!1===t?i.removeAttribute(e):i.setAttribute(e,!0===t?"":t)})))}))},effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 12 06:14:02 GMT 2025 - 19.7K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/chat/chat.jsp
<div id="emptyState" class="empty-state"> <div class="empty-state-icon"> <i class="fa fa-comments" aria-hidden="true"></i> </div> <h5 class="empty-state-title"><la:message key="labels.chat_welcome_title" /></h5> <p class="empty-state-description"><la:message key="labels.chat_welcome_description" /></p> </div> </div>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 10.4K bytes - Click Count (0) -
src/main/webapp/css/chat.css
opacity: 1; } .empty-state { padding: 2rem 1rem; } .empty-state-icon { width: 64px; height: 64px; } .empty-state-icon i { font-size: 1.5rem; } .empty-state-title { font-size: 1.125rem; } .empty-state-description { font-size: 0.875rem; }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/app/web/error/ErrorForm.java
*/ package org.codelibs.fess.app.web.error; import java.util.HashMap; import java.util.Map; /** * Form class for handling error page data and search parameters. * This form captures the state of a search request when an error occurs, * allowing the error page to display relevant information and preserve search context. */ public class ErrorForm { /** Map of form fields and their validation error messages */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.5K bytes - Click Count (0)