Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 113 for Moment (0.07 seconds)

  1. src/main/resources/fess_label.properties

    labels.chat_new_chat=New Chat
    labels.chat_input_placeholder=Ask a question...
    labels.chat_thinking=Thinking...
    labels.chat_error=An error occurred. Please try again.
    labels.chat_error_rate_limit=It's currently busy. Please wait a moment and try again.
    labels.chat_error_auth=AI service authentication failed. Please contact the administrator.
    labels.chat_error_service_unavailable=The AI service is temporarily unavailable. Please try again later.
    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)
  2. src/main/resources/fess_label_fr.properties

    labels.chat_thinking=Réflexion en cours...
    labels.chat_error=Une erreur s'est produite. Veuillez réessayer.
    labels.chat_error_rate_limit=Le service est actuellement surchargé. Veuillez patienter un moment et réessayer.
    labels.chat_error_auth=L'authentification au service IA a échoué. Veuillez contacter l'administrateur.
    labels.chat_error_service_unavailable=Le service IA est temporairement indisponible. Veuillez réessayer plus tard.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 54.4K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: An error occurred. Please try again. */
        public static final String LABELS_chat_error = "{labels.chat_error}";
    
        /** The key of the message: It's currently busy. Please wait a moment and try again. */
        public static final String LABELS_chat_error_rate_limit = "{labels.chat_error_rate_limit}";
    
        /** The key of the message: AI service authentication failed. Please contact the administrator. */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 172.6K bytes
    - Click Count (0)
  4. src/main/resources/fess_label_de.properties

    labels.chat_thinking=Denkt nach...
    labels.chat_error=Ein Fehler ist aufgetreten. Bitte versuchen Sie es erneut.
    labels.chat_error_rate_limit=Es ist derzeit sehr ausgelastet. Bitte warten Sie einen Moment und versuchen Sie es erneut.
    labels.chat_error_auth=Die Authentifizierung beim KI-Dienst ist fehlgeschlagen. Bitte kontaktieren Sie den Administrator.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 52.3K bytes
    - Click Count (1)
  5. .github/workflows/issue-comment-triage.yml

    name: Comment on a closed issue
    
    on:
      issue_comment:
        types: [created]
    
    jobs:
      reconsider_closed_issue:
        runs-on: ubuntu-latest
        permissions:
          issues: write
        steps:
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Mar 18 13:38:51 GMT 2026
    - 253 bytes
    - Click Count (0)
  6. dbflute_fess/dfprop/classificationDefinitionMap.dfprop

    #                 ; [group-name] = map:{
    #                     ; groupComment=[comment]
    #                     ; elementList=list:{[the list of classification element's name]}
    #                 }
    #             }
    #         }
    #         # classification elements for implicit classification
    #         ; map:{
    #             ; code=[code]; name=[name]; alias=[alias]; comment=[comment]
    #             ; sisterCode=[code or code-list]; subItemMap=map:{[free-map]}
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Jul 04 22:46:31 GMT 2015
    - 2.2K bytes
    - Click Count (0)
  7. dbflute_fess/dfprop/documentMap.dfprop

        # o aliasDelimiterInDbComment: (NotRequired - Default '')
        #  If the alias exists in its DB comment like as follows:
        #    member name : The name of member's full name
        #  you can use the alias in DBFlute world, java-doc, SchemaHTML...
        #  DB comment which does not have the delimiter is not treated
        #  as alias, treated as description (real comment).
        #  But you can change it by 'isDbCommentOnAliasBasis'.
        #
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 31 23:35:14 GMT 2015
    - 9.4K bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * The value is, e.g. Fess <br>
         * comment: The title of the domain for logging and display.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getDomainTitle();
    
        /**
         * Get the value for the key 'search_engine.type'. <br>
         * The value is, e.g. default <br>
         * comment: The type of search engine backend (e.g., default, opensearch).
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 576.9K bytes
    - Click Count (2)
  9. build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/util/ReproduciblePropertiesWriter.kt

             *
             * See [PropertiesUtils.store].
             */
            fun store(data: Map<String, Any>, file: File, comment: String? = null) {
                store(propertiesFrom(data), file, comment)
            }
    
            /**
             * Writes [Properties] to a file, but without including the timestamp comment.
             *
             * See [PropertiesUtils.store].
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Sat Sep 30 16:17:28 GMT 2023
    - 1.6K bytes
    - Click Count (0)
  10. src/main/java/org/codelibs/fess/mylasta/mail/LogNotificationPostcard.java

         * Set the value of level, used in parameter comment. <br>
         * Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
         * @param level The parameter value of level. (NotNull)
         */
        public void setLevel(String level) {
            registerVariable("level", level);
        }
    
        /**
         * Set the value of hostname, used in parameter comment. <br>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 5.3K bytes
    - Click Count (0)
Back to Top