- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 1,104 for systemd (0.03 sec)
-
src/main/resources/fess_label_fr.properties
labels.system_info_configuration=Informations système labels.system_info_env_title=Propriétés des variables d'environnement labels.system_info_prop_title=Propriétés système labels.system_info_fess_prop_title=Propriétés de l'application labels.system_info_bug_report_title=Propriétés du rapport de bogue labels.system_info_system_properties_does_not_exist=system.properties n'existe pas. Les valeurs par défaut sont appliquées.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportPoolImpl.java
private final AtomicLong failureCount = new AtomicLong(0); private volatile long firstConnectionTime = System.currentTimeMillis(); private volatile long lastActivityTime = System.currentTimeMillis(); void recordConnection() { connectionsCreated.incrementAndGet(); lastActivityTime = System.currentTimeMillis(); } void recordSuccess() {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 33.4K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/interval/impl/DefaultIntervalControllerTest.java
final DefaultIntervalController controller = new DefaultIntervalController(); controller.setDelayMillisAfterProcessing(0L); final long start = System.nanoTime(); controller.delayAfterProcessing(); final long elapsed = (System.nanoTime() - start) / 1000000; assertTrue("No delay expected", elapsed < 50); // Should be nearly instant } /**
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 20 08:58:39 UTC 2025 - 8.1K bytes - Viewed (0) -
src/main/resources/fess_label_id.properties
labels.failure_url_file_config_name=Konfigurasi Perayapan Berkas labels.system_info_configuration=Info Sistem labels.system_info_env_title=Properti Variabel Lingkungan labels.system_info_prop_title=Properti Sistem labels.system_info_fess_prop_title=Properti Aplikasi labels.system_info_bug_report_title=Properti Laporan Bug labels.system_info_system_properties_does_not_exist=system.properties tidak ada. Nilai default diterapkan.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 45.2K bytes - Viewed (0) -
samples/guide/src/main/java/okhttp3/recipes/RewriteResponseCacheControl.java
// can be read from the cache. System.out.println("Force cache: true"); clientForCall = client.newBuilder() .addNetworkInterceptor(REWRITE_CACHE_CONTROL_INTERCEPTOR) .build(); } else { System.out.println("Force cache: false"); clientForCall = client; }Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat Jan 12 03:31:36 UTC 2019 - 2.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/TransCallNamedPipeResponseTest.java
@Test void testReadDataWireFormatWithValidLength() throws SMBProtocolDecodingException { // Prepare test data byte[] sourceData = { 10, 20, 30, 40, 50 }; byte[] buffer = new byte[100]; System.arraycopy(sourceData, 0, buffer, 10, sourceData.length); // Execute int result = response.readDataWireFormat(buffer, 10, sourceData.length); // VerifyRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 8.8K bytes - Viewed (0) -
src/main/java/jcifs/smb1/Config.java
String ver, pkgs; ver = System.getProperty("java.version"); if (ver.startsWith("1.1.") || ver.startsWith("1.2.")) { throw new RuntimeException("jcifs.smb1-0.7.0b4+ requires Java 1.3 or above. You are running " + ver); } pkgs = System.getProperty("java.protocol.handler.pkgs"); if (pkgs == null) { System.setProperty("java.protocol.handler.pkgs", "jcifs.smb1");Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.5K bytes - Viewed (0) -
src/test/java/jcifs/netbios/NodeStatusResponseTest.java
// Name entry (18 bytes) String name = "TEST "; System.arraycopy(name.getBytes("US-ASCII"), 0, src, srcIndex + 13, 16); src[srcIndex + 28] = 0x00; // hex code src[srcIndex + 29] = 0x04; // flags // MAC address (6 bytes) byte[] mac = new byte[6]; System.arraycopy(mac, 0, src, srcIndex + 31, 6); // Stats (6 bytes) byte[] stats = new byte[6];
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 19.3K bytes - Viewed (0) -
src/test/java/org/codelibs/core/collection/CaseInsensitiveMapTest.java
} System.out.println("CaseInsensitiveMap.put:" + (System.currentTimeMillis() - start)); start = System.currentTimeMillis(); for (int i = 0; i < num; i++) { hmap.get("a" + String.valueOf(i)); } System.out.println("HashMap.get:" + (System.currentTimeMillis() - start)); start = System.currentTimeMillis();Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 4K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.system_info_configuration=Informazioni di sistema labels.system_info_env_title=Proprietà variabili d'ambiente labels.system_info_prop_title=Proprietà di sistema labels.system_info_fess_prop_title=Proprietà applicazione labels.system_info_bug_report_title=Proprietà rapporto bug labels.system_info_system_properties_does_not_exist=system.properties non esiste. Verranno applicati i valori predefiniti.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 46.6K bytes - Viewed (0)