- Sort Score
- Result 10 results
- Languages All
Results 431 - 440 of 1,360 for EMPTY (0.03 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/reqheader/AdminReqheaderAction.java
default: break; } return OptionalEntity.empty(); } /** * Creates a RequestHeader entity from the provided form data. * * @param form the form containing the request header data * @return optional entity containing the request header data, or empty if creation fails */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 18.3K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectManager.java
* * @param project the project to get the artifact path for * @return an Optional containing the path to the built artifact if available, * or empty if the artifact hasn't been built yet */ @Nonnull Optional<Path> getPath(@Nonnull Project project); /** * Returns an immutable collection of attached artifacts for the given project.
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jan 30 23:29:13 UTC 2025 - 12K bytes - Viewed (0) -
cmd/format-erasure_test.go
formats := make([]*formatErasureV3, 16) for j := range 16 { newFormat := format.Clone() newFormat.Erasure.This = format.Erasure.Sets[0][j] formats[j] = newFormat } // empty format to indicate disk not found, but this // empty should return false. formats[0] = nil if ok := formatErasureV3ThisEmpty(formats); ok { t.Fatalf("expected value false, got %t", ok) } formats[2].Erasure.This = ""
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 12.7K bytes - Viewed (0) -
android/guava/src/com/google/common/primitives/DoublesMethodsForWeb.java
* the License. */ package com.google.common.primitives; import com.google.common.annotations.GwtCompatible; /** * Holder for web specializations of methods of {@code Doubles}. Intended to be empty for regular * version. */ @GwtCompatible
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 860 bytes - Viewed (0) -
guava/src/com/google/common/base/ExtraObjectsMethodsForWeb.java
* the License. */ package com.google.common.base; import com.google.common.annotations.GwtCompatible; /** * Holder for extra methods of {@code Objects} only in web. Intended to be empty for regular * version. */ @GwtCompatible
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 854 bytes - Viewed (0) -
src/test/java/jcifs/smb/NetServerFileEntryAdapterIteratorTest.java
@NullAndEmptySource @DisplayName("Invalid names are skipped; next valid is returned") void skipsMalformedNames_thenReturnsValid(String badName) throws Exception { // Arrange: first entry is invalid (null or empty), second is valid setupParentForUrlCreation(); StubFileEntry bad = new StubFileEntry(badName, SmbConstants.TYPE_SERVER); StubFileEntry good = new StubFileEntry("OKSERVER", SmbConstants.TYPE_SERVER);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7.9K bytes - Viewed (0) -
src/test/java/jcifs/smb/NtlmPasswordAuthenticatorSecurityTest.java
authenticator = new NtlmPasswordAuthenticator("DOMAIN", "username", ""); assertEquals("", authenticator.getPassword(), "getPassword should return empty string"); assertArrayEquals(new char[0], authenticator.getPasswordAsCharArray(), "getPasswordAsCharArray should return empty array"); } @Test public void testCloneDoesNotSharePassword() throws Exception {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 8.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/ds/DataStoreFactoryTest.java
assertNotNull(names); assertTrue(names.isEmpty() || names.size() >= 0); } // Test loadDataStoreNameList with empty component class public void test_loadDataStoreNameList_emptyClass() throws Exception { File jarFile = new File(tempDir, "empty-class-datastore.jar"); createTestJarWithXml(jarFile, "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" + "<components>\n" + " <component class=\"\"/>\n"
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.8K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/io/CharSourceTest.java
assertEquals(expected, CharSource.concat(ImmutableList.of(c1, c2, c3).iterator()).read()); assertFalse(CharSource.concat(c1, c2, c3).isEmpty()); CharSource emptyConcat = CharSource.concat(CharSource.empty(), CharSource.empty()); assertTrue(emptyConcat.isEmpty()); } public void testConcat_infiniteIterable() throws IOException { CharSource source = CharSource.wrap("abcd");
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 11.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/searchResults.jsp
arg3="${f:h(currentEndRecordNumber)}" /> </c:if> <c:if test="${execTime!=null}"> <la:message key="labels.search_result_time" arg0="${f:h(execTime)}" /> </c:if> </p> <c:if test="${! empty sdh }"> <p> <la:message key="labels.similar_doc_result_status" /> </p> </c:if> </div> </div> <c:if test="${partialResults}"> <div class="alert"> <p>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 05:32:37 UTC 2025 - 9.1K bytes - Viewed (1)