- Sort Score
- Result 10 results
- Languages All
Results 661 - 670 of 683 for set_name (0.04 sec)
-
guava/src/com/google/common/net/InetAddresses.java
// present interfaces) NetworkInterface scopedInterface = ip.getScopedInterface(); if (scopedInterface != null) { return "%" + scopedInterface.getName(); } int scope = ip.getScopeId(); if (scope != 0) { return "%" + scope; } return ""; } /** * Identify and mark the longest run of zeroes in an IPv6 address.Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 19 21:24:11 UTC 2025 - 47.4K bytes - Viewed (0) -
ci/official/containers/ml_build_arm64/builder.devtoolset/stringop_trunc.patch
- char ut_user[UT_NAMESIZE]; + char ut_line[UT_LINESIZE] + __attribute_nonstring__; /* Devicename. */ + char ut_user[UT_NAMESIZE] + __attribute_nonstring__; /* Username. */ #define ut_name ut_user - char ut_host[UT_HOSTSIZE]; + char ut_host[UT_HOSTSIZE] + __attribute_nonstring__; /* Hostname for remote login. */ long int ut_time; }; diff --git a/misc/sys/cdefs.h b/misc/sys/cdefs.h
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Nov 11 19:25:56 UTC 2024 - 42.9K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/AbstractFutureTest.java
throw new RuntimeException(e); } } private void checkStackTrace(ExecutionException e) { // Our call site for get() should be in the trace. int index = findStackFrame(e, getClass().getName(), "getExpectingExecutionException"); assertThat(index).isNotEqualTo(0); // Above our method should be the call to get(). Don't assert on the class // because it could be some superclass.
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jul 11 18:52:30 UTC 2025 - 46.8K bytes - Viewed (0) -
src/main/resources/fess_label_zh_CN.properties
labels.error_title=错误 labels.system_error_title=系统错误 labels.contact_site_admin=请联系网站管理员。 labels.request_error_title=请求格式不正确。 labels.bad_request=对URL的请求不正确。 labels.page_not_found_title=页面未找到。 labels.check_url=请检查URL。 labels.user_name=用户名 labels.login=登录 labels.login.placeholder_username=用户名 labels.login.placeholder_password=密码 labels.login.title=登录 labels.index_label=标签 labels.index_lang=首选语言 labels.index_sort=排序 labels.index_num=显示数量
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.request_error_title=Format de requête non valide. labels.bad_request=Votre requête à l'URL n'est pas valide. labels.page_not_found_title=Page non trouvée. labels.check_url=Veuillez vérifier l'URL. labels.user_name=Nom d'utilisateur labels.login=Connexion labels.login.placeholder_username=Nom d'utilisateur labels.login.placeholder_password=Mot de passe labels.login.title=Connexion labels.index_label=Étiquette
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
android/guava/src/com/google/common/cache/CacheBuilder.java
}; // We use a holder class to delay initialization: https://github.com/google/guava/issues/6566 private static final class LoggerHolder { static final Logger logger = Logger.getLogger(CacheBuilder.class.getName()); } static final int UNSET_INT = -1; boolean strictParsing = true; int initialCapacity = UNSET_INT; int concurrencyLevel = UNSET_INT; long maximumSize = UNSET_INT;Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 51.7K bytes - Viewed (0) -
src/main/java/jcifs/SmbResource.java
* * @return The last component of the URL associated with this SMB * resource or <code>smb://</code> if the resource is <code>smb://</code> * itself. */ String getName(); /** * Returns type of of object this <code>SmbResource</code> represents. * * @return <code>TYPE_FILESYSTEM, TYPE_WORKGROUP, TYPE_SERVER, TYPE_SHARE,Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 28K bytes - Viewed (1) -
src/main/resources/fess_label_es.properties
labels.request_error_title=El formato de la solicitud es incorrecto. labels.bad_request=La solicitud a la URL es incorrecta. labels.page_not_found_title=Página no encontrada. labels.check_url=Por favor, compruebe la URL. labels.user_name=Nombre de usuario labels.login=Iniciar sesión labels.login.placeholder_username=Nombre de usuario labels.login.placeholder_password=Contraseña labels.login.title=Iniciar sesión labels.index_label=Etiqueta
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.contact_site_admin=사이트 관리자에게 문의하십시오. labels.request_error_title=요청 형식이 올바르지 않습니다. labels.bad_request=URL에 대한 요청이 올바르지 않습니다. labels.page_not_found_title=페이지를 찾을 수 없습니다. labels.check_url=URL을 확인하십시오. labels.user_name=사용자명 labels.login=로그인 labels.login.placeholder_username=사용자명 labels.login.placeholder_password=비밀번호 labels.login.title=로그인 labels.index_label=라벨 labels.index_lang=우선 언어 labels.index_sort=정렬
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/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
* @return the collapse builder */ protected CollapseBuilder getCollapseBuilder(final FessConfig fessConfig) { final InnerHitBuilder innerHitBuilder = new InnerHitBuilder().setName(fessConfig.getQueryCollapseInnerHitsName()) .setSize(fessConfig.getQueryCollapseInnerHitsSizeAsInteger()); fessConfig.getQueryCollapseInnerHitsSortBuilders()Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0)