- Sort Score
- Num 10 results
- Language All
Results 1 - 7 of 7 for sampler (0.04 seconds)
-
.teamcity/subprojects.json
"path": "platforms/software/resources-sftp", "unitTests": true, "functionalTests": true, "crossVersionTests": false }, { "name": "samples", "path": "platforms/documentation/samples", "unitTests": false, "functionalTests": true, "crossVersionTests": false }, { "name": "scala", "path": "platforms/jvm/scala",
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 15:03:00 GMT 2026 - 42K bytes - Click Count (0) -
build-logic/dependency-modules/src/main/kotlin/gradlebuild.dependency-modules.gradle.kts
import com.google.gson.stream.JsonReader import gradlebuild.basics.repoRoot applyAutomaticUpgradeOfCapabilities() dependencies { configurations.all { exclude("org.slf4j", "slf4j-simple") } components { // Gradle distribution - minify: remove unused transitive dependencies applyRule<DependencyRemovalByNameRule>("com.amazonaws:aws-java-sdk-core", setOf("jackson-dataformat-cbor"))Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 26 09:04:32 GMT 2026 - 9.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/job/ScriptExecutorJobTest.java
@Override public void unregister(final ScheduledJob scheduledJob) { } }; ComponentUtil.register(jobHelper, "jobHelper"); // JobExecutor that returns a simple result final JobExecutor jobExecutor = new JobExecutor() { @Override public Object execute(final String scriptType, final String script) { return "OK"; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 13.7K bytes - Click Count (0) -
CONTRIBUTING.md
- Scripts critical to builds, CI, or deployment (e.g., `.kts`, `.groovy`). - Auto-generated files (e.g., by code generators). - Minor configuration files (e.g., `.gitignore`). - Documentation samples and code snippets (e.g., `.java`, `.kt`, `.groovy`, `.kts`). - Release notes (e.g., `.md`). - READMEs (e.g., `.md`). #### Copyright Header for Source Files: ``` /*
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 18:43:39 GMT 2026 - 19.1K bytes - Click Count (0) -
.idea/gradle.xml
<option value="$PROJECT_DIR$/platforms/documentation/docs-asciidoctor-extensions-base" /> <option value="$PROJECT_DIR$/platforms/documentation/samples" /> <option value="$PROJECT_DIR$/platforms/enterprise/enterprise" /> <option value="$PROJECT_DIR$/platforms/enterprise/enterprise-logging" />Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 10:18:20 GMT 2026 - 25.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
setSystemProperty(Constants.LDAP_SECURITY_AUTHENTICATION, value); } default String getLdapSecurityAuthentication() { return getSystemProperty(Constants.LDAP_SECURITY_AUTHENTICATION, "simple"); } default void setLdapProviderUrl(final String value) { setSystemProperty(Constants.LDAP_PROVIDER_URL, value); } default String getLdapProviderUrl() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 92.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* @throws NumberFormatException When the property is not integer. */ Integer getLogNotificationIntervalAsInteger(); /** * The simple implementation for configuration. * @author FreeGen */ public static class SimpleImpl extends FessEnv.SimpleImpl implements FessConfig {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)