- Sort Score
- Num 10 results
- Language All
Results 1091 - 1100 of 4,987 for sull (0.02 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/configuration/internal/DefaultBeanConfigurator.java
} String name = config.getName(); Object value = evaluator.evaluate(config.getValue()); return XmlNode.newInstance(name, value != null ? value.toString() : null, null, children, null); } } static class PathConverter extends AbstractBasicConverter { @Override public boolean canConvert(Class<?> type) {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 8.3K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/FluentIterable.java
// To avoid a self retain cycle under j2objc, we store null instead of // a reference to 'this'. To access the delegate iterable, call #getDelegate(), which converts // null back to 'this'. private final @Nullable Iterable<E> iterableDelegate; /** Constructor for use by subclasses. */ protected FluentIterable() { this.iterableDelegate = null; } FluentIterable(Iterable<E> iterable) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Apr 02 14:49:41 GMT 2026 - 34.7K bytes - Click Count (0) -
guava/src/com/google/common/collect/FluentIterable.java
// To avoid a self retain cycle under j2objc, we store null instead of // a reference to 'this'. To access the delegate iterable, call #getDelegate(), which converts // null back to 'this'. private final @Nullable Iterable<E> iterableDelegate; /** Constructor for use by subclasses. */ protected FluentIterable() { this.iterableDelegate = null; } FluentIterable(Iterable<E> iterable) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Apr 02 14:49:41 GMT 2026 - 34.7K bytes - Click Count (0) -
src/main/java/jcifs/netbios/Name.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 8K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/ConcurrentHashMultiset.java
while (true) { AtomicInteger existingCounter = safeGet(countMap, element); if (existingCounter == null) { existingCounter = countMap.putIfAbsent(element, new AtomicInteger(occurrences)); if (existingCounter == null) { return 0; } // existingCounter != null: fall through to operate against the existing AtomicInteger } while (true) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Dec 26 20:08:09 GMT 2025 - 22.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/entity/FacetInfoTest.java
result); } // Test toString method with null fields @Test public void test_toString_nullFields() { String result = facetInfo.toString(); assertEquals("FacetInfo [field=null, query=null, size=null, minDocCount=null, sort=null, missing=null]", result); } // Test toString method with empty arrays @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 13.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/SearchLogHelperTest.java
public GeoInfo getGeoInfo() { return null; } @Override public FacetInfo getFacetInfo() { return null; } @Override public HighlightInfo getHighlightInfo() { return null; } @Override public String getSort() { return null; } @Override
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 16.6K bytes - Click Count (0) -
src/test/java/jcifs/internal/SmbNegotiationResponseTest.java
@Test @DisplayName("Test isValid with null context") void testIsValidWithNullContext() { // Arrange when(negotiationResponse.isValid(null, negotiationRequest)).thenReturn(false); // Act boolean result = negotiationResponse.isValid(null, negotiationRequest); // Assert assertFalse(result); verify(negotiationResponse).isValid(null, negotiationRequest); } @TestCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 20.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/cors/CorsHandlerTest.java
protected void setUp(TestInfo testInfo) throws Exception { super.setUp(testInfo); responseHeaders = new HashMap<>(); processCalled = false; processOrigin = null; processRequest = null; processResponse = null; // Create a test implementation of CorsHandler corsHandler = new CorsHandler() { @Override
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 26.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessCurtainFinallyHookTest.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 8.7K bytes - Click Count (0)