- Sort Score
- Result 10 results
- Languages All
Results 671 - 680 of 1,064 for creators (0.04 sec)
- 
				
				fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/LhaExtractor.javaprivate static final Logger logger = LogManager.getLogger(LhaExtractor.class); /** Maximum content size for extraction. -1 means no limit. */ protected long maxContentSize = -1; /** * Creates a new LhaExtractor instance. */ public LhaExtractor() { super(); } /** * Extracts text content from an LHA archive input stream. * Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 5.8K bytes - Viewed (0)
- 
				
				fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbClient.java*/ protected volatile SmbAuthenticationHolder smbAuthenticationHolder; /** * The CIFS context. */ protected CIFSContext cifsContext; /** * Creates a new SmbClient instance. */ public SmbClient() { super(); } /** * Initializes the SMB client. * @see org.codelibs.fess.crawler.client.AbstractCrawlerClient#init()Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Sep 18 09:30:45 UTC 2025 - 22.5K bytes - Viewed (0)
- 
				
				android/guava-testlib/src/com/google/common/collect/testing/NavigableMapTestSuiteBuilder.javaimport java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.NavigableMap; import java.util.SortedMap; import junit.framework.TestSuite; /** * Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableMap * implementation. */ @GwtIncompatible public class NavigableMapTestSuiteBuilder<K, V> extends SortedMapTestSuiteBuilder<K, V> { Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 7K bytes - Viewed (0)
- 
				
				okhttp/src/commonJvmAndroid/kotlin/okhttp3/Authenticator.kt* * To make HTTPS calls using an HTTP proxy server OkHttp must first negotiate a connection with * the proxy. This proxy connection is called a "TLS Tunnel" and is specified by * [RFC 2817][1]. The HTTP CONNECT request that creates this tunnel connection is special: it * does not participate in any [interceptors][Interceptor] or [event listeners][EventListener]. It * doesn't include the motivating request's HTTP headers or even its full URL; only the target Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 5.5K bytes - Viewed (0)
- 
				
				android/guava/src/com/google/common/collect/AbstractSortedSetMultimap.java*/ @GwtCompatible abstract class AbstractSortedSetMultimap<K extends @Nullable Object, V extends @Nullable Object> extends AbstractSetMultimap<K, V> implements SortedSetMultimap<K, V> { /** * Creates a new multimap that uses the provided map. * * @param map place to store the mapping from each key to its corresponding values */ protected AbstractSortedSetMultimap(Map<K, Collection<V>> map) { super(map); Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Mar 20 13:05:10 UTC 2025 - 5.5K bytes - Viewed (0)
- 
				
				guava-testlib/src/com/google/common/collect/testing/ListTestSuiteBuilder.javaimport java.util.ArrayList; import java.util.Collection; import java.util.HashSet; import java.util.List; import java.util.Set; import junit.framework.TestSuite; /** * Creates, based on your criteria, a JUnit test suite that exhaustively tests a List * implementation. * * @author George van den Driessche */ @GwtIncompatible public final class ListTestSuiteBuilder<E> Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 6.4K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/core/misc/Tuple5.javaRegistered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 6.5K bytes - Viewed (0)
- 
				
				cmd/config.gofunc (sys *ConfigSys) Init(objAPI ObjectLayer) error { if objAPI == nil { return errInvalidArgument } return initConfig(objAPI) } // NewConfigSys - creates new config system object. func NewConfigSys() *ConfigSys { return &ConfigSys{} } // Initialize and load config from remote etcd or local config directory func initConfig(objAPI ObjectLayer) (err error) { Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 5.9K bytes - Viewed (0)
- 
				
				fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/TextTransformer.java*/ @Resource protected CrawlerContainer crawlerContainer; /** * The name of the charset. */ protected String charsetName = Constants.UTF_8; /** * Creates a new TextTransformer instance. */ public TextTransformer() { super(); } /* * (non-Javadoc) * * @seeRegistered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 6.5K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/app/web/admin/user/AdminUserAction.java} // ----------------------------------------------------- // Actually Crud // ------------- /** * Creates a new user. * * @param form the create form containing the new user data * @return HTML response redirecting to the list page after creation */ @Execute @Secured({ ROLE })Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 19.5K bytes - Viewed (0)