- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 159 for topK (0.03 sec)
-
src/main/resources/fess_label_ko.properties
labels.profile.title=설정 labels.profile.update=갱신 labels.profile.back=뒤로 labels.profile.placeholder_old_password=현재 비밀번호 labels.profile.placeholder_new_password=새 비밀번호 labels.profile.placeholder_confirm_new_password=새 비밀번호 확인 labels.top.search=검색 labels.index_title=Fess labels.index_form_search_btn=검색 labels.index_osdd_title=검색 labels.index_form_option_btn=옵션 labels.index_help=도움말 labels.search_options=검색 옵션 labels.search_options_close=닫기
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.1K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.profile.back=Назад labels.profile.placeholder_old_password=Текущий пароль labels.profile.placeholder_new_password=Новый пароль labels.profile.placeholder_confirm_new_password=Подтвердите новый пароль labels.top.search=Поиск labels.index_title=Fess labels.index_form_search_btn=Поиск labels.index_osdd_title=Поиск labels.index_form_option_btn=Опции labels.index_help=Помощь labels.search_options=Параметры поиска
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 55.8K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.profile.back= Indietro labels.profile.placeholder_old_password= Password attuale labels.profile.placeholder_new_password= Nuova password labels.profile.placeholder_confirm_new_password= Conferma nuova password labels.top.search=Cerca labels.index_title=Fess labels.index_form_search_btn=Cerca labels.index_osdd_title=Cerca labels.index_form_option_btn=Opzioni labels.index_help=Aiuto labels.search_options=Opzioni di ricerca
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.4.md
* Move HighWaterMark to the top of the struct in order to fix arm ([#33117](https://github.com/kubernetes/kubernetes/pull/33117), [@luxas](https://github.com/luxas)) * Move HighWaterMark to the top of the struct in order to fix arm, second time ([#33376](https://github.com/kubernetes/kubernetes/pull/33376), [@luxas](https://github.com/luxas))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 133.5K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.profile.back= Terug labels.profile.placeholder_old_password= Huidig wachtwoord labels.profile.placeholder_new_password= Nieuw wachtwoord labels.profile.placeholder_confirm_new_password= Nieuw wachtwoord bevestigen labels.top.search=Zoeken labels.index_title=Fess labels.index_form_search_btn=Zoeken labels.index_osdd_title=Zoeken labels.index_form_option_btn=Opties labels.index_help=Help labels.search_options=Zoekopties
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
src/main/resources/fess_label_zh_CN.properties
labels.profile.title= 设置 labels.profile.update= 更新 labels.profile.back= 返回 labels.profile.placeholder_old_password= 当前密码 labels.profile.placeholder_new_password= 新密码 labels.profile.placeholder_confirm_new_password= 确认新密码 labels.top.search=搜索 labels.index_title=Fess labels.index_form_search_btn=搜索 labels.index_osdd_title=搜索 labels.index_form_option_btn=选项 labels.index_help=帮助 labels.search_options=搜索选项 labels.search_options_close=关闭
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.5K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.profile.back=Retour labels.profile.placeholder_old_password=Mot de passe actuel labels.profile.placeholder_new_password=Nouveau mot de passe labels.profile.placeholder_confirm_new_password=Confirmer le nouveau mot de passe labels.top.search=Rechercher labels.index_title=Fess labels.index_form_search_btn=Rechercher labels.index_osdd_title=Rechercher labels.index_form_option_btn=Options labels.index_help=Aide
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.13.md
- CRD supports multi-version Schema, Subresources and AdditionalPrintColumns (NOTE that CRDs created prior to 1.13 populated the top-level additionalPrinterColumns field by default. To apply an updated that changes to per-version additionalPrinterColumns, the top-level additionalPrinterColumns field must be explicitly set to null). ([#70211](https://github.com/kubernetes/kubernetes/pull/70211), [@roycaihw](https://github.com/roycaihw))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 273.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Search */ public static final String LABELS_TOP_SEARCH = "{labels.top.search}"; /** The key of the message: Fess */ public static final String LABELS_index_title = "{labels.index_title}"; /** The key of the message: Search */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Iterators.java
MergingIterator( Iterable<? extends Iterator<? extends T>> iterators, Comparator<? super T> itemComparator) { // A comparator that's used by the heap, allowing the heap // to be sorted based on the top of each iterator. Comparator<PeekingIterator<T>> heapComparator = (PeekingIterator<T> o1, PeekingIterator<T> o2) -> itemComparator.compare(o1.peek(), o2.peek());
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 50.5K bytes - Viewed (0)