- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 4,621 for null (0.02 seconds)
-
src/main/java/org/codelibs/core/convert/DateConversionUtil.java
Created: 2025-12-20 08:55 - Last Modified: 2025-07-31 08:16 - 19.6K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/InferenceStrategy.java
Created: 2025-12-28 03:35 - Last Modified: 2025-11-18 18:03 - 27.6K bytes - Click Count (0) -
src/test/java/jcifs/smb/SmbFilenameFilterTest.java
// Filter accepts only when name is exactly null, otherwise false SmbFilenameFilter filter = (dir, n) -> n == null; boolean result = filter.accept(mockDir, name); if (name == null) { assertTrue(result, "Null name should be accepted by this filter"); } else { assertFalse(result, "Non-null names should be rejected by this filter"); }Created: 2025-12-20 13:44 - Last Modified: 2025-08-14 05:31 - 7.3K bytes - Click Count (0) -
src/archive/tar/testdata/pax-nul-xattrs.tar
bad-null.txt...
Created: 2025-12-30 11:13 - Last Modified: 2017-08-11 03:12 - 2.5K bytes - Click Count (0) -
guava/src/com/google/common/collect/CompactHashMap.java
if (delegate != null) { metadata = Ints.constrainToRange(size(), CompactHashing.DEFAULT_SIZE, CompactHashing.MAX_SIZE); delegate.clear(); // invalidate any iterators left over! table = null; size = 0; } else { Arrays.fill(requireKeys(), 0, size, null); Arrays.fill(requireValues(), 0, size, null); CompactHashing.tableClear(requireTable());
Created: 2025-12-26 12:43 - Last Modified: 2025-07-08 18:32 - 39.6K bytes - Click Count (0) -
src/test/java/jcifs/smb/SSPContextTest.java
} } @Nested @DisplayName("Invalid and null inputs") class InvalidInputs { @Test @DisplayName("getSigningKey throws when unavailable") void testGetSigningKeyThrows() { DummySSPContext ctx = new DummySSPContext(null, false, null, null, 0, false); CIFSException ex = assertThrows(CIFSException.class, ctx::getSigningKey);Created: 2025-12-20 13:44 - Last Modified: 2025-08-14 05:31 - 15.2K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbTreeConnection.java
CIFSException last = null; final RequestWithPath rpath = request instanceof RequestWithPath r ? r : null; final String savedPath = rpath != null ? rpath.getPath() : null; final String savedFullPath = rpath != null ? rpath.getFullUNCPath() : null; final String fullPath = "\\" + loc.getServer() + "\\" + loc.getShare() + loc.getUNCPath();Created: 2025-12-20 13:44 - Last Modified: 2025-08-30 05:58 - 30.4K bytes - Click Count (1) -
src/test/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverterTest.java
// Test that full-width characters are converted to half-width List<String> results = converter.convert("アイウ", null); for (String result : results) { assertFalse(result.contains("A")); // Full-width A assertFalse(result.contains("a")); // Full-width a } }Created: 2025-12-20 13:04 - Last Modified: 2025-11-17 14:28 - 5.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/mapping/CharMappingFile.java
Created: 2025-12-20 09:19 - Last Modified: 2025-12-20 05:56 - 15.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/FileConfigDbm.java
protected final ColumnInfo _columnDepth = cci("depth", "depth", null, null, Integer.class, "depth", null, false, false, false, "Integer", 0, 0, null, null, false, null, null, null, null, null, false); protected final ColumnInfo _columnDescription = cci("description", "description", null, null, String.class, "description", null, false,
Created: 2025-12-20 09:19 - Last Modified: 2025-11-27 07:01 - 18K bytes - Click Count (0)