Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 70 of 102 for tago (0.02 seconds)

  1. src/test/java/org/codelibs/fess/it/search/LabelsApiTests.java

    import org.junit.jupiter.api.AfterAll;
    import org.junit.jupiter.api.BeforeAll;
    import org.junit.jupiter.api.Tag;
    import org.junit.jupiter.api.Test;
    
    import io.restassured.RestAssured;
    import io.restassured.path.json.JsonPath;
    import io.restassured.response.Response;
    
    /**
     * Integration tests for the Labels API (/api/v1/labels)
     */
    @Tag("it")
    public class LabelsApiTests extends ITBase {
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Dec 20 03:03:44 GMT 2025
    - 4.1K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/it/admin/CrawlerLogTests.java

    import org.junit.jupiter.api.Tag;
    import org.junit.jupiter.api.Test;
    import org.junit.jupiter.api.TestMethodOrder;
    
    import io.restassured.RestAssured;
    import io.restassured.path.json.JsonPath;
    
    /**
     * Integration Tests which need an execution of crawler
     * - /api/admin/joblog
     * - /api/admin/crawlinginfo
     * - /api/admin/failureurl
     * - /api/admin/searchlist
     * */
    @Tag("it")
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Mar 30 14:01:34 GMT 2026
    - 13.4K bytes
    - Click Count (0)
  3. src/main/resources/fess_message_nl.properties

    errors.storage_access_error=Toegangsfout opslag: {0}
    errors.storage_no_upload_file=Geef een bestand op om te uploaden.
    errors.storage_directory_name_is_invalid=De mapnaam is ongeldig.
    errors.storage_tags_update_failure=Kan tags voor {0} niet bijwerken.
    
    success.update_crawler_params = Parameters bijgewerkt.
    success.delete_doc_from_index = Proces gestart om document uit index te verwijderen.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12.9K bytes
    - Click Count (0)
  4. src/test/java/org/codelibs/fess/it/admin/PluginTests.java

    import org.codelibs.fess.helper.PluginHelper.Artifact;
    import org.codelibs.fess.it.CrudTestBase;
    import org.junit.jupiter.api.AfterEach;
    import org.junit.jupiter.api.Tag;
    import org.junit.jupiter.api.Test;
    
    import io.restassured.response.Response;
    
    @Tag("it")
    public class PluginTests extends CrudTestBase {
    
        private static final String NAME_PREFIX = "pluginTests_";
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 6.5K bytes
    - Click Count (0)
  5. src/main/resources/fess_label_nl.properties

    labels.storage_bucket_name=Bucketnaam
    labels.storage_file=Bestand
    labels.storage_folder_name=Mapnaam
    labels.storage_button_download=Downloaden
    labels.storage_button_tags=Tags
    labels.storage_title_tag=Tag:
    labels.storage_tag_key=Tag-sleutel
    labels.storage_tag_value=Tag-waarde
    labels.login.newpassword=U moet uw wachtwoord bijwerken
    labels.login.placeholder_new_password=Nieuw wachtwoord
    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)
  6. src/test/java/org/codelibs/fess/it/search/FavoritesApiTests.java

    import org.junit.jupiter.api.AfterAll;
    import org.junit.jupiter.api.AfterEach;
    import org.junit.jupiter.api.BeforeAll;
    import org.junit.jupiter.api.BeforeEach;
    import org.junit.jupiter.api.Disabled;
    import org.junit.jupiter.api.Tag;
    import org.junit.jupiter.api.Test;
    
    import io.restassured.RestAssured;
    import io.restassured.path.json.JsonPath;
    import io.restassured.response.Response;
    
    /**
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Dec 20 03:03:44 GMT 2025
    - 9.9K bytes
    - Click Count (0)
  7. src/main/resources/fess_label_pl.properties

    labels.storage_bucket_name=Nazwa bucketa
    labels.storage_file=Plik
    labels.storage_folder_name=Nazwa folderu
    labels.storage_button_download=Pobierz
    labels.storage_button_tags=Tagi
    labels.storage_title_tag=Tag:
    labels.storage_tag_key=Klucz tagu
    labels.storage_tag_value=Wartość tagu
    labels.login.newpassword=Musisz zaktualizować swoje hasło
    labels.login.placeholder_new_password=Nowe hasło
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 53.2K bytes
    - Click Count (0)
  8. src/test/java/org/codelibs/fess/it/admin/StatsTests.java

    import org.apache.logging.log4j.Logger;
    import org.codelibs.fess.it.CrudTestBase;
    import org.junit.jupiter.api.AfterEach;
    import org.junit.jupiter.api.Tag;
    import org.junit.jupiter.api.Test;
    
    import io.restassured.path.json.JsonPath;
    
    /**
     * Integration Tests for /api/admin/stats
     */
    @Tag("it")
    public class StatsTests extends CrudTestBase {
        private static final Logger logger = LogManager.getLogger(StatsTests.class);
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 6.8K bytes
    - Click Count (0)
  9. src/main/resources/fess_label_pt_BR.properties

    labels.storage_bucket_name=Nome do bucket
    labels.storage_file=Arquivo
    labels.storage_folder_name=Nome da pasta
    labels.storage_button_download=Baixar
    labels.storage_button_tags=Tags
    labels.storage_title_tag=Tag:
    labels.storage_tag_key=Chave da tag
    labels.storage_tag_value=Valor da tag
    labels.login.newpassword=Você precisa atualizar sua senha
    labels.login.placeholder_new_password=Nova senha
    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)
  10. src/test/java/org/codelibs/fess/it/search/ScrollSearchApiTests.java

    import org.junit.jupiter.api.Disabled;
    import org.junit.jupiter.api.Tag;
    import org.junit.jupiter.api.Test;
    
    import io.restassured.RestAssured;
    import io.restassured.path.json.JsonPath;
    import io.restassured.response.Response;
    
    /**
     * Integration tests for the Scroll Search API (/api/v1/documents/all)
     * This test requires crawled documents and api.search.scroll to be enabled
     */
    @Tag("it")
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Dec 20 03:03:44 GMT 2025
    - 7.5K bytes
    - Click Count (0)
Back to Top