- Sort Score
- Result 10 results
- Languages All
Results 721 - 730 of 4,401 for classe (0.03 sec)
- 
				
				src/main/java/org/codelibs/fess/dict/protwords/ProtwordsCreator.javaimport jakarta.annotation.PostConstruct; /** * Creator for protected words dictionary files. * This class manages the creation and registration of protected words dictionary files. */ public class ProtwordsCreator extends DictionaryCreator { private static final Logger logger = LogManager.getLogger(ProtwordsCreator.class); /** * Constructor for ProtwordsCreator.Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2K bytes - Viewed (0)
- 
				
				futures/failureaccess/src/com/google/common/util/concurrent/internal/InternalFutures.java* class. * * <p>This class is GWT-compatible. * * @since {@code com.google.guava:failureaccess:1.0}, which was added as a dependency of Guava in * Guava 27.0 */ public final class InternalFutures { /** * Usually returns {@code null} but, if the given {@code Future} has failed, may <i>optionally</i>Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Jan 18 02:54:30 UTC 2025 - 1.7K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/core/beans/converter/NumberConverter.javareturn null; } return new DecimalFormat(pattern).format(value); } @Override public boolean isTarget(final Class<?> clazz) { assertArgumentNotNull("clazz", clazz); return Number.class.isAssignableFrom(clazz); }Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 2.1K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/core/beans/converter/TimestampConverter.javareturn null; } return StringConversionUtil.toString((Date) value, pattern); } @Override public boolean isTarget(final Class<?> clazz) { assertArgumentNotNull("clazz", clazz); return clazz == java.sql.Timestamp.class; }Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 2.1K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/suggest/index/writer/SuggestBulkFileWriter.java/** * SuggestBulkFileWriter is an implementation of the SuggestWriter interface. * This class is responsible for writing and deleting suggest items in bulk. * * <p>Currently, the methods in this class throw UnsupportedOperationException * as they are not yet implemented.</p> * * @see SuggestWriter */ public class SuggestBulkFileWriter implements SuggestWriter { /**Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 2.1K bytes - Viewed (0)
- 
				
				docs/em/docs/advanced/openapi-callbacks.mdπ πΌ π« π οΈ β² β«οΈ (π πͺ βΈ π), π΄ π§Ύ π. /// tip β β² πΊπΈπ π¨. πβ π οΈ β² π, π πͺ βοΈ π³ π <a href="https://www.python-httpx.org" class="external-link" target="_blank">πΈπ²</a> βοΈ <a href="https://requests.readthedocs.io/" class="external-link" target="_blank">π¨</a>. /// ## β β² π§Ύ π π π π π« π οΈ π π±, π₯ π΄ πͺ β«οΈ *π* β π *π’ π οΈ* π π π. Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6.5K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/entity/QueryContextTest.java} // Test addQuery with no clauses added public void test_addQuery_withNoClauses() { queryContext = new QueryContext("test", false); QueryBuilder initialQuery = QueryBuilders.termQuery("field", "value"); queryContext.setQueryBuilder(initialQuery); queryContext.addQuery(boolQuery -> { // Don't add any clauses });Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 17.4K bytes - Viewed (0)
- 
				
				android/guava/src/com/google/common/util/concurrent/Service.java* and {@link State#TERMINATED} states are terminal states, once a service enters either of these * states it cannot ever leave them. * * <p>Implementors of this interface are strongly encouraged to extend one of the abstract classes * in this package which implement this interface and make the threading and state management * easier. * * @author Jesse Wilson * @author Luke Sandberg * @since 9.0 (in 1.0 as {@code com.google.common.base.Service})Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 03:10:51 UTC 2024 - 10.8K bytes - Viewed (0)
- 
				
				compat/maven-compat/src/test/java/org/apache/maven/toolchain/RequirementMatcherFactoryTest.javaimport static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertTrue; /** * */ class RequirementMatcherFactoryTest { /** * Test of createExactMatcher method, of class RequirementMatcherFactory. */ @Test void testCreateExactMatcher() { RequirementMatcher matcher;Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Feb 11 12:33:57 UTC 2025 - 2.3K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/context/SingletonContext.javaimport jcifs.config.PropertyConfiguration; /** * Global singleton context * * @author mbechler * */ public class SingletonContext extends BaseContext implements CIFSContext { private static final Logger log = LoggerFactory.getLogger(SingletonContext.class); private static SingletonContext INSTANCE; /** * Initialize singleton context using custom properties *Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.3K bytes - Viewed (0)