- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 335 for allo (0.02 seconds)
-
src/main/resources/fess_indices/_aws/fess.json
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0) -
src/main/resources/fess_indices/_cloud/fess.json
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/projects/StageProject.kt
return PerformanceTestsPass(model, performanceTestProject).also(this::buildType) } private fun createPerformancePartialTrigger( model: CIBuildModel, stage: Stage, ): PartialTrigger<PerformanceTestsPass> { val performancePartialTrigger = PartialTrigger( "All Performance Tests for ${stage.stageName.stageName}",
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 04:44:29 GMT 2026 - 12.5K bytes - Click Count (0) -
architecture/standards/0010-gradle-properties-naming.md
## Status - ACCEPTED on 2026-03-05 - PROPOSED on 2026-02-26 ## Context [Gradle properties](https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties) are flags that allow build engineers to opt into and out of features of Gradle Runtime or Core Plugins. Practically every Gradle feature is behind a flag, and additional sub-flags or options provide further control.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 06 09:25:54 GMT 2026 - 8K bytes - Click Count (0) -
src/main/resources/fess_label_nl.properties
labels.spnego_preauth_username=Pre-Auth Username labels.spnego_preauth_password=Pre-Auth Password labels.spnego_allow_basic=Allow Basic Auth labels.spnego_allow_unsecure_basic=Allow Unsecure Basic Auth labels.spnego_prompt_ntlm=Prompt NTLM labels.spnego_allow_localhost=Allow Localhost labels.spnego_allow_delegation=Allow Delegation labels.spnego_exclude_dirs=Exclude Directories labels.general_menu_entraid=Entra ID
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 51.3K bytes - Click Count (1) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/runtimes/CheckTargetRuntimes.kt
* Each project may require a set of "target runtimes" that it must be able to run on. * Each target runtime reflects a runtime environment where code is executed. For one * project to be able to run in a given runtime, all of its dependencies must also * support running in that runtime. * * Some projects have a strict set of runtimes they must support. For example, a * plugin that only runs in the daemon would declare the daemon as a target runtime,
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:40:18 GMT 2026 - 13.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/query/parser/QueryParser.java
*/ public void setAnalyzer(final Analyzer analyzer) { this.analyzer = analyzer; } /** * Sets whether to allow leading wildcards in query terms. * * @param allowLeadingWildcard true to allow leading wildcards, false otherwise */ public void setAllowLeadingWildcard(final boolean allowLeadingWildcard) { this.allowLeadingWildcard = allowLeadingWildcard;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 10.2K bytes - Click Count (0) -
src/main/resources/fess_label_pt_BR.properties
labels.spnego_preauth_username=Pre-Auth Username labels.spnego_preauth_password=Pre-Auth Password labels.spnego_allow_basic=Allow Basic Auth labels.spnego_allow_unsecure_basic=Allow Unsecure Basic Auth labels.spnego_prompt_ntlm=Prompt NTLM labels.spnego_allow_localhost=Allow Localhost labels.spnego_allow_delegation=Allow Delegation labels.spnego_exclude_dirs=Exclude Directories labels.general_menu_entraid=Entra ID
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 53.9K bytes - Click Count (0) -
src/main/resources/fess_label_en.properties
labels.spnego_preauth_username=Pre-Auth Username labels.spnego_preauth_password=Pre-Auth Password labels.spnego_allow_basic=Allow Basic Auth labels.spnego_allow_unsecure_basic=Allow Unsecure Basic Auth labels.spnego_prompt_ntlm=Prompt NTLM labels.spnego_allow_localhost=Allow Localhost labels.spnego_allow_delegation=Allow Delegation labels.spnego_exclude_dirs=Exclude Directories labels.general_menu_entraid=Entra ID
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/ds/AbstractDataStoreTest.java
assertNull(exceptions[i], "Thread " + i + " threw exception"); } // Verify all readers completed all iterations for (int i = 0; i < readerCount; i++) { assertEquals("Reader " + i + " should complete all iterations", iterations, trueCount[i] + falseCount[i]); } } /**
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.8K bytes - Click Count (1)