Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 51 - 60 of 79 for etter (0.05 seconds)

  1. architecture/standards/0010-gradle-properties-naming.md

    Shared scheme
    
    ```
    org.gradle[.<qualifier>].<feature-name>.<detail>
    ```
    
    The optional qualifier defines the secondary aspects, if any.
    
    For better ergonomics on the CLI, some properties can have supplementary command-line build option(s).
    The name of the feature in the build option SHOULD be the same as in the property name.
    
    Shared scheme for long-form build options:
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 06 09:25:54 GMT 2026
    - 8K bytes
    - Click Count (0)
  2. src/main/resources/fess_label_nl.properties

    labels.chat_step_intent=Analyseren
    labels.chat_step_search=Zoeken
    labels.chat_step_evaluate=Evalueren
    labels.chat_step_fetch=Ophalen
    labels.chat_step_answer=Antwoorden
    labels.chat_input_hint=Enter om te verzenden, Shift+Enter voor nieuwe regel
    labels.chat_send=Bericht verzenden
    labels.chat_retry=Opnieuw proberen
    labels.chat_dismiss=Sluiten
    labels.chat_copied=Gekopieerd!
    labels.chat_copy_failed=Kopiƫren mislukt
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 51.3K bytes
    - Click Count (1)
  3. src/test/java/org/codelibs/fess/query/QueryFieldConfigSetBasedLookupTest.java

            assertFalse(queryFieldConfig.isFacetField(null));
            assertFalse(queryFieldConfig.isFacetField("   ")); // Whitespace only
        }
    
        /**
         * Test that updating fields via setter updates both array and Set.
         */
        @Test
        public void test_updateFields_updatesSetAndArray() {
            // Initial setup
            String[] initialFields = { "field1", "field2" };
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 19.4K bytes
    - Click Count (0)
  4. src/main/resources/fess_label_pt_BR.properties

    labels.chat_step_intent=Analisar
    labels.chat_step_search=Pesquisar
    labels.chat_step_evaluate=Avaliar
    labels.chat_step_fetch=Obter
    labels.chat_step_answer=Responder
    labels.chat_input_hint=Enter para enviar, Shift+Enter para nova linha
    labels.chat_send=Enviar mensagem
    labels.chat_retry=Tentar novamente
    labels.chat_dismiss=Fechar
    labels.chat_copied=Copiado!
    labels.chat_copy_failed=Falha ao copiar
    
    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)
  5. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

                this.setStartDate(start);
                this.setEndDate(end);
                this.updateView();
            },
    
            keydown: function(e) {
                //hide on tab or enter
                if ((e.keyCode === 9) || (e.keyCode === 13)) {
                    this.hide();
                }
    
                //hide on esc and prevent propagation
                if (e.keyCode === 27) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 64.8K bytes
    - Click Count (0)
  6. src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java

     * which is commonly used for Kerberos-based authentication in Windows environments.
     * It handles the negotiation between client and server to establish a secure
     * authentication context without requiring users to explicitly enter credentials.
     *
     * The authenticator supports various configuration options including delegation,
     * basic authentication fallback, and localhost authentication bypass.
     */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 08:18:23 GMT 2026
    - 18.2K bytes
    - Click Count (3)
  7. src/main/resources/fess_label.properties

    labels.chat_step_intent=Analyze
    labels.chat_step_search=Search
    labels.chat_step_evaluate=Evaluate
    labels.chat_step_fetch=Retrieve
    labels.chat_step_answer=Answer
    labels.chat_input_hint=Press Enter to send, Shift+Enter for new line
    labels.chat_send=Send message
    labels.chat_retry=Retry
    labels.chat_dismiss=Dismiss
    labels.chat_copied=Copied!
    labels.chat_copy_failed=Copy failed
    labels.chat_filter=Filter
    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)
  8. src/main/webapp/js/admin/plugins/form-validator/jquery.form-validator.min.js

    "The REGON entered is invalid",badreCaptcha:"Please confirm that you are not a bot",passwordComplexityStart:"Password must contain at least ",passwordComplexitySeparator:", ",passwordComplexityUppercaseInfo:" uppercase letter(s)",passwordComplexityLowercaseInfo:" lowercase letter(s)",passwordComplexitySpecialCharsInfo:" special character(s)",passwordComplexityNumericCharsInfo:" numeric character(s)",passwordComplexityEnd:"."}})}(a,window),function(a){a.formUtils.addValidator({name:"email",valida...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Jan 01 05:12:47 GMT 2018
    - 32.8K bytes
    - Click Count (0)
  9. src/test/java/org/codelibs/fess/thumbnail/impl/CommandGeneratorTest.java

        private CommandGenerator generator;
    
        @Override
        protected void setUp(TestInfo testInfo) throws Exception {
            super.setUp(testInfo);
            generator = new CommandGenerator();
        }
    
        // Basic setter tests
        @Test
        public void test_setCommandTimeout() throws Exception {
            final long timeout = 5000L;
            generator.setCommandTimeout(timeout);
            assertTrue(true);
        }
    
        @Test
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 27.8K bytes
    - Click Count (0)
  10. src/main/webapp/js/admin/popper.min.js.map

    {Function} data.getBoundingClientRect\n * A function that returns a set of coordinates compatible with the native `getBoundingClientRect` method.\n * @property {number} data.clientWidth\n * An ES6 getter that will return the width of the virtual reference element.\n * @property {number} data.clientHeight\n * An ES6 getter that will return the height of the virtual reference element.\n */\n","import modifiers from '../modifiers/index';\n\n/**\n * Default options provided to Popper.js constructor.<br />\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