- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 69 for ni (0.02 seconds)
-
android/guava-tests/test/com/google/common/base/FunctionsTest.java
} public void testComposition() { Map<String, Integer> mJapaneseToInteger = new HashMap<>(); mJapaneseToInteger.put("Ichi", 1); mJapaneseToInteger.put("Ni", 2); mJapaneseToInteger.put("San", 3); Function<String, Integer> japaneseToInteger = Functions.forMap(mJapaneseToInteger); Map<Integer, String> mIntegerToSpanish = new HashMap<>();
Created: 2026-04-03 12:43 - Last Modified: 2026-03-16 15:59 - 16.2K bytes - Click Count (0) -
guava-tests/test/com/google/common/base/FunctionsTest.java
} public void testComposition() { Map<String, Integer> mJapaneseToInteger = new HashMap<>(); mJapaneseToInteger.put("Ichi", 1); mJapaneseToInteger.put("Ni", 2); mJapaneseToInteger.put("San", 3); Function<String, Integer> japaneseToInteger = Functions.forMap(mJapaneseToInteger); Map<Integer, String> mIntegerToSpanish = new HashMap<>();
Created: 2026-04-03 12:43 - Last Modified: 2026-03-16 15:59 - 16.2K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/multichannel/NetworkInterfaceInfo.java
} private boolean checkRSSCapability() { // Platform-specific RSS detection - simplified implementation try { NetworkInterface ni = NetworkInterface.getByInetAddress(address); return ni != null && ni.supportsMulticast(); } catch (SocketException e) { return false; } } @Override public String toString() {Created: 2026-04-05 00:10 - Last Modified: 2025-08-21 11:13 - 9.8K bytes - Click Count (0) -
docs/smb3-features/03-multi-channel-design.md
while (interfaces.hasMoreElements()) { NetworkInterface ni = interfaces.nextElement(); if (!ni.isUp() || ni.isLoopback() || ni.isVirtual()) { continue; } Enumeration<InetAddress> addresses = ni.getInetAddresses(); while (addresses.hasMoreElements()) {Created: 2026-04-05 00:10 - Last Modified: 2025-08-16 02:53 - 39.6K bytes - Click Count (0) -
docs/security/README.md
- [PRF](#prf): HMAC-SHA-256 - [AEAD](#aead): AES-256-GCM if the CPU supports AES-NI, ChaCha20-Poly1305 otherwise. More specifically AES-256-GCM is only selected for X86-64 CPUs with AES-NI extension. Further any secret key (apart from the KMS-generated ones) is 256 bits long. The KMS-generated keys may be 256 bits but this depends on the KMS capabilities and configuration.
Created: 2026-04-05 19:28 - Last Modified: 2025-02-26 09:25 - 13.8K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/multichannel/ChannelManager.java
while (interfaces.hasMoreElements()) { NetworkInterface ni = interfaces.nextElement(); if (!ni.isUp() || ni.isLoopback() || ni.isVirtual()) { continue; } Enumeration<InetAddress> addresses = ni.getInetAddresses(); while (addresses.hasMoreElements()) {Created: 2026-04-05 00:10 - Last Modified: 2025-08-21 11:13 - 20K bytes - Click Count (0) -
src/main/java/jcifs/smb/MultiChannelManager.java
try { List<NetworkInterface> interfaces = Collections.list(NetworkInterface.getNetworkInterfaces()); interfaces.removeIf(ni -> { try { return ni.isLoopback() || !ni.isUp() || ni.isVirtual(); } catch (Exception e) { return true; } }); return interfaces;Created: 2026-04-05 00:10 - Last Modified: 2025-08-31 08:00 - 20.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverter.java
Created: 2026-04-17 09:08 - Last Modified: 2025-11-17 14:28 - 11.4K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/reflect/ClassPathTest.java
.isEqualTo(new File("/C:\\Program Files\\Apache Software Foundation/")); assertThat(ClassPath.toFile(new URL("file:///C:\\\u20320 \u22909"))) // Chinese Ni Hao .isEqualTo(new File("/C:\\\u20320 \u22909")); } @AndroidIncompatible // Android forbids null parent ClassLoader // https://github.com/google/guava/issues/2152
Created: 2026-04-03 12:43 - Last Modified: 2026-03-12 17:47 - 23.1K bytes - Click Count (0) -
src/main/resources/fess_indices/_aws/fess.json
}, "basque_keywords": {Created: 2026-03-31 13:07 - Last Modified: 2026-03-15 07:52 - 117.5K bytes - Click Count (0)