Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 81 - 90 of 99 for sekund (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/resources/fess_message.properties

    errors.cannot_delete_doc_because_of_running = A crawler is running. You cannot delete documents.
    errors.failed_to_delete_doc_in_admin = Failed to delete a document.
    errors.failed_to_send_testmail=Failed to send a test mail.
    errors.invalid_query_unknown = The specified query has an unknown condition.
    errors.invalid_query_parse_error = The given query is invalid.
    errors.invalid_query_sort_value = The specified sort {0} is invalid.
    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)
  2. src/main/resources/fess_message_en.properties

    errors.cannot_delete_doc_because_of_running = A crawler is running. You cannot delete documents.
    errors.failed_to_delete_doc_in_admin = Failed to delete a document.
    errors.failed_to_send_testmail=Failed to send a test mail.
    errors.invalid_query_unknown = The specified query has an unknown condition.
    errors.invalid_query_parse_error = The given query is invalid.
    errors.invalid_query_sort_value = The specified sort {0} is invalid.
    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)
  3. src/main/webapp/js/admin/popper.min.js

    null===e.parentNode?e:d(e.parentNode)}function a(e,t){if(!e||!e.nodeType||!t||!t.nodeType)return document.documentElement;var o=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,n=o?e:t,i=o?t:e,r=document.createRange();r.setStart(n,0),r.setEnd(i,0);var l=r.commonAncestorContainer;if(e!==l&&t!==l||n.contains(i))return s(l)?l:p(l);var f=d(e);return f.host?a(f.host,t):a(e,d(t).host)}function l(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:'top',o='top'===t?'scrollTop':'s...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 20.7K bytes
    - Click Count (0)
  4. src/main/webapp/js/admin/jquery-3.7.1.min.map

    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:07:52 GMT 2024
    - 131.6K bytes
    - Click Count (0)
  5. src/test/java/org/codelibs/fess/api/chat/ChatApiManagerTest.java

                    createFacetQueryView("timestamp", "1month", "timestamp:[now-1M TO *]"));
            final MockHttpServletRequest request = new MockHttpServletRequest();
            // Send timestamp first, then filetype — result should follow FacetQueryView order, not request order
            request.setParameterValues("ex_q", new String[] { "timestamp:[now-1M TO *]", "filetype:HTML", "filetype:WORD" });
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 14 01:39:16 GMT 2026
    - 35K bytes
    - Click Count (0)
  6. src/main/resources/fess_label_pt_BR.properties

    labels.load_bulk_data=Carregar dados padrão
    labels.rebuild_target_indices=Índices de destino
    labels.rebuild_config_index_confirmation=Tem certeza de que deseja reconstruir os índices de configuração selecionados? Esta operação será executada em segundo plano.
    labels.plugin_title=Plugin
    labels.plugin_list_name=Lista de plugins
    labels.plugin_type=Tipo
    labels.plugin_name=Nome
    labels.plugin_version=Versão
    labels.plugin_delete=Excluir
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 53.9K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_chat_step_answer = "{labels.chat_step_answer}";
    
        /** The key of the message: Press Enter to send, Shift+Enter for new line */
        public static final String LABELS_chat_input_hint = "{labels.chat_input_hint}";
    
        /** The key of the message: Send message */
        public static final String LABELS_chat_send = "{labels.chat_send}";
    
        /** The key of the message: Retry */
    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)
  8. src/main/webapp/js/chat.js

            button.html('<i class="fa fa-times"></i> ' + config.labels.copyFailed);
            setTimeout(function() {
                button.html(originalHtml);
            }, 2000);
        }
    
        /**
         * Send a message
         */
        function sendMessage() {
            // Check for IME composition
            if (elements.chatInput.data('composing')) {
                return;
            }
    
    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/test/java/org/codelibs/fess/helper/CoordinatorHelperTest.java

            final EventInfo event = new EventInfo();
            event.name = "test_event";
            coordinatorHelper.dispatchEvent(event);
    
            // Second handler should still be called even if first throws
            assertTrue(secondCalled.get());
        }
    
        @Test
        public void test_dispatchEvent_eventData() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 58.6K bytes
    - Click Count (0)
  10. src/main/resources/fess_label_de.properties

    labels.search_result_status=Ergebnisse <b>{2}</b> - <b>{3}</b> von <b>{1}</b> für <b>{0}</b>
    labels.search_result_status_over=Ergebnisse <b>{2}</b> - <b>{3}</b> von über <b>{1}</b> für <b>{0}</b>
    labels.search_result_time=({0} Sekunden)
    labels.prev_page=Zurück
    labels.next_page=Weiter
    labels.did_not_match=Ihre Suche - <b>{0}</b> - ergab keine Übereinstimmungen mit Dokumenten.
    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)
Back to Top