Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 24 of 24 for refx (0.01 seconds)

  1. src/main/java/org/codelibs/fess/chat/ChatClient.java

                    return url;
                }
                return null;
            }).filter(s -> s != null).collect(Collectors.joining(", "));
            if (refs.isEmpty()) {
                return msg.getContent();
            }
            return "[References: " + refs + "]";
        }
    
        /**
         * Builds a truncated version of the assistant message content.
         *
         * @param msg the assistant chat message
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 56.6K bytes
    - Click Count (0)
  2. .idea/inspectionProfiles/Gradle.xml

          </searchConfiguration>
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Jun 26 21:49:47 GMT 2024
    - 15.4K bytes
    - Click Count (0)
  3. src/main/webapp/js/marked.min.js

    \t]*)(title))?\s*\)/).replace("label",D).replace("href",/<(?:\\.|[^\n<>\\])+>|[^ \t\n\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),ke=k(/^!?\[(label)\]\[(ref)\]/).replace("label",D).replace("ref",F).getRegex(),de=k(/^!?\[(ref)\](?:\[\])?/).replace("ref",F).getRegex(),lt=k("reflink|nolink(?!\\()","g").replace("reflink",ke).replace("nolink",de).getRegex(),re=/[hH][tT][tT][pP][sS]?|[fF][tT][pP]/,X={_backpedal:L,anyPunctuation:rt,autolink:st,blockSkip:K...
    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)
  4. src/main/webapp/js/admin/popper.min.js.map

    constructor.<br />\n * These can be overridden using the `options` argument of Popper.js.<br />\n * To override an option, simply pass an object with the same\n * structure of the `options` object, as the 3rd argument. For example:\n * ```\n * new Popper(ref, pop, {\n *   modifiers: {\n *     preventOverflow: { enabled: false }\n *   }\n * })\n * ```\n * @type {Object}\n * @static\n * @memberof Popper\n */\nexport default {\n  /**\n   * Popper's placement.\n   * @prop {Popper.placements} placement='bottom'\n...
    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)
Back to Top