Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for maarten (1.38 sec)

  1. src/main/resources/fess_label_nl.properties

    labels.facet_timestamp_1week=Afgelopen week
    labels.facet_timestamp_1month=Afgelopen maand
    labels.facet_timestamp_1year=Afgelopen jaar
    labels.facet_timestamp_3month=Afgelopen 3 maanden
    labels.facet_timestamp_6month=Afgelopen 6 maanden
    labels.facet_timestamp_2year=Afgelopen 2 jaar
    labels.facet_timestamp_3year=Afgelopen 3 jaar
    labels.facet_contentLength_title=Grootte
    labels.facet_contentLength_10k=  - 10KB
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  2. src/main/resources/fess_message_nl.properties

    errors.login_error = Gebruikersnaam of wachtwoord is onjuist.
    errors.sso_login_error=SSO-inlogproces mislukt.
    errors.could_not_find_log_file = Kan {0} niet vinden.
    errors.failed_to_start_crawl_process = Kan het crawlproces niet starten.
    errors.invalid_design_jsp_file_name = Ongeldige JSP-bestandsnaam.
    errors.design_jsp_file_does_not_exist = Het JSP-bestand bestaat niet.
    errors.design_file_name_is_not_found = Bestandsnaam is niet opgegeven.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/util/concurrent/ThreadFactoryBuilderTest.java

    import java.util.concurrent.ThreadFactory;
    import junit.framework.TestCase;
    import org.jspecify.annotations.NullUnmarked;
    
    /**
     * Tests for ThreadFactoryBuilder.
     *
     * @author Kurt Alfred Kluever
     * @author Martin Buchholz
     */
    @NullUnmarked
    public class ThreadFactoryBuilderTest extends TestCase {
      private final Runnable monitoredRunnable =
          new Runnable() {
            @Override
            public void run() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Jul 11 18:52:30 UTC 2025
    - 7.6K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_de.properties

    labels.wizard_button_register_next=Erstellen
    labels.wizard_start_crawling_title=Crawling starten
    labels.wizard_start_crawler_title=Crawler
    labels.wizard_start_crawling_desc=Sie können das Crawling jetzt starten, indem Sie auf die Schaltfläche "Crawling starten" klicken.
    labels.wizard_button_start_crawling=Crawling starten
    labels.wizard_button_finish=Überspringen
    labels.search_list_configuration=Suchen
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  5. src/main/resources/fess_message_de.properties

    errors.login_error = Ungültiger Benutzername oder Passwort.
    errors.sso_login_error=SSO-Anmeldevorgang fehlgeschlagen.
    errors.could_not_find_log_file = Konnte {0} nicht finden.
    errors.failed_to_start_crawl_process = Fehler beim Starten eines Crawl-Prozesses.
    errors.invalid_design_jsp_file_name = Ungültige JSP-Datei.
    errors.design_jsp_file_does_not_exist = Die JSP-Datei existiert nicht.
    errors.design_file_name_is_not_found = Der Dateiname ist nicht angegeben.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  6. docs/de/README.md

    Sie können in der Administrationsoberfläche (Web, Datei, Datenspeicher) Crawling-Ziele in den Crawler-Konfigurationsseiten registrieren und den Crawler manuell auf der [Scheduler-Seite](https://fess.codelibs.org/14.17/admin/scheduler-guide.html) starten.
    
    ## Migration von einem anderen Suchanbieter
    
    Bitte lesen Sie [MIGRATION.md](MIGRATION.md).
    
    ## Datenspeicher
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  7. guava/src/com/google/common/util/concurrent/AtomicDouble.java

    /*
     * Written by Doug Lea and Martin Buchholz with assistance from
     * members of JCP JSR-166 Expert Group and released to the public
     * domain, as explained at
     * http://creativecommons.org/publicdomain/zero/1.0/
     */
    
    /*
     * Source:
     * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/jsr166e/extra/AtomicDouble.java?revision=1.13
     * (Modified to adapt to guava coding conventions and
     * to use AtomicLongFieldUpdater instead of sun.misc.Unsafe)
     */
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Mar 17 20:26:29 UTC 2025
    - 9.5K bytes
    - Viewed (0)
  8. android/guava-testlib/test/com/google/common/testing/GcFinalizationTest.java

    import junit.framework.TestCase;
    import org.jspecify.annotations.NullUnmarked;
    import org.jspecify.annotations.Nullable;
    
    /**
     * Tests for {@link GcFinalization}.
     *
     * @author Martin Buchholz
     * @author mike nonemacher
     */
    @AndroidIncompatible // depends on details of gc
    
    @NullUnmarked
    public class GcFinalizationTest extends TestCase {
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 18:46:00 UTC 2025
    - 7.9K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/util/concurrent/ThreadFactoryBuilderTest.java

    import java.util.concurrent.ThreadFactory;
    import junit.framework.TestCase;
    import org.jspecify.annotations.NullUnmarked;
    
    /**
     * Tests for ThreadFactoryBuilder.
     *
     * @author Kurt Alfred Kluever
     * @author Martin Buchholz
     */
    @NullUnmarked
    public class ThreadFactoryBuilderTest extends TestCase {
      private final Runnable monitoredRunnable =
          new Runnable() {
            @Override
            public void run() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Jul 11 18:52:30 UTC 2025
    - 7.6K bytes
    - Viewed (0)
  10. guava-testlib/test/com/google/common/testing/GcFinalizationTest.java

    import junit.framework.TestCase;
    import org.jspecify.annotations.NullUnmarked;
    import org.jspecify.annotations.Nullable;
    
    /**
     * Tests for {@link GcFinalization}.
     *
     * @author Martin Buchholz
     * @author mike nonemacher
     */
    @AndroidIncompatible // depends on details of gc
    
    @NullUnmarked
    public class GcFinalizationTest extends TestCase {
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 18:46:00 UTC 2025
    - 7.9K bytes
    - Viewed (0)
Back to top