- Sort Score
- Result 10 results
- Languages All
Results 111 - 120 of 528 for succeed (0.05 sec)
-
src/main/resources/fess_message_zh_CN.properties
success.changed_password=密码已更改。 success.started_data_update=数据更新进程已启动。 success.reindex_started=重新索引已启动。 success.bulk_process_started=批量处理已启动。 success.print_thread_dump=线程转储已输出到日志文件。 success.install_plugin=正在安装插件 {0}。 success.delete_plugin=正在删除插件 {0}。 success.upload_file_to_storage={0} 已上传。 success.sso_logout=已注销。 success.update_storage_tags= {0} 的标签已更新。 success.crud_create_crud_table = 数据已创建。Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 11.1K bytes - Viewed (0) -
tensorflow/c/c_api.h
// most likely need to call `TF_FinishOperation` instead. TF_CAPI_EXPORT extern TF_Operation* TF_FinishOperationLocked( TF_OperationDescription* desc, TF_Status* status); // If this function succeeds: // * *status is set to an OK value, // * a TF_Operation is added to the graph, // * a non-null value pointing to the added operation is returned -- // this value is valid until the underlying graph is deleted.
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Oct 26 21:08:15 UTC 2023 - 82.3K bytes - Viewed (0) -
src/archive/tar/strconv_test.go
var p parser got := p.parseNumeric([]byte(v.in)) ok := (p.err == nil) if ok != v.ok { if v.ok { t.Errorf("parseNumeric(%q): got parsing failure, want success", v.in) } else { t.Errorf("parseNumeric(%q): got parsing success, want failure", v.in) } } if ok && got != v.want { t.Errorf("parseNumeric(%q): got %d, want %d", v.in, got, v.want) } } }
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Sep 08 17:08:20 UTC 2025 - 15K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_upload.jsp
<la:form action="/admin/elevateword/upload/" enctype="multipart/form-data"> <div class="row"> <div class="col-md-12"> <div class="card card-outline card-success"> <div class="card-header"> <h3 class="card-title"> <la:message key="labels.elevate_word_link_upload"/> </h3>Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 5.5K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/google/UnmodifiableCollectionTests.java
try { collection.add(sampleElement); fail("add succeeded on unmodifiable collection"); } catch (UnsupportedOperationException expected) { } assertCollectionsAreEquivalent(copy, collection); try { collection.addAll(siblingCollection); fail("addAll succeeded on unmodifiable collection"); } catch (UnsupportedOperationException expected) { }Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 10 19:54:19 UTC 2025 - 14.8K bytes - Viewed (0) -
src/test/java/jcifs/context/CIFSContextCredentialWrapperTest.java
// Verify that no renewal happened assertFalse(renewed, "renewCredentials should return false if no renewal mechanism succeeds"); assertEquals(mockCredentials, wrapper.getCredentials(), "Credentials should remain unchanged if no renewal mechanism succeeds"); // Note: Credentials interface does not have renew() method } }Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.4K bytes - Viewed (0) -
src/main/java/jcifs/netbios/NbtException.java
*/ public class NbtException extends CIFSException { /** * */ private static final long serialVersionUID = 492638554095148960L; // error classes /** Success status code */ public static final int SUCCESS = 0; /** Name service error class */ public static final int ERR_NAM_SRVC = 0x01; /** Session service error class */ public static final int ERR_SSN_SRVC = 0x02;Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.2K bytes - Viewed (0) -
src/main/resources/fess_message_ja.properties
success.upload_mapping_file = マッピングファイルをアップロードしました。 success.send_testmail=テストメールを送信しました。 success.job_log_delete_all=ジョブログを削除しました。 success.changed_password=パスワードを変更しました。 success.started_data_update=データ更新処理を開始しました。 success.reindex_started=再インデクシングを開始しました。 success.bulk_process_started=バルク処理を開始しました。 success.print_thread_dump=スレッドダンプをログファイルに出力しました。 success.install_plugin=プラグイン {0} をインストールしています。Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 15.2K bytes - Viewed (0) -
cmd/kms-handlers_test.go
name: "create key as user with no resources specified want success", method: http.MethodPost, path: kmsKeyCreatePath, query: map[string]string{"key-id": "new-test-key"}, asRoot: false, policy: `{"Effect": "Allow", "Action": ["kms:CreateKey"] }`, wantStatusCode: http.StatusOK, }, { name: "create key as user set policy to allow want success", method: http.MethodPost,
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 09 14:28:39 UTC 2025 - 22.3K bytes - Viewed (0) -
cmd/config-encrypted_test.go
edata []byte cred auth.Credentials success bool }{ {edata1, cred1, true}, {edata2, cred2, true}, {data, cred1, false}, } for _, test := range tests { t.Run("", func(t *testing.T) { ddata, err := madmin.DecryptData(test.cred.String(), bytes.NewReader(test.edata)) if err != nil && test.success { t.Errorf("Expected success, saw failure %v", err) } if err == nil && !test.success {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Jun 20 00:53:08 UTC 2023 - 1.9K bytes - Viewed (0)