- Sort Score
- Num 10 results
- Language All
Results 181 - 190 of 203 for batches (0.13 seconds)
-
src/main/webapp/js/chat.js
if (markdownDomPurifyInitialized || typeof DOMPurify === 'undefined') return; // Register hook once: add rel="nofollow" to links, restrict class to code/pre/span/div // (matches server-side requireRelNofollowOnLinks and allowAttributes("class").onElements(...)) DOMPurify.addHook('afterSanitizeAttributes', function(node) { if (node.tagName === 'A' && node.hasAttribute('href')) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 01:36:02 GMT 2026 - 30.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/CoordinatorHelper.java
*/ public void addEventHandler(final String eventName, final Consumer<EventInfo> handler) { eventHandlers.computeIfAbsent(eventName, k -> new ArrayList<>()).add(handler); } /** * Fetches new events from OpenSearch that were created after the last check time. * * @return the list of new events. */ protected List<EventInfo> fetchNewEvents() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 33.3K bytes - Click Count (0) -
src/main/resources/fess_label_en.properties
labels.facet_filetype_png=PNG Image labels.facet_filetype_svg=SVG Image labels.facet_filetype_tiff=TIFF Image labels.facet_filetype_jpg=JPEG Image labels.facet_filetype_archive=Archive labels.facet_filetype_bat=Batch File labels.facet_filetype_c=C labels.facet_filetype_cpp=C++ labels.facet_filetype_csharp=C# labels.facet_filetype_css=CSS labels.facet_filetype_go=Go labels.facet_filetype_groovy=Groovy
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/main/java/org/codelibs/fess/Constants.java
public static final String FACET_FIELD_PREFIX = "field:"; /** Prefix for facet query identifiers. */ public static final String FACET_QUERY_PREFIX = "query:"; /** Query that matches all documents. */ public static final String MATCHES_ALL_QUERY = "*:*"; /** Configuration key for search engine HTTP address. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 35.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/QueryHelperTest.java
@Test public void test_generateId_format() { String id = queryHelper.generateId(); // UUID without dashes should be 32 characters assertEquals(32, id.length()); assertTrue(id.matches("[a-f0-9]{32}")); } @Test public void test_addDefaultSort_singleField() { queryHelper.addDefaultSort("timestamp", "DESC"); QueryContext context = buildQuery("test");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 53.2K bytes - Click Count (0) -
src/main/webapp/js/admin/jquery-3.7.1.min.map
ectedNodeName","pattern","operator","check","result","what","_argument","simple","forward","ofType","_context","xml","outerCache","nodeIndex","start","parent","useCache","diff","firstChild","lastChild","pseudo","args","setFilters","idx","matched","not","matcher","compile","unmatched","has","lang","elemLang","hash","location","root","focus","activeElement","err","safeActiveElement","hasFocus","href","tabIndex","enabled","checked","selected","selectedIndex","empty","nextSibling","header","button",...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:07:52 GMT 2024 - 131.6K bytes - Click Count (0) -
src/main/webapp/js/admin/popper.min.js.map
placement\n * @returns {String} flipped placement\n */\nexport default function getOppositePlacement(placement) {\n const hash = { left: 'right', right: 'left', bottom: 'top', top: 'bottom' };\n return placement.replace(/left|right|bottom|top/g, matched => hash[matched]);\n}\n","import getOuterSizes from './getOuterSizes';\nimport getOppositePlacement from './getOppositePlacement';\n\n/**\n * Get offsets to the popper\n * @method\n * @memberof Popper.Utils\n * @param {Object} position - CSS position the...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 120.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
logger.debug("Silent token acquisition failed: {}", e.getMessage()); } return null; } } /** * Validates that the authentication response matches the authorization code flow. * @param oidcResponse The OpenID Connect authentication success response. */ protected void validateAuthRespMatchesCodeFlow(final AuthenticationSuccessResponse oidcResponse) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:03:27 GMT 2026 - 56.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java
// URIāURL migration: java.net.URL rejects unknown schemes like javascript: final String value = transformer.normalizeCanonicalUrl("http://example.com/", "javascript:void(0)"); // normalizeCanonicalUrl catches MalformedURLException and returns null assertNull(value); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 62.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/CoordinatorHelperTest.java
helper.poll(); assertTrue(heartbeatCalled.get()); assertTrue(cleanupCalled.get()); } @Test public void test_poll_dispatchesEvents() { // Verify that poll fetches events and dispatches them final AtomicInteger dispatchCount = new AtomicInteger(0); final CoordinatorHelper helper = new CoordinatorHelper() { @Override
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 58.6K bytes - Click Count (0)