- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 189 for Federation (0.28 seconds)
-
okcurl/README.md
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sat Jul 19 08:48:55 GMT 2025 - 261 bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_complex_doc/data/en_doc.md
# Links { #links } ## Markdown-style links { #markdown-style-links } This is a [Markdown link](https://example.com) to an external site. This is a link with attributes: [**FastAPI** Project Generators](project-generation.md){.internal-link target=_blank} This is a link to the main FastAPI site: [FastAPI](https://fastapi.tiangolo.com) - tool should add language code to the URL.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 08:08:04 GMT 2026 - 7.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/thumbnail/impl/HtmlTagBasedGenerator.java
* This implementation is empty as no cleanup is required. */ @Override public void destroy() { } /** * Creates a thumbnail generation task for the specified document. * * @param path the file path or URL of the document * @param docMap the document metadata map containing field valuesCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jan 01 12:47:47 GMT 2026 - 10.6K bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_complex_doc/data/translated_doc.md
# Ссылки { #links } ## Ссылки в стиле Markdown { #markdown-style-links } Это [Markdown-ссылка](https://example.com) на внешний сайт. Это ссылка с атрибутами: [**FastAPI** генераторы проектов](project-generation.md){.internal-link target=_blank} Это ссылка на основной сайт FastAPI: [FastAPI](https://fastapi.tiangolo.com) — инструмент должен добавить код языка в URL.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 08:08:04 GMT 2026 - 11.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/thumbnail/ThumbnailGenerator.java
*/ package org.codelibs.fess.thumbnail; import java.io.File; import java.util.Map; import org.codelibs.core.misc.Tuple3; /** * Interface for thumbnail generation implementations. * Provides methods for creating thumbnails from various document types. */ public interface ThumbnailGenerator { /** * Gets the name of this thumbnail generator.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/AbstractLlmClient.java
protected String evaluationPrompt; /** The system prompt for answer generation. */ protected String answerGenerationSystemPrompt; /** The system prompt for summary generation. */ protected String summarySystemPrompt; /** The system prompt for FAQ answer generation. */ protected String faqAnswerSystemPrompt; /** The system prompt for direct answer generation. */ protected String directAnswerSystemPrompt;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 72K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/tree/Smb2TreeConnectResponse.java
*/ public static final int SMB2_SHAREFLAG_FORCE_LEVEL2_OPLOCK = 0x1000; /** * Share flag indicating that hash generation V1 is enabled for this share. */ public static final int SMB2_SHAREFLAG_ENABLE_HASH_V1 = 0x2000; /** * Share flag indicating that hash generation V2 is enabled for this share. */ public static final int SMB2_SHAREFLAG_ENABLE_HASH_V2 = 0x4000; /**Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 7.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/GenerateThumbnailJob.java
*/ public class GenerateThumbnailJob extends ExecJob { /** Logger for this class. */ static final Logger logger = LogManager.getLogger(GenerateThumbnailJob.class); /** Number of threads to use for thumbnail generation. */ protected int numOfThreads = 1; /** Flag indicating whether to perform cleanup operations. */ protected boolean cleanup = false; /** * Default constructor for the GenerateThumbnailJob.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 11.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java
protected final List<ThumbnailGenerator> generatorList = new ArrayList<>(); /** * Queue for thumbnail generation tasks containing URL, content, and path tuples. */ protected BlockingQueue<Tuple3<String, String, String>> thumbnailTaskQueue; /** * Flag indicating whether thumbnail generation is currently in progress. */ protected volatile boolean generating; private Thread thumbnailQueueThread;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jan 01 12:47:47 GMT 2026 - 27.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/UpdateLabelJobTest.java
assertTrue(result.contains("0 documents")); } // Test script generation with multiple labels @Test public void test_execute_scriptGenerationWithMultipleLabels() { // This test verifies that the job executes correctly // Note: We can't easily test the actual script generation because the mock doesn't call the processor String result = updateLabelJob.execute();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 9.6K bytes - Click Count (0)