- Sort Score
- Result 10 results
- Languages All
Results 1081 - 1090 of 1,916 for tong (0.03 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/elevateword/AdminElevatewordAction.java
// ============ public static OptionalEntity<ElevateWord> getEntity(final CreateForm form, final String username, final long currentTime) { switch (form.crudMode) { case CrudMode.CREATE: return OptionalEntity.of(new ElevateWord()).map(entity -> { entity.setCreatedBy(username);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 18.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/scheduler/AdminSchedulerAction.java
form.available = entity.isEnabled() ? Constants.ON : null; } private static OptionalEntity<ScheduledJob> getEntity(final CreateForm form, final String username, final long currentTime) { switch (form.crudMode) { case CrudMode.CREATE: return OptionalEntity.of(new ScheduledJob()).map(entity -> { entity.setCreatedBy(username);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:46 UTC 2024 - 18.1K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/reflection/ClassMap.java
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 13.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/InvalidAccessTokenException.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.exception; public class InvalidAccessTokenException extends FessSystemException { private static final long serialVersionUID = 1L; private final String type; public InvalidAccessTokenException(final String type, final String message) { super(message); this.type = type; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 1016 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/SearchQueryException.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.exception; public class SearchQueryException extends FessSystemException { private static final long serialVersionUID = 1L; public SearchQueryException(final String message, final Throwable cause) { super(message, cause); } public SearchQueryException(final String message) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/Derived.java
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Oct 03 22:29:45 UTC 2023 - 908 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/exception/SuggestIndexException.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.suggest.exception; public class SuggestIndexException extends SuggesterException { private static final long serialVersionUID = -3792626439756997194L; public SuggestIndexException(final String msg) { super(msg); } public SuggestIndexException(final Throwable cause) { super(cause); }
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:54 UTC 2024 - 1.1K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/exception/ExecutionTimeoutException.java
*/ package org.codelibs.fess.crawler.exception; /** * @author shinsuke * */ public class ExecutionTimeoutException extends ExtractException { private static final long serialVersionUID = 1L; public ExecutionTimeoutException(final String message, final Throwable cause) { super(message, cause); } public ExecutionTimeoutException(final String message) {
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:27 UTC 2024 - 1.1K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/exception/ExtractException.java
*/ package org.codelibs.fess.crawler.exception; /** * @author shinsuke * */ public class ExtractException extends CrawlerSystemException { private static final long serialVersionUID = 1L; public ExtractException(final String message, final Throwable cause) { super(message, cause); } public ExtractException(final String message) { super(message);
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:27 UTC 2024 - 1.1K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/exception/RobotsTxtException.java
*/ package org.codelibs.fess.crawler.exception; /** * @author shinsuke * */ public class RobotsTxtException extends CrawlerSystemException { private static final long serialVersionUID = 1L; public RobotsTxtException(final String message, final Throwable cause) { super(message, cause); } public RobotsTxtException(final String message) { super(message);
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:27 UTC 2024 - 1020 bytes - Viewed (0)