- Sort Score
- Result 10 results
- Languages All
Results 451 - 460 of 482 for DOCUMENT (0.07 sec)
-
android/guava/src/com/google/common/collect/CompactHashMap.java
* * - The map has not switched to delegating to a java.util implementation to mitigate hash * flooding. Callers can confirm this by null-checking delegateOrNull(). * * In an ideal world, we would document why we know those things are true every time we call these * methods. But that is a bit too painful.... */ private Object requireTable() { return requireNonNull(table); }
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 35.7K bytes - Viewed (0) -
guava/src/com/google/common/io/BaseEncoding.java
return new ByteSink() { @Override public OutputStream openStream() throws IOException { return encodingStream(encodedSink.openStream()); } }; } // TODO(lowasser): document the extent of leniency, probably after adding ignore(CharMatcher) private static byte[] extract(byte[] result, int length) { if (length == result.length) { return result; }
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Oct 06 14:51:47 UTC 2025 - 41.7K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.dashboard_plugin=Plugin de panel labels.web_config_list=Lista de configuración web labels.access_token_details=Access Token Detalles labels.bad_word_details=Bad Word Detalles labels.boost_document_rule_details=Boost Document Rule Detalles labels.crawling_info_details=Crawling Info Detalles labels.data_config_details=Data Config Detalles labels.dict_kuromoji_details=Dict Kuromoji Detalles labels.dict_mapping_details=Dict Mapping Detalles
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49K bytes - Viewed (0) -
src/main/resources/fess_label_hi.properties
labels.dashboard_plugin=डैशबोर्ड प्लगइन labels.web_config_list=वेब कॉन्फ़िग सूची labels.access_token_details=Access Token विवरण labels.bad_word_details=Bad Word विवरण labels.boost_document_rule_details=Boost Document Rule विवरण labels.crawling_info_details=Crawling Info विवरण labels.data_config_details=Data Config विवरण labels.dict_kuromoji_details=Dict Kuromoji विवरण labels.dict_mapping_details=Dict Mapping विवरण
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 64.5K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.dashboard_plugin=Plugin dashboard labels.web_config_list=Elenco configurazioni web labels.access_token_details=Access Token Dettagli labels.bad_word_details=Bad Word Dettagli labels.boost_document_rule_details=Boost Document Rule Dettagli labels.crawling_info_details=Crawling Info Dettagli labels.data_config_details=Data Config Dettagli labels.dict_kuromoji_details=Dict Kuromoji Dettagli labels.dict_mapping_details=Dict Mapping Dettagli
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 46.6K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.dashboard_title_configuration=시스템 구성 labels.dashboard_plugin=대시보드 플러그인 labels.web_config_list=웹 설정 목록 labels.access_token_details=Access Token 상세 labels.bad_word_details=Bad Word 상세 labels.boost_document_rule_details=Boost Document Rule 상세 labels.crawling_info_details=Crawling Info 상세 labels.data_config_details=Data Config 상세 labels.dict_kuromoji_details=Dict Kuromoji 상세 labels.dict_mapping_details=Dict Mapping 상세
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 46.1K bytes - Viewed (0) -
src/main/resources/fess_label_zh_CN.properties
labels.dashboard_title_configuration=系统配置 labels.dashboard_plugin=仪表板插件 labels.web_config_list=Web配置列表 labels.access_token_details=Access Token 详情 labels.bad_word_details=Bad Word 详情 labels.boost_document_rule_details=Boost Document Rule 详情 labels.crawling_info_details=Crawling Info 详情 labels.data_config_details=Data Config 详情 labels.dict_kuromoji_details=Dict Kuromoji 详情 labels.dict_mapping_details=Dict Mapping 详情
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 43.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.27.md
- Fixes bug where an incomplete OpenAPI V3 document can cause a nil-pointer crash. Ensures fallback to OpenAPI V2 endpoint for errors retrieving OpenAPI V3 document. ([#117918](https://github.com/kubernetes/kubernetes/pull/117918), [@seans3](https://github.com/seans3)) [SIG CLI]
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Jul 17 07:48:22 UTC 2024 - 466.3K bytes - Viewed (2) -
CHANGELOG/CHANGELOG-1.15.md
nAPI feature is now beta and enabled by default. CustomResourceDefinitions with [structural schemas](https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/20190425-structural-openapi.md) now publish schemas in the OpenAPI document served at `/openapi/v2`. CustomResourceDefinitions with non-structural schemas have a `NonStructuralSchema` condition added with details about what needs to be corrected in the validation schema. ([#77825](https://github.com/kubernetes/kubernetes/pull/77825),...
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 278.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.20.md
- Document that ServiceTopology feature is required to use `service.spec.topologyKeys`. ([#96528](https://github.com/kubernetes/kubernetes/pull/96528), [@andrewsykim](https://github.com/andrewsykim)) [SIG Apps]
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Jan 19 21:05:45 UTC 2022 - 409K bytes - Viewed (0)