Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for makeAs (0.03 seconds)

  1. src/main/resources/fess_label_nl.properties

    labels.handler_parameter=Parameter
    labels.handlerScript=Script
    labels.data_crawling_button_create=Maken
    labels.data_crawling_button_create_job=Nieuwe taak maken
    labels.wizard_title_configuration=Configuratiewizard
    labels.wizard_start_title=Snelle installatie
    labels.wizard_start_desc=U kunt eenvoudig een crawlconfiguratie maken met behulp van de configuratiewizard.
    labels.wizard_start_button=Start configuratie
    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)
  2. src/test/java/org/codelibs/fess/job/IndexExportJobTest.java

            assertEquals(Path.of("/export/_local/home/user/doc.html"), result);
        }
    
        @Test
        public void test_buildFilePath_specialCharacters() {
            // < in URL makes it an invalid URI, so it falls back to hash-based path
            final Path result =
                    indexExportJob.buildFilePath("/export", "https://example.com/path/file<name>.html", new HtmlIndexExportFormatter());
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 09:08:38 GMT 2026
    - 66.1K bytes
    - Click Count (0)
  3. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

    */
    // Following the UMD template https://github.com/umdjs/umd/blob/master/templates/returnExportsGlobal.js
    (function (root, factory) {
        if (typeof define === 'function' && define.amd) {
            // AMD. Make globaly available as well
            define(['moment', 'jquery'], function (moment, jquery) {
                if (!jquery.fn) jquery.fn = {}; // webpack server rendering
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 64.8K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/llm/AbstractLlmClient.java

                        .collect(Collectors.toList());
                return RelevanceEvaluationResult.fallbackAllRelevant(allDocIds);
            }
        }
    
        /**
         * Strips code fence markers from JSON response.
         *
         * @param response the response that may contain code fences
         * @return the response with code fences removed
         */
        protected String stripCodeFences(final String response) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 72K bytes
    - Click Count (0)
Back to Top