- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 42 for PRE (0.01 seconds)
-
architecture/standards/0007-java-pre-requisite.md
## Consequences - Finalize Daemon JVM toolchain support, including auto-provisioning. - To stop requiring a pre-installed Java runtime for the Gradle Wrapper and Launcher, Gradle will need to find an alternative.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 3.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
public static final String SUCCESS_crud_delete_crud_table = "{success.crud_delete_crud_table}"; /** * Add the created action message for the key 'errors.front_header' with parameters. * <pre> * message: * </pre> * @param property The property name for the message. (NotNull) * @return this. (NotNull) */ public FessMessages addErrorsFrontHeader(String property) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 126.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/opensearch/config/exentity/JobLogTest.java
assertSame(scheduledJob, jobLog.getScheduledJob()); } @Test public void test_setId_preGeneratedId() { final JobLog jobLog = new JobLog(); jobLog.setId("pre-generated-id-123"); assertEquals("pre-generated-id-123", jobLog.getId()); } @Test public void test_setId_overwriteExisting() { final JobLog jobLog = new JobLog(); jobLog.setId("first-id");
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 3.7K bytes - Click Count (0) -
src/main/webapp/js/marked.min.js
`;return r?'<pre><code class="language-'+O(r)+'">'+(n?i:O(i,!0))+`</code></pre> `:"<pre><code>"+(n?i:O(i,!0))+`</code></pre> `}blockquote({tokens:e}){return`<blockquote> ${this.parser.parse(e)}</blockquote>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 41.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/entity/HighlightInfo.java
return this; } /** * Gets the custom pre-tags for highlighting. * * @return the pre-tags array, or null if using defaults */ public String[] getPreTags() { return preTags; } /** * Sets the custom pre-tags for highlighting with fluent interface. * * @param preTags the pre-tags to setCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 05 10:17:07 GMT 2026 - 5.2K bytes - Click Count (0) -
architecture/standards/0010-gradle-properties-naming.md
Examples of properties that follow the naming rules: * `org.gradle.internal.operations.trace` * `org.gradle.internal.cmdline.max.length` * … ### Properties of pre-incubation features Properties of pre-incubation features MUST start with `org.gradle.experimental.` They can all be called **experimental properties**.
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/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
protected static final String SPNEGO_ALLOW_BASIC = "spnego.allow.basic"; /** Configuration key for pre-authentication password. */ protected static final String SPNEGO_PREAUTH_PASSWORD = "spnego.preauth.password"; /** Configuration key for pre-authentication username. */ protected static final String SPNEGO_PREAUTH_USERNAME = "spnego.preauth.username";
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:18:23 GMT 2026 - 18.2K bytes - Click Count (3) -
src/test/java/org/codelibs/fess/app/job/ScriptExecutorJobTest.java
// Execute the real process() method final TestableScriptExecutorJob job = new TestableScriptExecutorJob(); job.process(runtime); // Verify the JobLog was stored with the pre-generated ID assertNotNull(storedJobLog.get()); assertEquals("pregenerated-abc123", storedJobLog.get().getId()); assertEquals(Constants.OK, storedJobLog.get().getJobStatus()); } @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 13.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
/** SPNEGO JAAS login server module name. */ @Size(max = 1000) public String spnegoLoginServerModule; /** SPNEGO pre-authentication username. */ @Size(max = 1000) public String spnegoPreauthUsername; /** SPNEGO pre-authentication password. */ @Size(max = 1000) public String spnegoPreauthPassword; /** Enable or disable SPNEGO basic authentication. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 15.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 13:57:12 GMT 2026 - 10.9K bytes - Click Count (0)