- Sort Score
- Result 10 results
- Languages All
Results 281 - 290 of 341 for members (0.15 sec)
-
src/main/java/jcifs/util/Encdec.java
*/ public static int enc_floatbe(final float f, final byte[] dst, final int di) { return enc_uint32be(Float.floatToIntBits(f), dst, di); } /* * Decode floating point numbers */ /** * Decodes a float value from little-endian byte order. * * @param src the source byte array * @param si the starting index in the source array
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 17.4K bytes - Viewed (0) -
docs/recipes.md
fun run() { val requestBody = object : RequestBody() { override fun contentType() = MEDIA_TYPE_MARKDOWN override fun writeTo(sink: BufferedSink) { sink.writeUtf8("Numbers\n") sink.writeUtf8("-------\n") for (i in 2..997) { sink.writeUtf8(String.format(" * $i = ${factor(i)}\n")) } }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 30 17:01:12 UTC 2025 - 47.8K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.ldap_base_dn=DN base labels.ldapAccountFilter=Filtro de cuenta labels.ldapGroupFilter=Filtro de grupo labels.ldapMemberofAttribute=Atributo memberOf labels.ldap_account_filter=Filtro de cuenta labels.ldap_group_filter=Filtro de grupo labels.ldap_memberof_attribute=Atributo memberOf labels.notification_login=Página de inicio de sesión labels.notification_search_top=Página superior de búsqueda labels.storage_endpoint=Punto final
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.ldap_admin_security_credentials=비밀번호 labels.ldap_base_dn=베이스 DN labels.ldapAccountFilter=계정 필터 labels.ldapGroupFilter=그룹 필터 labels.ldapMemberofAttribute=memberOf 속성 labels.ldap_account_filter=계정 필터 labels.ldap_group_filter=그룹 필터 labels.ldap_memberof_attribute=memberOf 속성 labels.notification_login=로그인 페이지 labels.notification_search_top=검색 상단 페이지 labels.storage_endpoint=엔드포인트 labels.storage_access_key=액세스 키
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.1K bytes - Viewed (0) -
guava/src/com/google/common/base/Predicates.java
return new SubtypeOfPredicate(clazz); } /** * Returns a predicate that evaluates to {@code true} if the object reference being tested is a * member of the given collection. It does not defensively copy the collection passed in, so * future changes to it will alter the behavior of the predicate. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 26.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/KuromojiCSVUtilTest.java
assertEquals("Software Engineer", result[1]); assertEquals("******@****.***", result[2]); assertEquals("\"Loves \"\"coding\"\" and coffee\"", result[3]); // CSV with numbers and mixed data types - quoted fields keep quotes value = "123,\"Product Name\",45.67,\"Description with, comma\""; result = KuromojiCSVUtil.parse(value); assertEquals(4, result.length);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 18.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.9K bytes - Viewed (0) -
src/main/resources/fess_label_zh_CN.properties
labels.ldap_admin_security_credentials=密码 labels.ldap_base_dn=基本DN labels.ldapAccountFilter=帐户过滤器 labels.ldapGroupFilter=组过滤器 labels.ldapMemberofAttribute=memberOf属性 labels.ldap_account_filter=帐户过滤器 labels.ldap_group_filter=组过滤器 labels.ldap_memberof_attribute=memberOf属性 labels.notification_login=登录页面 labels.notification_search_top=搜索首页 labels.storage_endpoint=端点 labels.storage_access_key=访问密钥 labels.storage_secret_key=密钥
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.ldap_base_dn=DN de base labels.ldapAccountFilter=Filtre de compte labels.ldapGroupFilter=Filtre de groupe labels.ldapMemberofAttribute=Attribut memberOf labels.ldap_account_filter=Filtre de compte labels.ldap_group_filter=Filtre de groupe labels.ldap_memberof_attribute=Attribut memberOf labels.notification_login=Page de connexion labels.notification_search_top=Page d'accueil de la recherche labels.storage_endpoint=Point de terminaison
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.ldap_base_dn=Base DN labels.ldapAccountFilter=Account Filter labels.ldapGroupFilter=Group Filter labels.ldapMemberofAttribute=memberOf Attribute labels.ldap_account_filter=Account Filter labels.ldap_group_filter=Group Filter labels.ldap_memberof_attribute=memberOf Attribute labels.notification_login=Login Page labels.notification_search_top=Search Top Page labels.storage_endpoint=Endpoint
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0)