- Sort Score
- Num 10 results
- Language All
Results 1 - 7 of 7 for abc_value (0.33 seconds)
-
src/test/java/org/codelibs/core/beans/util/CopyOptionsTest.java
public void testIsTargetProperty_excludes_prefix() throws Exception { final CopyOptions option = new CopyOptions().prefix(BeanNames.abc_()).exclude(BeanNames.abc_exclude()); assertThat(option.isTargetProperty("abc_value"), is(true)); assertThat(option.isTargetProperty("abc_exclude"), is(not(true))); assertThat(option.isTargetProperty("ab"), is(not(true))); } /** * @throws Exception */
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Fri Jun 20 13:40:57 GMT 2025 - 12K bytes - Click Count (0) -
okhttp-tls/src/main/kotlin/okhttp3/tls/internal/der/Adapters.kt
val string = formatGeneralizedTime(value) return writer.writeUtf8(string) } }, ) /** Decodes any value without interpretation as [AnyValue]. */ val ANY_VALUE = object : DerAdapter<AnyValue> { override fun matches(header: DerHeader): Boolean = true override fun fromDer(reader: DerReader): AnyValue { reader.read("ANY") { header ->
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Mon Jan 08 01:13:22 GMT 2024 - 15K bytes - Click Count (0) -
okhttp-tls/src/main/kotlin/okhttp3/tls/internal/der/CertificateAdapters.kt
internal val generalName: DerAdapter<Pair<DerAdapter<*>, Any?>> = Adapters.choice( generalNameDnsName, generalNameIpAddress, Adapters.ANY_VALUE, ) /** * ``` * SubjectAltName ::= GeneralNames * * GeneralNames ::= SEQUENCE SIZE (1..MAX) OF GeneralName * ``` */
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 13.6K bytes - Click Count (0) -
okhttp-tls/src/test/java/okhttp3/tls/internal/der/DerCertificatesTest.kt
assertThat(decoded.subjectAlternativeNames).isEqualTo( Extension( id = SUBJECT_ALTERNATIVE_NAME, critical = false, value = listOf( Adapters.ANY_VALUE to AnyValue( tagClass = DerHeader.TAG_CLASS_CONTEXT_SPECIFIC, tag = 1L, constructed = false, length = 16,
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 43.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/ActivityHelperTest.java
public void test_print_parameterSorting() { activityHelper.useEcsFormat = false; Map<String, String> params = new HashMap<>(); params.put("z_param", "z_value"); params.put("a_param", "a_value"); params.put("m_param", "m_value"); activityHelper.print("test", OptionalThing.empty(), params); String result = localLogMsg.get();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 11:45:43 GMT 2026 - 24.3K bytes - Click Count (0) -
src/main/resources/fess_label_zh_TW.properties
labels.crawling_thread_count=同時爬蟲設定 labels.incremental_crawling=檢查上次修改時間 labels.search_log_enabled=搜尋日誌 labels.user_info_enabled=使用者日誌 labels.user_favorite_enabled=收藏日誌 labels.web_api_json_enabled=JSON響應 labels.app_value=系統屬性 labels.default_label_value=預設標籤值 labels.default_sort_value=預設排序值 labels.virtual_host_value=虛擬主機 labels.append_query_param_enabled=新增搜尋參數 labels.login_required=需要登入 labels.result_collapsed=折疊重複結果
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.5K bytes - Click Count (0) -
src/main/resources/fess_label_zh_CN.properties
labels.crawling_thread_count=同时爬虫设置 labels.incremental_crawling=检查上次修改时间 labels.search_log_enabled=搜索日志 labels.user_info_enabled=用户日志 labels.user_favorite_enabled=收藏日志 labels.web_api_json_enabled=JSON响应 labels.app_value=系统属性 labels.default_label_value=默认标签值 labels.default_sort_value=默认排序值 labels.virtual_host_value=虚拟主机 labels.append_query_param_enabled=添加搜索参数 labels.login_required=需要登录 labels.result_collapsed=折叠重复结果
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.3K bytes - Click Count (0)