Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 30 of 30 for departe (0.08 seconds)

  1. src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java

            });
    
            // Set up test data service to return empty results
            ((TestDataService) dataService).setAccessResultList(new TestOpenSearchResultList());
    
            // Start indexer in separate thread
            indexUpdater.start();
    
            // Let it run briefly
            ThreadUtil.sleep(100);
    
            // Stop the indexer
            indexUpdater.setFinishCrawling(true);
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 33.6K bytes
    - Click Count (0)
  2. src/main/resources/fess_label_it.properties

    labels.endTime=Ora di fine
    labels.hq=hq
    labels.inputs=Input
    labels.jobLogging=Registrazione
    labels.jobName=Nome
    labels.jobStatus=Stato
    labels.labelTypeIds=Etichette
    labels.lang=Lingua
    labels.outputs=Output
    labels.pos=Parte del discorso
    labels.purgeJobLogDay=Elimina log di lavoro precedenti
    labels.purgeUserInfoDay=Elimina log utente precedenti
    labels.reading=Lettura
    labels.roleTypeIds=ID ruolo
    labels.scriptData=Script
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 52K bytes
    - Click Count (0)
  3. src/test/java/org/codelibs/fess/job/IndexExportJobTest.java

            final Path result = indexExportJob.buildFilePath("/export", "https://example.com/page?query=1", new HtmlIndexExportFormatter());
            // URI.getPath() returns /page for this URL (query is separate)
            assertEquals(Path.of("/export/example.com/page.html"), result);
        }
    
        @Test
        public void test_buildFilePath_longPathComponent() {
            final StringBuilder longName = new StringBuilder();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 09:08:38 GMT 2026
    - 66.1K bytes
    - Click Count (0)
  4. src/main/resources/fess_label_pt_BR.properties

    labels.endTime=Hora de término
    labels.hq=hq
    labels.inputs=Entradas
    labels.jobLogging=Logging
    labels.jobName=Nome
    labels.jobStatus=Estado
    labels.labelTypeIds=Rótulos
    labels.lang=Idioma
    labels.outputs=Saídas
    labels.pos=Parte da fala
    labels.purgeJobLogDay=Excluir logs de trabalho anteriores
    labels.purgeUserInfoDay=Excluir logs de usuário anteriores
    labels.reading=Leitura
    labels.roleTypeIds=ID da função
    labels.scriptData=Script
    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/resources/fess_label_fr.properties

    labels.backup_configuration=Sauvegarde
    labels.backup_name=Nom
    labels.backup_bulk_file=Fichier en vrac
    labels.backup_button_upload=Téléverser
    labels.process_time_is_exceeded=Le temps de traitement de la recherche a dépassé la limite. Les résultats affichés peuvent être partiels.
    labels.user_given_name=Prénom
    labels.givenName=Prénom (nom donné)
    labels.user_surname=Nom de famille
    labels.surame=Nom de famille
    labels.user_mail=E-mail
    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)
  6. src/main/resources/fess_label_es.properties

    labels.hq=hq
    labels.inputs=Entradas
    labels.jobLogging=Registro
    labels.jobName=Nombre
    labels.jobStatus=Estado
    labels.labelTypeIds=Etiquetas
    labels.lang=Idioma
    labels.outputs=Salidas
    labels.pos=Parte de la oración
    labels.purgeJobLogDay=Eliminar registros de trabajos anteriores
    labels.purgeUserInfoDay=Eliminar registros de usuarios anteriores
    labels.reading=Lectura
    labels.roleTypeIds=ID de rol
    labels.scriptData=Script
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 54.3K bytes
    - Click Count (0)
  7. src/main/webapp/js/admin/popper.min.js.map

    {Object} popperOffsets\n * @argument {Object} referenceOffsets\n * @returns {Number|String}\n * Value in pixels, or original string if no values were extracted\n */\nexport function toValue(str, measurement, popperOffsets, referenceOffsets) {\n  // separate value from unit\n  const split = str.match(/((?:\\-|\\+)?\\d*\\.?\\d*)(.*)/);\n  const value = +split[1];\n  const unit = split[2];\n\n  // If it's not a number it's an operator, I guess\n  if (!value) {\n    return str;\n  }\n\n  if (unit.indexOf('%')...
    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)
  8. src/main/webapp/css/bootstrap.min.css.map

    transition(var(--#{$prefix}navbar-toggler-transition));\n\n  &:hover {\n    text-decoration: none;\n  }\n\n  &:focus {\n    text-decoration: none;\n    outline: 0;\n    box-shadow: 0 0 0 var(--#{$prefix}navbar-toggler-focus-width);\n  }\n}\n\n// Keep as a separate element so folks can easily override it with another icon\n// or image file as needed.\n.navbar-toggler-icon {\n  display: inline-block;\n  width: 1.5em;\n  height: 1.5em;\n  vertical-align: middle;\n  background-image: var(--#{$prefix}navbar-toggler-icon-bg);\n...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 12 06:14:02 GMT 2025
    - 575.5K bytes
    - Click Count (0)
  9. src/main/webapp/css/admin/bootstrap.min.css.map

    // remove default button style\n  border: $border-width solid transparent; // remove default button style\n  @include border-radius($navbar-toggler-border-radius);\n\n  @include hover-focus() {\n    text-decoration: none;\n  }\n}\n\n// Keep as a separate element so folks can easily override it with another icon\n// or image file as needed.\n.navbar-toggler-icon {\n  display: inline-block;\n  width: 1.5em;\n  height: 1.5em;\n  vertical-align: middle;\n  content: \"\";\n  background: 50% / 100% 100%...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 639.3K bytes
    - Click Count (1)
  10. src/main/webapp/css/admin/adminlte.min.css.map

    // remove default button style\n  border: $border-width solid transparent; // remove default button style\n  @include border-radius($navbar-toggler-border-radius);\n\n  @include hover-focus() {\n    text-decoration: none;\n  }\n}\n\n// Keep as a separate element so folks can easily override it with another icon\n// or image file as needed.\n.navbar-toggler-icon {\n  display: inline-block;\n  width: 1.5em;\n  height: 1.5em;\n  vertical-align: middle;\n  content: \"\";\n  background: 50% / 100% 100%...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 3.7M bytes
    - Click Count (3)
Back to Top