Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 15 for Re (0.01 seconds)

  1. src/main/webapp/js/purify.min.js

    G.allowCustomizedBuiltInElements&&(Ce.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Ue&&(Le=!1),Ge&&(Be=!0),$e&&(Ne=R({},U),Re=l(null),!0===$e.html&&(R(Ne,v),R(Re,z)),!0===$e.svg&&(R(Ne,k),R(Re,P),R(Re,H)),!0===$e.svgFilters&&(R(Ne,x),R(Re,P),R(Re,H)),!0===$e.mathMl&&(R(Ne,I),R(Re,F),R(Re,H))),_(e,"ADD_TAGS")||(ke.tagCheck=null),_(e,"ADD_ATTR")||(ke.attributeCheck=null),e.ADD_TAGS&&("function"==typeof e.ADD_TAGS?ke.tagCheck=e.ADD_TAGS:(Ne===De&&(Ne=C(Ne...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 22.7K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/job/PurgeDocJobTest.java

        }
    
        @Test
        public void test_execute_withCustomFieldName() {
            // Configure custom expires field name
            expiresFieldName = "custom_expires_field";
    
            // Re-register FessConfig with updated field name
            fessConfig = new TestFessConfig() {
                @Override
                public String getIndexFieldExpires() {
                    return expiresFieldName;
                }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 16.4K bytes
    - Click Count (0)
  3. src/main/resources/fess_message.properties

    errors.failed_to_change_password=Failed to change your password.
    errors.unknown_version_for_upgrade=Unknown version for upgrade.
    errors.failed_to_upgrade_from=Failed to upgrade from {0}.
    errors.failed_to_reindex=Failed to start re-indexing from {0} to {1}.
    errors.failed_to_rebuild_config_index=Failed to rebuild config indices.
    errors.no_target_index_selected=Please select at least one target index to rebuild.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12.4K bytes
    - Click Count (0)
  4. src/main/resources/fess_message_en.properties

    errors.failed_to_change_password=Failed to change your password.
    errors.unknown_version_for_upgrade=Unknown version for upgrade.
    errors.failed_to_upgrade_from=Failed to upgrade from {0}.
    errors.failed_to_reindex=Failed to start re-indexing from {0} to {1}.
    errors.failed_to_rebuild_config_index=Failed to rebuild config indices.
    errors.no_target_index_selected=Please select at least one target index to rebuild.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12.4K bytes
    - Click Count (0)
  5. src/main/webapp/js/marked.min.js

    `,1)[0],A;if(h=H,this.options.pedantic?(h=h.replace(this.rules.other.listReplaceNesting,"  "),A=h):A=h.replace(this.rules.other.tabCharGlobal,"    "),ee.test(h)||te.test(h)||be.test(h)||Re.test(h)||$.test(h)||Y.test(h))break;if(A.search(this.rules.other.nonSpaceChar)>=f||!h.trim())c+=`
    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)
  6. src/test/java/org/codelibs/fess/query/TermQueryCommandTest.java

        @Override
        protected void setUpChild() throws Exception {
            queryCommand = new TermQueryCommand();
            queryCommand.register();
        }
    
        private void setQueryType(final String queryType) {
            // Re-create the base FessConfig with the new query type
            ComponentUtil.setFessConfig(new FessConfig.SimpleImpl() {
                private static final long serialVersionUID = 1L;
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 20.4K bytes
    - Click Count (0)
  7. src/test/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackImplTest.java

                }
    
                @Override
                public String getIndexFieldFavoriteCount() {
                    return "favorite_count";
                }
            };
    
            // Re-initialize to pick up new config
            indexUpdateCallback = new TestableIndexUpdateCallbackImpl();
            indexUpdateCallback.init();
    
            DataStoreParams paramMap = new DataStoreParams();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 24.7K bytes
    - Click Count (0)
  8. src/main/webapp/js/chat.js

            elements.chatMessages.find('.chat-message').remove();
            showEmptyState();
            hideErrorBanner();
            hideProgressIndicator();
            showStatus('ready');
            updateUI();  // Re-enable buttons and input
        }
    
        /**
         * Show status message
         * @param {string} status - Status type (thinking, error, ready)
         * @param {string} customMessage - Optional custom message to display
    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)
  9. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        /** The key of the message: Failed to upgrade from {0}. */
        public static final String ERRORS_failed_to_upgrade_from = "{errors.failed_to_upgrade_from}";
    
        /** The key of the message: Failed to start re-indexing from {0} to {1}. */
        public static final String ERRORS_failed_to_reindex = "{errors.failed_to_reindex}";
    
        /** The key of the message: Failed to rebuild config indices. */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 126.6K bytes
    - Click Count (0)
  10. src/main/resources/fess_label_en.properties

    labels.gidNumber=gidNumber
    labels.user_homeDirectory=Home Directory
    labels.homeDirectory=Home Directory
    labels.upgrade_title_configuration=Upgrade
    labels.upgrade_data_migration=Data Migration
    labels.upgrade_reindex=Re-indexing
    labels.upgrade_start_button=Start
    labels.replace_aliases=Replace Aliases
    labels.reset_dictionaries=Reset Dictionaries
    labels.reindex_start_button=Start
    labels.targetVersion=Target Version
    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)
Back to Top