- Sort Score
- Num 10 results
- Language All
Results 1131 - 1140 of 1,247 for dess (0.03 seconds)
-
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsCrawlingInfoParamCQ.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.cbean.cq.bs; import java.time.LocalDateTime; import java.util.ArrayList; import java.util.Collection; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractConditionQuery; import org.codelibs.fess.opensearch.config.cbean.cq.CrawlingInfoParamCQ; import org.dbflute.cbean.ckey.ConditionKey;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 36K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsKeyMatchCQ.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.cbean.cq.bs; import java.time.LocalDateTime; import java.util.ArrayList; import java.util.Collection; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractConditionQuery; import org.codelibs.fess.opensearch.config.cbean.cq.KeyMatchCQ; import org.dbflute.cbean.ckey.ConditionKey;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 68.6K bytes - Click Count (0) -
src/main/resources/fess_message_pt_BR.properties
# you can define your messages here: # e.g. # errors.xxx = ... # info.xxx = ... # _/_/_/_/_/_/_/_/_/_/ # ======================================================================================== # Fess # ====== errors.login_error = Nome de usuário ou senha incorretos. errors.sso_login_error=Falha no processo de login SSO. errors.could_not_find_log_file = Não foi possível encontrar {0}.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.7K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/ObjectCountHashMap.java
} if (newCapacity != entriesSize) { resizeEntries(newCapacity); } } } /** * Resizes the internal entries array to the specified capacity, which may be greater or less than * the current capacity. */ void resizeEntries(int newCapacity) { this.keys = Arrays.copyOf(keys, newCapacity); this.values = Arrays.copyOf(values, newCapacity); long[] entries = this.entries;Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Aug 09 01:14:59 GMT 2025 - 14.5K bytes - Click Count (0) -
src/main/resources/fess_label_ja.properties
labels.search_result_time=({0} 秒) labels.prev_page=前へ labels.next_page=次へ labels.did_not_match=<b>{0}</b> に一致する情報は見つかりませんでした。 labels.did_not_match_suggestion=別のキーワードで検索するか、入力内容をご確認ください。 labels.search_title=Fess labels.search_popular_word_word=人気ワード: labels.search_related_queries=関連ワード: labels.search_result_select_sort=- ソート - labels.search_result_select_num=- 表示件数 - labels.search_result_sort_score_desc=スコア順Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 56.7K bytes - Click Count (0) -
android/guava/src/com/google/common/hash/BloomFilterStrategies.java
* their ordinal for BloomFilter serialization. * * @author Dimitris Andreou * @author Kurt Alfred Kluever */ enum BloomFilterStrategies implements BloomFilter.Strategy { /** * See "Less Hashing, Same Performance: Building a Better Bloom Filter" by Adam Kirsch and Michael * Mitzenmacher. The paper argues that this trick doesn't significantly deteriorate theCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 10.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/LlmChatRequest.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.llm; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; /** * Request object for LLM chat completion. * * @author FessProject */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 05 03:38:31 GMT 2026 - 6.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/query/DefaultQueryBuilder.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.query; import java.io.IOException; import java.util.Objects; import org.apache.lucene.search.Query; import org.opensearch.core.common.io.stream.StreamOutput; import org.opensearch.core.xcontent.XContentBuilder;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsWebAuthenticationCQ.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.cbean.cq.bs; import java.time.LocalDateTime; import java.util.ArrayList; import java.util.Collection; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractConditionQuery; import org.codelibs.fess.opensearch.config.cbean.cq.WebAuthenticationCQ; import org.dbflute.cbean.ckey.ConditionKey;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 95.5K bytes - Click Count (1) -
android/guava/src/com/google/common/collect/SortedLists.java
int foundIndex) { return LAST_PRESENT.resultIndex(comparator, key, list, foundIndex) + 1; } }, /** * Return the index of the last list element that compares as less than the key, or {@code -1} * if there is no such element. */ LAST_BEFORE { @Override public <E extends @Nullable Object> int resultIndex( Comparator<? super E> comparator,Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 10.9K bytes - Click Count (0)