- Sort Score
- Num 10 results
- Language All
Results 1621 - 1630 of 1,826 for system (0.2 seconds)
-
android/guava-tests/test/com/google/common/cache/CacheLoadingTest.java
if (oldValue == null) { expectedComputations++; } ref = new WeakReference<>(cache.getUnchecked(1)); oldValue = null; Thread.sleep(i); System.gc(); } assertThat(countingLoader.getCount()).isEqualTo(expectedComputations); for (int i = 0; i < iterations; i++) { // The entry should get garbage collected and recomputed.
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 18 18:06:14 GMT 2026 - 91K bytes - Click Count (0) -
android/guava/src/com/google/common/primitives/Longs.java
long length = 0; for (long[] array : arrays) { length += array.length; } long[] result = new long[checkNoOverflow(length)]; int pos = 0; for (long[] array : arrays) { System.arraycopy(array, 0, result, pos, array.length); pos += array.length; } return result; } private static int checkNoOverflow(long result) { checkArgument(Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Oct 22 18:14:49 GMT 2025 - 29K bytes - Click Count (0) -
src/main/resources/fess_label_zh_TW.properties
labels.system_info_env_title=環境變數屬性 labels.system_info_prop_title=系統屬性 labels.system_info_fess_prop_title=應用程式屬性 labels.system_info_bug_report_title=錯誤報告屬性 labels.system_info_system_properties_does_not_exist=system.properties不存在。將應用預設值。 labels.file_auth_configuration=檔案認證 labels.file_auth_list_hostname=主機名稱 labels.file_auth_list_file_crawling_config=配置名稱 labels.file_auth_any=任意 labels.file_auth_create_file_config=建立新的檔案爬網配置
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) -
cmd/object-handlers_test.go
} // See if the new object is formed. // testing whether the copy was successful. // Note that this goes directly to the file system, // so encryption/compression may interfere at some point. buffers[0].Reset() r, err := obj.GetObjectNInfo(context.Background(), testCase.bucketName, testCase.newObjectName, nil, nil, opts) if err != nil {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 163.1K bytes - Click Count (0) -
src/main/resources/fess_label_hi.properties
labels.system_info_prop_title=सिस्टम प्रॉपर्टीज़ labels.system_info_fess_prop_title=एप्लिकेशन प्रॉपर्टीज़ labels.system_info_bug_report_title=बग रिपोर्ट प्रॉपर्टीज़ labels.system_info_system_properties_does_not_exist=system.properties मौजूद नहीं है। डिफ़ॉल्ट मान लागू हैं। labels.file_auth_configuration=फ़ाइल प्रमाणीकरण labels.file_auth_list_hostname=होस्टनाम labels.file_auth_list_file_crawling_config=कॉन्फ़िग नाम labels.file_auth_any=कोई भी
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 71.6K bytes - Click Count (0) -
guava/src/com/google/common/collect/Streams.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 36.4K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/ImmutableSortedSet.java
import static com.google.common.base.Preconditions.checkNotNull; import static com.google.common.collect.ImmutableList.asImmutableList; import static com.google.common.collect.ObjectArrays.checkElementsNotNull; import static java.lang.System.arraycopy; import static java.util.Arrays.sort; import com.google.common.annotations.GwtCompatible; import com.google.common.annotations.GwtIncompatible; import com.google.common.annotations.J2ktIncompatible;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Sep 23 17:50:58 GMT 2025 - 36.8K bytes - Click Count (0) -
src/main/resources/fess_label_ko.properties
labels.system_info_env_title=환경 변수 속성 labels.system_info_prop_title=시스템 속성 labels.system_info_fess_prop_title=앱 속성 labels.system_info_bug_report_title=버그 리포트 속성 labels.system_info_system_properties_does_not_exist=system.properties가 존재하지 않습니다. 기본값이 적용됩니다. labels.file_auth_configuration=파일 인증 labels.file_auth_list_hostname=호스트명 labels.file_auth_list_file_crawling_config=설정 이름 labels.file_auth_any=임의
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 51.6K bytes - Click Count (0) -
src/main/resources/fess_label_ru.properties
labels.system_info_prop_title=Свойства системы labels.system_info_fess_prop_title=Свойства приложения labels.system_info_bug_report_title=Свойства отчета об ошибке labels.system_info_system_properties_does_not_exist=system.properties не существует. Применяются значения по умолчанию. labels.file_auth_configuration=Файловая аутентификация labels.file_auth_list_hostname=Имя хоста labels.file_auth_list_file_crawling_config=Имя конфигурации
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 66.6K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/ImmutableSortedSetTest.java
* * A call to of() with a parameter that is not a plain Object[] (here, * Interface[]) creates a RegularImmutableSortedSet backed by an array of that * type. Later, RegularImmutableSortedSet.toArray() calls System.arraycopy() * to copy from that array to the destination array. This would be fine, but * GWT has a bug: It refuses to copy from an E[] to an Object[] when E is an * interface type. */
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 47.2K bytes - Click Count (0)