- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 119 for LI (0.01 sec)
-
src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym.jsp
<ol class="breadcrumb float-sm-right"> <li class="breadcrumb-item"><la:link href="/admin/dict"> <la:message key="labels.dict_list_link"/> </la:link></li> <li class="breadcrumb-item"><la:message key="labels.dict_synonym_list_link"/></li> </ol> </div> </div>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Mar 24 13:43:18 UTC 2020 - 10.1K bytes - Viewed (0) -
guava/src/com/google/common/collect/Multimap.java
* map from keys to <i>nonempty</i> collections of values: * * <ul> * <li>a → 1, 2 * <li>b → 3 * </ul> * * ... or as a single "flattened" collection of key-value pairs: * * <ul> * <li>a → 1 * <li>a → 2 * <li>b → 3 * </ul> * * <p><b>Important:</b> although the first interpretation resembles how most multimaps are
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 15.7K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/TraversalUtil.java
* <p> * Supported protocols: * </p> * <ul> * <li>{@literal file}</li> * <li>{@literal jar}</li> * <li>{@literal wsjar} (WebSphere proprietary protocol, alias for {@literal jar})</li> * <li>{@literal zip} (WebLogic proprietary protocol, use {@literal jar} protocol for normal zip files)</li> * <li>{@literal code-source} (Oracle AS(OC4J) proprietary protocol)</li>
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 18.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
* <p>Key constant categories include:</p> * <ul> * <li>System configuration property keys</li> * <li>Default values for crawling and indexing operations</li> * <li>User agent strings and patterns for web crawling</li> * <li>Status constants for job execution and system states</li> * <li>Field names and keys used throughout the application</li> * <li>Date/time format patterns</li> * <li>Authentication type identifiers</li>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/CrawlJob.java
* * <p>Key features:</p> * <ul> * <li>Concurrent crawler process management with configurable limits</li> * <li>Selective crawling based on configuration IDs</li> * <li>Document expiration handling</li> * <li>Hot thread monitoring for performance analysis</li> * <li>Process isolation with separate JVM</li> * </ul> */ public class CrawlJob extends ExecJob {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.6K bytes - Viewed (0) -
android/guava/src/com/google/common/cache/CacheStats.java
* * <p>Cache statistics are incremented according to the following rules: * * <ul> * <li>When a cache lookup encounters an existing cache entry {@code hitCount} is incremented. * <li>When a cache lookup first encounters a missing cache entry, a new entry is loaded. * <ul> * <li>After successfully loading an entry {@code missCount} and {@code loadSuccessCount}
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jul 08 18:32:10 UTC 2025 - 12.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/mapping/admin_dict_mapping.jsp
<ol class="breadcrumb float-sm-right"> <li class="breadcrumb-item"><la:link href="/admin/dict"> <la:message key="labels.dict_list_link"/> </la:link></li> <li class="breadcrumb-item"><la:message key="labels.dict_mapping_list_link"/></li> </ol> </div> </div>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Wed Feb 12 20:25:27 UTC 2020 - 10.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords.jsp
<ol class="breadcrumb float-sm-right"> <li class="breadcrumb-item"><la:link href="/admin/dict"> <la:message key="labels.dict_list_link"/> </la:link></li> <li class="breadcrumb-item"><la:message key="labels.dict_stopwords_list_link"/></li> </ol> </div> </div>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 9.9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji.jsp
<ol class="breadcrumb float-sm-right"> <li class="breadcrumb-item"><la:link href="list"> <la:message key="labels.dict_list_link"/> </la:link></li> <li class="breadcrumb-item"><la:message key="labels.dict_kuromoji_list_link"/></li> </ol> </div> </div>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri Mar 27 06:24:23 UTC 2020 - 10.1K bytes - Viewed (0) -
src/main/java/org/codelibs/core/lang/GenericsUtil.java
* <ul> * <li>If <code>type</code> is a <code>Class</code>, it is returned as-is.</li> * <li>If <code>type</code> is a parameterized type, its raw type is returned.</li> * <li>If <code>type</code> is a wildcard type, its (first) upper bound is returned.</li> * <li>If <code>type</code> is an array, the raw class of its elements is returned.</li> * <li>Otherwise, <code>null</code> is returned.</li>
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 23.4K bytes - Viewed (0)