- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 550 for coerce (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
CONTRIBUTING.md
or cast of any kind, because it lacks the information to know that the types are OK. In such cases, you can use the [`Types.forciblyCast`](libs/core/src/main/java/org/elasticsearch/core/Types.java) utility method. As the name suggests, you can coerce any type to any other type, so please use it as a last resort. ### Creating A Distribution Run all build commands from within the root directory:
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 07:32:01 GMT 2021 - 36.5K bytes - Click Count (0) -
docs/en/docs/img/sponsors/ines-course.jpg
ines-course.jpg...
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Apr 17 21:00:49 GMT 2022 - 11.5K bytes - Click Count (0) -
docs/en/docs/img/sponsors/fastapi-course-bundle-banner.png
fastapi-course-bundle-banner.png...
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Apr 17 21:00:49 GMT 2022 - 15.9K bytes - Click Count (0) -
docs/en/docs/img/sponsors/fastapi-course-bundle-banner.svg
fastapi-course-bundle-banner.svg...
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Jun 07 08:52:44 GMT 2021 - 34.2K bytes - Click Count (0) -
src/main/java/org/codelibs/core/beans/util/BeanUtil.java
*/ package org.codelibs.core.beans.util; import static org.codelibs.core.collection.CollectionsUtil.newLinkedHashMap; import static org.codelibs.core.misc.AssertionUtil.assertArgumentNotNull; import java.util.Map; import java.util.Map.Entry; import java.util.function.Consumer; import org.codelibs.core.beans.BeanDesc; import org.codelibs.core.beans.PropertyDesc;
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 23.5K bytes - Click Count (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/AbstractCrawlerService.java
import org.apache.lucene.search.TotalHits; import org.codelibs.core.beans.BeanDesc; import org.codelibs.core.beans.Converter; import org.codelibs.core.beans.PropertyDesc; import org.codelibs.core.beans.factory.BeanDescFactory; import org.codelibs.core.beans.util.BeanUtil; import org.codelibs.core.io.FileUtil; import org.codelibs.core.lang.StringUtil; import org.codelibs.core.security.MessageDigestUtil;
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Thu Nov 20 08:40:57 GMT 2025 - 34.3K bytes - Click Count (0) -
build-tools-internal/src/main/groovy/org/elasticsearch/gradle/internal/doc/SnippetsTask.groovy
} } static Source matchSource(String line) { def matcher = line =~ /\["?source"?,\s*"?([-\w]+)"?(,((?!id=).)*(id="?([-\w]+)"?)?(.*))?].*/ if(matcher.matches()){ return new Source(matches: true, language: matcher.group(1), name: matcher.group(5)) } return new Source(matches: false) } static class Source { boolean matchesCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Sep 20 10:08:26 GMT 2021 - 17.8K bytes - Click Count (0) -
okhttp/build.gradle.kts
// Always compile kotlin classes before the module descriptor. dependsOn(compileKotlinTask) // Add the module-info source file. source(sourceDir) // Also add the module-info.java source file to the Kotlin compile task. // The Kotlin compiler will parse and check module dependencies, // but it currently won't compile to a module-info.class file.
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Feb 04 22:16:39 GMT 2026 - 11.4K bytes - Click Count (0) -
compat/maven-model-builder/src/site/apt/index.apt
** <(optional)> lifecycle bindings injection: <<<LifecycleBindingsInjector>>> ({{{./apidocs/org/apache/maven/model/plugin/LifecycleBindingsInjector.html}javadoc}}), with its <<<DefaultLifecycleBindingsInjector>>> implementation in maven-core ({{{./maven-core/xref/org/apache/maven/model/plugin/DefaultLifecycleBindingsInjector.html}source}})
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jan 03 08:42:52 GMT 2025 - 13.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/ActivityHelper.java
* @param script The script content. * @param source The source of execution (e.g., "scheduler:JobName"). * @param user The user who triggered the execution. * @param result The execution result (e.g., "success" or "failure:ExceptionType"). */ public void scriptExecution(final String scriptType, final String script, final String source, final String user, final String result) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 11:45:43 GMT 2026 - 13.1K bytes - Click Count (0)