- Sort Score
- Result 10 results
- Languages All
Results 1041 - 1050 of 1,182 for CHECK (0.01 sec)
-
src/main/java/org/codelibs/fess/helper/IndexingHelper.java
* from accumulating in the index. * * @param searchEngineClient the search engine client to use for deletion * @param docList the list of new documents to check against * @return the number of old documents that were deleted */ protected long deleteOldDocuments(final SearchEngineClient searchEngineClient, final DocList docList) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 26.1K bytes - Viewed (0) -
docs/en/docs/tutorial/sql-databases.md
</div> ## Update the App with Multiple Models { #update-the-app-with-multiple-models } Now let's **refactor** this app a bit to increase **security** and **versatility**. If you check the previous app, in the UI you can see that, up to now, it lets the client decide the `id` of the `Hero` to create. π±
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 15.4K bytes - Viewed (0) -
docs/ko/docs/tutorial/security/oauth2-jwt.md
λ€μκ³Ό κ°μ μ¬μ©μ μΈν°νμ΄μ€λ₯Ό λ³Ό μ μμ΅λλ€: <img src="/img/tutorial/security/image07.png"> μ΄μ κ³Ό κ°μ λ°©λ²μΌλ‘ μ ν리μΌμ΄μ μ μΈμ¦νμμμ€. λ€μ μΈμ¦ μ 보λ₯Ό μ¬μ©νμμμ€: Username: `johndoe` Password: `secret` /// check μ½λ μ΄λμλ νλ¬Έ ν¨μ€μλ "`secret`" μ΄ μλ€λ μ μ μ μνμμμ€. ν΄μλ λ²μ λ§ μμ΅λλ€. /// <img src="/img/tutorial/security/image08.png"> `/users/me/` λ₯Ό νΈμΆνλ©΄ λ€μκ³Ό κ°μ μλ΅μ μ»μ μ μμ΅λλ€: ```JSON {
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 12.2K bytes - Viewed (0) -
docs/he/docs/index.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.2K bytes - Viewed (0) -
statement.go
stmt.AddError(field.Set(stmt.Context, stmt.ReflectValue, value)) } } else { stmt.AddError(ErrInvalidField) } } else { stmt.AddError(ErrInvalidField) } } // Changed check model changed or not when updating func (stmt *Statement) Changed(fields ...string) bool { modelValue := stmt.ReflectValue switch modelValue.Kind() { case reflect.Slice, reflect.Array:
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Thu Sep 04 13:13:16 UTC 2025 - 20.8K bytes - Viewed (0) -
guava-tests/test/com/google/common/util/concurrent/AbstractFutureTest.java
public void run() { currentFuture.get().addListener(listener, executor); } }); } assertEquals(allTasks.size() + 1, barrier.getParties()); // sanity check for (int i = 0; i < 1000; i++) { Collections.shuffle(allTasks); AbstractFuture<String> future = new AbstractFuture<String>() {}; AbstractFuture<String> setFuture = new AbstractFuture<String>() {};
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jul 11 18:52:30 UTC 2025 - 46.8K bytes - Viewed (0) -
src/main/webapp/js/admin/adminlte.min.js
eturn e},onUnCheck:function(e){return e}},Lt=function(){function e(e,t){this._config=t,this._element=e,this._init()}var t=e.prototype;return t.toggle=function(e){e.parents("li").toggleClass(Ft),n.default(e).prop("checked")?this.check(e):this.unCheck(n.default(e))},t.check=function(e){this._config.onCheck.call(e)},t.unCheck=function(e){this._config.onUnCheck.call(e)},t._init=function(){var e=this,t=this._element;t.find("input:checkbox:checked").parents("li").toggleClass(Ft),t.on("change","input:c...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 45.3K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Throwables.java
* available for all platforms and configurations. If that implementation is unavailable, this * method falls back to {@code getStackTrace}. Callers that require the special implementation can * check its availability with {@link #lazyStackTraceIsLazy()}. * * <p>The expected (but not guaranteed) performance of the special implementation differs from
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 20.6K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/connection/RouteSelectorTest.kt
dns[uriHost] = dns.allocate(numberOfAddresses) // Extract the regular sequence of routes from selector. val selection1 = routeSelector.next() val regularRoutes = selection1.routes // Check that we do indeed have more than one route. assertThat(regularRoutes.size).isEqualTo(numberOfAddresses) // Add first regular route as failed. routeDatabase.failed(regularRoutes[0]) // Reset selector
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri May 30 21:28:20 UTC 2025 - 20.7K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/AbstractImmutableSetTest.java
"byAscendingSize %s, startIndex %s, inputIsSet %s", byAscendingSize, startIndex, inputIsSet), e); } /* * TODO(cpovirk): Check that the values match one of candidates that * MutatedOnQuery*.delegate() actually returned during this test? */ assertWithMessage(
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 18.4K bytes - Viewed (0)