Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 49 for Changes (0.17 sec)

  1. src/main/resources/fess_message.properties

    success.upload_bad_word=Uploaded Bad Word file.
    success.upload_mapping_file=Uploaded Mapping file.
    success.send_testmail=Sent the test mail.
    success.job_log_delete_all=Deleted job logs.
    success.changed_password=Changed your password.
    success.started_data_update=Started data update process.
    success.reindex_started=Started reindexing.
    success.bulk_process_started=Bulk process is started.
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Mar 18 03:05:44 GMT 2023
    - 12.5K bytes
    - Viewed (0)
  2. src/main/resources/fess_message_ko.properties

    success.upload_elevate_word = 추가 단어 파일을 업로드했습니다.
    success.upload_bad_word = 제외 단어 파일을 업로드했습니다.
    success.upload_mapping_file = 매핑 파일을 업로드했습니다.
    success.send_testmail = 테스트 이메일을 보냈습니다.
    success.job_log_delete_all = 작업 로그를 삭제했습니다.
    success.changed_password = 암호를 변경했습니다.
    success.bulk_process_started = 일괄 처리를 시작했습니다.
    
    success.crud_create_crud_table = 데이터를 작성했습니다.
    success.crud_update_crud_table = 데이터를 업데이트했습니다.
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Jul 07 06:11:30 GMT 2018
    - 11.1K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        /** The key of the message: Deleted job logs. */
        public static final String SUCCESS_job_log_delete_all = "{success.job_log_delete_all}";
    
        /** The key of the message: Changed your password. */
        public static final String SUCCESS_changed_password = "{success.changed_password}";
    
        /** The key of the message: Started data update process. */
        public static final String SUCCESS_started_data_update = "{success.started_data_update}";
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 119.9K bytes
    - Viewed (0)
  4. src/main/resources/fess_message_ja.properties

    success.upload_bad_word = 除外ワードファイルをアップロードしました。
    success.upload_mapping_file = マッピングファイルをアップロードしました。
    success.send_testmail=テストメールを送信しました。
    success.job_log_delete_all=ジョブログを削除しました。
    success.changed_password=パスワードを変更しました。
    success.started_data_update=データ更新処理を開始しました。
    success.reindex_started=再インデクシングを開始しました。
    success.bulk_process_started=バルク処理を開始しました。
    success.print_thread_dump=スレッドダンプをログファイルに出力しました。
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Mar 18 03:05:44 GMT 2023
    - 15.1K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessApiFailureHook.java

    import org.lastaflute.web.response.ApiResponse;
    import org.lastaflute.web.response.JsonResponse;
    
    /**
     * @author jflute
     */
    public class FessApiFailureHook implements ApiFailureHook { // #change_it for handling API failure
    
        private static final Logger logger = LogManager.getLogger(FessApiFailureHook.class);
    
        // ===================================================================================
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 5.8K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/job/PingSearchEngineJob.java

                    } finally {
                        SMailCallbackContext.clearPreparedMessageHookOnThread();
                    }
                }
                resultBuf.append("Status of ").append(ping.getClusterName()).append(" is changed to ").append(ping.getClusterStatus())
                        .append('.');
            } else if (status == 0) {
                resultBuf.append(ping.getClusterName()).append(" is alive.");
            } else {
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 4.1K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/direction/FessFwAssistantDirector.java

        protected FessUserTimeZoneProcessProvider createUserTimeZoneProcessProvider() {
            return new FessUserTimeZoneProcessProvider();
        }
    
        protected FessCookieResourceProvider createCookieResourceProvider() { // #change_it_first
            final InvertibleCryptographer cr = InvertibleCryptographer.createAesCipher("*unused@");
            return new FessCookieResourceProvider(fessConfig, cr);
        }
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 9.3K bytes
    - Viewed (0)
  8. dbflute_fess/dfprop/documentMap.dfprop

        #  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'.
        #
        #; aliasDelimiterInDbComment = :
        # - - - - - - - - - -/
    
        # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Oct 31 23:35:14 GMT 2015
    - 9.4K bytes
    - Viewed (0)
  9. LICENSE

          (a) You must give any other recipients of the Work or
              Derivative Works a copy of this License; and
    
          (b) You must cause any modified files to carry prominent notices
              stating that You changed the files; and
    
          (c) You must retain, in the Source form of any Derivative Works
              that You distribute, all copyright, patent, trademark, and
              attribution notices from the Source form of the Work,
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue May 08 21:35:34 GMT 2018
    - 11.1K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/plugins/form-validator/jquery.form-validator.min.js

    appendTo(k).click(function(){c.focus(),c.val(a(this).text()),c.trigger("change"),h(c)})}))}}).unbind("keydown.validation").bind("keydown.validation",function(b){var c,d,e=b.keyCode?b.keyCode:b.which,g=a(this);if(13===e&&null!==a.formUtils._selectedSuggestion){if(c=g.valAttr("suggestion-nr"),d=a(".jquery-form-suggestion-"+c),d.length>0){var i=d.find("div").eq(a.formUtils._selectedSuggestion).text();g.val(i),g.trigger("change"),h(g),b.preventDefault()}}else{c=g.valAttr("suggestion-nr"),d=a(".jquer...
    JavaScript
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Jan 01 05:12:47 GMT 2018
    - 32.8K bytes
    - Viewed (0)
Back to top