- Sort Score
- Result 10 results
- Languages All
Results 1341 - 1350 of 1,601 for emptify (0.05 sec)
-
src/main/webapp/WEB-INF/view/advance.jsp
><a class="nav-link active" href="${installationLink}" target="_olh"><i class="fa fa-exclamation-triangle text-warning" aria-hidden="true" ></i></a></li> </c:if> <c:choose> <c:when test="${!empty username && username != 'guest'}"> <li class="nav-item"> <div class="dropdown"> <a id="userMenu" class="nav-link dropdown-toggle" data-bs-toggle="dropdown"
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 14.2K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecycleExecutionPlanCalculator.java
} else { forkedExecutions = calculateForkedGoal(mojoExecution, session, forkedProject, alreadyPlannedExecutions); } // This List can be empty when the executions are already present in the plan if (!forkedExecutions.isEmpty()) { mojoExecution.setForkedExecutions(BuilderCommon.getKey(forkedProject), forkedExecutions); }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Mar 25 09:45:07 UTC 2025 - 26.7K bytes - Viewed (0) -
tensorflow/c/c_api_experimental.h
// "fifo_queue_dequeue_<tensor_id>", to be executed by this API call. // Caller must call TF_DeleteTensor() over the returned tensor. If the queue is // empty, this call is blocked. // // Tensors are enqueued via the corresponding TF enqueue op. // TODO(hongm): Add support for `timeout_ms`. TF_CAPI_EXPORT extern TF_Tensor* TF_DequeueNamedTensor(TF_Session* session,
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Thu Apr 27 21:07:00 UTC 2023 - 15.1K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Connection.kt
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 31.8K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableMultimap.java
* * @author Jared Levy * @since 2.0 */ @GwtCompatible public abstract class ImmutableMultimap<K, V> extends BaseImmutableMultimap<K, V> implements Serializable { /** * Returns an empty multimap. * * <p><b>Performance note:</b> the instance returned is a singleton. */ public static <K, V> ImmutableMultimap<K, V> of() { return ImmutableListMultimap.of(); }
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Dec 09 15:58:48 UTC 2025 - 28.1K bytes - Viewed (0) -
fess-crawler-opensearch/src/test/java/org/codelibs/fess/crawler/client/FesenClientTest.java
when(mockHit.getIndex()).thenReturn("test-index"); when(mockHit.getId()).thenReturn("doc1"); // Setup scroll response (empty on second call) when(mockClient.prepareSearchScroll("scroll1")).thenReturn(mockScrollBuilder); when(mockScrollBuilder.setScroll(any(Scroll.class))).thenReturn(mockScrollBuilder);
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 20 08:44:44 UTC 2025 - 17K bytes - Viewed (0) -
cmd/object_api_suite_test.go
func TestListBuckets(t *testing.T) { ExecObjectLayerTest(t, testListBuckets) } // Tests validate ListBuckets. func testListBuckets(obj ObjectLayer, instanceType string, t TestErrHandler) { // test empty list. buckets, err := obj.ListBuckets(context.Background(), BucketOptions{}) if err != nil { t.Fatalf("%s: <ERROR> %s", instanceType, err) } if len(buckets) != 0 {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 34.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/group/AdminGroupAction.java
return ComponentUtil.getComponent(GroupService.class).getGroup(((EditForm) form).id); } break; default: break; } return OptionalEntity.empty(); } /** * Gets a group entity from the form with attributes. * * @param form the create form * @return optional group entity */
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 13:56:35 UTC 2025 - 16K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/lock/Smb2LockResponseTest.java
assertEquals(0, response.writeBytesWireFormat(dst, 75)); assertEquals(0, response.writeBytesWireFormat(dst, 99)); } @Test @DisplayName("Should return 0 with empty array") void testWriteBytesWireFormatWithEmptyArray() { // Given byte[] dst = new byte[0]; // When int result = response.writeBytesWireFormat(dst, 0);
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.1K bytes - Viewed (0) -
src/main/java/jcifs/pac/PacLogonInfo.java
this.resourceGroupSids[i] = new SID(resourceDomainId, resourceGroups[i].getId()); } // Compute User IDs with Domain ID to get User SIDs // First extra is user if userId is empty if (!userId.isEmpty() && !userId.isBlank()) { this.userSid = new SID(domainId, userId); } else if (this.extraSids.length > 0) { this.userSid = this.extraSids[0];
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.3K bytes - Viewed (0)