- Sort Score
- Result 10 results
- Languages All
Results 1381 - 1390 of 1,692 for Id (0.01 sec)
-
tensorflow/c/c_api_experimental.cc
TF_Status* status) { assert(session); { tensorflow::mutex_lock c(session->graph->mu); VLOG(1) << "Dequeuing named tensor with id " << tensor_id << ", with input graph: " << session->graph->graph.ToGraphDefDebug().DebugString(); } TF_Operation* dequeue_op = TF_GraphOperationByName( session->graph,
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 03:53:25 UTC 2025 - 29.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans2/Trans2FindNext2.java
private final long maxItems; /** * Constructs a Trans2FindNext2 request for continuing a file search. * * @param config the configuration to use * @param sid the search ID from a previous FindFirst2 response * @param resumeKey the resume key for continuing the search * @param filename the last filename from the previous response * @param batchCount the number of entries to return
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.5K bytes - Viewed (0) -
cmd/bucket-replication-handlers.go
if clnt == nil { writeErrorResponse(ctx, w, errorCodes.ToAPIErrWithErr(ErrRemoteTargetNotFoundError, fmt.Errorf("replication config with rule ID %s has a stale target", rule.ID)), r.URL) return } if lockEnabled { lock, _, _, _, err := clnt.GetObjectLockConfig(ctx, clnt.Bucket) if err != nil {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Aug 15 12:04:40 UTC 2024 - 23.3K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/wizard/admin_wizard_config.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 6.6K bytes - Viewed (0) -
src/main/resources/fess_config.properties
index.field.expires=expires # Field name for URL in the index. index.field.url=url # Field name for document ID in the index. index.field.doc_id=doc_id # Field name for internal ID in the index. index.field.id=_id # Field name for version in the index. index.field.version=_version # Field name for sequence number in the index. index.field.seq_no=_seq_no # Field name for primary term in the index.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/test/java/jcifs/tests/persistent/HandleInfoTest.java
assertArrayEquals(new byte[16], info.getFileId()); info.updateFileId(testFileId); assertArrayEquals(testFileId, info.getFileId()); // Test invalid file ID length assertThrows(IllegalArgumentException.class, () -> { info.updateFileId(new byte[8]); }); } @Test public void testReconnectingState() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 4.6K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/DcerpcMessageTest.java
when(mockBuffer.dec_ndr_short()).thenReturn(100) // length .thenReturn(0) // auth_value length .thenReturn(0) // context id .thenReturn(0); // cancel count message.decode(mockBuffer); assertEquals(DcerpcConstants.RPC_PT_RESPONSE, message.ptype);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 18.3K bytes - Viewed (0) -
src/test/java/jcifs/ntlmssp/Type3MessageTest.java
NameServiceClient mockNameServiceClient = mock(NameServiceClient.class); NetbiosAddress mockHost = mock(NetbiosAddress.class); SecureRandom mockRandom = mock(SecureRandom.class); // Create a machine ID (32 bytes) byte[] machineId = new byte[32]; mockRandom.nextBytes(machineId); lenient().when(mockConfig.getDefaultDomain()).thenReturn("TESTDOMAIN");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.3K bytes - Viewed (0) -
src/main/resources/fess_message_zh_CN.properties
errors.result_size_exceeded = 无法显示更多结果。 errors.target_file_does_not_exist = 文件 {0} 不存在。 errors.failed_to_delete_file = 删除文件 {0} 失败。 errors.docid_not_found = 未找到文档ID。原因: {0} errors.document_not_found = 未找到文档ID的URL。原因: {0} errors.not_load_from_server = 无法从该服务器加载。原因: {0} errors.failed_to_start_job = 无法启动作业 {0}。 errors.failed_to_stop_job = 停止作业 {0} 失败。 errors.failed_to_download_synonym_file = 下载同义词文件失败。
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/resources/fess_message_zh_TW.properties
errors.result_size_exceeded = 無法顯示更多結果。 errors.target_file_does_not_exist = 檔案 {0} 不存在。 errors.failed_to_delete_file = 刪除檔案 {0} 失敗。 errors.docid_not_found = 未找到文檔ID。原因: {0} errors.document_not_found = 未找到文檔ID的URL。原因: {0} errors.not_load_from_server = 無法從該伺服器載入。原因: {0} errors.failed_to_start_job = 無法啟動作業 {0}。 errors.failed_to_stop_job = 停止作業 {0} 失敗。 errors.failed_to_download_synonym_file = 下載同義詞檔案失敗。
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 11.1K bytes - Viewed (0)